/* ============================================================
   Royal Farma — Webfont declarations (inlined from rf-fonts.css)
   ============================================================ */
@font-face {
  font-family: "Crossten";
  src: url("assets/fonts/Crossten-SemiBold.woff2") format("woff2"),
       url("assets/fonts/Crossten-SemiBold.woff") format("woff"),
       url("assets/fonts/Crossten-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Crossten";
  src: url("assets/fonts/Crossten-ExtraBold.woff2") format("woff2"),
       url("assets/fonts/Crossten-ExtraBold.woff") format("woff"),
       url("assets/fonts/Crossten-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eras ITC";
  src: url("assets/fonts/ErasITC-Light.woff2") format("woff2"),
       url("assets/fonts/ErasITC-Light.woff") format("woff"),
       url("assets/fonts/ErasITC-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eras ITC";
  src: url("assets/fonts/ErasITC-Medium.woff2") format("woff2"),
       url("assets/fonts/ErasITC-Medium.woff") format("woff"),
       url("assets/fonts/ErasITC-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eras ITC";
  src: url("assets/fonts/ErasITC-Demi.woff2") format("woff2"),
       url("assets/fonts/ErasITC-Demi.woff") format("woff"),
       url("assets/fonts/ErasITC-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eras ITC";
  src: url("assets/fonts/ErasITC-Bold.woff2") format("woff2"),
       url("assets/fonts/ErasITC-Bold.woff") format("woff"),
       url("assets/fonts/ErasITC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   Royal Farma — Color tokens (inlined from rf-tokens.css)
   ============================================================ */
:root {
  --rf-blue:        #114B9E;
  --rf-red:         #E01E25;
  --rf-white:       #FFFFFF;
  --rf-blue-900:    #0A2E63;
  --rf-blue-800:    #0D3C82;
  --rf-blue-700:    #114B9E;
  --rf-blue-600:    #1A5CBD;
  --rf-blue-500:    #2E71D6;
  --rf-blue-300:    #7FA8E6;
  --rf-blue-100:    #D3E1F6;
  --rf-blue-050:    #EDF3FC;
  --rf-red-900:     #8F1015;
  --rf-red-700:     #B4171C;
  --rf-red-600:     #E01E25;
  --rf-red-500:     #EE3B41;
  --rf-red-300:     #F58A8D;
  --rf-red-100:     #FBD8D9;
  --rf-red-050:     #FEF0F0;
  --rf-ink:         #10182A;
  --rf-grey-900:    #1F2937;
  --rf-grey-700:    #3F4A5C;
  --rf-grey-500:    #606D7E; /* was #6B7688 — darkened for 4.5:1 AA on all bg tones */
  --rf-grey-400:    #96A0B0;
  --rf-grey-300:    #C6CCD6;
  --rf-grey-200:    #E1E5EC;
  --rf-grey-100:    #EFF2F6;
  --rf-grey-050:    #F7F9FB;
  --rf-green:       #1E9E62;
  --rf-green-050:   #E9F6EF;
  --rf-amber:       #E6A100;
  --rf-amber-050:   #FCF4DE;
  --color-primary:            var(--rf-blue-700);
  --color-primary-hover:      var(--rf-blue-800);
  --color-primary-active:     var(--rf-blue-900);
  --color-primary-subtle:     var(--rf-blue-050);
  --color-primary-border:     var(--rf-blue-100);
  --color-accent:             var(--rf-red-600);
  --color-accent-hover:       var(--rf-red-700);
  --color-accent-active:      var(--rf-red-900);
  --color-accent-subtle:      var(--rf-red-050);
  --text-strong:              var(--rf-ink);
  --text-body:                var(--rf-grey-900);
  --text-muted:               var(--rf-grey-500);
  --text-on-brand:            var(--rf-white);
  --text-link:                var(--rf-blue-700);
  --text-link-hover:          var(--rf-blue-800);
  --surface-page:             var(--rf-grey-050);
  --surface-card:             var(--rf-white);
  --surface-sunken:           var(--rf-grey-100);
  --surface-brand:            var(--rf-blue-700);
  --surface-brand-deep:       var(--rf-blue-900);
  --surface-accent:           var(--rf-red-600);
  --border-subtle:            var(--rf-grey-200);
  --border-default:           var(--rf-grey-300);
  --border-strong:            var(--rf-grey-400);
  --state-success:            var(--rf-green);
  --state-success-subtle:     var(--rf-green-050);
  --state-warning:            var(--rf-amber);
  --state-warning-subtle:     var(--rf-amber-050);
  --state-danger:             var(--rf-red-600);
  --state-danger-subtle:      var(--rf-red-050);
  --focus-ring:               var(--rf-blue-500);
  --font-display: "Crossten", "Arial Black", system-ui, sans-serif;
  --font-text:    "Eras ITC", "Trebuchet MS", system-ui, sans-serif;
  --fw-light:     300;
  --fw-medium:    500;
  --fw-demi:      600;
  --fw-bold:      700;
  --fw-xbold:     800;
  --fw-black:     900;
  --fs-display:   4.5rem;
  --fs-h1:        3rem;
  --fs-h2:        2.25rem;
  --fs-h3:        1.75rem;
  --fs-h4:        1.375rem;
  --fs-lg:        1.125rem;
  --fs-body:      1rem;
  --fs-sm:        0.875rem;
  --fs-xs:        0.75rem;
  --lh-tight:     1.02;
  --lh-snug:      1.15;
  --lh-normal:    1.5;
  --lh-relaxed:   1.65;
  --ls-tight:     -0.02em;
  --ls-normal:    0;
  --ls-wide:      0.04em;
  --ls-wider:     0.12em;
  --space-0:   0;
  --space-1:   0.25rem;
  --space-2:   0.5rem;
  --space-3:   0.75rem;
  --space-4:   1rem;
  --space-5:   1.5rem;
  --space-6:   2rem;
  --space-7:   3rem;
  --space-8:   4rem;
  --space-9:   6rem;
  --radius-xs:  4px;
  --radius-sm:  6px;
  --radius-md:  10px;
  --radius-lg:  16px;
  --radius-xl:  24px;
  --radius-pill: 999px;
  --shadow-xs:  0 1px 2px rgba(16, 24, 42, 0.06);
  --shadow-sm:  0 1px 3px rgba(16, 24, 42, 0.08), 0 1px 2px rgba(16, 24, 42, 0.04);
  --shadow-md:  0 4px 12px rgba(16, 24, 42, 0.08), 0 2px 4px rgba(16, 24, 42, 0.04);
  --shadow-lg:  0 12px 28px rgba(16, 24, 42, 0.12), 0 4px 8px rgba(16, 24, 42, 0.05);
  --shadow-brand: 0 8px 20px rgba(17, 75, 158, 0.22);
  --shadow-accent: 0 8px 20px rgba(224, 30, 37, 0.22);
  --ease-standard: cubic-bezier(0.2,0,0,1);
  --ease-out:      cubic-bezier(0.16,1,0.3,1);
  --dur-fast:      120ms;
  --dur-base:      200ms;
  --dur-slow:      320ms;
  --container-max: 1200px;
  --container-wide: 1360px;
  --header-h:      72px;
}

body{
    font-family: var(--font-text);
    color: var(--text-body);
    background: var(--surface-page);
}

h1, h2, h3{
    font-family: var(--font-display);
}

a{
    color: var(--text-link);
}

a:hover{
    color: var(--text-link-hover);
}

.content{
    width: 90%;
    padding: 30px 0;
}

/*HERO*/
.rf_hero{
    background: linear-gradient(120deg, var(--rf-blue-800), var(--rf-blue-600));
    color: #fff;
}

.rf_hero .content{
    padding: 44px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.rf_eyebrow{
    font-family: var(--font-text);
    font-weight: var(--fw-bold);
    font-size: var(--fs-xs);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--rf-red-100);
}

.rf_hero_promo{
    flex: 1 1 420px;
}

.rf_hero_promo h1{
    color: #fff;
    font-size: 2.6em;
    line-height: 1.05;
    margin: 10px 0 14px;
    max-width: 14ch;
}

.rf_hero_promo p{
    font-size: 1.05em;
    font-weight: var(--fw-medium);
    color: rgba(255,255,255,.9);
    margin: 0 0 22px;
    max-width: 42ch;
}

.rf_hero_trust{
    flex: 1 1 420px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.rf_hero_trust div{
    background: rgba(255,255,255,.1);
    border-radius: var(--radius-md);
    padding: 14px 16px;
}

.rf_hero_trust_icon{
    display: block;
    width: 22px;
    height: 22px;
    margin-bottom: 8px;
    color: #fff;
}

.rf_hero_trust strong{
    display: block;
    font-size: 0.9em;
    margin-bottom: 4px;
}

.rf_hero_trust span{
    display: block;
    font-size: 0.75em;
    color: rgba(255,255,255,.75);
}

@media (max-width: 40em){
    /* Hero mais compacto no celular: título menor, CTA com área de toque
       confortável, e a lista de confiança vira uma faixa horizontal de
       "pills" (ícone + rótulo) em vez do grid 2x2 pesado do desktop. */
    .rf_hero_promo h1{
        font-size: 1.5em;
        max-width: none;
    }

    .rf_hero_promo .btn{
        display: block;
        text-align: center;
        min-height: 48px;
        line-height: 48px;
        padding: 0 var(--space-5);
    }

    .rf_hero_trust{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: var(--space-2);
        padding-bottom: var(--space-1);
        -webkit-overflow-scrolling: touch;
    }

    .rf_hero_trust div{
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: var(--space-2);
        padding: var(--space-2) var(--space-3);
        border-radius: var(--radius-pill);
        white-space: nowrap;
    }

    .rf_hero_trust_icon{
        width: 18px;
        height: 18px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .rf_hero_trust strong{
        display: inline;
        font-size: 0.8em;
        margin-bottom: 0;
    }

    .rf_hero_trust span{
        display: none;
    }
}

/* GRID DE PRODUTOS NO MOBILE (override _cdn/bootcss/reset.css .box3/.box4)
   Sem isso, cada card de produto vira 100% da largura da tela (1 por linha) —
   deixa a foto do produto enorme. Com isso, mostra 2 por linha, como
   Raia/Araújo, sem precisar mexer no grid genérico usado em outras páginas. */
@media (max-width: 34em){
    .box3,
    .box4{
        width: 48% !important;
        margin: 1% 4% 4% 0 !important;
    }
    .box3:nth-of-type(2n+0),
    .box4:nth-of-type(2n+0){
        margin-right: 0 !important;
    }

    /* No celular o card já fica bem estreito (2 por linha), então a mesma
       altura de 190px do desktop deixa a foto desproporcional. Reduz mais. */
    .single_pdt_cover{
        height: 130px;
    }
    .single_pdt_cover img{
        max-height: 110px;
        padding: 6px;
    }
}

/* CARROSSEL HORIZONTAL PRA QUALQUER LISTA DE PRODUTOS NO MOBILE (categoria,
   busca, marca, home, 404 e "produtos em oferta" do produto) — mesmo padrão
   dos widgets de destaque (Ofertas Especiais/Mais Vendidos), agora pro site
   inteiro. O PHP envolve os cards com <div class="pdt_scroll_row"> (sem
   incluir breadcrumb/paginação), e aqui a gente vira essa faixa em rolagem
   lateral com os cards em largura fixa (a regra 48%/2-colunas acima só
   sobrevive fora desse wrapper, ex.: se algum template ainda não usa ele).
   Specificity de 2 classes some com !important garante que ganha da regra
   dos .box3/.box4 acima. */
@media (max-width: 34em){
    .pdt_scroll_row{
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 12px !important;
        padding-bottom: 12px !important;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .pdt_scroll_row .box2,
    .pdt_scroll_row .box3,
    .pdt_scroll_row .box4,
    .pdt_scroll_row .box5{
        flex: 0 0 auto !important;
        scroll-snap-align: start;
        width: 160px !important;
        margin: 0 !important;
    }
}

/*BUTTONS (override _cdn/bootcss/reset.css .btn*)*/
.btn{
    font-family: var(--font-text);
    font-weight: var(--fw-bold);
    border-radius: var(--radius-sm);
    text-shadow: none;
    transition: background var(--dur-fast) var(--ease-standard);
}

.btn_blue{
    background-color: var(--color-primary);
    text-shadow: none;
}
.btn_blue:hover{ background-color: var(--color-primary-hover); }

.btn_green{
    background-color: var(--color-accent);
    text-shadow: none;
}
.btn_green:hover{ background-color: var(--color-accent-hover); }

.btn_red{
    background-color: var(--color-accent);
    text-shadow: none;
}
.btn_red:hover{ background-color: var(--color-accent-hover); }

.btn_cta_blue{
    background: var(--color-primary);
    border-bottom: 5px solid var(--color-primary-active);
}
.btn_cta_blue:hover{
    background-color: var(--color-primary-hover);
    border-color: var(--rf-blue-900);
}

.btn_cta_green,
.btn_cta_red{
    background: var(--color-accent);
    border-bottom: 5px solid var(--color-accent-active);
}
.btn_cta_green:hover,
.btn_cta_red:hover{
    background-color: var(--color-accent-hover);
    border-color: var(--rf-red-900);
}

/*HEADER*/
.main_header{
    background: var(--rf-blue-900);
}

.main_header .top_bar{
    background: var(--rf-blue-900);
    color: #fff;
    font-size: var(--fs-xs);
    font-weight: var(--fw-bold);
    text-align: center;
    padding: 7px 16px;
    letter-spacing: 0.01em;
}

.main_header header{
    float: left;
}

.main_header header .logo{
    display: inline-block;
    margin: 16px 0;
    padding: 10px 14px;
    background: #fff;
    border-radius: var(--radius-md);
}

.main_header header .logo img{
    width: 180px;
    height: auto; /* let the natural ratio determine height — was fixed 42px (wrong ratio) */
    display: block;
}

.main_header_bar{
    float: right;
    background: #fff;
}

.main_header_bar_line{
    display: block;
    width: 100%;
}

.main_header_bar_line.contact{
    margin-bottom: 8px;
    text-align: right;
}

.main_header_bar_contact{
    float: left;
    margin-top: 12px;
    font-size: 0.765em;
    text-transform: uppercase;
    vertical-align: middle;
    color: var(--text-muted);
}

.main_header_bar_contact a{
    color: var(--color-primary);
    text-decoration: none;
}

.main_header_bar_contact a:hover{
    text-decoration: underline;
}

.main_header_bar_social{
    display: inline-block;
    margin-left: 15px;
}

.main_header_bar_social li{
    float: left;
    margin: 0;
}

.main_header_bar_social li a{
    float: left;
    padding: 8px;
    background: var(--rf-grey-300);
    border-radius: var(--radius-sm);
}

.main_header_bar_social li img{
    height: 20px
}

.main_header_bar_social .facebook{background: var(--rf-blue-600);}
.main_header_bar_social .facebook:hover{background: var(--rf-blue-700);}
.main_header_bar_social .twitter{background: var(--rf-blue-500);}
.main_header_bar_social .twitter:hover{background: var(--rf-blue-600);}
.main_header_bar_social .google{background: var(--rf-red-700);}
.main_header_bar_social .google:hover{background: var(--rf-red-600);}
.main_header_bar_social .youtube{background: var(--rf-red-600);}
.main_header_bar_social .youtube:hover{background: var(--rf-red-500);}

.main_header_bar_line.search{
    text-align: right;
    vertical-align: middle;
}

.main_header_bar_line.search form{
    display: inline-block;
    background: var(--rf-grey-050);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 8px;
    vertical-align: middle;
}

.main_header_bar_line.search input{
    float: left;
    width: auto;
    padding: 8px;
    display: inline-block;
    border: 1px solid var(--border-default);
    border-radius: var(--radius-sm);
    font-family: var(--font-text);
}

.main_header_bar_line.search .btn{
    float: right;
    display: inline-block;
    margin: 0;
    margin-left: 8px;
}

.main_header_cart{
    display: inline-block;
    background: var(--color-primary);
    font-size: 0.8em;
    font-weight: var(--fw-bold);
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: var(--radius-sm);
}

.main_header_user{
    display: inline-block;
    font-size: 0.8em;
    font-weight: var(--fw-bold);
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
}

.main_header_user a{
    display: block;
    padding: 15px 20px;
    background: var(--color-primary);
    color: #fff;
    text-decoration: none;
    border-radius: var(--radius-sm);
}

.main_header_user a:hover,
.main_header_cart:hover{
    background: var(--color-primary-hover);
}

/*ACCOUNT*/
.user_account{
    background: var(--surface-sunken);
}

.wc_slides{
    margin: 30px auto 0 auto;
}

/* O banner do slide é gerado numa resolução fixa (960x300, SLIDE_W/SLIDE_H em
   Config.inc.php) e o <img> do widget (_cdn/widgets/slide/slide.wc.css) não
   tem width:100%, só max-width:100% do reset global — então em telas largas
   (.content não tem limite de largura máxima) a imagem para no tamanho
   natural e sobra fundo preto do .wc_slides do lado. No mobile funciona bem
   porque lá o container já é mais estreito que 960px. */
.wc_slide_item img{
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 40em){
    /* Arredonda o topo da imagem pra combinar com o card de descrição
       logo abaixo (raio no rodapé, ver slide.wc.css) e ler como um cartão só. */
    .wc_slide_item img{
        border-radius: 16px 16px 0 0;
    }
}

/*NAV*/
@media (min-width: 50em){
    .main_nav_mobile_menu{
        display: none;
    }

    .main_nav{
        background: var(--color-primary);
        border-top: none;
    }

    .main_nav.content{
        padding-top: 0;
        padding-bottom: 0;
    }

    .main_nav nav > ul > li{
        margin-top: 0;
        display: inline-block;
        border-left: none;
        padding: 13px 20px;
        font-size: 0.875em;
        font-weight: var(--fw-bold);
        text-transform: none;
        color: #fff;
        position: relative;
        cursor: pointer;
    }

    .main_nav li a{
        color: #fff;
        text-decoration: none;
    }

    .main_nav nav > ul > li:hover,
    .main_nav nav > ul > li:hover a{
        color: var(--rf-red-100);
    }

    .main_nav nav > ul > li:hover .sub{
        display: block;
    }

    .main_nav .sub{
        position: absolute;
        left: 10px;
        top: 100%;
        background: #fff;
        padding: 10px;
        min-width: 250px;
        max-width: 100%;
        z-index: 99;
        box-shadow: var(--shadow-lg);
        border-radius: var(--radius-md);
        border-bottom-right-radius: var(--radius-md);
        display: none;
    }

    .main_nav .sub > li{
        position: relative;
    }

    .main_nav .sub > li a{
        display: block;
        width: 100%;
        padding: 10px;
        background: var(--rf-grey-050);
        color: var(--text-body);
        border-radius: var(--radius-sm);
    }

    .main_nav .sub > li:hover > a,
    .main_nav .sub > li a:hover{
        background: var(--color-primary);
        color: #fff;
    }

    .main_nav .sub > li:last-child > a,
    .main_nav .subsub > li:last-child > a{
        border-bottom-right-radius: var(--radius-md);
    }

    .main_nav .subsub{
        position: absolute;
        min-width: 250px;
        max-width: 100%;
        background: #fff;
        left: 100%;
        top: 0;
        z-index: 99;
        box-shadow: var(--shadow-lg);
        border-radius: var(--radius-md);
        display: none;
    }

    .main_nav .sub li:hover .subsub{
        display: block;
    }
}

/*LIST*/
.single_list{
    float: right;
    width: 70%;
    padding-left: 30px;
}

/*SIDEBAR*/
.single_sidebar{
    float: left;
    width: 30%;
    padding: 20px 20px 0 20px;
    background: var(--surface-sunken);
    border-radius: var(--radius-lg);
}

.single_sidebar section > h1{
    font-size: 1.4em;
    font-weight: var(--fw-bold);
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-subtle);
}

.single_sidebar section > h1 span{
    border-bottom: 3px solid var(--color-accent);
    padding-bottom: 11px;
}

.single_sidebar_widget{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 20px 0 20px;
    background: var(--surface-card);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.single_sidebar_widget.delivered article{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted var(--border-subtle);
}

.single_sidebar_widget.delivered article img{
    float: left;
    width: 30%;
    border-radius: var(--radius-sm);
}

.single_sidebar_widget.delivered article div{
    float: right;
    width: 70%;
    padding-left: 5%;
}

.single_sidebar_widget.delivered article h1{
    font-family: var(--font-text);
    font-size: 1em;
    font-weight: var(--fw-demi);
    line-height: 1.1;
    margin: 0 0 8px 0;
}

.single_sidebar_widget.delivered article a{
    color: var(--color-primary);
    text-decoration: none;
}

.single_sidebar_widget.delivered article a:hover{
    color: var(--color-primary-hover);
    text-decoration: underline;
}

.single_sidebar_widget.delivered article p{
    font-size: 0.75em;
    font-weight: var(--fw-medium);
    color: var(--text-muted);
}

.single_sidebar_widget.delivered article .offer{
    font-size: 0.875em;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.single_sidebar_widget.delivered article .offer span{
    color: var(--color-accent);
    display: block;
    font-family: var(--font-display);
    font-weight: var(--fw-xbold);
}

.single_sidebar_widget.delivered article .offerend{
    font-size: 0.6em;
    text-transform: uppercase;
    color: var(--state-success);
}

.single_sidebar_widget.posts article{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted var(--border-subtle);
}

.single_sidebar_widget.posts article img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: var(--radius-sm);
}

.single_sidebar_widget.posts article h1{
    font-family: var(--font-text);
    font-size: 1.1em;
    font-weight: var(--fw-demi);
    line-height: 1.3;
}

.single_sidebar_widget.posts article a{
    color: var(--color-primary);
    text-decoration: none;
}

.single_sidebar_widget.posts article a:hover{
    color: var(--color-primary-hover);
    text-decoration: underline;
}

.single_sidebar_widget:before{
    clear: both;
}

/*SINGLE PRODUCT STYLE*/
.single_pdt{
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    text-align: center;
    overflow: hidden;
    transition: box-shadow var(--dur-base) var(--ease-standard), transform var(--dur-base) var(--ease-standard);
}

.single_pdt:hover{
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
}

.single_pdt_cover{
    position: relative;
    background: #f7f8fc;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Igual ao card-img-wrap do catalogo.php: object-fit CONTAIN (mostra o produto
   inteiro, sem cortar) dentro de uma altura fixa menor, em vez do "cover" antigo
   que esticava a foto pra 250px de altura ocupando o card inteiro. */
.single_pdt_cover img{
    display: block;
    max-width: 100%;
    max-height: 170px;
    width: auto;
    height: auto;
    object-fit: contain;
    padding: 10px;
}

.single_pdt_offer{
    font-size: 0.8em;
    font-weight: var(--fw-bold);
    text-align: right;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 12px;
    bottom: auto;
    padding: 4px 10px;
    background: var(--color-accent);
    border-radius: var(--radius-pill);
    width: auto;
}

.single_pdt_stock{
    font-size: 0.8em;
    font-weight: var(--fw-bold);
    text-align: right;
    color: #1a1a1a; /* was #fff — dark text on amber #E6A100 = 7.84:1 ✅ (was 2.22:1 ❌) */
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: var(--state-warning);
    width: 60%;
}

.single_pdt_offer_ident{
    width: 50%;
    bottom: 35px;
}

.single_pdt_prescription{
    font-size: 0.75em;
    font-weight: var(--fw-bold);
    color: #fff;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    background: var(--color-primary);
    border-radius: var(--radius-pill);
    width: auto;
}

/* FAIXA DE PROMOÇÃO (Kit / Leve-Pague / % OFF) — banner na base da imagem,
   mesmo padrão visual do catalogo.php (VPS), com as cores da marca do site. */
.promo_faixa{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 0.72em;
    font-weight: var(--fw-xbold);
    padding: 6px 8px;
    letter-spacing: .4px;
}

.promo_faixa_kit{
    background: linear-gradient(90deg, var(--color-primary), var(--rf-blue-500));
}

.promo_faixa_leve{
    background: linear-gradient(90deg, var(--rf-amber, #e67e22), #f39c12);
}

.promo_faixa_desc{
    background: linear-gradient(90deg, var(--color-accent), var(--rf-red-500));
}

.pdt_single_economia{
    display: inline-block;
    background: #dcfce7;
    color: #166534; /* was #16a34a — darkened for 6.49:1 on #dcfce7 ✅ (was 3.00:1 ❌) */
    font-size: 0.7em;
    font-weight: var(--fw-xbold);
    padding: 3px 9px;
    border-radius: var(--radius-pill);
    border: 1px solid #bbf7d0;
    margin: 4px 0 0 0;
}

.single_pdt header{
    padding: 20px;
    min-height: 140px;
    box-sizing: border-box;
}

.single_pdt header h1{
    font-family: var(--font-text);
    font-size: 1em;
    line-height: 1.3;
    font-weight: var(--fw-demi);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single_pdt header a{
    color: var(--text-strong);
    text-decoration: none;
}

.single_pdt header a:hover{
    color: var(--color-primary);
    text-decoration: underline;
}

.single_pdt header p{
    font-size: 0.7em;
    font-weight: var(--fw-medium);
    color: var(--text-muted);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single_pdt_price{
    font-family: var(--font-display);
    font-size: 1.4em;
    font-weight: var(--fw-xbold);
    color: var(--color-accent);
    padding-bottom: 20px;
    /* Altura mínima cobre o caso mais alto (de/por riscado + preço + selo
       Economize + parcelamento) pra o botão "Comprar Agora" ficar na mesma
       posição em todos os cards da fileira, mesmo quando um produto não tem
       promoção e o bloco de preço natural é mais curto. */
    min-height: 126px;
    box-sizing: border-box;
}

.single_pdt_price span{
    display: block;
    font-family: var(--font-text);
    font-size: 0.6em;
    color: var(--text-muted);
    font-weight: var(--fw-medium);
}

/* Preço final: elemento próprio (antes era texto solto ao lado do <span> do
   "de/por", o que causava sobreposição visual em alguns layouts). */
.pdt_final_price{
    display: block;
}

.pdt_single_split{
    font-size: 0.65em;
    font-weight: var(--fw-medium);
    color: var(--text-muted);
}

.single_pdt_btn{
    padding: 15px;
    text-align: center;
    background: var(--surface-sunken);
}

.single_pdt_btn .btn{
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: var(--fw-bold);
    width: 100%;
}

/*404*/
.not_found{
    padding: 50px 0;
}

.not_found .header{
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px auto;
}

.not_found .header h1{
    font-size: 2em;
    font-weight: var(--fw-xbold);
    color: var(--text-strong);
}

.not_found .header p{
    font-size: 1.1em;
    font-weight: var(--fw-medium);
    color: var(--text-muted);
    margin: 10px 0 0 0;
}

.not_found .search_form{
    display: block;
    padding: 0 20px;
    margin-bottom: 50px;
    float: none;
    background: none;
    text-align: center;
}

.not_found .search_form input{
    width: 400px;
    max-width: 100%;
    padding: 8px;
    border: 1px solid var(--border-default);
    border-radius: var(--radius-sm);
    font-family: var(--font-text);
}

/*SIGN*/
.main_sign{
    background: var(--rf-blue-900);
    color: #fff;
    text-align: center;
    position: relative;
}

.main_sign .content{
    padding-top: 50px;
}

.goto_home{
    position: absolute;
    padding: 8px 20px;
    margin-top: -20px;
    margin-left: -30px;
    background: var(--color-accent);
    font-size: 2em;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
}

.goto_home:hover{
    background: var(--color-accent-hover);
}

.main_sign h1{
    font-size: 2em;
    font-weight: var(--fw-xbold);
}

.main_sign header p{
    font-size: 0.8em;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
}

.main_sign form{
    text-align: center;
    margin: 0 auto;
}

.main_sign form label{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.main_sign form label span{
    display: block;
    margin-bottom: 5px;
    font-size: 0.875em;
}

.main_sign form input{
    border: none;
    border-radius: var(--radius-sm);
    font-size: 1.2em;
    padding: 10px 20px;
    font-weight: var(--fw-medium);
    color: #fff;
    background: rgba(0,0,0,0.35);
    font-family: var(--font-text);
}

.main_sign form .btn{
    padding: 12px 30px;
    font-size: 1.3em;
}

@media (max-width: 40em){
    /* A newsletter e o rodapé usam a mesma cor de fundo (--rf-blue-900) e
       ficam colados, virando um bloco azul contínuo. No mobile, a newsletter
       vira um cartão flutuante com respiro/raio, se separando visualmente
       do rodapé logo abaixo. */
    .main_sign{
        margin: var(--space-6) var(--space-4);
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-md);
    }

    .main_sign .content{
        padding: var(--space-6) var(--space-4);
    }

    .goto_home{
        position: static;
        display: inline-block;
        margin: 0 0 var(--space-4);
    }

    .main_sign form label{
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .main_sign form input{
        width: 100%;
        box-sizing: border-box;
    }
}

/*FOOTER*/
.main_footer{
    float: left;
    width: 100%;
    background: var(--rf-blue-900);
    font-size: 0.875em;
    color: rgba(255,255,255,.7);
}

.main_footer .left{
    float: left;
}

.main_footer .right{
    float: right;
    text-align: right;
}

/* RODAPÉ: bloco jurídico denso vira <details>/<summary> nativo (sem JS),
   escondido por padrão pra não pesar a leitura no mobile, mas com todo o
   texto legal presente no HTML — só reorganizado, nada removido. */
.rf_footer_legal{
    clear: both;
    margin: 14px 0;
}

.rf_footer_legal summary{
    cursor: pointer;
    font-size: 0.8em;
    font-weight: var(--fw-demi);
    color: rgba(255,255,255,.9);
    padding: var(--space-2) 0;
}

.rf_footer_legal summary::marker{
    color: var(--color-accent);
}

.rf_footer_legal p{
    font-size: .73rem;
    color: rgba(255,255,255,0.7); /* was #64748b — 7.21:1 on #0A2E63 ✅ (was 2.79:1 ❌) */
    line-height: 1.7;
    margin: 14px 0 0;
}

.rf_footer_whatsapp{
    color: #25d366;
    font-weight: 700;
    text-decoration: none;
}

.rf_footer_link{
    color: #8BA3CF; /* was #104B9D — 5.20:1 on #0A2E63 ✅ (was 1.59:1 ❌) */
    text-decoration: none;
}

.rf_footer_anvisa{
    font-size: .73rem;
    color: rgba(255,255,255,0.7); /* was #64748b — 7.21:1 on #0A2E63 ✅ (was 2.79:1 ❌) */
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.rf_footer_anvisa_link{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #8BA3CF; /* was #104B9D — 5.20:1 on #0A2E63 ✅ (was 1.59:1 ❌) */
    font-weight: 700;
    text-decoration: none;
}

/*PAGINATOR*/
.paginator{
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    text-align: right;
}

.paginator li{
    display: inline-block;
}

.paginator a,
.paginator span{
    padding: 5px 12px;
    background: var(--color-primary);
    margin-left: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: var(--radius-pill);
    text-shadow: none;
}

.paginator span{
    background: var(--rf-grey-500);
}

.paginator a:hover{
    background: var(--color-primary-hover);
}

/*BREAD CRUMBS*/
.breadcrumbs{
    display: block;
    padding: 10px;
    background: var(--surface-sunken);
    border-radius: var(--radius-sm);
    font-size: 0.8em;
    font-weight: var(--fw-medium);
    color: var(--text-muted);
    text-align: right;
    text-transform: none;
    margin-bottom: 20px;
}

.breadcrumbs a{
    text-decoration: none;
    color: var(--color-primary);
    font-weight: var(--fw-bold);
}

/* SÓ NA HOME (#produtos é exclusivo desse template): título "Nossos Produtos"
   passa a usar o mesmo tratamento visual dos títulos "Ofertas Especiais"/
   "Mais Vendidos" do sidebar (.single_sidebar section > h1), pra ler como
   3 seções irmãs de uma mesma vitrine, em vez de um breadcrumb genérico. */
#produtos h1.breadcrumbs{
    background: none;
    text-align: left;
    text-transform: none;
    font-family: var(--font-display);
    font-size: 1.4em;
    font-weight: var(--fw-bold);
    color: var(--text-strong);
    padding: 0 0 10px;
    border-bottom: 1px solid var(--border-subtle);
}

#produtos h1.breadcrumbs span{
    border-bottom: 3px solid var(--color-accent);
    padding-bottom: 11px;
}

@media (max-width: 66em){
    /* Dá respiro entre "Nossos Produtos" e "Ofertas Especiais"/"Mais Vendidos"
       quando essas seções empilham no mobile (senão ficam grudadas). */
    #produtos .single_sidebar{
        margin-top: var(--space-7);
    }
}

/*PAGINAS*/
.page_single{
    background: var(--surface-sunken);
    padding: 40px 0;
}

.page_single header{
    text-align: center;
    color: var(--text-muted);
}

.page_single header h1{
    font-weight: var(--fw-xbold);
    color: var(--text-strong);
}

.page_single .page_content{
    padding: 30px;
    background: var(--surface-card);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}


/*PRODUCT STORE*/
.produtct_basics_cover{
    float: left;
    width: 35%;
    position: relative;
}

.produtct_basics_cover img{
    border-radius: var(--radius-lg);
}

.produtct_basics_cover_offer{
    position: absolute;
    top: 20px;
    left: 0;
    text-align: right;
    color: #fff;
    width: auto;
    padding: 6px 16px;
    background: var(--color-accent);
    border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
    font-size: 0.8em;
    font-weight: var(--fw-bold);
}

.produtct_basics_cover_stock{
    position: absolute;
    top: 20px;
    left: 0;
    text-align: right;
    color: #fff;
    width: auto;
    padding: 6px 16px;
    background: var(--state-warning);
    border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
    font-size: 0.8em;
    font-weight: var(--fw-bold);
}

.produtct_basics_cover_ident{
    top: 56px;
}

.pdt_prescription{
    margin: 20px 0;
    padding: 20px;
    background: var(--surface-brand-deep);
    border-radius: var(--radius-lg);
    color: #fff;
}

.pdt_prescription_tag{
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: var(--color-primary);
    border-radius: var(--radius-pill);
    font-size: 0.8em;
    font-weight: var(--fw-bold);
}

.pdt_prescription h2{
    margin: 0 0 8px 0;
    font-size: 1.1em;
    color: #fff;
}

.pdt_prescription p{
    margin: 0 0 15px 0;
    color: var(--rf-blue-100);
}

.pdt_prescription_btn{
    display: inline-block;
    background: var(--color-primary);
    color: #fff;
}

.pdt_prescription_btn:hover{
    background: var(--color-primary-hover);
}

.pdt_prescription_form{
    margin: 0;
}

.pdt_prescription_upload_btn{
    cursor: pointer;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.pdt_prescription_feedback{
    margin: 8px 0 0 0 !important;
    font-size: 0.85em;
    color: var(--rf-blue-100) !important;
}

.pdt_prescription_feedback.success{
    color: #7CE0B8 !important;
}

.pdt_prescription_feedback.error{
    color: #F58A8D !important;
}

.pdt_prescription_wa_link{
    display: inline-block;
    margin-top: 10px;
    color: var(--rf-blue-100);
    font-size: 0.85em;
    text-decoration: underline;
}

.pdt_prescription_wa_link:hover{
    color: #fff;
}

.wc_cart_prescription_warning{
    margin-bottom: 15px;
    padding: 15px;
    background: var(--state-danger-subtle);
    border-left: 4px solid var(--state-danger);
    border-radius: var(--radius-md, 8px);
}

.wc_cart_prescription_warning b{
    display: block;
    margin-bottom: 5px;
    color: var(--state-danger);
}

.wc_cart_store_addr{
    margin-top: 15px;
    padding: 15px;
    background: var(--rf-blue-050, #EDF3FC);
    border-left: 4px solid var(--color-primary);
    border-radius: var(--radius-md, 8px);
}

.wc_cart_store_addr b{
    display: block;
    margin-bottom: 5px;
    color: var(--color-primary);
}

.wc_cart_store_addr a{
    color: var(--color-primary);
    font-weight: var(--fw-bold);
}

.wc_cart_prescription_reminder{
    margin-bottom: 15px;
    padding: 15px;
    background: var(--surface-brand-deep);
    border-radius: var(--radius-md, 8px);
    color: #fff;
}

.wc_cart_prescription_reminder b{
    display: block;
    margin-bottom: 5px;
}

.wc_cart_prescription_reminder p{
    color: var(--rf-blue-100);
    margin: 0 0 10px 0;
}

.wc_cart_prescription_item{
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.wc_cart_prescription_item p{
    margin: 0 0 8px 0;
    color: #fff;
    font-weight: var(--fw-bold);
}

.wc_cart_prescription_reminder .pdt_prescription_upload_btn{
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.wc_cart_prescription_reminder .pdt_prescription_upload_btn:hover{
    background: var(--color-primary-hover);
}

.produtct_basics_cover ul{
    display: block;
    width: 100%;
    padding-top: 10px;
    background: #fff;
}

.produtct_basics_cover li{
    display: inline-block;
    width: 20%;
    margin-bottom: 15px;
}

.produtct_basics_cover li img{
    border-radius: var(--radius-sm);
}

.produtct_basics_infor{
    float: right;
    width: 65%;
    padding-left: 5%;
}

.produtct_basics_infor .info{
    padding: 25px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-subtle);
    font-size: 0.875em;
    color: var(--text-muted);
}

.produtct_basics_infor .info p{
    margin-bottom: 3px;
}

.produtct_basics_infor .info .reviews{
    margin: 10px 0 20px 0;
    font-size: 0.9em;
    text-transform: uppercase;
    color: var(--state-warning);
}

.produtct_basics_infor header h1{
    font-family: var(--font-display);
    font-size: 1.8em;
    font-weight: var(--fw-xbold);
    color: var(--text-strong);
    margin-bottom: 10px;
}

.produtct_basics_infor header p{
    font-size: 0.9em;
    color: var(--text-muted);
}

.produtct_basics_infor .info .price{
    font-family: var(--font-display);
    font-weight: var(--fw-xbold);
    color: var(--color-accent);
    font-size: 1.7em;
}

.produtct_basics_infor .info .price strike{
    font-family: var(--font-text);
    font-weight: var(--fw-medium);
    color: var(--text-muted);
    font-size: 0.6em;
    margin-left: 10px;
}

.produtct_basics_infor .price_split{
    font-size: 0.6em;
    color: var(--text-muted);
}

.produtct_basics_infor form{
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.produtct_basics_infor a{
    text-decoration: none;
    color: var(--color-primary);
}

.produtct_basics_infor a:hover{
    color: var(--color-primary-hover);
    text-decoration: underline;
}

.produtct_infor{
    background: var(--surface-sunken);
}

.produtct_infor .htmlchars{
    padding: 30px;
    background: var(--surface-card);
    border-radius: var(--radius-lg);
}

.produtct_more{
    background: var(--rf-blue-800);
    text-align: center;
    color: #fff;
}

.produtct_more .content > header{
    margin-bottom: 30px;
}

.produtct_more .content > header h1{
    font-size: 2em;
    font-weight: var(--fw-xbold);
}

.produtct_more .content > header p{
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: var(--fw-demi);
    color: rgba(255,255,255,.8);
}

.produtct_more .single_pdt{
    background: #fff;
    border: none;
    box-shadow: none;
    color: var(--rf-grey-300);
}

.produtct_reviews .comments{
    font-size: 0.875em;
    background: var(--surface-card);
    border-radius: var(--radius-lg);
}

/*1184px*/
@media (max-width: 74em){
    .produtct_basics_cover_stock{
        width: auto;
    }

    .produtct_basics_cover_offer{
        width: auto;
    }
}

/*1056px*/
@media (max-width: 66em){
    .single_list{
        padding: 0;
        float: left;
        width: 100%;
    }
    .single_sidebar{
        float: none;
        width: 100%;
    }
}

/* VITRINES (Ofertas Especiais / Mais Vendidos) EM CARROSSEL HORIZONTAL NO MOBILE
   Abaixo de 50em o layout de lista (imagem 30% + texto 70%) do desktop não se
   aplica (só existe dentro de @media min-width: 50em), então aqui a gente monta
   um carrossel: cards verticais (foto em cima, texto embaixo) rolando na
   horizontal, igual Raia/Araújo — em vez da lista vertical do desktop. */
@media (max-width: 50em){
    .single_sidebar section > h1{
        font-size: 1.2em;
        font-weight: var(--fw-bold);
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid var(--border-subtle);
    }

    .single_sidebar section > h1 span{
        border-bottom: 3px solid var(--color-accent);
        padding-bottom: 8px;
    }

    .single_sidebar_widget{
        float: none;
        width: 100%;
        margin-bottom: 20px;
        padding: 15px 15px 0 15px;
        background: var(--surface-card);
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-sm);
    }

    .single_sidebar_widget.delivered{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 14px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .single_sidebar_widget.delivered article{
        flex: 0 0 auto;
        scroll-snap-align: start;
        width: 130px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .single_sidebar_widget.delivered article img{
        float: none;
        display: block;
        width: 100%;
        border-radius: var(--radius-sm);
    }

    .single_sidebar_widget.delivered article div{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 8px;
    }

    .single_sidebar_widget.delivered article h1{
        font-family: var(--font-text);
        font-size: 0.8em;
        font-weight: var(--fw-demi);
        line-height: 1.2;
        margin: 0 0 4px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .single_sidebar_widget.delivered article p{
        font-size: 0.7em;
        color: var(--text-muted);
        display: none;
    }

    .single_sidebar_widget.delivered article .offer{
        font-size: 0.75em;
        color: var(--text-muted);
        margin-bottom: 0;
    }

    .single_sidebar_widget.delivered article .offer span{
        color: var(--color-accent);
        display: block;
        font-weight: var(--fw-xbold);
    }

    .single_sidebar_widget.delivered article .offerend{
        font-size: 0.6em;
        text-transform: uppercase;
        color: var(--state-success);
    }
}

/*1024px*/
@media (max-width: 64em){
    .main_header .content{
        padding: 0;
        width: 100%;
    }

    .main_header header{
        float: none;
        width: 100%;
        text-align: center;
    }

    .main_header header .logo{
        display: inline-block;
        float: none;
    }

    .main_header_bar_line.contact{
        display: none;
    }

    .main_header_bar{
        float: none;
        padding: 20px;
        background: var(--surface-sunken);
    }

    .main_header_bar_line.search{
        float: left;
        width: 100%;
        text-align: center;
    }

    .main_header_bar_line form{
        margin: 0;
        width: 100%;
    }

    .main_header_user,
    .main_header_cart{
        margin: 0;
        width: 50%;
    }
    .main_header_bar_line form{
        margin-bottom: 10px;
    }
    .main_header_bar_line form .input{
        margin: 0;
        width: 60%;
    }
    .main_header_bar_line form button{
        margin: 0;
        width: 35%;
    }

    .main_nav_mobile_menu{
        display: block;
        width: 100%;
        font-weight: var(--fw-demi);
        font-size: 1.2em;
        padding: 10px 0;
        text-align: center;
        background: var(--rf-blue-900);
        color: #fff;
        cursor: pointer;
    }

    .main_nav nav{
        padding: 20px;
    }

    .main_nav ul{
        display: none;
        width: 100%;
    }

    .main_nav li{
        border-top: 1px solid var(--rf-blue-600);
    }

    .main_nav nav > ul > li{
        font-size: 0.8em;
        font-weight: var(--fw-demi);
        text-transform: none;
    }

    .main_nav nav > ul > li > ul > li > a:before{
        margin-right: 10px;
        content: "»";
    }

    .main_nav nav ul li ul li ul li{
        text-transform: capitalize;
    }

    .main_nav nav ul li ul li ul li a:before{
        margin-right: 10px;
        text-transform: lowercase;
        content: "»»";
    }

    .main_nav li span{
        display: block;
        width: 100%;
        padding: 4%;
        background: var(--rf-blue-800);
        color: #fff;
    }

    .main_nav li a{
        display: block;
        width: 100%;
        padding: 4%;
        color: #fff;
        text-decoration: none;
        background: var(--color-primary);
    }

    .main_nav li a:hover{
        background: var(--color-primary-hover);
    }

    .produtct_basics_cover,
    .produtct_basics_infor{
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .produtct_basics_cover > img{
        float: left;
        width: 50%;
    }

    .produtct_basics_cover ul{
        float: right;
        width: 50%;
        padding-left: 5%;
    }

    .produtct_basics_cover ul li{
        width: 33%;
    }

    .produtct_basics_cover{
        margin-bottom: 30px;
    }
}

/*528px*/
@media (max-width: 33em){
    .content{
        width: 94%;
    }

    .main_footer .left{
        margin-bottom: 20px;
    }

    .main_footer .left,
    .main_footer .right{
        float: none;
        width: 100%;
        text-align: center;
    }

    .produtct_basics_cover img,
    .produtct_basics_cover ul{
        width: 100%;
    }

    .produtct_basics_cover_stock{
        width: auto;
    }

    .produtct_basics_cover_offer{
        width: auto;
    }
}

/* Botão flutuante do WhatsApp */
.rf_whatsapp_float{
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: var(--radius-pill);
    background: #25D366;
    box-shadow: var(--shadow-lg);
    transition: transform .15s ease, box-shadow .15s ease;
}

.rf_whatsapp_float:hover{
    transform: scale(1.08);
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.35);
}

@media (max-width: 33em){
    .rf_whatsapp_float{
        right: 16px;
        bottom: 16px;
        width: 50px;
        height: 50px;
    }

    .rf_whatsapp_float svg{
        width: 28px;
        height: 28px;
    }
}
