html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    outline: none !important;
}

body {
    width: 100vw;
    max-width: 100vw;

    margin: 0;
    padding: 0;

    /* Reset para aguardar carregamento das alterações */
    opacity: 0;

    overflow-x: hidden;
    overflow-y: visible;
    line-height: 1.2em;
    letter-spacing: normal;

    font-weight: 400;
    max-width: 100%;

    position: relative;

    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: colorBasescale;
    text-rendering: optimizeLegibility;
}

/* Ícone personalizado do WhatsApp */
.li-whatsapp .fa-whatsapp:before {
    content: url('https://cdn.awsli.com.br/2289/2289041/arquivos/Icon.svg') !important;
}

/* Centraliza o título das avaliações */
.graphic-reviews .titulo-categoria {
    text-align: center;
}

/* Corrige os ícones de + e - da quantidade no tema Galeria */
.quantity-button i.fas.fa-plus::before {
    content: "\f067"; /* Unicode do ícone "+" */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.quantity-button i.fas.fa-minus::before {
    content: "\f068"; /* Unicode do ícone "-" */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* Garante que o ícone apareça corretamente */
.quantity-button i.fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* ✅ BARRA SUPERIOR DE DESCONTO NO PIX */
header#cabecalho::before {
    content: "🔁 7% de desconto no Pix!";
    display: block;
    background-color: #2F3254;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 5px;
}
