.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;
    }
    
 @media (max-width: 767px) {

  /* Container branco fixo no rodapé */
  body::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px; /* altura do fundo */
    background: #fff;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
    z-index: 9998;
  }

  /* Botão FINALIZAR COMPRA (após Continuar comprando) */
  a[href="https://www.liazzishoes.com.br/"] + button {
    position: fixed !important;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: none;
    background-color: #000; /* cor do botão */
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 0;
    border: none;
    border-radius: 0; /* retinho nas bordas pra encaixar no fundo branco */
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    z-index: 9999;
    cursor: pointer;
  }

  /* Espaço para não cobrir conteúdo */
  body { padding-bottom: 110px !important; }

  /* Evita aplicar nos outros botões */
  table button,
  [aria-label="Buscar"],
  button[aria-label],
  button[type] {
    position: static !important;
    width: auto !important;
    transform: none !important;
    box-shadow: none !important;
  }
}