    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Montserrat', sans-serif;
    }

    li{
      list-style: none;
    }

    body {
      background: #fff;
    }

    a{
  text-decoration: none;
  color: #000;
}

.carregando {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  color: #000; /* cor do texto */
  z-index: 1;
  overflow: hidden;
}

/* Fundo animado */
.carregando::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ff9a00;
  z-index: -1;
  animation: carregarBarra 2s forwards ease-out;
  border-radius: 5px;
}

/* Animação de preenchimento */
@keyframes carregarBarra {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}



    .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
}

.ipt_buscar{
  height: 45px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  background: #eeeeee;
  padding: 0 15px;
}


    .topo-verde {
      background-color: #ff9a00;
      color: #333;
      font-size: 14px;
    }

    .topo-conteudo {
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 6px 15px;
    }

    .info-cupom {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .cupom-codigo {
      background-color: #333;
      color: #ff9a00;
      padding: 2px 6px;
      border-radius: 3px;
      font-weight: bold;
    }

    .botao-copiar {
      background: transparent;
      border: 1px solid #333;
      color: #333;
      padding: 4px 8px;
      cursor: pointer;
      border-radius: 3px;
    }

    .header-logo-menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 5%;
      background-color: #fff;
      box-shadow: 0px 0px 6px #bdbcbc;
    }

    .menu-principal ul {
      display: flex;
      list-style: none;
      align-items: center;
      gap: 20px;
      padding: 0;
      margin: 0;
    }

    .menu-principal li {
      display: flex;
      align-items: center;
    }

    .bt-ass a {
      background: #ff9a00;
      padding: 10px 20px;
      border-radius: 10px;
      font-weight: bold;
      color: #000;
      text-decoration: none;
      display: inline-block;
      line-height: 1.2;
    }

    .has-sub {
      padding: 40px 0;
      margin-bottom: -15px;
      position: relative;
    }

    .has-sub a{
      text-decoration: none;
      color: #000;
      background: #eaeaea;
      padding: 10px;
      margin-top: -10px;
      border-radius: 8px;
    }

    .has-sub:hover .produtos-submenu {
      display: flex;
    }

    .produtos-submenu {
      position: fixed;
      top: 140px;
      left: 0;
      width: 100vw;
      display: none;
      background: #eeeeee;
      padding: 0px 5%;
      z-index: 9999;
    }

    .subcategoria-menu {
      display: flex;
      flex-direction: column;
    }

    .opcao-sub {
      padding: 20px;
      background: #fff;
      cursor: pointer;
      height: 175px;
      width: 350px;
      position: relative;
      transition: background 0.3s;
      padding-top: 55px;
    }

    .opcao-sub strong {
      display: block;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .opcao-sub span {
      font-size: 14px;
    }

    .opcao-sub:hover,
    .opcao-sub.active {
      background: #ff9a00;
      color: #fff;
    }

    .opcao-sub:hover strong,
    .opcao-sub:hover span,
    .opcao-sub.active strong,
    .opcao-sub.active span {
      color: #fff;
    }

    .opcao-sub::after {
      content: "➤";
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0;
      transition: opacity 0.2s;
      color: #fff;
      font-size: 16px;
    }

    .opcao-sub:hover::after,
    .opcao-sub.active::after {
      opacity: 1;
    }

.produtos-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding: 10px;
  height: 350px; /* altura fixa para calcular os 80% */
  align-items: flex-start; /* garante que os cards fiquem no topo */
}

.card-produto {
  width: 200px;
  height: 270px; /* agora ocupa 80% da altura do container */
  background: #fff;
  border-radius: 8px;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}


    .card-produto p {
      padding-top: 5px;
      margin-bottom: 0;
    }

    .card-produto img {
      width: 90%;
      height: auto;
      margin: 0 5%;
      margin-top: -5px;
    }

    .tagx {
      display: block;
      padding: 2%;
      font-size: 12px;
      border-radius: 4px;
      margin: 0px auto;
      width: fit-content;
      text-align: center;
    }



    

    .tagx {
      background: #000;
      color: #fff;
    }

 .tagy{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:2px 8px;
  border-radius:4px;
  background:#ff9a00;
  color:#000;
  margin: -7px auto 0;     /* mantém centralizado */
  width: fit-content;
  font-size:12px;
  line-height:1;           /* texto bem centrado */
}

/* usando a classe do seu template */
.tagy .tag-icon{ position:relative; top:2px; }

/* se existir markup antigo sem a classe */
.tagy img{
  width:14px;
  height:14px;
  display:block;
  transform: translateY(2px);
}


    .ver_produto {
      background: #ff9a00;
      color: #000;
      font-weight: bold;
      padding: 10px 0;
      text-decoration: none;
      display: block;
      width: 100%;
      border-top: 1px solid #ccc;
      border-radius: 0 0 8px 8px;
    }

.area-produtos {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.produtos-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.ver-todos-container {
  text-align: center;
  width: 100%;
  margin-top: -25px;
  font-size: 1em;
}

.ver-todos-container a {
  color: #000;
  padding: 0;
  text-decoration: none;
}





/*footer*/
footer{
  width: 100%;
  background: #ff9a00;
  height: auto;
  display: table;
  padding-top: 50px;
}

.pag img{
  width: 85%;
  margin-top: 15px;
}

.acessos{
  width: 70%;
  float: left;
  height: auto;
  display: table;
}

.box-acessos{
  width: 22%;
  float: left;
  margin: 0 1.5%;
  padding-bottom: 50px;
}

.box-acessos p{
  color: #000;
  font-weight: bold;
  text-align: left;
}



.box-acessos li{
  padding: 0;
  text-align: left;
}

.rede-social img{
  float: right;
  margin: 8px 0 0 8px;
  width: 40px;
}

.box-acessos  li a, .box-acessos  li{
  color: #000;
}

.social{
  width: 25%;
  float: right;
  height: auto;
  display: table;
  margin-right: 3%;
  text-align: right;
}

.social p{
  color: #000;
  font-weight: bold;
}

.social img{
  height: 25px;
  float: right;
  margin-right: 3%;
  -webkit-transform: scale(1);    
  -webkit-transition-timing-function: ease-out;   
  -webkit-transition-duration: 500ms;
  transform: scale(1);    
  transition-timing-function: ease-out;   
  transition-duration: 500ms;
  -moz-transform: scale(1);    
  -moz-transition-timing-function: ease-out;   
  -moz-transition-duration: 500ms;
}


.bandeiras{
  width: 100%;
  clear: both;
}

.bandeiras img{
  height: 70px;
}



/*************************
   Rodapé Renders
***************************/
.meiofoo{
  width: 80%;
  margin: 0 auto;
  background: transparent;
  height: auto;
  display: table;
}

.fim{
  background: #7b4b02 ;
  width: 100%;
  color: #000;
  height: auto;
  display: table;
  padding-bottom: 5px;
}

.fim img{
  float: right;
}

.politica{
  width: 45%;
  float: left;
  padding-top: 10px;
}

.politica li{
  display: inline;
  margin: 0 1.5%;
  padding-top: 10px;
  color: #787878;
}

.politica li a{
  color: #787878;
}

.cop{
  width: 80%;
  padding-top: 10px;
  color: #eaeaea;
  margin: 0 auto;
  text-align: left;
}

.cop img{
  height: 25px;
}






/*dicas*/
.total_dicas {
  background-color: #eef281; /* cor de fundo semelhante à imagem */
  margin: 0;
  padding: 0;
}

.dicas {
  padding: 40px;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px;
  margin: 0 auto;
  background-color: #eef281; /* cor de fundo semelhante à imagem */
  height: auto;
  display: table;
}

.dicas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.dicas-header h2 {
  font-size: 32px;
  font-weight: bold;
  color: #2e2e2e;
  margin: 0;
}

.dicas-header a {
  text-decoration: none;
  color: #2e2e2e;
  font-weight: 500;
  font-size: 16px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
}

.cards a {
  flex: 1 1 23%;
  max-width: 23%;
  text-decoration: none;
  display: flex;
}

.box_blog {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box_blog:hover {
  transform: translateY(-5px);
}

.box_blog img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.box_blog .title {
  font-size: 18px;
  font-weight: bold;
  color: #1d1d1d;
  margin: 16px 16px 8px;
}

.box_blog .desc {
  font-size: 14px;
  color: #555;
  margin: 0 16px 20px;
  line-height: 1.4em;
  flex-grow: 1;
}


.box_blog a {
  text-decoration: none;
  color: inherit;
}








/*carrossel informativo*/

.informativo {
  margin: 70px 5% 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.informativo h2 {
  font-size: 24px;
  font-weight: 700;
}

.informativo .botoes-categorias {
  display: flex;
  gap: 10px;
}

.botoes-categorias{
    margin-right: 3%;
}

.informativo a {
  padding: 8px 16px;
  background: #ccc;
  color: #000;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.3s;
}

.informativo a.ativo {
  background: #6d1f1d;
  color: #fff;
}


    .todas_categorias {
      width: 90%;
      margin: 0 auto;
      overflow: hidden;
    }

    .foto_categoria {
      width: 35%;
      float: left;
    }

    .foto_categoria img {
      width: 100%;
      border-radius: 15pX;
    }

    .carousel-areaX {
      width: 60%;
      float: right;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 10px;
      margin-bottom: 60px;
    }

    .carrosselX {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding: 10px 0;
    }

    .carrosselX::-webkit-scrollbar {
      display: none;
    }

    .carrosselX-btn {
      background: #000;
      color: #fff;
      font-size: 24px;
      cursor: pointer;
      padding: 5px;
      border-radius: 50%;
      transition: background 0.3s, border 0.3s;
      height: 30px;
      width: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 10px;
    }

    .box_produtoX {
      flex: 0 0 calc(33% - 15px);
      background: white;
      border-radius: 12px;
      padding: 15px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      text-align: left;
      border: 1px solid #ccc
    }

    .box_produtoX img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 10px;
    }









:root{
  --tag-w: 64px;    /* largura da tag */
  --tag-h: 31px;    /* altura fina */
  --tag-fz: 9px;    /* fonte */
  --icon: 11px;     /* tamanho do ícone */
}

.tags{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin-bottom:6px;
}

/* base */
.tag{
  width:var(--tag-w);
  height:var(--tag-h);
  border-radius:8px;
  box-sizing:border-box;
  overflow:hidden;
  font-size:var(--tag-fz);
  line-height:1.05;
}

/* “30\nunidades” centralizado */
.tag-qtd{
  background:#000; color:#fff; font-weight:600;
  display:grid; place-items:center;
  padding:2px 4px;
  text-align:center;
}


/* TAG TIPO: largura auto (pode ser maior que a qtd), texto 1 linha */
.tag-tipo{
  background:#ddd; 
  color:#333;

  /* >>> diferenças principais <<< */
  width:auto;                   /* expande conforme o texto */
  min-width:var(--tag-w);       /* nunca menor que a qtd */
  max-width:100%;               /* não ultrapassa o card */
  height:var(--tag-h);          /* mesma altura da qtd */
  padding:2px 8px;              /* um pouco mais de respiro */
  border-radius:8px;

  display:grid;
  grid-template-rows: var(--icon) auto; /* ícone em cima, texto embaixo */
  row-gap:2px;
  justify-items:center;
  align-content:center;
  text-align:center;

  white-space:nowrap;           /* NÃO quebra em 2 linhas */
  overflow:hidden;              /* evita “vazar” do box */
  text-overflow:clip;           /* pode trocar p/ ellipsis se quiser "..." */
}

.tags .tag-tipo img{
  width:var(--icon) !important;
  height:var(--icon) !important;
  object-fit:contain;
  display:block;
  margin:0;
}




    .titulo {
      font-weight: bold;
      font-size: 18px;
      margin: 10px 0 0 0;
    }

    .descricao {
      font-size: 13px;
      color: #666;
      margin-bottom: 16px;
    }

    .preco {
      font-size: 15px;
      margin-bottom: 12px;
      line-height: 20px;
      font-weight: bold;
      color: #666;
    }

    .assinatura {
      color: #6d1f1d;
      font-weight: bold;
      line-height: 15px;
    }

    .botoes {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-top: 10px;
    }

    .btn-ver {
      flex: 1;
      text-align: center;
      padding: 10px;
      border: 2px solid #000;
      border-radius: 20px;
      background: #fff;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      transition: 0.3s;
    }

    .btn-ver:hover {
      background: #000;
      color: #fff;
    }

    .btn-carrinho {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      background: #ff9a00;
      border-radius: 30%;
      width: 50px;
      height: 42px;
      text-decoration: none;
      color: #000;
      transition: 0.3s;
    }

    .btn-carrinho:hover {
      background: #e28803;
    }

    @media (max-width: 1024px) {
      .box_produtoX {
        flex: 0 0 calc(50% - 15px);
      }
    }

    @media (max-width: 768px) {
      .box_produtoX {
        flex: 0 0 100%;
      }

      .botoes {
        flex-direction: column;
        align-items: flex-start;
      }

      .btn-carrinho {
        width: 100%;
        border-radius: 30px;
        font-size: 16px;
      }
    }




    

/*entrega*/
.entrega {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 80px 10%;
  background: url('../images/fundo_entrega.png');
  background-size: cover;
  color: white;
  gap: 40px;
  box-sizing: border-box;
  flex-wrap: wrap; /* responsividade */
  margin-top: -10px;
}

.entrega .onde:first-child {
  flex: 1 1 400px;
  max-width: 500px;
  background: white;  
  padding: 40px 50px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgb(0 0 0 / 15%);
}

.entrega .onde:first-child h2 {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 16px;
  color: #6d1f1d;
}

.entrega .onde:first-child p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #666;
}

.entrega .onde:first-child label {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  color: #000;
}

.entrega form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.entrega input[type="text"] {
  flex-grow: 1;
  padding: 12px 16px;
  border: 1px solid #666;
  border-radius: 30px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.entrega input[type="text"]:focus {
  border-color: #000;
}

.entrega input[type="submit"] {
  background-color: #6d1f1d;
  border: none;
  color: white;
  padding: 12px 24px;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.entrega input[type="submit"]:hover {
  background-color: #bb1d18;
}

.entrega .onde:last-child {
  flex: 1 1 400px;
  max-width: 500px;
  display: flex;
  justify-content: center;
}

.entrega .onde:last-child img {
  max-width: 100%;
  object-fit: cover;
  max-height: 450px;
}

/*para você e seu negocio*/
/* Complementar para uma nova variação de box de produto */
/* Seção “Descubra outros produtos” */
.outros {
  width: 100%;
  padding: 60px 10%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/* Título e botões tipo abas */
.outros > div:nth-child(1) {
  font-size: 2rem;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.outros-tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.outros-tabs button {
  padding: 8px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid #004b3f;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s;
}

.outros-tabs button.active,
.outros-tabs button:hover {
  background-color: #004b3f;
  color: #fff;
}

/* Container de metade esquerda e direita */
.outro_mestade {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background: blue;
}

.imagem_direito{
  width: 40%;
  float: left;
  background: green;
  margin: 0;
  padding: 0;
}

.imagem_direito img{
  width: 100%;
}

.swiper-wrapper{
  width: 60%;
  float: left;
  background: red;
}

/* Imagem de destaque à esquerda */
.swiper-slide img {
  flex: 1 1 400px;
  max-width: 500px;
  object-fit: cover;
  border-radius: 12px;
}

/* Caixa de produto à direita */
.outro_mestade .box_produto {
  flex: 1 1 300px;
  max-width: 320px;
}

/* Garante alinhamento vertical */
.outro_mestade > img,
.outro_mestade > .box_produto {
  align-self: flex-start;
}

/* Responsividade */
@media (max-width: 900px) {
  .outro_mestade {
    flex-direction: column;
    align-items: center;
  }
  .outro_mestade img,
  .outro_mestade .box_produto {
    max-width: 100%;
  }
}


/* Container dos produtos à direita da imagem */
.produtos_lado_direito {
  width: 100%;
  max-width: 600px;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  float: left;
}

.produto_card {
  width: 100%;
  max-width: 250px;
  height: auto;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}

.produto_card img{
  width: 100%;
}


/* Exibir os produtos lado a lado, se couber */
@media (min-width: 1000px) {
  .produtos_lado_direito {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .produtos_lado_direito .box_produto {
    width: 300px;
  }
}












/*carrossel de produtos*/
/* Container geral */
/* Container do carrossel */



.carousel-area {
  width: 90%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}

.carrossel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.carrossel::-webkit-scrollbar {
  display: none;
}

/* Botões laterais agora fazem parte do layout, não sobrepõem */
.carrossel-btn {
  background: #000;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: background 0.3s, border 0.3s;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 10px;
}


/* Produto individual */
.box_produto {
  flex: 0 0 calc(19.8% - 15px);
  background: white;
  border-radius: 12px;
  padding: 15px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid #ccc
}




/* Imagem */
.box_produto img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* Tags */
.tags {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.tag {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
}
.tag-qtd {
  background: #000;
}
.tag-tipo {
  background: #ccc;
  color: #333;
}

/* Texto */
.titulo {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
  font-size: 20px;
}


.descricao {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
}
.preco {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 20px;
}
.assinatura {
  color: #6d1f1d;
  font-weight: bold;
  line-height: 15px;
}

.preco{
  font-weight: bold;
  color: #666;
}

/* Botões */
.botoes {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.btn-ver {
  flex: 1;
  text-align: center;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.btn-ver:hover {
  background: #000;
  color: #fff;
}

.btn-carrinho {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #ff9a00;
  border-radius: 30%;
  width: 50px;
  height: 42px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.btn-carrinho:hover {
  background: #e28803;
}



/* Responsivo */
@media (max-width: 1024px) {
  .box_produto {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .box_produto {
    flex: 0 0 100%;
  }

  .botoes {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-carrinho {
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
  }
}








/*informação da assinatura*/
.marcador_ass {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fundo_img {
  width: 100%;
  height: auto;
  display: block;
}

.info_assinatura {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  margin: 0 5%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px;
  box-sizing: border-box;
}


.info_ass {
  flex: 1;
  max-width: 35%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Alinha verticalmente */
  align-items: center;     /* Alinha horizontalmente */
  text-align: center;      /* Centraliza o texto */
  height: 100%;            /* Certifique-se de que o pai tenha altura definida */
}

.info_ass h2 {
  font-size: 36px;
  font-weight: bold;
}

.btn_assinatura {
  background-color: #6d1f1d;
  color: white;
  padding: 10px 25px;
  margin-top: 25px;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}

.passos_container {
  flex: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-top: 90px; /* mais espaço para números */
  max-width: 900px; /* mais largo para acomodar os passos */
  gap: 0;
}

/* Linha conectando os números, alinhada no centro vertical do círculo */
.passos_container::before {
  content: "";
  position: absolute;
  top: 85px; /* meio do círculo (32px altura / 2) */
  left: 48px; /* logo após o primeiro círculo */
  right: 48px; /* antes do último círculo */
  height: 2px;
  background-color: #6d1f1d;
  z-index: 1;
}

.passo {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  padding: 10px; /* espaço para círculo */
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

/* Hover no passo */
.passo:hover,
.passo.active {
  background-color: transparent;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
  border-radius: 12px;
  z-index: 3;
}



.passo h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
}

.descricaox {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
}

.mais {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #6d1f1d;
  color: white;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s;
}

.mais:hover {
  background-color: #6d1f1d;
}

.passo {
  flex: 1;
  max-width: 20%;
  text-align: left;
}

.passo div {
  width: 40px;
  height: 40px;
  background-color: #6d1f1d;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: -40px;
}

.passo li {
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
  color: #ccc;
}


.passo div {
  position: relative;
}



/* ===== Limites e variáveis ===== */
:root{
  --container-max: 1300px; /* largura máxima do conteúdo sobre o banner */
  --side-pad: 5vw;         /* padding mínimo nas laterais em telas menores */
  --num-size: 40px;        /* diâmetro dos círculos 1–4 */
}

/* ===== Container absoluto centralizado e "travado" em 1300px ===== */
.info_assinatura{
  position:absolute;
  inset:0;                           /* ocupa todo o banner */
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  gap:40px;

  /* truque de container: centra e limita a 1300px acima disso */
  padding-left:  max(var(--side-pad), calc((100vw - var(--container-max))/2));
  padding-right: max(var(--side-pad), calc((100vw - var(--container-max))/2));
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing:border-box;
}

/* coluna esquerda continua igual */
.info_ass{
  flex:1;
  max-width:35%;
  display:flex; flex-direction:column; justify-content:center; align-items:center;
  text-align:center; color:#fff; height:100%;
}

/* ===== Passos: distribui e alinha ===== */
.passos_container{
  flex:2;
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:0;
  padding-top: calc(var(--num-size) + 50px); /* espaço para os círculos */
}

/* linha sempre alinhada aos círculos, em qualquer largura */
.passos_container::before{
  content:"";
  position:absolute;
  top: calc(var(--num-size)/2 + 60px); /* meio dos círculos */
  left:  calc(var(--num-size)/2 + 8px);
  right: calc(var(--num-size)/2 + 8px);
  height:2px;
  background:#6d1f1d;
  z-index:1;
}

.passo{
  flex:1 1 0;
  max-width:none;
  position:relative;
  z-index:2;
  text-align:left;
}

/* círculos numerados usam a mesma variável de tamanho */
.passo .numero{
  width: var(--num-size);
  height: var(--num-size);
  line-height: var(--num-size);
  background:#6d1f1d; color:#fff; border-radius:50%;
  text-align:center; font-weight:700; font-size:18px;
  margin-bottom:10px; margin-top:-40px;
}


/*fim da assinatura*/









/*banner*/
.banner-rotativo {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
}

.slide {
  display: none;
  position: relative;
  width: 100%;
}

.slide img {
  width: 100%;
  height: auto; /* altura se ajusta à imagem */
  display: block;
}

.fade {
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {opacity: 0.4}
  to {opacity: 1}
}

.active {
  display: block;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 12px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  transition: 0.3s;
  background-color: rgba(0,0,0,0.5);
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 1;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 2;
}

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #717171;
}

.informacoes{
  width: 80%;
  margin: 60px 10%;
  padding-bottom: 40px;
}

.info{
  width: 30%;
  float: left;
  margin: 0 1.5%;
  height: auto;
  display: table;
}

.info img{
  width: 20%;
  float: left;
  margin-right: 10px;
  margin-top: -10px;
}



.separa{
  width: 100%;
  height: 1px;
  clear: both;
}

body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #fff; /* Cor de fundo da imagem */
}

.icones-topo i{
  font-size: 1.6em;
  margin-left: 10px;
}

.filtro_geral{
  width: 100%;
  background: #eaeaea;
  height: auto;
  padding: 30px;
  display: table;
}

.centro_filtro{
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
}

.banner-catalogo, .banner_informativo{
  width: 100%;
}

.banner-catalogo img, .banner_informativo img{
  width: 100%;
}

.filtro_geral p{
  text-align: left;
}





/*sobrescrevendo os box de produto para ficar tudo alinhado*/

/* Faz os itens esticarem igual na linha */
.carousel-area .carrossel { align-items: stretch; }

/* Card com altura fixa e grid para ancorar preço+botões no rodapé */
.carousel-area .box_produto{
  display: grid;
  grid-template-rows: 200px auto auto 1fr auto auto; /* img | tags | título | desc preenche | preço | botões */
  height: 520px;               /* <- ajuste se quiser maior/menor */
  padding: 15px;               /* mantém seu padding */
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
  flex: 0 0 calc(19.8% - 15px); /* preserva 5 cards por linha */
}

/* Imagem com altura consistente */
.carousel-area .box_produto img{
  width: 100%;
  height: 100%;                /* ocupa a linha da grid (200px) */
  object-fit: contain; 
  margin: 0 0 10px 0;          /* só embaixo */
}

/* Tags (mantém seu estilo) */
.carousel-area .box_produto .tags{ margin: 8px 0; }

/* Título: trava em 2 linhas */
.carousel-area .box_produto .titulo{
  font-weight: 700;
  font-size: 16px;
  margin: 8px 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.25em * 3 + 4px);
}

/* Descrição: trava em 2–3 linhas e vira o “elástico” da grid */
.carousel-area .box_produto .descricao{
  font-size: 13px;
  color: #666;
  margin: 0 0 0;     /* sem margem inferior; a linha 1fr faz o respiro */
  display: -webkit-box;
  -webkit-line-clamp: 3;       /* mude para 2 se quiser mais compacto */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Preço fica imediatamente acima dos botões (já na base) */
.carousel-area .box_produto .preco{
  font-weight: bold;
  color: #666;
  margin: 10px 0 8px;
  line-height: 20px;
}
.carousel-area .box_produto .assinatura{ color:#6d1f1d; font-weight:700; }

/* Botões sempre na mesma linha inferior */
.carousel-area .box_produto .botoes{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 0; /* grid já alinhou lá embaixo */
}

/* Botão “ver” e “carrinho” — mantidos */
.carousel-area .box_produto .btn-ver{
  flex: 1;
  text-align: center;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  transition: .3s;
}
.carousel-area .box_produto .btn-ver:hover{ background:#000; color:#fff; }

.carousel-area .box_produto .btn-carrinho{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #ff9a00;
  border-radius: 30%;
  width: 50px;
  height: 42px;
  color: #000;
  transition: .3s;
}
.carousel-area .box_produto .btn-carrinho:hover{ background:#e28803; }

/* ==============================
   “Descubra mais produtos” (X)
   ============================== */

.carousel-areaX .carrosselX { align-items: stretch; }

.carousel-areaX .box_produtoX{
  display: grid;
  grid-template-rows: 200px auto auto 1fr auto auto;
  height: 520px;                 /* mesmo tamanho para bater com o de cima */
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
  flex: 0 0 calc(33% - 15px);    /* você já usa 3 por linha */
}

.carousel-areaX .box_produtoX img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 10px 0;
}

.carousel-areaX .box_produtoX .titulo{
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.25em * 3 + 4px);
}
.carousel-areaX .box_produtoX .descricao{
  font-size: 13px;
  color:#666;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.carousel-areaX .box_produtoX .preco{ margin: 10px 0 8px; font-weight:700; color:#666; }
.carousel-areaX .box_produtoX .assinatura{ color:#6d1f1d; font-weight:700; }
.carousel-areaX .box_produtoX .botoes{ display:flex; gap:10px; align-items:center; }

/* =================
   Responsividade
   ================= */
@media (max-width: 1200px){
  .carousel-area .box_produto,
  .carousel-areaX .box_produtoX{
    height: 500px;
    grid-template-rows: 180px auto auto 1fr auto auto;
  }
}

@media (max-width: 768px){
  /* no mobile deixamos a altura fluir */
  .carousel-area .box_produto,
  .carousel-areaX .box_produtoX{
    height: auto;
    grid-template-rows: 180px auto auto auto auto auto;
  }
}
.tags .tag:empty { display: none; }
/**fim da sobrescrita*/


header{
  position: sticky;
  top: 0;
  z-index: 10000; /* fica acima do conteúdo */
}



/* === Submenu "Combos de Ovos" – cards com alturas iguais === */

/* Faz os cards esticarem por igual na linha */
.produtos-submenu .produtos-container{
  align-items: stretch;
}

/* Card em coluna, botão fixo no rodapé */
.produtos-submenu .card-produto{
  width: 200px;              /* mantenha se preferir 200px */
  height: 300px;             /* altura total igual para todos */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* não espaça; a gente fixa o botão com margin-top:auto */
  text-align: center;
}

/* TÍTULO: sempre 3 linhas (corta com reticências) */
.produtos-submenu .card-produto p,
.produtos-submenu .card-produto .titulo-mini{
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;       /* <-- 3 linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.25em * 3); /* altura exata para 3 linhas */
  margin: 6px 10px 0;
}

/* Imagem com altura fixa (não deforma) */
.produtos-submenu .card-produto img{
  width: 90%;      
  height: 120px;     /* altura igual para todas */
  object-fit: contain;         /* mantém proporção sem cortar */
  margin: 8px auto;
}


/* Tags no submenu: altura fixa, alinhadas e com ícone pequeno */
.produtos-submenu .card-produto .tagx,
.produtos-submenu .card-produto .tagy{
  margin-top: 4px;
  height: 22px;
  display: inline-flex;
  align-items: center;     /* centraliza verticalmente */
  gap: 6px;
  padding: 0 8px;
  line-height: 1;          /* evita “dança” de altura */
}

/* Ícone ao lado do texto, tamanho fixo e levemente mais alto */
.produtos-submenu .card-produto .tagy img{
  width: 14px;             /* defina o tamanho exato do ícone */
  height: 14px;
  flex: 0 0 14px;
  object-fit: contain;
  display: block;          /* remove espaço extra de inline */
  transform: translateY(-1px);  /* sobe um pouquinho; use -2px se quiser mais */
}


/* Botão sempre na MESMA altura (base do card) */
.produtos-submenu .card-produto .ver_produto{
  margin-top: auto;            /* empurra o botão para baixo */
  border-top: 1px solid #ccc;  /* mantém seu estilo */
  border-radius: 0 0 8px 8px;
}

.referencia{
  font-size: 0.7em;
  color: #666;
}


.logar{
  width: 40%;
  margin: 00px auto;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 40px;
}

.geral{
  width: 90%;
  margin: 0 auto;
  display: table;
}

.geral h1{
  color: #000;
  font-size: 1.6em;
  font-weight: bold;
  margin: 50px 0 20px 30%;
}

.input{
  border: none;
  border-bottom: 2px solid #6d1f1d;
  width: 90%;
  height: 35px;
  background: transparent;
  margin-bottom: 30px;
  padding: 0 10px;
}

.cadse{
  color: #801a16;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

.cadse a{
  color: #801a16;
}

.acessar{
  width: 150px;
  background: #e28803;
  height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.2em;
  border: 1px solid #e28803;
  margin: 0 auto;
  clear: both;
  display: block;
  margin-bottom: 20px;
}

.senha{
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
}

.sucesso{
  width: 100%;
  padding: 10px;
  border: 1px solid green;
  color: green;
  background: rgb(195, 243, 195);
  border-radius: 6px;
  margin-bottom: 20px;
}

.erro{
  width: 100%;
  padding: 10px;
  border: 1px solid red;
  color: red;
  background: #f9dee2;
  border-radius: 6px;
  margin-bottom: 20px;
}



/*Menu minha conta*/
/* ===========================
   MENU CONTA (dropdown usuário)
   =========================== */
.menuconta{
  position: relative;
  display: inline-block;
  margin-left: 12px;
  font-weight: 600;
  z-index: 30; /* acima do mega-submenu */
}
.menuconta > li{
  position: relative;
  list-style: none;
}
.menuconta > li > a{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  transition: .2s;
  
}
.menuconta > li > a::after{
  content: "\f078"; /* chevron-down (Font Awesome) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  opacity: .8;
}
.menuconta > li:hover > a,
.menuconta > li:focus-within > a{
  background: #ff9a00;
  border-color: #ff9a00;
}

/* Dropdown */
.menuconta > li > ul{
  position: absolute;
  top: calc(100% + 0px);
  right: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  display: none;
  z-index: 10001;
}

/* “setinha” do balão */
.menuconta > li > ul::before{
  content: "";
  position: absolute;
  top: -8px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  transform: rotate(45deg);
}

/* Abrir no hover e no foco (acessível/teclado) */
.menuconta > li:hover > ul,
.menuconta > li:focus-within > ul{
  display: block;
}

/* Itens */
.menuconta > li > ul > li{
  list-style: none;
}
.menuconta > li > ul > li + li{
  margin-top: 4px;
}
.menuconta > li > ul > li > a{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: background .2s, transform .05s;
}
.menuconta > li > ul > li > a:hover{
  background: #ff9a00;
  color: #000;
}
.menuconta > li > ul > li > a:active{
  transform: scale(0.99);
}

/* Estados e responsivo */
@media (hover: none){
  /* Em dispositivos touch, mantém o dropdown visível enquanto focado */
  .menuconta > li:focus-within > ul{ display: block; }
}

/* Opcional: ícones nos itens (se quiser) */
/*
.menuconta a[href*="minha_conta"]::before{ content:"\f007"; font-family:"Font Awesome 6 Free"; font-weight:900; }
.menuconta a[href*="minhas_compras"]::before{ content:"\f291"; font-family:"Font Awesome 6 Free"; font-weight:900; }
.menuconta a[href*="logout"]::before{ content:"\f2f5"; font-family:"Font Awesome 6 Free"; font-weight:900; }
.menuconta > li > ul > li > a::before{ width:16px; text-align:center; }
*/

/*Minha conta*/
/* =========================================
   PÁGINA MINHA CONTA
   Estrutura: menu lateral + formulário
   ========================================= */

/* container geral da página */
.fechamenu{
  width: 100%;
  background: #fff;
}
.geral2{
  width: 90%;
  max-width: 1280px;
  margin: 30px auto 60px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
}

/* =========================
   MENU LATERAL (.menu-conta)
   ========================= */
.menu-conta{
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 16px;
  position: sticky;
  top: 110px;      /* fica abaixo do header fixo */
  align-self: start;
}

.menu-conta .ativo,
.menu-conta .inativo{
  display: block;
  margin-bottom: 8px;
}

.menu-conta a{
  text-decoration: none;
  display: block;
}

.menu-conta a li{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #222;
  font-weight: 600;
  transition: background .2s, color .2s, transform .05s;
}

.menu-conta .ativo a li{
  background: #ff9a00;
  color: #000;
}
.menu-conta .inativo a li{
  background: #fff;
  border: 1px solid #eaeaea;
}

.menu-conta .inativo a li:hover{
  background: #ffedd1;
  color: #000;
}
.menu-conta a li i{
  font-size: 10px;
}

/* linha/terminador do menu (se existir) */
.fim-menu{
  display: none; /* oculto por padrão; ajuste se usar */
}

/* =========================
   CARDS / BLOCOS DE AÇÕES
   ========================= */
.logar3{
  background: #fff5e6;
  color: #6d1f1d;
  border: 1px solid #ffd39c;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background .2s, transform .05s;
}
.logar3:hover{ background: #ffe7c2; }
.logar3 i{ font-size: 16px; }

/* =========================
   FORMULÁRIO PRINCIPAL
   ========================= */
.logar2,
.logar4{
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

/* .logar4 começa fechado (o JS abre) */
#abrindo{ display: none; }

.lbl{
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin: 6px 0 6px;
}

/* campos em grid fluído */
.logar2 .inputset,
.logar2 .inputtres,
.logar2 .inputcinco,
.logar2 .inputcinc{
  width: 100%;
}

/* input padrão do site já existe (.input)
   só refinamos para o contexto desta página */
.logar2 .input,
.logar4 .input{
  width: 100%;
  height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.logar2 .input:focus,
.logar4 .input:focus{
  border-color: #ff9a00;
  box-shadow: 0 0 0 3px rgba(255,154,0,.18);
}

/* grid responsivo dos campos */
.logar2{
  gap: 16px 20px;
}
.logar2 .inputset{ grid-column: 1 / -1; }  /* nome ocupa toda a linha */
.logar2 .inputtres{ grid-column: 2 / 3; }  /* cpf */
.logar2 .inputcinco{ grid-column: 3 / 4; } /* dn */
.logar2 .inputcinc{ grid-column: 4 / 5; }  /* celular */
.logar2 .inputset:last-of-type{ grid-column: 1 / -1; } /* email toda a linha */

.separa{
  grid-column: 1 / -1;
  height: 1px;
  background: #eaeaea;
  margin: 6px 0 6px;
}

/* botões */
.cad-cad{
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}
.acessar{
  min-width: 180px;
  height: 44px;
  border-radius: 12px;
  border: 2px solid #ff9a00;
  background: #ff9a00;
  color: #000;
  font-weight: 800;
  letter-spacing: .2px;
  cursor: pointer;
  transition: transform .05s, filter .15s;
}
.acessar:hover{ filter: brightness(.95); }
.acessar:active{ transform: scale(.99); }

/* mensagens */
.sucesso, .erro{
  border-radius: 10px;
  padding: 12px 14px;
  margin: 10px 0 0;
  font-weight: 600;
}
.sucesso{
  border: 1px solid #1e9f3c;
  background: #e9f9ee;
  color: #146c28;
}
.erro{
  border: 1px solid #c43e48;
  background: #fdecef;
  color: #8d2027;
}

/* =========================
   FORM DE SENHA (.logar4)
   ========================= */
.logar4{
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 16px 20px;
}
.logar4 .inputtres{ grid-column: 1 / -1; }
.logar4 .cad-cad{ grid-column: 1 / -1; }

/* =========================
   RESPONSIVIDADE
   ========================= */
@media (max-width: 1080px){
  .geral2{
    grid-template-columns: 220px 1fr;
    gap: 20px;
  }
  .logar2{
    grid-template-columns: 1fr 1fr;
  }
  .logar2 .inputset{ grid-column: 1 / -1; }
  .logar2 .inputtres{ grid-column: 1 / 2; }
  .logar2 .inputcinco{ grid-column: 2 / 3; }
  .logar2 .inputcinc{ grid-column: 1 / 2; }
  .logar2 .inputset:last-of-type{ grid-column: 1 / -1; }
}

@media (max-width: 768px){
  .geral2{
    grid-template-columns: 1fr;
  }
  .menu-conta{
    position: static;
    top: auto;
    display: flex;
    gap: 8px;
    padding: 12px;
  }
  .menu-conta a li{
    padding: 10px 12px;
    font-size: 14px;
  }
  .logar2{
    grid-template-columns: 1fr;
  }
  .logar4{
    grid-template-columns: 1fr;
  }
}

/* Acessibilidade: foco visível nos links do menu */
.menu-conta a:focus li{
  outline: 3px solid rgba(255,154,0,.35);
  outline-offset: 2px;
}

/* ===== 1) Layout em áreas: menu | formulário | botão senha | form senha ===== */
.geral2{
  display: grid;
  grid-template-columns: 260px 1fr;             /* coluna do menu + coluna do conteúdo */
  grid-template-areas:
    "menu form"
    "senhaBtn form"
    "senhaForm form";
  gap: 30px;
}

/* mapeia cada bloco para a grade */
.menu-conta{ grid-area: menu; }
.logar2{     grid-area: form; }
.logar3{     grid-area: senhaBtn; }   /* botão fica imediatamente abaixo do menu */
.logar4{     grid-area: senhaForm; }  /* formulário de senha aparece abaixo do botão, na 1ª coluna no mobile e mantém no fluxo no desktop */

/* Aparência do botão "Alterar a Senha" para ocupar a largura da coluna lateral */
.logar3{
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff5e6;
  border: 1px solid #ffd39c;
  color: #6d1f1d;
  font-weight: 700;
}
.logar3:hover{ background: #ffe7c2; }

/* mantém o painel de senha inicialmente fechado (o seu JS abre) */
#abrindo{ display: none; }

/* ===== 2) Ajuste do formulário: linhas mais claras e campos alinhados ===== */

/* grade: 3 colunas iguais para CPF | Data Nasc. | Celular */
.logar2{
  gap: 16px 20px; /* linha x coluna */
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

/* Nome ocupa a linha inteira */
.logar2 .inputset{ grid-column: 1 / -1; }

/* CPF | DN | Celular na mesma linha */
.logar2 .inputtres{  grid-column: 1 / 2; } /* CPF   */
.logar2 .inputcinco{ grid-column: 2 / 3; } /* DN    */
.logar2 .inputcinc{  grid-column: 3 / 4; } /* Celular */

/* E-mail ocupa a linha inteira */
.logar2 .inputset:last-of-type{ grid-column: 1 / -1; }

/* separador ocupa a linha inteira */
.logar2 .separa{
  grid-column: 1 / -1;
  height: 1px;
  background: #eaeaea;
  margin: 6px 0 6px;
}

/* Botão "Editar" centralizado embaixo */
.logar2 .cad-cad{
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
}

/* Inputs uniformes */
.logar2 .input,
.logar4 .input{
  width: 100%;
  height: 44px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.logar2 .input:focus,
.logar4 .input:focus{
  border-color: #ff9a00;
  box-shadow: 0 0 0 3px rgba(255,154,0,.18);
}

/* Label mais consistente */
.lbl{
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin: 4px 0 6px;
}

/* Ajuste fino do input date para ficar na mesma altura dos demais */
.logar2 input[type="date"]{
  padding: 0 10px;
}

/* ===== Formulário de Senha (fica na coluna da esquerda no mobile; no desktop abaixo do botão) ===== */
.logar4{
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

/* ===== Responsivo ===== */
@media (max-width: 1080px){
  .geral2{
    grid-template-columns: 220px 1fr;
    grid-template-areas:
      "menu form"
      "senhaBtn form"
      "senhaForm form";
    gap: 20px;
  }
}

@media (max-width: 768px){
  .geral2{
    grid-template-columns: 1fr;
    grid-template-areas:
      "menu"
      "senhaBtn"
      "form"
      "senhaForm";
  }
  .menu-conta{
    position: static;
    display: block;
  }
  .logar2{
    grid-template-columns: 1fr; /* empilha campos */
  }
  .logar2 .inputset,
  .logar2 .inputtres,
  .logar2 .inputcinco,
  .logar2 .inputcinc,
  .logar2 .inputset:last-of-type,
  .logar2 .cad-cad,
  .logar2 .separa{
    grid-column: 1 / -1;
  }
}

/*Trocas*/
/* ================================
   TROCAS E DEVOLUÇÕES – Estilos
   ================================ */

.fechamenu{ background:#fff; }

.geral{
  width: 90%;
  max-width: 1100px;
  margin: 30px auto 60px;
}

.relacionamento{
  background:#f7f7f7;
  border:1px solid #e5e5e5;
  border-radius:14px;
  padding:28px 28px 34px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/* Título principal */
.relacionamento h1{
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 800;
  color:#6d1f1d;          /* cor institucional */
  text-transform: uppercase;
  letter-spacing:.4px;
}

/* Subtítulos com faixa laranja à esquerda */
.relacionamento h2{
  position: relative;
  margin: 26px 0 10px;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 800;
  color:#1e1e1e;
}
.relacionamento h2::before{
  content:"";
  position:absolute;
  left:0; top:3px; bottom:3px;
  width:6px;
  border-radius:6px;
  background:#ff9a00;     /* destaque */
}

/* Texto */
.relacionamento p{
  margin: 8px 0;
  color:#4a4a4a;
  line-height: 1.6;
  font-size: 15px;
}

/* Bloco “observação/aviso” (opcional: aplique .aviso no <p>) */
.relacionamento p.aviso{
  background:#fff5e6;
  border:1px solid #ffd39c;
  color:#6d1f1d;
  padding:10px 12px;
  border-radius:10px;
}

/* Links (se usar) */
.relacionamento a{
  color:#6d1f1d;
  font-weight:700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Responsivo */
@media (max-width: 768px){
  .relacionamento{
    padding:22px 18px 26px;
  }
  .relacionamento h1{ font-size:24px; }
  .relacionamento h2{ font-size:17px; }
  .relacionamento p{ font-size:14.5px; }
}



/*minhas compras*/
/* ================================
   Minhas Compras — Estilos
   ================================ */

:root{
  --bg:#f7f7f8;
  --card:#ffffff;
  --text:#111827;
  --muted:#6b7280;
  --line:#e5e7eb;
  --brand:#16a34a;
  --brand-700:#15803d;
  --warning:#f59e0b;
  --danger:#dc2626;
  --info:#2563eb;
  --radius:14px;
  --shadow:0 8px 24px rgba(0,0,0,.06);
}

body{ background:var(--bg); color:var(--text); }

/* Container principal */
.compras{
  max-width: 1100px;
  margin: 28px auto 80px;
  padding: 0 16px;
}

.compras > h2{
  font-size: clamp(1.4rem, 1.2rem + 1vw, 1.9rem);
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: .2px;
}

.meio-compra{
  display: block;
}

/* --- Card do pedido (cabeçalho do pedido) --- */
.item-compra{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 18px 10px;
  margin-top: 18px;
}

.item-compra h2, .item-compra_2 h2{
  margin: 2px 0 10px;
  font-size: 1.1rem;
  font-weight: 800;
}

.item-compra h3{
  margin: 6px 0;
  font-size: .98rem;
  font-weight: 600;
  color: #374151;
}
.item-compra h3 b{
  font-weight: 800;
  background: #f3f4f6;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
  margin-left: 6px;
  color: #111827;
}

/* --- Lista de itens do pedido --- */
.parteA{
  margin-top: 8px;
}

.lista-compra{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px;
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: start;
  gap: 12px 16px;
}

/* imagem do item */
.icone-compra{
  grid-column: 1 / 2;
}
.icone-compra img{
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #f9fafb;
}

/* detalhes do item */
.detcomp{
  grid-column: 2 / -1;
}
.detcomp h5{
  margin: 2px 0 4px;
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
}
.detcomp li{
  list-style: none;
  color: var(--muted);
  font-weight: 600;
}

/* separador entre produtos */
.separa{
  grid-column: 1 / -1;
  height: 1px;
  background: var(--line);
  margin: 4px 0;
}

/* --- Forma de pagamento, boleto, pix --- */
.ddpedido{
  grid-column: 1 / -1;
  margin-top: 10px;
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  padding: 12px;
  border-radius: 12px;
}
.ddpedido a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  color: var(--info);
}
.ddpedido a:hover{ text-decoration: underline; }

/* Caixa para PIX (copiar código) */
.LAx{
  grid-column: 1 / -1;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  padding: 14px;
  margin-top: 6px;
}
.LAx h5{
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-700);
}
.LAx p{
  margin: 0 0 10px;
  color: #065f46;
  font-size: .95rem;
}

/* Campo com o código PIX */
.copiacola{
  width: 100%;
  background: #fff;
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: .95rem;
  color: #064e3b;
  outline: none;
}
.copiacola:focus{
  box-shadow: 0 0 0 4px #d1fae5;
}

/* Botão copiar */
#botao{
  margin-top: 10px;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 800;
  padding: 10px 14px;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform .05s ease, background .15s ease;
}
#botao:hover{ background: var(--brand-700); transform: translateY(-1px); }

/* Aviso “código copiado” */
#foo{
  display: none; /* mostre via JS após copiar */
  margin-top: 10px;
  font-weight: 800;
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  padding: 8px 12px;
  border-radius: 10px;
}

/* --- Link Ver Detalhes --- */
.verdetalhe{
  margin: 10px 0 4px;
  display: flex;
  justify-content: flex-end;
}
.finalizar{
  background: #111827;
  color: #fff;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 800;
  border: 1px solid transparent;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform .05s ease, background .15s ease;
  text-align: center;
}
.verdetalhe a{ text-decoration: none; }
.finalizar:hover{ background:#0b1220; transform: translateY(-1px); }

/* Linha separadora entre pedidos */
.line-compra{
  height: 1px;
  background: var(--line);
  margin: 18px 0 8px;
  border-radius: 1px;
}

/* --- Estados/variações (opcionais) --- */
.lista-compra b, .item-compra h3 b{
  /* badge já estilizado acima; pode reforçar cores conforme status via JS adicionando classes */
}

/* --- Responsivo --- */
@media (max-width: 920px){
  .lista-compra{
    grid-template-columns: 80px 1fr;
  }
  .icone-compra img{
    width: 80px; height: 80px;
  }
}

@media (max-width: 640px){
  .item-compra{ padding: 16px; }
  .lista-compra{
    grid-template-columns: 64px 1fr;
    padding: 12px;
    gap: 10px 12px;
  }
  .icone-compra img{
    width: 64px; height: 64px;
    border-radius: 10px;
  }
  .detcomp h5{ font-size: .98rem; }
  .detcomp li{ font-size: .93rem; }
  .finalizar{ width: 100%; }
}

/* Pequenos ajustes de acessibilidade */
a:focus, button:focus, input:focus{
  outline: 3px solid rgba(37,99,235,.25);
  outline-offset: 2px;
  border-radius: 12px;
}

/* ====== Bloco compacto do pedido (header) ====== */

.item-compra{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px 14px;
  padding: 14px 16px;
}

/* título ocupa a largura toda */
.item-compra > h2{
  grid-column: 1 / -1;
  margin: 0 0 4px;
  font-size: 1.05rem;
  letter-spacing: .2px;
}

/* cada linha (label + valor) vira um “kpi” horizontal */
.item-compra > h3{
  margin: 0;                   /* tirar espaços extras */
  font-size: .95rem;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;         /* manter compacto */
}

/* “pílula” do valor mais enxuta */
.item-compra > h3 > b{
  font-weight: 800;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #111827;
  padding: 3px 8px;
  border-radius: 999px;
  line-height: 1;
  font-size: .92rem;
}

/* destaque visual pro Status (é o 3º h3 depois do h2 nesse HTML) */
.item-compra > h3:nth-of-type(3) > b{
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #3730a3;
}

/* destaque pro Total (último h3) */
.item-compra > h3:last-of-type > b{
  background: #111827;
  border-color: #111827;
  color: #fff;
}

/* mais compacto ainda em telas pequenas */
@media (max-width: 480px){
  .item-compra{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
    padding: 12px;
  }
  .item-compra > h3{
    font-size: .93rem;
    gap: 6px;
  }
  .item-compra > h3 > b{
    font-size: .9rem;
    padding: 3px 7px;
  }
}

/* =========================
   RESUMO DO PEDIDO (compacto)
   Escopo: dentro de .compras
   ========================= */

.compras .item-compra{
  display: grid;
  /* 6 “cards” lado a lado quando couber, quebrando com graça */
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  /* row-gap / column-gap separados pra não colar os blocos */
  row-gap: 10px;
  column-gap: 28px;
  align-items: center;
  padding: 14px 16px;
}

.item-compra_2{
  /* row-gap / column-gap separados pra não colar os blocos */
   background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 18px 10px 20px;
  margin-top: 18px;
}
/* Título ocupa a linha inteira */
.compras .item-compra > h2{
  grid-column: 1 / -1;
  margin: 0 0 2px;
  font-size: 1.06rem;
}

/* Cada informação (label + valor) fica num “bloco” próprio */
.compras .item-compra > h3{
  margin: 0;
  font-size: .95rem;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 10px;                 /* espaço entre label e o <b> */
  white-space: nowrap;       /* compacto, sem quebrar no meio */
}

/* Valor em formato “pílula” */
.compras .item-compra > h3 > b{
  font-weight: 800;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #111827;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
  font-size: .92rem;
}

/* Destaques úteis */
.compras .item-compra > h3:nth-of-type(3) > b{  /* Status de Pagamento */
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #3730a3;
}
.compras .item-compra > h3:last-of-type > b{    /* Total */
  background: #111827;
  border-color: #111827;
  color: #fff;
}

/* Telas médias: reduzir um pouco a largura mínima pra caber mais itens por linha */
@media (max-width: 1024px){
  .compras .item-compra{
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    column-gap: 22px;
  }
}

/* Mobile: 2 colunas bem legíveis */
@media (max-width: 520px){
  .compras .item-compra{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 10px;
    padding: 12px;
  }
  .compras .item-compra > h3{ font-size: .93rem; gap: 8px; }
  .compras .item-compra > h3 > b{ font-size: .9rem; padding: 3px 8px; }
}

/* ---- Forma de pagamento na mesma linha ---- */
.compras .lista-compra b{
  display: inline !important;   /* volta a ser inline */
  margin-right: 8px;            /* espaço antes do valor (PIX) */
  font-weight: 700;
}

/* opcional: deixa a linha mais compacta */
.compras .lista-compra{
  line-height: 1.6;
}

.iconfoto img{
  width: 90px;
  float: left;
  margin-right: 15px;
  padding-bottom: 15px;
}

.compra_total{
  width: 100%;
}

/* ====== Checkout – Cartão (Mercado Pago) ====== */
#mpCardWrapper{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:14px;
  padding:18px 16px 8px;
  box-shadow:0 6px 18px rgba(0,0,0,.04);
}

/* Aviso laranja do topo */
#mpCardWrapper .menu-conta{ margin:0 0 12px; }
#mpCardWrapper .menu-conta .ativo{
  background:#ff9f0a;
  border-radius:12px;
  padding:12px 16px;
  box-shadow:0 6px 16px rgba(255,159,10,.15);
}
#mpCardWrapper .menu-conta .ativo a{ color:#1f2937; font-weight:700; text-decoration:none; }
#mpCardWrapper .menu-conta .ativo i{ font-size:10px; margin-right:8px; }

/* Grid/espacamento dos campos (sem quebrar o Bootstrap) */
#mpCardWrapper .col-md-2,
#mpCardWrapper .col-md-4,
#mpCardWrapper .col-md-8{ padding-left:10px; padding-right:10px; }
#mpCardWrapper .form-group{ margin-bottom:14px; }

/* Labels e inputs */
#mpCardWrapper .form-group label{
  font-size:14px;
  color:#374151;
  margin-bottom:6px;
}
#mpCardWrapper .form-control{
  height:42px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  background:#fff;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.02);
  transition:border-color .15s, box-shadow .15s;
}
#mpCardWrapper .form-control:focus{
  border-color:#ff9f0a;
  outline:0;
  box-shadow:0 0 0 3px rgba(255,159,10,.18);
}
#mpCardWrapper input[readonly]{
  background:#f3f4f6;
  color:#6b7280;
}



/* ===== Totais (título à esquerda, valor à direita) ===== */
.totals .row_especial{
  display:flex;
  align-items:flex-start;        /* valores que podem quebrar linha ficam bonitos */
  justify-content:space-between; /* empurra o último item pra direita */
  gap:14px;
  padding:6px 0;
  border-bottom:1px dashed #eee; /* opcional, só pra separar */
  font-size: 16px;
}

.totals .row_especial:last-child{ border-bottom:0; }

/* título “apagado” */
.totals .row_especial .muted{
  color:#6b7280;
  font-size:15px;
}

/* o ÚLTIMO filho da linha vira a coluna da direita */
.totals .row_especial > *:last-child{
  margin-left:auto;
  text-align:right;
}

/* números/valores */
.totals .row_especial strong{
  font-weight:700;
}

/* linha do total final, com destaque */
.totals .row_especial.total{
  border-top:1px solid #e5e7eb;
  border-bottom:0;
  margin-top:6px;
  padding-top:10px;
  font-size:16px;
}

/* responsivo */
@media (max-width:480px){
  .totals .row_especial{ gap:10px; }
  .totals .row_especial > *:last-child{ max-width:60%; } /* evita amassar o título */
}

.btn{
  color: #fff;
}

/* organiza melhor o grid dentro do wrapper do MP */
#mpCardWrapper .row { margin-left:-10px; margin-right:-10px; }
#mpCardWrapper [class*="col-"] { padding-left:10px; padding-right:10px; }
#mpCardWrapper .form-group { margin-bottom:12px; }

.menu-mobile, .logo-mobile{
  display: none;
}

.add-cart a{
  color: #fff
}

.subir_modal{
  margin-top: -80px;
}


/* Faixa da logo central */
.logo_central{
  width: 100%;
  background: #fff;              /* fundo branco */
  display: flex;                 /* centraliza com flex */
  align-items: center;           /* alinha vertical */
  justify-content: center;       /* centraliza horizontal */
  padding: 12px 16px;            /* respiro */
  border-bottom: 1px solid var(--bd, #e7e7e7); /* linha opcional */
  box-sizing: border-box;
}

/* Garante que o link e a imagem não “estourem” */
.logo_central a{
  display: inline-block;
  line-height: 0;                /* remove espaço fantasma ao redor da img */
}

.logo_central img{
  display: block;
  max-width: 220px;              /* limite de largura */
  width: 100%;                   /* responsivo dentro do limite */
  height: auto;                  /* mantém proporção */
  object-fit: contain;
}

/* Ajuste para telas menores */
@media (max-width: 768px){
  .logo_central{
    padding: 10px 14px;
  }
  .logo_central img{
    max-width: 160px;
  }
}

.inf-btn{
  display: none;
}

/* ====== Topo: conta + carrinho ====== */
.icones-topo{
  display: flex;
  align-items: center;   /* centraliza verticalmente */
  gap: 10px;             /* espaço entre conta e carrinho */
}

/* zera margens e garante que o dropdown não empurre nada */
.icones-topo .menuconta{ margin: 0; }

/* botão "Regiane ▼" com altura fixa */
.icones-topo .menuconta > li > a{
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  line-height: 1;        /* evita “crescer” por causa da fonte */
}

/* dropdown acima de tudo */
.icones-topo .menuconta > li > ul{
  z-index: 10050;
}

/* estilo do botão do carrinho do TOPO (sem afetar os cards) */
.icones-topo .btn_modal_carrinho{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;                /* mesma altura do botão da conta */
  padding: 0 14px;
  background: #ff9a00;
  color: #4b0082;              /* roxinho do carrinho, se quiser */
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}

/* ícone e contador alinhados */
.icones-topo .btn_modal_carrinho i{ font-size: 16px; line-height: 1; }
.icones-topo .btn_modal_carrinho .cart-qty{
  display: inline-block;
  line-height: 1;              /* evita desalinhamento vertical */
}

/* opcional: foco/hover consistentes */
.icones-topo .btn_modal_carrinho:hover{ filter: brightness(.95); }
.icones-topo .menuconta > li:hover > a{ filter: brightness(.95); }

.espaco-inicial{
  width: 100%;
  height: 80px;
}

.espaco-inicial-interno{
  width: 100%;
  height: 80px;
}

/* ====== Ajuste de layout ~1300px: 4 cards por linha + botões estáveis ====== */
@media (max-width: 1360px){
  /* passa de 5 para 4 por linha */
  .carousel-area .box_produto{
    flex: 0 0 calc(25% - 15px);     /* 4 colunas */
    height: 500px;                  /* um pouco menor ajuda o respiro */
    grid-template-rows: 180px auto auto 1fr auto auto;
  }

  /* títulos/descrições mais compactos para caber sem quebra */
  .carousel-area .box_produto .titulo{
    font-size: 15px;
    -webkit-line-clamp: 2;          /* 2 linhas nesse breakpoint */
  }
  .carousel-area .box_produto .descricao{
    -webkit-line-clamp: 2;          /* encurta a descrição */
  }

  /* evita quebrar “Ver produto” e mantém o ícone do carrinho com largura fixa */
  .carousel-area .box_produto .botoes{ gap: 8px; }
  .carousel-area .box_produto .btn-ver{
    white-space: nowrap;            /* nunca quebra em 2 linhas */
    padding: 10px 12px;
    min-width: 0;                   /* deixa o flex encolher se preciso */
    flex: 1 1 auto;
  }
  .carousel-area .box_produto .btn-carrinho{
    flex: 0 0 46px;
    width: 46px;
    height: 42px;
  }

  /* badges de quantidade/tipo podem quebrar em 2 linhas sem empurrar tudo */
  .carousel-area .box_produto .tags{ flex-wrap: wrap; }
  .carousel-area .box_produto .tag{
    font-size: 11px;
    padding: 3px 6px;
  }
}

/* ====== Descubra mais produtos: impedir quebra do "Ver produto" ====== */

/* base: evita que o botão estoure para fora do card */
.carousel-areaX .box_produtoX{
  position: relative;
  overflow: hidden;                           /* nada sai do card */
}
.carousel-areaX .box_produtoX .botoes{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 0;                               /* fixa no rodapé do grid */
}
.carousel-areaX .box_produtoX .btn-ver{
  white-space: nowrap;                         /* não quebra em 2 linhas */
  min-width: 0;                                /* deixa o flex encolher */
  padding: 10px 12px;
  flex: 1 1 auto;                              /* ocupa o espaço que sobrar */
}
.carousel-areaX .box_produtoX .btn-carrinho{
  flex: 0 0 46px;                              /* largura fixa */
  width: 46px;
  height: 42px;
}

/* === faixa onde começava a quebrar (~1300px): 3 colunas estáveis === */
@media (max-width: 1360px){
  .carousel-areaX .box_produtoX{
    /* já são 3 por linha – mantemos e damos mais respiro vertical */
    height: 500px;
    grid-template-rows: 180px auto auto 1fr auto auto;  /* img | tags | título | desc | preço | botões */
  }

  /* compacta título/descrição para caber sem empurrar os botões */
  .carousel-areaX .box_produtoX .titulo{
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .carousel-areaX .box_produtoX .descricao{
    -webkit-line-clamp: 2;
  }

  /* tags podem quebrar em 2 linhas sem “estourar” o layout */
  .carousel-areaX .box_produtoX .tags{ flex-wrap: wrap; }
  .carousel-areaX .box_produtoX .tag{
    font-size: 11px;
    padding: 3px 6px;
  }
}

/* opcional: garantir que a imagem não altere a altura da linha da grid */
.carousel-areaX .box_produtoX img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 10px 0;
}

.espaco_tag{
  width: 100%;
  height: 10px;
}

.promo{
  padding-top: 15px;
  letter-spacing: 0.5px;
}

.finalizar_bt{
    background: #ff9a00;
    padding: 6px 15px;
    border-radius: 8px;
    width: 150px;
    float: right;
    margin-top: -80px;
    text-align: center;
    margin-right: 10px;
}

a .finalizar_bt{
  color: #fff;
  font-weight: 800;
}


















