/**
 * Marcelly — layout atual (header 3 faixas, home, cards, sidebar categorias)
 * Carregar após loja.css
 */

:root {
    --page-padding-x: 1rem;
}
@media (min-width: 1024px) {
    :root {
        --page-padding-x: 10rem;
    }
}

/* ── Header fixo + topbar promo ── */
.header-sticky-spacer {
    display: none;
    width: 100%;
    height: 0;
}
.header-sticky-spacer.is-active {
    display: block;
}
.site-header-sticky {
    position: relative;
    z-index: 50;
    background: #000;
}
.site-header-sticky.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.site-header-sticky.is-scrolled {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
.site-header-main,
.site-header-main-inner,
.site-logo img,
.header-search-form,
.header-action-icon,
.header-action-text strong,
.header-action-text small {
    transition: padding 0.25s ease, max-height 0.25s ease, height 0.25s ease,
        gap 0.25s ease, font-size 0.25s ease, width 0.25s ease;
}
.site-header-sticky.is-scrolled .site-header-main {
    padding: 0.3rem 0;
}
.site-header-sticky.is-scrolled .site-header-main-inner {
    gap: 0.75rem 1.25rem;
}
.site-header-sticky.is-scrolled .site-logo img {
    max-height: 44px;
}
.site-header-sticky.is-scrolled .header-search-form {
    height: 2.15rem;
}
.site-header-sticky.is-scrolled .header-search-form input {
    font-size: 0.85rem;
    padding: 0 0.75rem;
}
.site-header-sticky.is-scrolled .header-search-btn {
    width: 2.5rem;
}
.site-header-sticky.is-scrolled .header-search-btn .material-symbols-outlined {
    font-size: 1.15rem;
}
.site-header-sticky.is-scrolled .header-main-tools {
    gap: 1rem 1.5rem;
}
.site-header-sticky.is-scrolled .header-action-icon {
    width: 2.15rem;
    height: 2.15rem;
    font-size: 1.4rem;
}
.site-header-sticky.is-scrolled .header-action-text strong {
    font-size: 0.72rem;
}
.site-header-sticky.is-scrolled .header-action-text small {
    font-size: 0.65rem;
}
.site-topbar-promo.is-topbar-hidden {
    visibility: hidden;
    pointer-events: none;
}
.site-topbar-promo {
    background: #240610;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.72rem;
}
.site-topbar-promo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    min-height: 2.15rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.35rem var(--page-padding-x);
    box-sizing: border-box;
}
.topbar-promo-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem 1rem;
    min-width: 0;
}
.topbar-promo-row--sem-frete {
    justify-content: center;
}
.topbar-promo-sep {
    display: none;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}
.topbar-promo-text--short {
    display: none;
}
.topbar-promo-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
}
.topbar-promo-item i {
    font-size: 0.95rem;
}
.topbar-promo-item strong {
    font-weight: 700;
}
.topbar-pix-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.1rem;
}
.topbar-whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #fff !important;
}
.topbar-icon-pink {
    color: #ec158c;
}
.site-header-main {
    background: #000;
    padding: 0.65rem 0;
}
.site-header-main-inner {
    display: flex;
    align-items: center;
    gap: 1.25rem 2rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: var(--page-padding-x);
    padding-right: var(--page-padding-x);
    box-sizing: border-box;
}
.header-main-tools {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem 2.5rem;
    min-width: 0;
}
.site-logo img {
    max-height: 72px;
    width: auto;
}
.site-logo-text {
    color: var(--primary);
    font-size: 1.125rem;
    font-weight: 700;
}
.header-search {
    flex: 1 1 auto;
    max-width: 580px;
    min-width: 200px;
}
.header-search-form {
    display: flex;
    align-items: stretch;
    height: 2.65rem;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.header-search-form input {
    flex: 1;
    border: none;
    background: #fff;
    padding: 0 1rem;
    font-size: 0.9rem;
    color: #111;
    outline: none;
    min-width: 0;
}
.header-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    border: none;
    background: var(--primary);
    color: #fff;
    flex-shrink: 0;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem 1.5rem;
    flex-shrink: 0;
}
.header-action-card {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: inherit;
}
.header-action-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--primary);
    font-size: 1.65rem;
}
.header-action-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.header-action-text strong {
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 700;
}
.header-action-text small {
    color: #fff;
    font-size: 0.72rem;
}
.site-nav-bar {
    background: var(--primary);
    color: #fff;
    overflow: hidden;
}
.site-nav-bar-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-height: 2.65rem;
    padding-left: var(--page-padding-x);
    padding-right: var(--page-padding-x);
    box-sizing: border-box;
}
.site-nav-categorias {
    display: none;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1.25rem;
    flex-shrink: 0;
    background: #c91075;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}
.site-nav-categorias.is-active {
    background: #b00e69;
}
.site-nav-links {
    display: none;
    align-items: stretch;
    flex: 1;
    min-width: 0;
}
.site-nav-link {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.65rem 0.75rem;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.site-nav-link:hover {
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
}
.site-nav-mobile-search {
    display: none;
    width: 100%;
    padding: 0.5rem var(--page-padding-x) 0.6rem;
    box-sizing: border-box;
}
.site-nav-mobile-search .header-search-btn {
    background: #fff;
    color: var(--primary);
}
.menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
    color: #fff;
}
@media (min-width: 992px) {
    .site-nav-categorias,
    .site-nav-links {
        display: flex;
    }
    .header-action-text {
        display: flex;
    }
    .menu-toggle {
        display: none !important;
    }
}
@media (max-width: 991.98px) {
    .site-header-main-inner {
        gap: 0.5rem;
        justify-content: space-between;
    }
    .site-logo {
        flex: 0 1 auto;
        min-width: 0;
        max-width: calc(100% - 9.5rem);
        margin-right: 0.35rem;
    }
    .site-logo img {
        max-height: 56px;
        max-width: 100%;
        object-fit: contain;
        object-position: left center;
    }
    .header-main-tools {
        flex: 0 0 auto;
        margin-left: auto;
        padding-left: 0.65rem;
        gap: 0.5rem;
    }
    .header-actions {
        gap: 0.35rem 0.65rem;
    }
    .header-action-icon {
        width: 2.35rem;
        height: 2.35rem;
        font-size: 1.5rem;
    }
    .menu-toggle {
        margin-left: 0.15rem;
    }
    .header-action-text {
        display: none;
    }
    .header-main-tools .header-search {
        display: none !important;
    }
    /* Só a busca na faixa rosa — sem altura extra do menu desktop */
    .site-nav-bar-inner {
        display: none;
    }
    .site-nav-mobile-search {
        display: block;
        padding: 0.35rem var(--page-padding-x) 0.45rem;
    }
    .site-nav-mobile-search .header-search-form {
        height: 2.15rem;
    }
    .site-nav-mobile-search .header-search-form input {
        font-size: 0.85rem;
        padding: 0 0.65rem;
    }
    .site-nav-mobile-search .header-search-btn {
        width: 2.35rem;
        min-width: 2.35rem;
    }
    .site-nav-mobile-search .header-search-btn .material-symbols-outlined {
        font-size: 1.1rem;
    }
    .topbar-promo-item--parcelas,
    .topbar-promo-item--atendimento {
        display: none !important;
    }
    /* Topbar promo: uma linha no mobile (frete + PIX no mesmo flex row) */
    .site-topbar-promo {
        font-size: clamp(0.58rem, 2.8vw, 0.7rem);
    }
    .site-topbar-promo-inner {
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center;
        gap: 0;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        min-height: 1.65rem;
        overflow: hidden;
    }
    .topbar-promo-row {
        display: flex;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: center;
        gap: 0.35rem 0.5rem;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .topbar-promo-sep {
        display: inline;
    }
    .topbar-promo-text--full {
        display: none;
    }
    .topbar-promo-text--short {
        display: inline;
    }
    .topbar-promo-row .topbar-promo-item {
        flex: 0 0 auto;
        gap: 0.25rem;
    }
    .topbar-promo-row .topbar-promo-item i {
        font-size: 0.85em;
    }
    .topbar-pix-icon {
        width: 10px;
        height: 10px;
    }
}
@media (min-width: 992px) {
    .topbar-promo-row {
        display: contents;
    }
    .topbar-promo-sep {
        display: none !important;
    }
    .topbar-promo-text--full {
        display: inline;
    }
    .topbar-promo-text--short {
        display: none !important;
    }
}

/* Menu mobile — scroll em dropdowns longos (ex.: Cabelos) */
@media (max-width: 991.98px) {
    .mobile-dropdown.active .mobile-dropdown-menu {
        max-height: min(55vh, 380px);
        overflow-y: auto !important;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    .mobile-dropdown-menu::-webkit-scrollbar {
        width: 5px;
    }
    .mobile-dropdown-menu::-webkit-scrollbar-thumb {
        background: rgba(236, 21, 140, 0.4);
        border-radius: 4px;
    }
}

/* Sidebar categorias */
.cat-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 199;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}
.cat-sidebar-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.cat-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(360px, 92vw);
    max-width: 360px;
    height: 100%;
    background: #fff;
    z-index: 200;
    transition: right 0.3s ease;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}
.cat-sidebar.active {
    right: 0;
}
.cat-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border);
    background: var(--primary);
    color: #fff;
}
.cat-sidebar-title {
    font-weight: 700;
    font-size: 1rem;
}
.cat-sidebar-close {
    color: #fff;
    padding: 0.25rem;
}
.cat-sidebar-nav {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 0;
}
.cat-sidebar-root {
    display: block;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
}
.cat-sidebar-children {
    padding-left: 0.5rem;
}
.cat-sidebar-children a {
    display: block;
    padding: 0.45rem 1.25rem 0.45rem 2rem;
    font-size: 0.875rem;
    color: var(--text-muted);
}
.cat-sidebar-children a:hover {
    color: var(--primary);
    background: var(--primary-10);
}

/* Home categorias */
.home-categorias-section {
    padding: .25rem var(--page-padding-x) 2.5rem;
    background: #f3f3f3;
}
.home-categorias-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.home-section-title-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    flex: 1;
    min-width: 0;
}
.home-categorias-top .home-section-title-group {
    flex: 1;
}
.home-categorias-title {
    margin: 0;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-dark);
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.home-categorias-heart {
    color: var(--primary);
    font-size: 1.1rem;
}
.home-categorias-view-all {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}
.home-categorias-rule {
    display: block;
    width: 120px;
    min-width: 120px;
    height: 2px;
    flex-shrink: 0;
    background: var(--primary);
    margin: 0;
    border: none;
}
.home-categorias-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem 1rem;
}
@media (min-width: 768px) {
    .home-categorias-grid {
        grid-template-columns: repeat(8, 1fr);
    }
}
.home-categoria-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}
.home-categoria-circle {
    width: 100%;
    max-width: 110px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid var(--primary);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.home-categoria-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-categoria-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.2;
}

/* Produtos — seção e grid 6 colunas */
.products-section {
    padding: 2rem var(--page-padding-x) !important;
}
.products-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.products-section-header .home-section-title-group {
    flex: 1;
    min-width: 0;
}
.home-section-title-group .home-categorias-rule {
    margin: 0;
    width: 120px;
    min-width: 120px;
    flex-shrink: 0;
}
/* Mesmo título em Categorias, Destaques e Novidades — sobrescreve .products-section h2 do loja.css */
.products-section h2.home-categorias-title {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-dark);
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .home-categorias-title,
    .products-section h2.home-categorias-title {
        font-size: 1.35rem;
        letter-spacing: -0.01em;
        line-height: 1.25;
    }
    .home-categorias-heart {
        font-size: 0.95rem;
    }
}
.products-view-all {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}
.products-section--alt {
    background: var(--bg-light);
}
@media (min-width: 1200px) {
    .products-grid--6 {
        grid-template-columns: repeat(6, 1fr) !important;
    }
}

/* Listagem de produtos — 4 colunas */
.products-grid.products-grid--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1rem;
}
@media (min-width: 640px) {
    .products-grid.products-grid--4 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1024px) {
    .products-grid.products-grid--4 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 1.5rem 1.25rem;
    }
}
.produtos-listing-grid {
    width: 100%;
}

/* Card produto vitrine */
.loja-produto-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
}
.loja-produto-card-img {
    position: relative;
    display: block;
    aspect-ratio: 1;
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border);
}
.loja-produto-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.loja-produto-card-nome {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.3;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
}
.loja-produto-preco-principal {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem 0.5rem;
    line-height: 1.2;
    text-align: center;
}
.loja-produto-preco-old {
    font-size: 0.8rem;
    font-weight: 500;
    color: #dc2626;
    text-decoration: line-through;
    display: inline;
}
.loja-produto-preco-atual {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
}
.loja-produto-box {
    border-radius: var(--radius-md);
    padding: 0.45rem 0.5rem;
    text-align: center;
    font-size: 0.68rem;
    line-height: 1.3;
    background: #fff;
}
.loja-produto-box-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.15rem;
}
.loja-produto-box strong {
    display: block;
    font-weight: 700;
}
.loja-produto-box small {
    display: block;
    margin-top: 0.1rem;
}
/* Cartão — borda rosa */
.loja-produto-box--cartao {
    border: 1px solid var(--primary);
}
.loja-produto-box--cartao .loja-produto-box-label {
    color: #334155;
}
.loja-produto-box--cartao strong {
    color: var(--primary);
}
.loja-produto-box--cartao small {
    color: var(--text-muted);
}
/* Pix — verde (referência layout) */
.loja-produto-box--pix {
    position: relative;
    border: 2px solid #22c55e;
    background: linear-gradient(145deg, #ecfdf5 0%, #fff 45%, #f0fdf4 100%);
    box-shadow:
        0 0 0 1px rgba(34, 197, 94, 0.25),
        0 4px 14px rgba(22, 163, 74, 0.18);
    padding-top: 0.65rem;
}
.loja-produto-box--pix::before {
    content: 'MELHOR PREÇO';
    position: absolute;
    top: -0.55rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0.2rem 0.45rem;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(22, 163, 74, 0.35);
}
.loja-produto-box--pix .loja-produto-box-label {
    color: #14532d;
    font-weight: 700;
}
.loja-produto-box--pix strong {
    color: #15803d;
    font-size: 1rem;
    font-weight: 800;
}
.loja-produto-box--pix small {
    color: #166534;
    font-weight: 600;
    opacity: 1;
}
.loja-produto-btn-comprar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    padding: 0.55rem;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.72rem;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    margin-top: auto;
    cursor: pointer;
    transition: background 0.2s ease, filter 0.2s ease;
    box-sizing: border-box;
}
.loja-produto-btn-comprar:hover {
    background: #c91075;
    color: #fff;
    filter: brightness(1.03);
}

/* Barra benefícios */
.home-beneficios-bar {
    background: var(--primary);
    color: #fff;
}
.home-beneficios-bar-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 1.1rem 0.65rem;
    width: 100%;
    padding: 1.35rem var(--page-padding-x);
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .home-beneficios-bar-inner {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
}
.home-beneficio-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}
@media (min-width: 768px) {
    .home-beneficio-item {
        flex: 0 1 auto;
        gap: 0.75rem;
    }
}
.home-beneficio-text {
    min-width: 0;
}
.home-beneficio-text strong {
    display: block;
    font-size: clamp(0.62rem, 2.8vw, 0.72rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.25;
}
.home-beneficio-text span {
    display: block;
    font-size: clamp(0.58rem, 2.5vw, 0.68rem);
    opacity: 0.92;
    line-height: 1.2;
}
.home-beneficio-icon {
    flex-shrink: 0;
}
.home-beneficios-bar-inner .home-beneficio-item:nth-child(5):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 16rem;
}

/* 3 colunas home */
.home-showcase-section {
    padding: 3rem var(--page-padding-x);
    background: var(--bg-white);
}
.home-showcase-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}
@media (min-width: 992px) {
    .home-showcase-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.home-showcase-title {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.25rem;
}
.home-showcase-col--antes {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.home-antes-depois-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 1rem;
}
.home-showcase-col--antes .home-showcase-btn {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.home-antes-depois-img {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    aspect-ratio: 3/4;
}
.home-antes-depois-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-antes-depois-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.35rem;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    text-align: center;
}
.home-showcase-btn {
    display: inline-block;
    padding: 0.65rem 1.25rem;
    background: var(--primary);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: var(--radius-md);
}
.home-depoimentos-slider {
    max-width: 340px;
    margin: 0 auto;
}
.home-depoimento-card {
    display: flex;
    gap: 0.75rem;
    text-align: left;
}
.home-depoimento-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.home-depoimento-slide {
    display: none;
}
.home-depoimento-slide.is-active {
    display: block;
}
.home-cta-bar {
    background: #0d0d0d;
    color: #fff;
}
.home-cta-bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    padding: 1.25rem var(--page-padding-x);
}
.home-cta-bar-left,
.home-cta-bar-right {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex: 1 1 220px;
    min-width: 0;
}
.home-cta-bar-left .bi-whatsapp {
    flex-shrink: 0;
    font-size: 2.25rem;
    line-height: 1;
    color: #25d366;
}
.home-cta-bar-left strong,
.home-cta-bar-left span {
    display: block;
    color: #fff;
    line-height: 1.35;
}
.home-cta-bar-left strong {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.home-cta-bar-left span {
    font-size: 0.68rem;
    opacity: 0.9;
}
.home-cta-bar-btn {
    padding: 0.7rem 1.35rem;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    border-radius: var(--radius-md);
    flex-shrink: 0;
}
.home-cta-bar-btn:hover {
    color: #fff;
    filter: brightness(1.05);
}
.home-cta-fidelidade-badge {
    flex-shrink: 0;
    font-size: 2rem;
    line-height: 1;
    color: #facc15;
}
.home-cta-fidelidade-badge .bi-award-fill {
    color: #facc15;
}
.home-cta-fidelidade-text strong,
.home-cta-fidelidade-text span,
.home-cta-fidelidade-text a {
    color: #facc15;
}
.home-cta-fidelidade-text strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
}
.home-cta-fidelidade-text span {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
}
.home-cta-bar-right {
    justify-content: flex-end;
}
@media (max-width: 991.98px) {
    .home-cta-bar-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 1.15rem;
    }
    .home-cta-bar-left,
    .home-cta-bar-right {
        flex: 0 0 auto;
        width: 100%;
        max-width: 22rem;
        justify-content: center;
    }
    .home-cta-bar-left > div,
    .home-cta-fidelidade-text {
        text-align: center;
    }
    .home-cta-bar-btn {
        width: 100%;
        max-width: 22rem;
        text-align: center;
        align-self: center;
    }
    .home-cta-fidelidade-text a {
        display: inline-block;
        text-align: center;
    }
}
@media (min-width: 992px) {
    .home-cta-bar-inner {
        flex-wrap: nowrap;
    }
}

/* Footer escuro + newsletter compacta */
.site-footer {
    background: #230610 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    border-top-color: rgba(255, 255, 255, 0.08) !important;
    padding-left: var(--page-padding-x) !important;
    padding-right: var(--page-padding-x) !important;
}
.footer-grid > .footer-col:first-child {
    text-align: left;
}
.footer-grid > .footer-col:first-child p {
    text-align: left !important;
}
.footer-grid > .footer-col:first-child .footer-brand {
    justify-content: flex-start;
}
.footer-grid > .footer-col:first-child .footer-social {
    justify-content: flex-start;
}
@media (max-width: 991.98px) {
    .footer-grid > .footer-col:first-child {
        text-align: center;
    }
    .footer-grid > .footer-col:first-child p {
        text-align: center !important;
    }
    .footer-grid > .footer-col:first-child .footer-brand {
        justify-content: center;
    }
    .footer-grid > .footer-col:first-child .footer-social {
        justify-content: center;
    }
}
.footer-brand img {
    display: block;
    width: auto;
    max-width: min(100%, 380px);
    max-height: 80px;
    margin: 0;
    object-position: left;
}
@media (max-width: 991.98px) {
    .footer-brand img {
        margin-left: auto;
        margin-right: auto;
        object-position: center;
    }
}
.footer-col h4,
.footer-col p,
.footer-links li a,
.footer-links li span {
    color: rgba(255, 255, 255, 0.75) !important;
}
.footer-col h4 {
    color: #fff !important;
}
.footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.55) !important;
}
.footer-bottom > p {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.2rem 0.35rem;
    margin: 0;
    max-width: 100%;
    line-height: 1.35;
    text-align: center;
}
.footer-bottom > p a {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
}
.footer-bottom > p a img {
    display: block;
    height: 1.15rem;
    width: auto;
    max-height: 1.15rem;
    object-fit: contain;
}
@media (max-width: 991.98px) {
    .footer-bottom > p {
        font-size: clamp(0.58rem, 2.4vw, 0.72rem);
        white-space: nowrap;
    }
    .footer-bottom > p a img {
        height: 1rem;
        max-height: 1rem;
    }
}
.newsletter-section {
    padding: 2rem var(--page-padding-x) !important;
    margin-bottom: -26px;
}

/* Depoimentos — detalhes */
.home-depoimentos-hearts {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}
.home-depoimentos-hearts .bi-heart-fill {
    color: var(--primary);
}
.home-depoimentos-hearts .bi-star-fill {
    color: #facc15;
}
.home-depoimento-body {
    flex: 1;
    min-width: 0;
}
.home-depoimento-nome {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.home-depoimento-stars {
    color: #f59e0b;
    font-size: 0.7rem;
    margin-bottom: 0.35rem;
}
.home-depoimento-texto {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.45;
    margin: 0;
}
.home-depoimentos-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1rem;
}
.home-depoimentos-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #d1d5db;
    padding: 0;
    cursor: pointer;
}
.home-depoimentos-dot.is-active {
    background: var(--primary);
}
.home-depoimento-avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    color: var(--text-muted);
    font-size: 1.5rem;
}
.home-envio-imagem {
    max-width: 280px;
    margin: 0 auto 1rem;
    border-radius: var(--radius-md);
    overflow: hidden;
}
.home-envio-imagem img {
    width: 100%;
    height: auto;
    display: block;
}
.home-envio-imagem--placeholder {
    aspect-ratio: 4/3;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 3rem;
}
.home-envio-texto {
    text-align: center;
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.5;
}
.home-showcase-empty {
    text-align: center;
    color: var(--text-muted);
    padding: 2rem 1rem;
}
.home-showcase-empty .material-symbols-outlined {
    font-size: 2.5rem;
    color: var(--primary);
    display: block;
    margin-bottom: 0.5rem;
}
.loja-produto-card-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--text-muted);
}
.loja-produto-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.2rem 0.45rem;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 4px;
    color: #fff;
    background: var(--primary);
}
.products-grid > .loja-produto-card,
.products-grid > article {
    min-width: 0;
}

/* ── Modal compra rápida (vitrine) ── */
.compra-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
}
.compra-modal-overlay[hidden] {
    display: none !important;
}
.compra-modal {
    position: relative;
    width: 100%;
    max-width: 920px;
    max-height: min(92vh, 900px);
    overflow: auto;
    background: #fff;
    border-radius: var(--radius-lg, 12px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}
.compra-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 50%;
    background: var(--bg-light);
    color: var(--text-dark);
    cursor: pointer;
}
.compra-modal-loading,
.compra-modal-erro {
    padding: 3rem 2rem;
    text-align: center;
    color: var(--text-muted);
}
.compra-modal-erro .material-symbols-outlined {
    font-size: 2.5rem;
    color: var(--text-light);
}
.compra-modal-spin {
    animation: compraModalSpin 0.9s linear infinite;
}
@keyframes compraModalSpin {
    to { transform: rotate(360deg); }
}
.compra-modal-body {
    padding: 1.5rem 1.25rem 1.75rem;
}
.compra-modal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .compra-modal-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
        gap: 2rem;
        align-items: start;
    }
}
.compra-modal-img-wrap {
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--bg-light);
    border: 1px solid var(--border-light);
}
.compra-modal-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.compra-modal-titulo {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0 0 0.5rem;
    padding-right: 2rem;
    line-height: 1.25;
}
.compra-modal-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0 0 1rem;
    line-height: 1.45;
}
.compra-modal-preco-linha {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.compra-modal-preco-old {
    font-size: 0.9rem;
    color: #dc2626;
    text-decoration: line-through;
}
.compra-modal-preco-atual {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text-dark);
}
.compra-modal-preco-box .produto-pagamento-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.compra-modal-estoque {
    font-size: 0.8rem;
    font-weight: 600;
    color: #166534;
    margin: 0 0 0.75rem;
}
.compra-modal-estoque--low {
    color: #b45309;
}
.compra-modal-estoque--off {
    color: #dc2626;
}
.compra-modal-estoque--wait {
    color: #64748b;
}
.compra-modal-variacoes {
    margin-bottom: 0.75rem;
}
.compra-modal-variacoes .variacao-grupo {
    margin-bottom: 1rem;
}
.compra-modal-variacoes .variacao-titulo {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}
.compra-modal-variacoes .variacao-cor-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}
.compra-modal-variacoes .variacao-cor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.compra-modal-variacoes .variacao-cor-item:hover,
.compra-modal-variacoes .variacao-cor-item.active {
    border-color: var(--primary);
}
.compra-modal-variacoes .variacao-cor-item.active {
    box-shadow: 0 0 0 2px rgba(236, 21, 140, 0.2);
}
.compra-modal-variacoes .variacao-cor-img-wrap {
    width: 100%;
    aspect-ratio: 1;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--bg-light);
}
.compra-modal-variacoes .variacao-cor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.compra-modal-variacoes .variacao-cor-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--text-light);
}
.compra-modal-variacoes .variacao-cor-nome {
    font-size: 0.65rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.compra-modal .qty-selector {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--border-light);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.compra-modal .qty-selector .qty-btn {
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
}
.compra-modal .qty-selector .qty-input {
    width: 48px;
    height: 38px;
    text-align: center;
    border: none;
    border-left: 1px solid var(--border-light);
    border-right: 1px solid var(--border-light);
    font-weight: 700;
    font-size: 0.95rem;
}
.compra-modal .produto-quantidade {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.compra-modal .produto-quantidade label {
    font-weight: 600;
    font-size: 0.85rem;
}
.compra-modal-qty {
    margin-bottom: 1rem;
}
.compra-modal-acoes {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.compra-modal-btn-carrinho {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.85rem 1rem;
    border: none;
    border-radius: var(--radius-md);
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: filter 0.2s;
}
.compra-modal-btn-carrinho:hover:not(:disabled) {
    filter: brightness(1.05);
}
.compra-modal-btn-carrinho:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
.compra-modal-link-detalhes {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary);
}
.compra-modal-btn-sec {
    margin-top: 0.75rem;
    padding: 0.5rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: #fff;
    cursor: pointer;
}
