.preco-produto:not(.banner-preco) s {
    color: #080702 !important;
}

li.categoria-paginas > ul.nivel-dois {
display: block !important;
}

#rodape-institucional {
height: auto !important;
}

.comprar {
    position:fixed;
    bottom:0;
}

@media screen and (max-width: 767px) {
body.pagina-produto {
padding-bottom: 82px;
 }

.produto-detalhes .acoes-produto .comprar {
background: #fff;
bottom: 0;
left: 0;
padding: 16px;
padding-bottom:82px;
position: fixed;
right: 0;
z-index: 5;
}
}

 .titulo-h2 {
      font-size: 16px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 10px;
      font-family: Arial, sans-serif;
      color: #333;
    }
    .paragrafo {
      font-size: 16px;
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      margin-bottom: 15px;
    }
    
/* Oculta o ícone SVG original */
.bandeira-frete-gratis.label-success svg {
    display: none;
}

/* Adiciona o texto "Frete Grátis" e estiliza */
.bandeira-frete-gratis.label-success::after {
    content: "Frete Grátis";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 10px; /* Ajuste o tamanho da fonte conforme necessário */
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

/* Ajusta o tamanho do contêiner para caber o texto */
.bandeira-frete-gratis.label-success {
    width: 60px; /* Ajuste a largura conforme necessário */
    height: 40px; /* A altura permanece a mesma */
    padding: 5px;
    box-sizing: border-box;
}

.footer-anvisa {
    font-size: 10px;
    color: #666;
    margin: 10px 15px;
    text-align: center;
}

.footer-anvisa span {
    display: block;
    line-height: 1.4;
}

  header {
 height: 85px !important;
}

.logo a > img {
 max-height: 95px !important;
 width: auto !important;
}

@media (max-width: 768px) {
 .logo a > img {
 max-height: 46px !important;
 }
}