/*
Theme Name: Malteca Cervejaria
Theme URI: https://www.maltecacervejaria.com/
Author: Ana Clara Poubel
Author URI: https://www.behance.net/anaclara565
Description: Premium WordPress theme for Malteca Cervejaria, custom built with Tailwind CSS, customizer controls, and WooCommerce support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: malteca
Tags: custom-logo, custom-menu, featured-images, flexible-header, translation-ready, woocommerce
*/


/* Font faces: Authority (titles) and Brandon (body) */
@font-face {
  font-family: 'Authority';
  src: url('assets/fonts/Authority/Authority.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon';
  src: url('assets/fonts/Brandon/fonnts.com-Brandon_Grotesque_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon';
  src: url('assets/fonts/Brandon/fonnts.com-Brandon_Grotesque_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon';
  src: url('assets/fonts/Brandon/fonnts.com-Brandon_Grotesque_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --malteca-red: var(--wp--preset--color--primary, #F32735);
  --malteca-blue: var(--wp--preset--color--secondary, #1c4475);
  --malteca-yellow: var(--wp--preset--color--tertiary, #f5c518);
  --malteca-light: var(--wp--preset--color--light, #ffffff);
  --malteca-dark: var(--wp--preset--color--dark, #252626);
  font-size: 20px;
}

body {
  font-family: 'Brandon', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  background-color: white;
  color: var(--malteca-dark);
  font-size: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Authority', 'Brandon', system-ui, sans-serif;
  line-height: 1;
}

html,
body {
  scroll-behavior: smooth;
}

.hidden {
  display: none !important;
}




/* .glassmorphism {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.glassmorphism-dark {
  background: rgba(15, 20, 28, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
} */

/* Custom custom scrollbars */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #d11b24;
  border-radius: 3px;
}

/* Text stroke for title watermarks */
/* .text-stroke-white {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  color: transparent;
}

.text-stroke-red {
  -webkit-text-stroke: 2px rgba(209, 27, 36, 0.08);
  color: transparent;
}

.text-stroke-yellow {
  -webkit-text-stroke: 2px rgba(245, 197, 24, 0.08);
  color: transparent;
}

.text-stroke-blue {
  -webkit-text-stroke: 2px rgba(28, 68, 117, 0.06);
  color: transparent;
} */

/* Wavy animations */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

@keyframes pulse-slow {

  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.4;
  }
}

.animate-pulse-slow {
  animation: pulse-slow 8s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.site-footer {
  background-color: var(--malteca-red);
}

/* Custom styled WooCommerce elements */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: #d11b24;
  background-color: #faf6eb;
  color: #1a202c;
  border-radius: 0.375rem;
  padding: 1rem 1.5rem;
}

.woocommerce-message a.button,
.woocommerce-info a.button {
  background-color: #d11b24;
  color: #fff;
  border-radius: 9999px;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  transition: all 0.2s;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover {
  background-color: #9b0f16;
}



.btn,
.wp-block-button__link {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 1000px;
}

.btn.btn-primary,
.btn-primary .wp-block-button__link {
  background-color: var(--malteca-red);
  color: white;
  padding: 0.8rem 1.75rem;
}

.btn.btn-white,
.btn-white .wp-block-button__link {
  background-color: white;
  color: var(--malteca-red);
  padding: 0.8rem 1.75rem;
}



/* .img-overflow img {
    display: block;
    width: 150%;
    max-width: none;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
} */

.img-overflow,
.img-overflow img {
  width: 120%;
}

.img-overflow {
  height: auto;
}

.img-overflow img {
  display: block;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.w-full img {
  width: 100%;
}

/* Full Site Editing and WooCommerce visual refresh */
.wp-site-blocks {
  background: #ffffff;
}

/* Force true edge-to-edge for full width blocks inside constrained post content */
/* .wp-block-post-content.is-layout-constrained .wp-block-cover.alignfull,
.wp-block-post-content.is-layout-constrained .wp-block-group.alignfull,
.wp-block-post-content.is-layout-constrained .wp-block-columns.alignfull,
.wp-block-post-content.is-layout-constrained .wp-block-media-text.alignfull,
.wp-block-post-content.is-layout-constrained .wp-block-separator.alignfull,
.wp-block-post-content.is-layout-constrained .wp-block-image.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-post-content.is-layout-constrained .wp-block-cover.alignfull .wp-block-cover__inner-container.is-layout-constrained,
.wp-block-post-content.is-layout-constrained .wp-block-group.alignfull .wp-block-group.is-layout-constrained {
  max-width: none;
  width: 100%;
} */
.wp-block-group,
.wp-block-cover,
footer {
  margin: 0;
}

nav .wp-block-navigation__responsive-container-open {
  background: transparent !important;
}

.malteca-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.wp-block-button__link,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button {
  background: var(--malteca-red);
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.wp-block-button__link:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover {
  background: #b50f1a;
  transform: translateY(-2px);
}

.wp-block-button__link:hover.add_to_cart_button {
  background-color: var(--malteca-red) !important;
  color: var(--malteca-light) !important;
}

@media screen and (max-width:768px) {
  .wc-block-components-product-button__button.add_to_cart_button {
    font-size: 0.5rem !important;
  }
}

.woocommerce .products .product {
  border: 1px solid rgba(28, 68, 117, 0.12);
  border-radius: 1.75rem;
  padding: 1.25rem;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.woocommerce .products .product:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(28, 68, 117, 0.12);
}

.woocommerce .products .product .woocommerce-loop-product__title {
  color: var(--malteca-blue);
  font-family: 'Authority', 'Brandon', sans-serif;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}

.woocommerce .products .product .price,
.woocommerce .products .product .product_meta,
.woocommerce .products .product .woocommerce-product-details__short-description {
  color: #4a5568;
}

.woocommerce .products {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.malteca-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.75rem;
  padding: 1rem 1.25rem;
  background: rgba(243, 39, 53, 0.08);
  border-radius: 1.5rem;
}

.malteca-filter-panel {
  background: #f7f9fc;
  border: 1px solid rgba(28, 68, 117, 0.08);
  border-radius: 1.75rem;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(37, 38, 38, 0.04);
}

.malteca-filter-panel h3,
.malteca-shop-intro h2 {
  color: var(--malteca-dark);
}

.malteca-filter-panel p,
.malteca-shop-intro p {
  color: #475569;
}

.malteca-product-inner {
  display: grid;
  gap: 2rem;
}

.malteca-product-inner .wc-block-components-product-gallery,
.malteca-product-inner .wc-block-components-product-summary {
  border-radius: 1rem;
  overflow: hidden;
}

.malteca-product-inner .wc-block-components-product-gallery {
  background: #fafafa;
  padding: 1.5rem;
}

.malteca-product-inner .wc-block-components-product-summary {
  background: #ffffff;
  padding: 1.75rem;
  border: 1px solid rgba(28, 68, 117, 0.08);
  box-shadow: 0 16px 40px rgba(37, 38, 38, 0.04);
}

.malteca-product-inner .wc-block-components-product-title,
.malteca-product-inner .wc-block-components-product-price,
.malteca-product-inner .wc-block-components-product-rating,
.malteca-product-inner .wc-block-components-product-description,
.malteca-product-inner .wc-block-components-product-add-to-cart {
  margin-bottom: 1.25rem;
}

.woocommerce .wc-block-components-product-button .wp-block-button__link {
  width: 100%;
  padding: 1rem 1.25rem;
}

.woocommerce .wc-block-components-product-gallery img,
.woocommerce .wc-block-components-product-gallery .wp-block-image img {
  border-radius: 1.5rem;
}

/* ------------------------------------------------------------------------- */
/* HERO */
/* ------------------------------------------------------------------------- */
/* Remove foco, outline e seleção das imagens do Hero */
#hero,
#hero *,
#hero *::before,
#hero *::after {
  border-color: transparent !important;
}

/* Hero title enter/exit animations */
.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  transition: all 0.5s;
}

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: radial-gradient(circle at top,
      transparent 35%,
      rgba(0, 0, 0, 0.28) 100%);
}

.hero-grafism {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-content {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0 auto;
  overflow: hidden;
  padding: 2rem 1rem;
}

.hero-content>div {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

.hero-title-wrapper {
  position: absolute;
  top: 16%;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0.5;
}

.hero-title {
  will-change: transform, opacity;
  text-align: center;
  position: absolute;
  top: 0;
  font-family: 'Authority';
  font-size: 8rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1;
  color: white;
}

.hero-title-outline {
  -webkit-text-stroke: 1px white;
  color: transparent;
    paint-order: stroke fill;
}

.hero-image {
  width: 100%;
  margin: 0 auto;
}

.hero-image>div {
  position: relative;
  display: flex;
  margin-top: 1.5rem;
}

.hero-image img {
  position: relative;
  z-index: 10;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  transition: all 5s;
  background-color: transparent;
  max-height: 50dvh;
}


@media screen and (min-width:40rem) {
  .hero-title-wrapper {
    top: -90px;
  }

  .hero-content {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .hero-content>div {
    padding-top: 0;
  }

  .hero-title {
    font-size: 20rem;
  }

  .hero-image {
    width: 80%;
  }
}

@media screen and (min-width:48rem) {
  .hero-image img {
    max-height: 65dvh;
  }
}

@media screen and (min-width:64rem) {
  .hero-title {
    white-space: nowrap;
  }

  .hero-image img {
    max-height: 72dvh;
  }
}

@media screen and (min-width:80rem) {
  .hero-image>div {
    margin-top: 0;
  }
}

@media screen and (min-width:96rem) {
  .hero-image img {
    max-height: 75dvh;
  }
}

@keyframes hero-in-up {
  from {
    transform: translateY(50vh);
    opacity: 1;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hero-in-down {
  from {
    transform: translateY(-50vh);
    opacity: 1;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hero-out-up {
  to {
    transform: translateY(-30vh);
    opacity: 0;
  }
}

@keyframes hero-out-down {
  to {
    transform: translateY(30vh);
    opacity: 0;
  }
}

.anim-out-up {
  animation: hero-out-up .5s ease forwards;
}

.anim-out-down {
  animation: hero-out-down .5s ease forwards;
}

.anim-in-up {
  animation: hero-in-up 1.5s cubic-bezier(0.2, 0.4, 0.2, 1) both;
}

.anim-in-down {
  animation: hero-in-down 1.5s cubic-bezier(0.2, 0.4, 0.2, 1) both;
}




.hero-specs {
  position: absolute;
  display: flex;
  gap: 1.25rem;
  opacity: 0.9;
  bottom: 100%;
  right: 0;
  transition: all 5ms;
}

.hero-specs div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

#spec-abv,
#spec-ibu {
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
}

.tabs-selector-wrapper {
  position: absolute;
  z-index: 20;
  right: 0;
  left: 0;
  bottom: 0;
}

.tabs-selector {
  max-width: 56rem;
  margin: 0 auto;
}

.tabs-selector-items {
  display: flex;
  min-width: max-content;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  overflow: visible;
  scroll-snap-type: x mandatory;
  gap: 0;
  padding-inline: 1rem;
}
.tabs-selector-items p {
  margin: 0;
}

.beer-tabs-carousel {
  overflow-x: auto;
  overflow-y: visible;
}

.beer-tab {
  position: relative;
  flex-shrink: 0;
  scroll-snap-align: start;
  overflow: visible;
  padding-inline: 1rem;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent !important;
	cursor: pointer;
}

.beer-tab.active {
  color: white;
}

.beer-tab-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  transition: all 0.2s ease-out;
  background-color: transparent;
  font-family: 'Brandon', sans-serif;
}

.beer-tab-preview>div {
  position: relative;
  z-index: 10;
  height: 65px;
  width: 65px;
  overflow: visible;
  transition: all 0.3s ease-out;
}

.beer-tab-preview>div.active {
	height: 85px;
	width: 85px
}

.beer-tab-preview-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1000px;
  transition: all 0.3s ease-out;
}

.beer-tab .beer-tab-preview>div {
  transition: all 0.3s ease-out;
}

.beer-tab-image {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  width: auto;
  transform: translate(-50%, -50%);
  object-fit: contain;
  transition: all 5ms ease-out;
  height: 90px;
}

.beer-tab-image.active {
  height: 110px;
}

.beer-tab-preview span {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: bold;
  transition: all 0.3s ease-out;
  padding-top: 0.75rem;
}

@media (min-width: 40rem) {
  .beer-tabs-carousel {
    overflow-x: visible;
    overflow-y: visible;
  }

  .tabs-selector-items {
    gap: 3rem;
    justify-content: center;
    padding-inline: 0;
  }

  .beer-tab {
    padding-inline: 0;
  }
	.beer-tab-preview:hover {
	  transform: translateY(-10px);
	}
}

@media (min-width: 48rem) {
  .beer-tab-preview>div {
    height: 90px;
    width: 90px;
  }

  .beer-tab-preview>div.active {
    height: 110px;
    width: 110px
  }

  .beer-tab-image {
    height: 120px;
  }

  .beer-tab-image.active {
    height: 140px;
  }

  .hero-specs {
    bottom: 0;
  }

  #spec-abv,
  #spec-ibu {
    font-size: 0.875rem;
  }

  .beer-tab.active .beer-tab-preview>div {
    transform: scale(1.15);
  }

  .beer-tab-preview span {
    font-size: 1.25rem;
  }
}

@media (min-width: 80rem) {
  .hero-specs {
    bottom: 2.5rem;
    right: 7rem;
  }
}




.woocommerce .wc-block-components-product-gallery .wc-block-components-product-gallery__main-image,
.woocommerce .wc-block-components-product-gallery .wc-block-components-product-gallery__thumbnails {
  border-radius: 1.5rem;
}

.woocommerce ul.products.columns-3 {
  gap: 1.75rem;
}

.woocommerce .wc-block-product-collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
}

.woocommerce .wc-block-product-collection-grid .wc-block-product-card {
  border-radius: 1.75rem;
  overflow: hidden;
}

.woocommerce .woocommerce-Price-amount,
.woocommerce .wc-block-components-product-price {
  color: var(--malteca-red);
  font-weight: 700;
}

.woocommerce .woocommerce-loop-product__title {
  font-size: 1.15rem;
}

.woocommerce #content .woocommerce-notices-wrapper,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce .woocommerce-cart-form,
.woocommerce .woocommerce-checkout {
  border-radius: 1.75rem;
}

.woocommerce .woocommerce-cart-form table.cart th,
.woocommerce .woocommerce-cart-form table.cart td {
  border-color: rgba(28, 68, 117, 0.08);
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown {
  background-color: var(--malteca-red);
}

.wc-block-next-previous-buttons__icon .wc-block-next-previous-buttons__icon--left .wc-block-next-previous-buttons__icon .wc-block-next-previous-buttons__icon--right {
  height: 60px !important;
}


/* botão carrossel produtos */
.wc-block-next-previous-buttons__button svg {
  box-sizing: content-box !important;
  display: inline !important;
  vertical-align: unset !important;
}

.wc-block-components-product-sale-badge {
  border: none;
}


.wp-block-woocommerce-mini-cart-cart-button-block,
.wp-block-woocommerce-mini-cart-checkout-button-block {
  font-size: 0.6rem;
}


/* Remove os botões dos filtros na sessão "Escolha a sua cerveJa Malteca" */
button[aria-label="Souvenir"],
button[aria-label="Todos os produtos"] {
  display: none !important;
}


/* ------------------------------------------------------------------------- */
/* TABS HARMONIZAÇÂO */
/* ------------------------------------------------------------------------- */
.kt-tabs-wrap {
  position: relative;
}

.kt-tab-arrow {
  position: absolute;
  top: 260px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #000;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

.kt-tab-arrow:hover {
  opacity: .6;
}

.kt-tab-prev {
  left: 0;
}

.kt-tab-next {
  right: 0;
}

.kt-title-text img {
  width: 24px;
}

/* Todas as imagens começam em preto e branco */
.kt-title-item .kt-title-text img {
  filter: grayscale(100%);
  opacity: .5;
  transition: filter .3s ease, opacity .3s ease;
}

/* A imagem da aba ativa fica colorida */
.kt-title-item.kt-tab-title-active .kt-title-text img {
  filter: grayscale(0%);
  opacity: 1;
}

.kt-tabs-id21_487d61-7e>.kt-tabs-content-wrap>.wp-block-kadence-tab {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .kt-tab-arrow {
    top: 444px;
  }

  .kt-tabs-id21_487d61-7e>.kt-tabs-content-wrap>.wp-block-kadence-tab {
    padding: 0 4em !important;
  }
}

@media screen and (min-width: 1366px) {
  .kt-tab-prev {
    left: 35px;
  }

  .kt-tab-next {
    right: 35px;
  }
}

/* ------------------------------------------------------------------------- */
/* Esconde os botões de filtro "Use malteca", "Kits", "Souvenir" e "Clássicas" na página da loja, mantendo apenas os filtros relevantes para a navegação das cervejas.  */
/* ------------------------------------------------------------------------- */
.filtro-cat button:not(
  [aria-label="IPA"],
  [aria-label="Pale ale"],
  [aria-label="Lager"],
  [aria-label="Trigo"],
  [aria-label="Sour"],
  [aria-label="Escuras"],
	[aria-label="Especiais"]
) {
  display: none !important;
}

.selo {
  width: 50%;
  transform: rotate(15deg);
}
.onda {
  position: relative;
  margin: 0 auto;
  padding: 0 1rem;
  z-index: 2;
  margin-top: -1.25rem;
}
#sazonais {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.btn-comprar {
  display: none !important;
}
.rodape-onda {
	position: relative;
  width: 100% !important;
  top: -27px;
  z-index: 10;
}

.est-item {flex-direction: column;}


@media (min-width: 48rem) 
{
  .rodape-onda {
    top:-20px;
  }

  .onda {
    margin-top: -2.5rem;
    /* -40px */
  }

  .selo {
    position: absolute;
    right: 5rem;
    margin-top: 0;
    top: 115px;
    width: 20%;
  }

  .choppeira {
    margin-top: 0;
  }

  .btn-comprar {
    display: block !important;
  }

  .est-item {
    flex-direction:row;
  }
  .est-item:nth-child(3) {
    grid-row-start: 4;
  }
}

@media (min-width: 64rem) 
{
  .rodape-onda {
    top:-15px;
  }

  .onda {
    margin-top: -3.5rem;
    /* -56px */
  }

  .selo {
    top: 4.5rem;
    width: auto;
  }

  #sazonais {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .est-item:nth-child(3) {
    grid-row-start: 2;
  }
}

@media (min-width: 80rem) {
  .rodape-onda {
    top:-20px;
  }
}
@media (min-width: 96rem) {
  .rodape-onda {
    top:-26px;
  }
}

.fabrica-cover {
	background-color: #000;
}
.fabrica-cover.wp-block-cover .wp-block-cover__image-background {
	display: none;
}
.menu-loja>div {
	justify-content: center;
}
.fabrica-item-text {text-align: center;}
.sazonais-wrapper {
	overflow:hidden;
}
.sazonais-img {
	position:absolute;
	z-index:1;
	top:0;
	right:50px;
	width:40%;
	transform: rotate(-8deg);
}
.sazonais-text {
	width: 100%;
}

@media (min-width: 48rem) {
	.menu-loja>div {
		justify-content: space-between;
	}
	.fabrica-item-text {
		text-align: start;
	}
	.fabrica-cover.wp-block-cover .wp-block-cover__image-background {
		display: block;
	}
	.sazonais-img {
		right:0;
	}
	.sazonais-text {
	  max-width:70%;
	}
}
@media (min-width: 64rem) {
	.sazonais-img {
		left:0;
		transform: rotate(8deg);
	}
}
@media (min-width: 80rem) {
	.sazonais-img {
		left:275px;
		transform: rotate(8deg);
	}
}

footer a {
	text-decoration: none;
}
footer a:hover {
	color: var(--wp--preset--color--secondary);
}