/*!
Theme Name: itamonte_site
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: itamonte_site
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* Reset e base */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  font-family: 'Arial', sans-serif;
  color: white;
  overflow-x: hidden;
}

.container-itamonte {
  max-width: 1440px;
  margin: 32px auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Header transparente */
.hero-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

#heroBg1, #heroBg2 {
  background-size: cover;       /* ou ‘contain’, dependendo do efeito desejado */
  background-repeat: no-repeat; /* evita repetições */
  }

/* Navegação */
#menu-toggler {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}


.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.nav-menu a {
  text-decoration: none;
  color: #000;
  font-family: Poppins;
  font-size: 17.17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-contato {
  background-color: #202020; 
  padding: 10px 20px;
  border-radius: 17px;
  font-weight: bold;
  color: white !important;
}

.btn-contato a {
  color: #fff !important;
}

/* Hero section com slide */
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  margin-top: 300px;
}


.hero-content h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 68px;
  margin-bottom: 20px;
  line-height: normal;
  letter-spacing: -0.682px;
  color: #211200;
}

.hero-content p {
  font-family: poppins, sans-serif;
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

b {
  font-weight: 500;
  font-style: normal;
}


/* catalogos */

.mobile-img-wrapper {
  display: none;
}

.landing-section {
  display: flex;
  flex-direction: column;
  gap: 40px;            /* espaço entre os cards */
  align-items: center;  /* centraliza horizontalmente */
  padding: 60px 0;
}

.big-card {
  position: relative;
  width: 1200px;
  height: 400px;
  border-radius: 18px;
  overflow: hidden;
  background-image: url("https://i.postimg.cc/MKdstyLJ/SLIDE-8-1.png");
  display: flex;
  align-items: center;
  padding: 20px;
}

.big-card-two{
  background-image: url("https://i.postimg.cc/7Y6hJ48M/SLIDE-9.png");
}

.card-anchor {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #3B2D1D;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  font-family: poppins, sans-serif;
  font-weight: 200;
}

.big-card-two .card-anchor{
  background-color: #4E3D1B;
}

.card-content {
  /* empurra o conteúdo para a direita, mantendo espaço livre à esquerda */
  margin-left: auto;
  margin-right: 40px;
  max-width: 500px;
}

.card-content h2 {
  color: #FFF;
  font-family: Rubik;
  font-size: 47px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.47px;
  text-align: right;
}

.card-content p {
  color: #FFF;
  text-align: right;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 10px 0;
}

.card-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: right;
}

.btn-primary,
.btn-secondary {
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
	text-decoration: none;
}

.btn-primary {
  background: rgba(0, 0, 0, 0.10);
  color: #FFFFFF;
}

.btn-secondary {
  background-color: rgba(0, 0, 0, 0.10);
  color: #FFFFFF;
}

.big-card-two .btn-primary{
  background: rgba(0, 0, 0, 0.10);
  color: #FFFFFF;
}

.big-card-two .btn-secondary {
  background-color: #4E3D1B;
  color: #FFFFFF;
}


/* vitrine */

/* Container geral */
.links-section {
  display: flex;
  justify-content: center;
}


.links-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1440px;
  height: 300px;
  width: 100%;
}

/* Cada “big link” */
.big-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

/* Backgrounds alternados: itens 1 e 3 / 2 e 4 */
.links-container .big-link:nth-child(odd) {
  background-color: #F8F8F8; /* ajusta pro tom do seu Figma */
}
.links-container .big-link:nth-child(even) {
  background-color: #FBFBFB;
}

/* Título */
.big-link h3 {
  margin: 32px 16px 5px 16px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  text-align: center;
  color: #202020;
}

/* Wrapper da imagem para controlar o scale */
.image-wrapper {
  position: relative;
  flex: 1;      
  text-align: center;
}
.image-wrapper img {
  object-fit: cover;
  transition: transform 0.4s ease;
  max-height: 200px;
  margin-top: 10px;
}

/* Efeito hover: scale na imagem */
.big-link:hover .image-wrapper img {
  transform: scale(1.10);
}

/* Tarja interna (overlay) */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  background: #202020;  /* cor da tarja */
  color: #FFF;
  transform: translateY(100%);          /* escondida inicialmente */
  transition: transform 0.3s ease;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

/* Revela a tarja no hover */
.big-link:hover .overlay {
  transform: translateY(0);
}


/* footer */

footer{
  background: url('https://i.postimg.cc/857JcNNj/FOOTER-ITAMONTE.png') center/cover no-repeat;
  text-align: center;
  padding: 80px 20px;
  color: #000; /* ou a cor que estiver no Figma */
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 300px;
}

footer h1 {
  font-size: 68px;
  margin-bottom: 16px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  color: #211200;
}

footer p {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 17.895px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}

.btn-contato-footer {
  background-color: #202020; 
  padding: 12px 24px;
  border-radius: 17px;
  font-weight: bold;
  color: white !important;
  text-decoration: none;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

/* RODAPÉ PRINCIPAL */
.footer-main {
width: 100%;
}
.footer-container {
  max-width: 1400px;
  height: 200px; 
  
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 50px 0px;
  box-sizing: border-box;
  color: #fff;
  background-color: #606060;
  border-radius: 12px;
}
.footer-col {
  flex: 1;
}

.footer-col.logo { 
  flex: 2; 
} 

.footer-col h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 17.895px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  margin-bottom: 16px;
}
.footer-col ul li {
  margin-bottom: 8px;
  text-decoration: none;
  list-style: none;
  text-align: left;
}
.footer-col ul li a {
  font-size: 14px;
  color: #FFFFFF80;
  text-decoration: none;
}
.socials {
  display: flex;
  gap: 12px;
}
.socials img {
  width: 24px;
  height: 24px;
}





@media (max-width: 1280px) {
  footer{
    padding-top: 150px;
  }
  
}


@media (max-width: 780px) {

  .logo img{
    width: 50%;
  }


  #heroBg1, #heroBg2 {
  background-size: cover;       /* ou ‘contain’, dependendo do efeito desejado */
  background-repeat: no-repeat; /* evita repetições */
  }

  #menu-toggler {
    display: block;
  }
  .nav-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    gap: 0; /* remove o gap entre os itens */
  }

  .nav-menu a{
    font-size: 14px;
  }


  /* defina max-height grande o suficiente para caber todos os <li> */
  .nav-menu.open {
    max-height: 300px;
    padding: 10px;
  }
  
  .nav-menu li {
    margin: 8px 0;
    text-align: center;
  }

  .hero-content{
    margin-top: 150px; /* reduz o espaçamento superior para telas menores */
    padding: 20px; /* reduz o padding interno */
  }

  .hero-content h1 {
    font-size: 48px; /* ajuste o tamanho da fonte para telas menores */
  }
  .hero-content p {
    font-size: 16px; /* ajuste o tamanho da fonte para telas menores */
  }


  /* catalogos */

  .mobile-img-wrapper {
    display: block;
    width: 100%;
    height: auto;        /* ou uma altura fixa, se preferir */
    margin-bottom: 16px; /* espaçamento antes do anchor/corpo */
  }
  .mobile-img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px; /* mesmo radius do card */
    object-fit: cover;   /* garante filling sem distorcer */
    scale: 2.5;
  }

  /* ajustes de texto, se precisar empurrar pra baixo */
  .card-anchor,
  .card-content {
    position: relative;
    z-index: 2; /* garante que texto fique sobre a imagem */
  }

  .landing-section {
    padding: 40px 20px; /* reduz o padding para telas menores */
  }

  .big-card {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    background-image: none !important;
    background-color: #766D63;
  }

  .big-card-two {
    background-image: none !important;
    background-color: #8B7448;
  }

  .card-content {
    margin-left: 0; /* remove o margin-left para centralizar o conteúdo */
    margin-right: 0; /* remove o margin-right para centralizar o conteúdo */
    max-width: 100%; /* faz o conteúdo ocupar toda a largura disponível */
  }

  .card-content h2 {
    margin-left: 0; /* remove o margin-left para centralizar o conteúdo */
    text-align: center; /* centraliza o texto */
  } 
  .big-card h2 {
    font-size: 32px; /* reduz o tamanho da fonte para telas menores */
  }
  .big-card p {
    font-size: 14px; /* reduz o tamanho da fonte para telas menores */    
    text-align: center;
  }

  .card-anchor {
    position: static; /* remove a posição absoluta */
    margin-bottom: 16px; /* adiciona margem inferior para espaçamento */
    text-align: center; /* centraliza o texto do link */
    font-size: 10px;
  }
  .card-buttons {
    flex-direction: column; /* empilha os botões verticalmente */
    align-items: center; /* centraliza os botões */
  }
  .btn-primary,
  .btn-secondary {
    width: 100%; /* faz os botões ocuparem toda a largura disponível */
    font-size: 14px; /* ajusta o tamanho da fonte para telas menores */
  } 


  /* vitrine */

  .links-container {
    grid-template-columns: repeat(2, 1fr); /* reduz para 2 colunas em telas menores */
    gap: 0px; /* reduz o espaçamento entre os links */
    height: 100%;
  }
  .big-link {
    height: 240px; /* reduz a altura dos links */      
  }

  .image-wrapper img {
    width: 75%; /* faz a imagem ocupar toda a largura do link */
    object-fit: cover; /* mantém a proporção da imagem */
  }

  .overlay {
    font-size: 10px; /* reduz o tamanho da fonte da tarja */
    padding: 8px 0; /* reduz o padding interno da tarja */
  }



  /* footer */

  footer {
    padding: 40px 20px; /* reduz o padding interno */
    height: auto; /* ajusta a altura para caber o conteúdo */
    background-image: url(https://i.postimg.cc/Zq3xR8cG/BG-FOOTER-MOBILE.png);
  }
  footer h1 {
    font-size: 40px; /* reduz o tamanho da fonte do título */
  }   
  footer p {
    font-size: 14px; /* reduz o tamanho da fonte do parágrafo */
  }

  .footer-hero{
    margin: 20px;
  }
  .btn-contato-footer {
    padding: 10px 20px; /* reduz o padding interno do botão */
    font-size: 14px; /* reduz o tamanho da fonte do botão */      
  }   
  .footer-container {
    flex-direction: column; /* empilha as colunas verticalmente */
    align-items: center; /* centraliza o conteúdo */
    padding: 20px; /* reduz o padding interno */
  }
  .footer-col {
    width: 100%; /* faz as colunas ocuparem toda a largura disponível */
    text-align: center; /* centraliza o texto das colunas */  
  }
  .footer-col.logo {
    margin-bottom: 20px; /* adiciona margem inferior para espaçamento */
  }
  .footer-col h4 {
    font-size: 16px; /* reduz o tamanho da fonte dos títulos */ 
    text-align: center;
  }

  .footer-col ul li {
    text-align: center;
  }

  .footer-col ul li a {
    font-size: 12px; /* reduz o tamanho da fonte dos links */
    text-align: center;
  }
  .socials {  
    justify-content: center; /* centraliza os ícones sociais */
  }
  .socials img {
    width: 20px; /* reduz o tamanho dos ícones sociais */
    height: 20px; /* reduz o tamanho dos ícones sociais */    
  }
  .footer-main {
    width: 100%;
  }
  .footer-container {
    max-width: 100%; /* ajusta a largura máxima para telas menores */
    height: auto; /* ajusta a altura para caber o conteúdo */
    flex-direction: column; /* empilha as colunas verticalmente */
    align-items: center; /* centraliza o conteúdo */    
  }     
}


/* PAGE CATALOGO */

.container{
	 display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
}

.breadcrumb-navxt{
	align-self: flex-start;
	font-size: .9rem;
  	color: #202020;
	margin-bottom: 10px;
}

.breadcrumb-navxt a {
  color: #202020;
  text-decoration: none;
  font-family: Poppins;
  font-size: 14.831px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.breadcrumb-navxt a:hover {
  text-decoration: underline;
}

.post, .post-page, .current-item{
  color: #202020;
  text-decoration: none;
  font-family: Poppins;
  font-size: 14.831px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


.orderby{
	display: none;
}

.woocommerce-result-count, .catalog-title{
	display: none;
}

.catalog-sidebar{
	align-self:flex-start;
	border-radius: 19px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	padding: 10px;
	margin-top: 20px;
}

.catalog-sidebar h2{
	color: #000;
	font-family: Rubik;
	font-size: 20px;
	font-weight: 700;	
	line-height: normal;
	text-transform: uppercase;
	padding: 10px;
}

.catalog-sidebar ul li {
	text-align: start;
	padding:10px;
	border-top: 1px solid rgba(0, 0, 0, 0.20);
	list-style: none;
}

.catalog-sidebar ul li a{
	text-decoration: none;
	color: #000;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; 
	
}

.menu_and_gridprodutos{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1350px;
	gap: 7rem;
}

.products, .columns-4{
	max-width: 1000px
}
/* produtos do grid */

/* 1) Deixe só a imagem e o título */
/* Esconde preço e botão */
ul.products li.product .price,
ul.products li.product .button {
  display: none !important;
}

/* 2) Imagem com borda arredondada */
ul.products li.product .woocommerce-LoopProduct-link img {
  border-radius: 1rem;  /* ajuste o valor como no seu design */
  width: 100%;          /* garante responsividade */
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.20);
}

/* 3) Nome do produto */
ul.products li.product h2 {
  font-size: 1.1rem;
  margin: .75rem 0 0;
  color: #202020;       /* cor do título */
  text-align: center;   /* centraliza sob a imagem */
}

/* 4) Centraliza o conteúdo do card */
ul.products li.product {
  text-align: center;
  padding: 0;           /* remova padding extra, se quiser */
  border: none;         /* sem borda se não precisar */
  box-shadow: none;     /* sem sombra, para ficar limpo */
}


/* pagination */
.woocommerce nav.woocommerce-pagination ul{
	display: inline-block;
    white-space: nowrap;
    padding: 10px;
    clear: both;
    border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 8px;
    margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li{
	border: none;
	border-radius: 6px;
	background: #F1F2F4;
	margin: 0 4px;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background: #F18F14;
	color: #FFFF;
}

.woocommerce nav.woocommerce-pagination ul li a{
	color: #000;
}

.page-numbers .dots{
	color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: 0.8em;
}

/* 1) Escopo apenas para esta página */
.catalog-page .container {
  display: block;         /* sobrescreve o flex antigo */
  margin-top: 200px;
}


/* 2) Layout de duas colunas: sidebar e produtos */
.catalog-page .menu_and_gridprodutos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1350px;
  margin: 0 auto;
  gap: 7rem;              /* mantém o espaçamento que você já tinha */
}

/* 3) Wrapper da sidebar + breadcrumb */
.catalog-page .sidebar-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 4) Breadcrumb */
.catalog-page .breadcrumb-navxt {
  margin: 0 0 20px;       /* só margem inferior para respirar */
  font-size: .9rem;
  color: #202020;
}
/* Links do breadcrumb permanecem como já estavam */

/* 5) Sidebar */
.catalog-page .catalog-sidebar {
  border-radius: 19px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  padding: 10px;
  width: 100%;
  /* margem-top opcional, se quiser mais espaço */
}
.catalog-page .catalog-sidebar h2 { /* seu estilo já existente */ }

/* 6) Responsividade */
@media (max-width: 768px) {
  .catalog-page .menu_and_gridprodutos {
    flex-direction: column;
    gap: 2rem;
  }
  .catalog-page .sidebar-area,
  .catalog-page .catalog-products {
    width: 80%;
	align-self: center;
  }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	  font-size: 15px;
	}
}


/* botão hide/show da sidebar */
.sidebar-toggler {
  display: none;       /* escondido em desktop */
  background: #202020;
  color: #fff;
  border: none;
  padding: .6rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: .9rem;
  cursor: pointer;
}

/* mobile: exibe botão e oculta a sidebar inicialmente */
@media (max-width: 768px) {
  .catalog-page .sidebar-toggler {
    display: block;
  }
  .catalog-page .catalog-sidebar {
    display: none;
  }
  /* quando receber .open, volta a aparecer */
  .catalog-page .catalog-sidebar.open {
    display: block;
  }

  /* garante que o wrapper se empilhe */
  .catalog-page .menu_and_gridprodutos {
    flex-direction: column;
    gap: 2rem;
  }

}

/* === Página de Produto Único === */
.single-product-page .container {
  max-width: 1350px;
  margin: 13rem auto;
  padding: 0 1rem;
  margin-bottom: 0px;
}

/* Wrapper geral: imagem + resumo */
.product-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* Mobile: empilha */
@media (max-width: 768px) {
  .product-content-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Galeria / imagem principal */
.woocommerce-product-gallery {
  text-align: center;
}
.woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

/* Resumo do produto */
.summary.entry-summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.summary.entry-summary h1.product_title {
  font-size: 2rem;
  margin-bottom: .5rem;
}
.summary.entry-summary .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #202020;
}
.summary.entry-summary .woocommerce-product-details__short-description {
  margin: 1.5rem 0;
}

/* Botão adicionar ao carrinho */
.single-product .cart .button {
  background: #202020;
  color: #fff !important;
  padding: .8rem 1.6rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 1rem;
  width: fit-content;
}

/* Sections extras (tabs, upsells) */
.woocommerce-tabs,
.upsells.products {
  margin-top: 4rem;
}


/* SINGLE PRODUCT PAGE */

.woocommerce-product-gallery__trigger{
	display: none;
}



.flex-control-nav, .flex-control-thumbs{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.flex-control-thumbs li img{
	border-radius: 8px ;
	border: 1px solid rgba(0, 0, 0, 0.20);
}

.product-bedges{
margin: 5px 0;
}


.badge--iluminacao{
	padding: 8px 15px;
	border-radius: 8px;
	background: #586120;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
}

.product_title {
	color: #000;
	font-family: Rubik;
	font-size: 37px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 20px 0;
}

.product-specs{
	border: 1px solid rgba(0, 0, 0, 0.20);
	padding: 10px;
	border-radius: 8px
}

.product-specs h2{
	color: #000;
	font-family: Rubik;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.specs-list li{
	list-style-type: none;
	color: #000;
	padding: 5px;
	letter-spacing: 1.5;
}


.product-buttons{
	margin: 20px 10px;
	text-align: start;
}

.product-buttons a{
	border-radius: 12px;
	background: #202020;
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

@media (max-width: 768px) {
	.product-buttons{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}
  }

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover img{
	box-shadow: 0px 6px 12px 5px rgba(219, 184, 132, 0.10);
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover h2{
	color: #DBB884;
}
#tab-description h2{
	display: none;
}

#tab-description{
	padding: 0 10px;
	margin: 10px 0px;
	
}



.catalog-search-form {
	border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 5px;
    display: flex;
	justify-content: space-between;
	width: 100%
}

.catalog-search-form input{
	border: none;
}

.catalog-search-form button{	
	background-color: inherit;
	border: none;
	cursor: pointer;
	
}

.catalog-search-form input:focus{
	outline: none ;
}


/* 3) O <p> de "Buscando produtos..." vira um overlay bonitinho */
.catalog-products > p{
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: rgba(255,255,255,.7);   /* página branca → overlay visível */
  backdrop-filter: blur(2px);
  color: #111 !important;             /* corrige texto branco */
  font-weight: 600;
  z-index: 10;
  pointer-events: none;               /* evita bloquear cliques à toa */
}

/* 3.1) Se o tema injeta inline `opacity:0`, forçamos ficar visível no loading */
.catalog-products > p[style*="opacity"]{
  opacity: 1 !important;
}

/* 3.2) Spinner antes do texto */
.catalog-products > p::before{
  content: "";
  width: 22px;
  height: 22px;
  border: 3px solid #e5e7eb;
  border-top-color: #111;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

@keyframes spin{ to { transform: rotate(360deg); } }

/* 4) (Opcional) Se seu container principal for flex em vez de grid */
@supports not (display: grid){
  .menu_and_gridprodutos{ display: flex; align-items: flex-start; }
  .sidebar-area{ flex: 0 0 280px; }
  .catalog-products{ flex: 1 1 auto; }
}








.woocommerce-Tabs-panel--description p {
  color: #000 !important; /* ajuste a cor aqui */
}

/* Garante que filhos dentro do <p> sigam a mesma cor */
.woocommerce-Tabs-panel--description p :is(span, strong, em, b, i, a) {
  color: inherit !important;
}

/* Mantém o peso do strong/b */
.woocommerce-Tabs-panel--description p :is(strong, b) {
  font-weight: 700;
}