/* =========================================
   1. CONFIGURAÇÕES GERAIS (RESET & VARS)
   ========================================= */
:root {
    --primary: #111111;
    --secondary: #ffffff;
    --accent: #d4af37;
    --gray-bg: #f9f9f9;
    --gray-border: #eeeeee;
    --gray-text: #666666;
    --ease-premium: cubic-bezier(0.23, 1, 0.32, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; -webkit-tap-highlight-color: transparent; }

body { 
    background-color: var(--secondary); 
    color: var(--primary); 
    overflow-x: hidden; 
    padding-top: 115px; /* Compensa Header Fixo */
}

html { scroll-behavior: smooth; }

/* =========================================
   SCROLLBAR MINIMALISTA (LUXURY)
   ========================================= */

html {scrollbar-width: thin;scrollbar-color: #ccc transparent;}
::-webkit-scrollbar {width: 5px; height: 5px;}
::-webkit-scrollbar-track {background: transparent;}
::-webkit-scrollbar-thumb {background-color: #d1d1d1; border-radius: 10px; transition: background-color 0.3s ease;}
::-webkit-scrollbar-thumb:hover {background-color: #111111;}


/* =========================================
   2. HEADER & NAVEGAÇÃO
   ========================================= */
/* =========================================
   FIX INFOBAR MOBILE
   ========================================= */
.top-infobar {
    background-color: #000; 
    color: #fff; 
    height: 35px; 
    width: 100%;
    position: fixed; 
    top: 0; 
    left: 0; 
    z-index: 1050;
    font-size: 10px; 
    letter-spacing: 1.5px; 
    font-weight: 500;
}

.swiper-infobar {
    width: 100%;
    height: 100%;
    max-width: 100% !important; /* Garante que ocupe a tela toda no celular */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.infobar-content { 
    display: flex; 
    align-items: center; 
    justify-content: center;
    gap: 8px; 
    width: 100%;
    padding: 0 40px; /* Abre espaço para as setas nas pontas */
    text-align: center;
    white-space: nowrap; /* Impede quebra de linha feia */
}

/* Ajuste das Setas no Mobile */
@media (max-width: 768px) {
    .infobar-content span {
        font-size: 9px; /* Diminui levemente a fonte se o texto for longo */
    }
    .nav-info-btn {
        width: 25px !important;
    }
    .nav-info-btn::after {
        font-size: 8px !important; /* Setas menores para não poluir */
    }
}

.swiper-infobar {
    width: 100%;
    height: 100%;
    max-width: 100% !important; /* Garante que ocupe a tela toda no celular */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-infobar .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000; /* Garante fundo preto no slide */
    cursor: default;
}

.infobar-content { 
    display: flex; 
    align-items: center; 
    justify-content: center;
    gap: 8px; 
    width: 100%;
    padding: 0 40px; /* Abre espaço para as setas nas pontas */
    text-align: center;
    white-space: nowrap; /* Impede quebra de linha feia */
}

/* Estilo das Setinhas (Mini) */
.nav-info-btn {
    color: #fff !important;
    width: 20px !important;
    height: 100% !important;
    top: 0 !important;
    margin-top: 0 !important;
    opacity: 0.6;
    transition: opacity 0.3s;
}
.nav-info-btn:hover { opacity: 1; }

/* Ícone da seta (tamanho fonte) */
.nav-info-btn::after {
    font-size: 10px !important; /* Bem pequeno e delicado */
    font-weight: 900;
}

/* Posicionamento Fino */
.swiper-button-prev.nav-info-btn { left: 10px !important; }
.swiper-button-next.nav-info-btn { right: 10px !important; }

/* Mobile: Afasta um pouco as setas para não clicar errado */
@media (max-width: 480px) {
    .swiper-infobar { max-width: 100%; padding: 0 30px; }
    .nav-info-btn { width: 30px !important; }
}

header.main-header {
    position: fixed; top: 35px; left: 0; width: 100%; height: 80px;
    background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--gray-border); z-index: 1040;
    transition: all 0.3s var(--ease-premium);
}

.header-container {
    max-width: 1440px; margin: 0 auto; height: 100%; padding: 0 30px;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}

/* --- LOGO DUPLO REVISADO --- */
.logo {
    text-decoration: none;
    display: flex !important;
    align-items: center;
    grid-column: 2;
    justify-self: center;
}

/* Logo AVENZZO (Era branca, aplicamos filtro para ficar preta) */
.logo-main {
    height: 25px;
    width: auto;
    display: block;
    filter: invert(1); /* Transforma branco em preto */
}

.logo-divider {
    display: block;
    width: 1px;
    height: 18px;
    background-color: #000;
    margin: 0 15px;
    opacity: 0.2;
}

/* Ícone AV (Já é preto, NÃO aplicamos filtro de inversão) */
.logo-symbol {
    height: 40px;
    width: auto;
    display: block;
    /* Sem filtro aqui para permanecer preto */
}

@media (min-width: 992px) {
    .logo { 
        grid-column: 1; 
        justify-self: start; 
    }
}

/* OPCIONAL: No celular, esconder o símbolo para economizar espaço? */
@media (max-width: 480px) {
    .logo-divider, .logo-symbol {
        display: none; /* Se quiser mostrar só o nome no celular, mantenha isso */
    }
}

.menu-desktop-only a {
    text-decoration: none; color: var(--primary); font-size: 12px;
    letter-spacing: 1px; font-weight: 600; text-transform: uppercase;
    position: relative; transition: color 0.3s;
}
.menu-desktop-only a:hover::after { width: 100%; content: ''; position: absolute; width: 0; height: 1px; bottom: -4px; left: 0; background: #000; }

.header-right-group {
    grid-column: 3; justify-self: end;
    display: flex; align-items: center; gap: 20px;
}

/* =========================================
   ESPAÇAMENTO DO MENU (PC)
   ========================================= */
.menu-desktop-only {
    display: flex;           /* Coloca um ao lado do outro */
    gap: 40px;               /* <--- AQUI CONTROLA A DISTÂNCIA (40px) */
    align-items: center;     /* Centraliza verticalmente */
    justify-self: center;    /* Centraliza o bloco do menu na grade do header */
}

/* Ajuste Fino para telas menores de notebook (opcional) */
@media (max-width: 1200px) {
    .menu-desktop-only {
        gap: 25px; /* Diminui um pouco se a tela for menor */
    }
}

/* BUSCA DESKTOP */
.search-container { position: relative; }
.search-input {
    width: 200px; padding: 8px 35px 8px 15px; border: 1px solid transparent;
    background: #f5f5f5; border-radius: 4px; font-size: 13px;
    transition: all 0.3s ease;
}
.search-input:focus { width: 260px; background: #fff; border-color: #ddd; outline: none; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.search-icon { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 14px; color: #999; pointer-events: none; }

.search-results-dropdown {
    position: absolute; top: 100%; right: 0; width: 300px;
    background: #fff; border: 1px solid #eee; border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); display: none; z-index: 1100;
    max-height: 400px; overflow-y: auto; margin-top: 10px;
}

/* CARRINHO ICON */
.cart-icon-wrapper { position: relative; cursor: pointer; font-size: 20px; }
.cart-count {
    position: absolute; top: -6px; right: -8px;
    background: #000; color: #fff; font-size: 10px;
    width: 16px; height: 16px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}

/* Estilo para o ícone de busca no PC */
.search-trigger-desktop {
    transition: opacity 0.3s ease;
    color: var(--primary); /* Usa o preto #111111 que definimos */
}

.search-trigger-desktop:hover {
    opacity: 0.6;
}

/* Esconde no mobile para não duplicar com o menu lateral */
@media (max-width: 991px) {


    .search-trigger-desktop {
        display: none;
    }
}

.menu-mobile-trigger { display: none; font-size: 20px; cursor: pointer; grid-column: 1; justify-self: start; }

/* =========================================
   3. MENU MOBILE & SIDEBARS
   ========================================= */
.mobile-side-menu, .cart-sidebar {
    position: fixed; top: 0; width: 320px; max-width: 85%; height: 100%;
    background: #fff; z-index: 2000; padding: 30px;
    display: flex; flex-direction: column;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    transition: transform 0.4s var(--ease-premium);
    visibility: hidden;
}

.mobile-side-menu { left: 0; transform: translateX(-100%); }
.mobile-side-menu.active { transform: translateX(0); visibility: visible; }

.cart-sidebar { right: 0; transform: translateX(100%); }
.cart-sidebar.active { transform: translateX(0); visibility: visible; }

.menu-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1900;
    opacity: 0; visibility: hidden; transition: 0.3s; backdrop-filter: blur(2px);
}
.menu-overlay.active { opacity: 1; visibility: visible; }

.mobile-menu-top, .cart-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 30px; font-weight: 700; font-size: 12px; letter-spacing: 1px;
}
.close-icon { font-size: 18px; cursor: pointer; padding: 5px; }

/* BUSCA DENTRO DO MENU MOBILE */
.mobile-search-bar {
    display: none; /* Só aparece no mobile */
    position: relative; margin-bottom: 25px; border-bottom: 1px solid #eee;
}
.mobile-search-bar input {
    width: 100%; padding: 15px 10px 15px 35px; border: none; background: transparent;
    font-size: 14px; color: #000; outline: none; font-weight: 500;
}
.mobile-search-bar i {
    position: absolute; left: 5px; top: 50%; transform: translateY(-50%); color: #999; font-size: 16px;
}
.mobile-results-area { margin-bottom: 20px; }

.mobile-nav a {
    display: block; font-size: 18px; font-weight: 300; text-transform: uppercase;
    padding: 15px 0; border-bottom: 1px solid #f5f5f5; color: #000; text-decoration: none;
}
.cart-items { flex: 1; overflow-y: auto; margin-bottom: 20px; }
.cart-item { display: flex; gap: 15px; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; position: relative; }
.cart-item img { width: 60px; height: 75px; object-fit: cover; }
.checkout-btn {
    width: 100%; padding: 16px; background: #000; color: #fff; border: none;
    font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 1px;
    cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px;
}
.checkout-btn:disabled { background: #ccc; cursor: not-allowed; }

/* =========================================
   4. HERO & SEÇÕES
   ========================================= */
.hero { width: 100%; position: relative; }
.hero-img { width: 100%; height: auto; display: block; min-height: 250px; object-fit: cover; }

.benefit-wrapper { background: #fff; border-bottom: 1px solid #eee; padding: 15px 0; overflow: hidden; }
.swiper-benefits { width: 100%; max-width: 1400px; margin: 0 auto}
.swiper-benefits .swiper-slide { height: auto; display: flex; justify-content: center; align-items: center; }
.swiper-benefits .swiper-wrapper {transition-timing-function: linear !important;}
.swiper-benefits .swiper-slide { width: auto !important; /* Deixa o tamanho se ajustar ao conteúdo */display: flex; align-items: center; justify-content: center;}
.benefit-item { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; /* Espaço entre os itens no carrossel */white-space: nowrap; /* Impede que o texto quebre linha */}
.benefit-item i { font-size: 18px; color: var(--primary); }
.benefit-text { display: flex; flex-direction: column; text-align: left; }
.benefit-text strong { font-size: 11px; text-transform: uppercase; font-weight: 800; margin-bottom: 2px; }
.benefit-text span {font-size: 10px; color: #888;}


/* Configuração para PC/Tablet (Centralizado e Justinho) */
@media (min-width: 1024px) {
    .swiper-benefits {
        /* Removemos o max-width gigante para focar no conteúdo */
        width: auto; 
        margin: 0 auto;
    }

    .swiper-benefits .swiper-wrapper {
        transition-timing-function: ease !important; /* Remove o efeito linear do loop */
        justify-content: center !important; /* Centraliza tudo no meio da tela */
        gap: 50px; /* Controla a distância entre um item e outro */
        transform: none !important; /* Impede o Swiper de mover os itens via JS */
    }

    .swiper-benefits .swiper-slide {
        width: auto !important; /* O slide terá o tamanho exato do texto */
        margin: 0 !important;
    }

    .benefit-item {
        padding: 0; /* Remove padding extra lateral */
        width: auto;
    }
    
    /* Opcional: Adiciona uma barrinha vertical entre os itens para ficar chique */
    .swiper-slide:not(:last-child)::after {
        content: '';
        display: block;
        width: 1px;
        height: 20px;
        background: #e5e5e5;
        margin-left: 50px; /* Mesma medida do gap */
        position: absolute;
        right: -25px; /* Posiciona no meio do gap */
        top: 50%;
        transform: translateY(-50%);
    }
}

.benefit-item { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; }
.benefit-item i { font-size: 20px; color: var(--primary); }
.benefit-text strong { font-size: 11px; text-transform: uppercase; font-weight: 700; display: block; }
.benefit-text span { font-size: 10px; color: #888; }

.section-header { text-align: center; margin: 60px 0 40px; padding: 0 20px; }
.section-header .subtitle { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #999; display: block; margin-bottom: 8px; }
.section-header .main-title { font-size: 24px; font-weight: 300; letter-spacing: 1px; color: #000; }
.title-line { width: 40px; height: 1px; background: #000; margin: 15px auto 0; opacity: 0.2; }  

/* =========================================
   5. CATEGORIAS E PRODUTOS
   ========================================= */
.product-area {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px 120px;
}

#grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Cards mais largos */
    gap: 40px;
}

/* O Card Base */
.prod-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: all 0.3s ease;
    border: 1px solid transparent; /* Reserva espaço para borda */
}

/* Imagem e Ações */
.prod-img-wrap {
    position: relative;
    aspect-ratio: 4/5; /* Formato retrato moderno */
    overflow: hidden;
    background-color: #f4f4f4;
    cursor: pointer;
}

.prod-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prod-card:hover .prod-img-wrap img {
    transform: scale(1.05); /* Zoom suave */
}

/* Tags (Sale, New, %) */
.prod-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
}

.badge {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #000;
}

.badge.sale { background: #d4af37; color: #000; } /* Dourado */

/* Botões Flutuantes (Hover) */
.prod-actions-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 6;
}

.prod-card:hover .prod-actions-overlay {
    opacity: 1;
    transform: translateY(0);
}

.action-btn {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.action-btn:hover {
    background: #000;
    color: #fff;
}

/* Informações do Produto */
.prod-info {
    padding: 20px 0 10px;
    text-align: center; /* Centralizado para ficar chique */
}

.prod-cat {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 8px;
    display: block;
}

.prod-title {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.prod-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.price-cut {
    text-decoration: line-through;
    color: #bbb;
    font-size: 13px;
}

.price-real {
    font-weight: 600;
    color: #000;
}

/* Botão Mobile (Fixo, já que não tem hover) */
@media (max-width: 1024px) {
    #grid {
        gap: 40px 20px;
        grid-template-columns: repeat(2, 1fr); /* 2 Colunas no tablet/celular */
    }
    
    .prod-actions-overlay {
        opacity: 1;
        transform: none;
        bottom: 10px;
        right: 10px;
        left: auto; /* Alinha à direita */
        justify-content: flex-end;
        width: auto;
    }
    
    .action-btn {
        width: 35px; height: 35px; /* Menor no mobile */
        font-size: 14px;
    }

    .badge { padding: 4px 8px; font-size: 9px; }
    .prod-title { font-size: 12px; font-weight: 700; }
}

@media (max-width: 480px) {
    #grid { grid-template-columns: 1fr; } /* 1 Coluna no celular pequeno para destaque */
    .prod-img-wrap { aspect-ratio: 1/1; } /* Quadrado no mobile fica melhor */
}

/* CATEGORIAS */

.category-nav-section {
    position: sticky; /* Opcional: Gruda no topo ao rolar */
    top: 115px; /* Ajuste conforme a altura do seu header */
    background: #fff; /* Fundo branco para limpeza */
    z-index: 900;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 40px;
}

.cat-nav-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.cat-scroll-area {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox: Esconde barra */
    padding-bottom: 5px; /* Espaço leve */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Rolagem suave no iOS */
}

.cat-scroll-area::-webkit-scrollbar {
    display: none; /* Chrome/Safari: Esconde barra */
}

/* O Botão da Categoria (Pílula) */
.cat-pill {
    flex: 0 0 auto; /* Não estica */
    padding: 12px 28px;
    border: 1px solid #e5e5e5;
    border-radius: 50px; /* Formato Pílula */
    background: #fff;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    white-space: nowrap;
    user-select: none;
}

.cat-pill:hover {
    border-color: #000;
    color: #000;
}

/* Estado Ativo (Selecionado) */
.cat-pill.active-cat {
    background: #000;
    color: #fff;
    border-color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* Fade lateral (detalhe de luxo) */
.scroll-fade-right {
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 60px;
    background: linear-gradient(to right, transparent, #fff);
    pointer-events: none;
    z-index: 2;
}

/* Ajuste Mobile */
@media (max-width: 768px) {
    .category-nav-section {
        top: 100px; /* Ajuste para header mobile */
        padding: 15px 0;
    }
    .cat-pill {
        padding: 10px 20px;
        font-size: 11px;
    }
}

/* =========================================
   6. MODAL & DEPOIMENTOS
   ========================================= */
/* Fundo Escuro */
.modal {
    display: none; /* Controlado pelo JS */
    position: fixed; z-index: 3000; left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7); /* Fundo escuro para foco */
    backdrop-filter: blur(5px);
    align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.3s ease;
}
.modal.active { opacity: 1; pointer-events: auto; }

/* Container do Modal (PC) */
.modal-pro-container {
    background-color: #fff;
    width: 900px; max-width: 95%;
    height: auto; max-height: 90vh;
    display: flex;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transform: translateY(20px); transition: transform 0.3s ease;
}
.modal.active .modal-pro-container { transform: translateY(0); }

/* Coluna Esquerda: Galeria */
.modal-col-img {
    width: 50%;
    background-color: #f9f9f9;
    padding: 30px;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.main-img-wrap {
    width: 100%; height: 400px; /* Altura fixa para imagem principal */
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.main-img-wrap img {
    max-width: 100%; max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply; /* Remove fundo branco se a img não for transparente */
}
.thumbs-row {
    display: flex; gap: 10px; justify-content: center; width: 100%;
}
.thumb-img {
    width: 60px; height: 60px;
    border: 1px solid #ddd;
    cursor: pointer; object-fit: cover;
    opacity: 0.6; transition: 0.2s;
}
.thumb-img:hover, .thumb-img.active {
    opacity: 1; border-color: #000; box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Coluna Direita: Informações */
.modal-col-info {
    width: 50%;
    padding: 40px;
    display: flex; flex-direction: column;
    overflow-y: auto; /* Permite rolar se o conteúdo for grande */
}

/* Botão Fechar */
.btn-close-modal {
    position: absolute; top: 15px; right: 20px;
    background: none; border: none; font-size: 28px; cursor: pointer; color: #333; z-index: 10;
}
.btn-close-modal:hover { color: #000; transform: scale(1.1); }

/* Tipografia e Elementos */
.modal-brand { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #888; margin-bottom: 10px; display: block; }
.modal-title { font-size: 24px; font-weight: 600; margin-bottom: 10px; line-height: 1.2; text-transform: uppercase; }

.modal-rating { color: #ffc107; font-size: 14px; margin-bottom: 15px; display: flex; align-items: center; gap: 5px; }
.rating-text { color: #999; font-size: 12px; }

.modal-price-area { margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.modal-price-old { text-decoration: line-through; color: #ccc; font-size: 14px; }
.modal-price-current { font-size: 22px; font-weight: 700; color: #000; }
.modal-discount-tag { background: #000; color: #fff; font-size: 10px; padding: 4px 8px; font-weight: 700; border-radius: 2px; }

.modal-desc { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 20px; }

/* Seletores (Cor/Tamanho/Qtd) */
.modal-options { margin-bottom: 25px; }
.option-label { font-size: 12px; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; display: block; }
.color-selector { display: flex; gap: 10px; }
.color-ball { width: 25px; height: 25px; border-radius: 50%; border: 1px solid #ddd; cursor: pointer; position: relative; }
.color-ball.selected::after {
    content: ''; position: absolute; inset: -3px; border: 1px solid #000; border-radius: 50%;
}

.qty-wrapper { display: flex; align-items: center; border: 1px solid #ddd; width: 100px; height: 40px; margin-top: 10px; }
.qty-btn { width: 30px; height: 100%; border: none; background: #fff; cursor: pointer; font-weight: bold; }
.qty-val { flex: 1; text-align: center; font-size: 14px; font-weight: 600; }

/* Botões de Ação */
.modal-actions { display: flex; gap: 15px; margin-top: auto; }
.btn-add-cart, .btn-buy-now {
    flex: 1; padding: 15px; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 1px;
    border: 1px solid #000; cursor: pointer; transition: 0.3s; text-align: center;
}
.btn-add-cart { background: #fff; color: #000; }
.btn-add-cart:hover { background: #f0f0f0; }

.btn-buy-now { background: #000; color: #fff; }
.btn-buy-now:hover { background: #333; border-color: #333; }

/* MOBILE: FULL SCREEN */
@media (max-width: 768px) {
    .modal-pro-container {
        width: 100%; height: 100%; max-height: 100%; max-width: 100%;
        flex-direction: column; border-radius: 0; overflow-y: auto;
    }
    .modal-col-img { width: 100%; height: auto; padding: 20px; background: #fff; }
    .main-img-wrap { height: 250px; }
    .modal-col-info { width: 100%; padding: 20px; height: auto; }
    .btn-close-modal { top: 10px; right: 10px; background: rgba(255,255,255,0.8); width: 35px; height: 35px; border-radius: 50%; }
    .modal-actions { flex-direction: column; gap: 10px; padding-bottom: 20px; }
}

/* DEPOIMENTOS */
.testimonials-section { padding: 80px 20px; background: #fcfcfc; position: relative; }
.swiper-testimonials { width: 100%; max-width: 800px; margin: 0 auto; padding-bottom: 50px !important; }
.testimonial-card { text-align: center; padding: 20px; cursor: grab; }
.quote-icon { font-size: 30px; color: #e5e5e5; margin-bottom: 25px; }
.testimonial-text { font-size: 16px; line-height: 1.6; color: #444; font-style: italic; margin-bottom: 30px; font-weight: 300; }
.testimonial-author { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; margin-bottom: 5px; }
.testimonial-role { font-size: 10px; color: #999; text-transform: uppercase; letter-spacing: 1px; }

.swiper-pagination-testimonials {
    position: absolute; bottom: 0 !important; left: 0 !important; width: 100% !important;
    display: flex !important; justify-content: center !important; align-items: center !important;
    z-index: 10; padding-bottom: 10px;
}
.swiper-pagination-bullet { width: 8px; height: 8px; background: #000 !important; opacity: 0.2; margin: 0 6px !important; border-radius: 50%; transition: all 0.3s ease; }
.swiper-pagination-bullet-active { opacity: 1 !important; width: 24px; border-radius: 4px; background: #000 !important; }

/* DIVISOR */
.luxury-divider {
    display: flex; align-items: center; justify-content: center; width: 100%;
    max-width: 800px; margin: 60px auto; gap: 20px; padding: 0 20px;
}
.divider-line { flex: 1; height: 1px; background: linear-gradient(to right, transparent, #ccc, transparent); }
.divider-symbol { font-size: 11px; letter-spacing: 4px; color: #999; text-transform: uppercase; font-weight: 600; white-space: nowrap; }

/* FOOTER */
.main-footer { background: #fff; padding: 60px 0 20px; border-top: 1px solid #f5f5f5; margin-top: 60px; font-size: 13px; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-title { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; font-weight: 700; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color: #666; text-decoration: none; transition: color 0.2s; }
.footer-socials { display: flex; gap: 15px; margin-top: 20px; font-size: 18px; }

.footer-bottom { border-top: 1px solid #eee; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; color: #999; font-size: 11px; }
.payment-icons { font-size: 24px; color: #ccc; display: flex; gap: 10px; }

.whatsapp-float { position: fixed; bottom: 25px; right: 25px; z-index: 1045; text-decoration: none; }
.whatsapp-content {
    background: #25d366; color: #fff; padding: 10px 20px; border-radius: 30px;
    display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); transition: transform 0.3s;
}
.whatsapp-content:hover { transform: translateY(-3px); }

.about-section { padding: 80px 20px; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1200px; margin: 0 auto; align-items: center; }
.about-image img { width: 100%; height: auto; display: block; filter: grayscale(100%); transition: 0.5s; }
.about-image:hover img { filter: grayscale(0); }
.about-subtitle { font-size: 10px; text-transform: uppercase; letter-spacing: 3px; color: #999; display: block; margin-bottom: 15px; }
.about-title { font-size: 32px; font-weight: 300; line-height: 1.2; margin-bottom: 20px; }
.about-text { font-size: 14px; line-height: 1.7; color: #555; margin-bottom: 15px; }

/* SUGGESTION ITEMS (Reutilizado no desktop e mobile) */
.search-suggestion-item { display: flex; gap: 10px; padding: 12px; border-bottom: 1px solid #f9f9f9; cursor: pointer; transition: background 0.2s; }
.search-suggestion-item:hover { background: #f5f5f5; }
.search-suggestion-item img { width: 40px; height: 50px; object-fit: cover; }
.search-suggestion-info h4 { font-size: 12px; margin-bottom: 4px; font-weight: 600; text-transform: uppercase; }

/* --- MEDIA QUERIES (MOBILE) --- */
@media (max-width: 991px) {
    body { padding-top: 75px; }
    .hero {margin-top: 0 !important; padding-top: 0 !important;}
    .menu-desktop-only { display: none; }
    .desktop-only { display: none !important; }
    .menu-mobile-trigger { display: block; }
    .mobile-search-bar { display: block; }

    header.main-header { height: auto; padding: 15px 0; margin-bottom: 0 !important;}
    .header-container { grid-template-columns: 40px 1fr 40px; grid-template-rows: auto; row-gap: 15px; }
    .logo.text-logo { grid-column: 2; justify-self: center; font-size: 22px; }
    .header-right-group { grid-column: 3; justify-self: end; gap: 15px; }

    
    body.scrolled-down .top-infobar { transform: translateY(-100%); }
    body.scrolled-down header.main-header { top: 0; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

    .modal-content { grid-template-columns: 1fr; gap: 20px; width: 95%; max-height: 85vh; padding: 40px 20px 20px; }
    .swiper-modal { height: 300px; }
    .close-modal { top: 10px; right: 10px; font-size: 28px; }

    .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .footer-socials { justify-content: center; }
    .footer-bottom { flex-direction: column; gap: 15px; }
    
    .about-grid { grid-template-columns: 1fr; gap: 30px; }
    .about-title { font-size: 26px; }
}

/* =========================================
   E-COMMERCE ROBUSTO (SIDEBAR)
   ========================================= */

/* Breadcrumb */
.breadcrumb-container {
    max-width: 1440px; margin: 0 auto; padding: 20px 30px;
    display: flex; justify-content: space-between; align-items: center;
    border-bottom: 1px solid #f0f0f0;
}
.breadcrumb { font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: 1px; }
.breadcrumb a { text-decoration: none; color: #000; font-weight: 600; }
.breadcrumb i { font-size: 10px; margin: 0 10px; }

/* Filter Mobile Trigger */
.filter-mobile-toggle {
    display: none; /* Escondido no Desktop */
    background: #000; color: #fff; border: none; padding: 10px 20px;
    font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; cursor: pointer;
}

/* Container Principal */
.shop-container {
    max-width: 1440px; margin: 0 auto; padding: 40px 30px 100px;
    display: grid; 
    grid-template-columns: 260px 1fr; /* Sidebar Fixa 260px + Resto */
    gap: 50px;
    align-items: start; /* Impede sidebar de esticar */
}

/* --- SIDEBAR --- */
.shop-sidebar {
    position: sticky; top: 130px; /* Gruda ao rolar */
    background: #fff;
    padding-right: 20px;
    border-right: 1px solid #f9f9f9;
}

.sidebar-header-mobile { display: none; } /* Só aparece no mobile */

.filter-group { margin-bottom: 35px; }
.filter-group h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; font-weight: 700; border-bottom: 1px solid #eee; padding-bottom: 8px; }

.filter-list { list-style: none; }
.filter-list li { 
    font-size: 13px; color: #555; padding: 8px 0; cursor: pointer; 
    transition: 0.2s; display: flex; justify-content: space-between; 
}
.filter-list li:hover, .filter-list li.active { color: #000; font-weight: 600; padding-left: 5px; }
.badge-new { font-size: 9px; background: #000; color: #fff; padding: 2px 5px; border-radius: 2px; }

.checkbox-list label {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: #666; margin-bottom: 10px; cursor: pointer;
}
.checkbox-list input { accent-color: #000; width: 16px; height: 16px; }

/* Cores */
.color-options { display: flex; gap: 10px; flex-wrap: wrap; }
.color-opt { 
    width: 25px; height: 25px; border-radius: 50%; cursor: pointer; 
    box-shadow: 0 0 0 1px #eee; transition: transform 0.2s, box-shadow 0.2s;
}
.color-opt.active { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000; transform: scale(1.1); }

/* --- MAIN CONTENT --- */
.shop-toolbar {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 30px;
}
.result-count { font-size: 12px; color: #999; }
.sort-select { padding: 8px; border: 1px solid #eee; font-size: 12px; background: transparent; outline: none; }

.products-grid-v3 {
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
    gap: 40px 20px;
}

/* Card Style (Boutique - Mantido) */
.prod-card { border: 1px solid transparent; transition: 0.3s; }
.prod-img-wrap { aspect-ratio: 4/5; background: #f4f4f4; position: relative; overflow: hidden; }
.prod-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: 0.7s; }
.prod-card:hover .prod-img-wrap img { transform: scale(1.05); }

/* RESPONSIVIDADE */
@media (max-width: 991px) {
    .shop-container { grid-template-columns: 1fr; padding: 20px; }
    .filter-mobile-toggle { display: block; }
    
    /* Sidebar vira gaveta no mobile */
    .shop-sidebar {
        position: fixed; top: 0; left: 0; height: 100%; width: 280px;
        background: #fff; z-index: 2200; padding: 25px;
        transform: translateX(-100%); transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        box-shadow: 5px 0 30px rgba(0,0,0,0.1); overflow-y: auto; border: none;
    }
    .shop-sidebar.active { transform: translateX(0); }
    
    .sidebar-header-mobile { 
        display: flex; justify-content: space-between; align-items: center; 
        margin-bottom: 30px; font-size: 18px; 
    }
    
    .breadcrumb-container { padding: 15px 20px; }
}

/* =========================================
   LUXURY BAG (CARRINHO LATERAL)
   ========================================= */

/* Overlay (Fundo escuro sutil) */
.cart-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.3); /* Mais suave que o modal */
    backdrop-filter: blur(2px);
    z-index: 4000;
    opacity: 0; visibility: hidden; transition: 0.3s ease;
}
.cart-overlay.active { opacity: 1; visibility: visible; }

/* A Sidebar (Desktop: Direita, 420px) */
.cart-sidebar-luxury {
    position: fixed; top: 0; right: 0;
    width: 420px; height: 100%;
    background: #fff;
    z-index: 4001;
    display: flex; flex-direction: column;
    box-shadow: -10px 0 40px rgba(0,0,0,0.05);
    transform: translateX(100%); /* Escondido na direita */
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* Slide Suave */
}
.cart-sidebar-luxury.active { transform: translateX(0); }

/* Cabeçalho */
.cart-header-lux {
    padding: 30px;
    display: flex; justify-content: space-between; align-items: center;
}
.cart-title { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; color: #000; }
.btn-close-cart { background: none; border: none; cursor: pointer; color: #000; padding: 5px; transition: transform 0.3s; }
.btn-close-cart:hover { transform: rotate(90deg); }

.cart-divider { height: 1px; background: #f5f5f5; margin: 0 30px; }

/* Corpo (Itens) */
.cart-body-lux {
    flex: 1; overflow-y: auto; padding: 30px;
}
/* Estilo do Item Individual */
.lux-cart-item {
    display: flex; gap: 20px; margin-bottom: 30px;
    position: relative;
    animation: fadeIn 0.4s ease;
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.lux-item-img {
    width: 80px; height: 80px;
    object-fit: cover;
    background: #f9f9f9;
}

.lux-item-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }

/* CORREÇÃO: TÍTULO DA BAG */
.lux-item-name {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.4;
    
    /* --- O QUE MUDOU --- */
    padding-right: 60px; /* Empurra o texto para não bater no botão "Remover" */
    
    /* Opcional: Limita a 2 linhas para o carrinho não ficar gigante se o nome for enorme */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lux-item-var { font-size: 11px; color: #999; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }

/* Controles do Item */
.lux-item-controls { display: flex; justify-content: space-between; align-items: flex-end; }

.lux-qty-selector {
    display: flex; align-items: center; border: 1px solid #eee; height: 30px;
}
.lux-qty-btn { width: 25px; height: 100%; border: none; background: #fff; cursor: pointer; color: #555; }
.lux-qty-val { width: 30px; text-align: center; font-size: 12px; font-weight: 600; }

.lux-item-price { font-size: 13px; font-weight: 600; color: #000; }

.btn-remove-item {
    position: absolute; top: 0; right: 0;
    font-size: 10px; text-transform: uppercase; color: #ccc; cursor: pointer;
    background: none; border: none; border-bottom: 1px solid transparent;
}
.btn-remove-item:hover { color: #d00000; border-color: #d00000; }

/* Rodapé (Totais) */
.cart-footer-lux {
    padding: 30px; background: #fff; border-top: 1px solid #f9f9f9;
}
.cart-summary { margin-bottom: 25px; }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 12px; color: #555; }
.summary-row.total { font-size: 16px; font-weight: 700; color: #000; margin-top: 15px; padding-top: 15px; border-top: 1px dashed #eee; }
.text-muted { color: #aaa; font-style: italic; }

.cart-actions { display: flex; flex-direction: column; gap: 10px; }

.btn-checkout-lux {
    width: 100%; padding: 18px;
    background: #000; color: #fff;
    border: none; font-size: 12px; letter-spacing: 2px; font-weight: 700; text-transform: uppercase;
    cursor: pointer; transition: 0.3s;
}
.btn-checkout-lux:hover { background: #333; }

.btn-continue-lux {
    width: 100%; padding: 12px;
    background: transparent; color: #888;
    border: none; font-size: 11px; text-transform: uppercase; letter-spacing: 1px;
    cursor: pointer; transition: 0.3s;
}
.btn-continue-lux:hover { color: #000; }

.btn-checkout-lux:disabled {
    background-color: #e0e0e0; /* Cinza claro */
    color: #999; /* Texto cinza */
    cursor: not-allowed; /* Ícone de proibido */
    border: 1px solid #e0e0e0;
    pointer-events: none; /* Garante que não dá pra clicar */
}

/* MOBILE RESPONSIVO (FULL SCREEN) */
@media (max-width: 768px) {
    .cart-sidebar-luxury { width: 100%; }
    .lux-item-img { width: 70px; height: 70px; }
    .cart-header-lux, .cart-body-lux, .cart-footer-lux { padding: 20px; }
}

/* =========================================
   WIDGET DE SUPORTE (NOVO)
   ========================================= */

.support-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5000;
    font-family: 'Inter', sans-serif;
}

/* Botão Redondo Principal */
.support-trigger {
    /* Ajuste de tamanho para um formato mais elegante */
    width: 54px; 
    height: 54px;
    background-color: #000;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1); /* Borda interna quase invisível */
    border-radius: 50%;
    
    /* Sombra mais suave e profissional */
    box-shadow: 0 10px 30px rgba(0,0,0,0.15); 
    
    cursor: pointer;
    font-size: 22px; /* Ícone levemente maior */
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex; 
    align-items: center; 
    justify-content: center;
    position: relative;
    z-index: 5002;
}

/* Efeito de Hover mais sutil */
.support-trigger:hover { 
    transform: translateY(-5px); /* Em vez de só crescer, ele flutua */
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Troca de ícones atualizada para o novo ícone */
.support-trigger .icon-close { display: none; }
.support-widget.active .support-trigger .fa-comment-dots { display: none; }
.support-widget.active .support-trigger .icon-close { display: block; font-size: 22px; }

/* O Menu (Lista) */
.support-menu {
    position: absolute;
    bottom: 70px; /* Acima do botão */
    justify-content: center; /* Mantém os itens centralizados na tela cheia */
    gap: 10px; /* Adiciona um espaço pequeno entre os itens */
    right: 0;
    width: 280px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 10px 0;
    
    /* Animação de Entrada */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: bottom right;
}

.support-widget.active .support-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Header só aparece no Mobile */
.support-header-mobile { display: none; }

/* Item da Lista */
.support-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    text-decoration: none;
    transition: background 0.2s;
    border-bottom: 1px solid #f9f9f9;
}
.support-item:last-child { border-bottom: none; }
.support-item:hover { background-color: #f5f5f5; }

.support-icon-box {
    width: 35px; height: 35px;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #000;
    font-size: 16px;
    transition: 0.3s;
}

.support-item:hover .support-icon-box { background: #000; color: #fff; }

.support-text { display: flex; flex-direction: column; }
.support-title { font-size: 13px; font-weight: 600; color: #000; margin-bottom: 2px; }
.support-desc { font-size: 11px; color: #888; }

/* --- MOBILE: FULL SCREEN EXPERIENCE --- */
@media (max-width: 768px) {
.support-trigger {
        width: 52px !important; 
        height: 52px !important;
        bottom: 25px !important; /* Ajustado para não colar na borda */
        right: 20px !important; 
        font-size: 20px !important;
        opacity: 0.95; /* Quase opaco para melhor leitura */
    }
    
    /* Refinamento dos itens no menu mobile */
    .support-item {
        padding: 18px 25px;
        border-radius: 0; /* Estilo editorial sem cantos arredondados excessivos */
        border: none;
        border-bottom: 1px solid #f0f0f0;
        box-shadow: none;
        background: transparent;
    }

    .support-menu {
        position: fixed; /* Fixa na tela toda */
        inset: 0; /* Top 0, left 0, right 0, bottom 0 */
        width: 100%; height: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Centraliza itens */
        padding: 40px;
        background: rgba(255, 255, 255, 0.98); /* Fundo branco quase opaco */
        backdrop-filter: blur(10px);
        z-index: 5001;
        
        /* Animação Mobile */
        transform: scale(1.1);
        opacity: 0;
    }

    .support-widget.active .support-menu {
        transform: scale(1);
        opacity: 1;
    }

    /* Cabeçalho Mobile */
    .support-header-mobile {
        display: flex; justify-content: space-between; align-items: center;
        position: absolute; top: 20px; left: 20px; right: 20px;
        font-size: 12px; letter-spacing: 2px; font-weight: 700; color: #999;
    }
    
    .close-support-mobile {
        background: none; border: none; font-size: 30px; padding: 10px; cursor: pointer;
    }

    .support-item {
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 10px;
        background: #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        border: 1px solid #eee;
    }
    
    .support-icon-box { width: 45px; height: 45px; font-size: 20px; }
    .support-title { font-size: 16px; }
    .support-desc { font-size: 13px; }
    
    /* Esconde o botão trigger quando o menu fullscreen ta aberto pra não atrapalhar */
    .support-widget.active .support-trigger { display: none; }
}

/* =========================================
   SEÇÃO EDITORIAL DE CATEGORIAS
   ========================================= */
.editorial-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 20px 100px;
}

.editorial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colunas no PC */
    gap: 20px;
}

/* O Cartão Editorial */
.editorial-card {
    position: relative;
    display: block;
    aspect-ratio: 3/4; /* Formato retrato (Revista) */
    overflow: hidden;
    text-decoration: none;
    background: #f0f0f0;
}

/* A Imagem */
.editorial-img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.editorial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Efeito Hover (Zoom Suave) */
.editorial-card:hover .editorial-img {
    transform: scale(1.08);
}

/* Conteúdo (Texto) */
.editorial-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); /* Gradiente para leitura */
    color: #fff;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}

.editorial-card:hover .editorial-content {
    transform: translateY(0);
}

.editorial-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff; /* Garante branco */
}

.editorial-content p {
    font-size: 12px;
    opacity: 0.8;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #ddd;
}

/* Responsividade (Mobile e Tablet) */
@media (max-width: 1024px) {
    .editorial-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 colunas no Tablet */
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .editorial-grid {
        grid-template-columns: 1fr; /* 1 coluna grande no Celular */
        gap: 20px;
    }
    
    .editorial-card {
        aspect-ratio: 4/5; /* Um pouco menos alto no mobile */
    }
    
    .editorial-content h3 { font-size: 22px; }
}

/* =========================================
   BOTÃO EXPLORAR (HOME)
   ========================================= */
.explore-btn-container {
    text-align: center;
    margin-top: 60px; /* Espaço generoso acima */
}

.btn-explore {
    display: inline-block;
    padding: 18px 50px; /* Botão largo e elegante */
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #000;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-explore:hover {
    background-color: transparent;
    color: #000;
    transform: translateY(-3px); /* Leve subida chique */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Ajuste Mobile */
@media (max-width: 480px) {
    .explore-btn-container { margin-top: 40px; }
    .btn-explore { width: 100%; padding: 15px; } /* Botão largura total no celular */
}

/* =========================================
   SEÇÃO DESTAQUES (CURADORIA)
   ========================================= */
.curated-section {
    max-width: 1200px; /* Um pouco mais estreito para dar foco */
    margin: 0 auto;
    padding: 80px 20px 120px;
}

.curated-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Apenas 3 colunas */
    gap: 60px; /* Espaçamento generoso entre eles */
    margin-top: 50px;
}

/* O Card Limpo */
.curated-card {
    cursor: pointer;
}

/* Imagem */
.curated-img-wrap {
    position: relative;
    aspect-ratio: 4/5; /* Retrato elegante */
    overflow: hidden;
    background: #f9f9f9;
    margin-bottom: 25px;
}

.curated-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Efeito Hover na Imagem */
.curated-card:hover .curated-img-wrap img {
    transform: scale(1.05);
}

/* Texto "Ver Detalhes" que aparece no meio */
.view-detail-hover {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -40%);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.curated-card:hover .view-detail-hover {
    opacity: 1;
    transform: translate(-50%, -50%);
}

/* Informações (Tipografia Neutra) */
.curated-info {
    text-align: center;
}

.curated-info h3 {
    font-size: 15px;
    font-weight: 500; /* Leve */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 8px;
}

.curated-price {
    font-size: 13px;
    color: #666;
    font-family: 'Inter', sans-serif;
}

/* Responsividade */
@media (max-width: 991px) {
    .curated-grid {
        grid-template-columns: 1fr; /* Um embaixo do outro no mobile */
        gap: 60px;
        max-width: 400px; /* Limita largura pra não ficar gigante */
        margin-left: auto;
        margin-right: auto;
    }
}

/* =========================================
   BUSCA FULLSCREEN EDITORIAL
   ========================================= */
.search-fs-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: #ffffff; /* Fundo branco puro */
    z-index: 6000; /* Acima de tudo */
    display: flex; flex-direction: column; align-items: center;
    padding-top: 100px;
    
    /* Estado Inicial (Escondido) */
    opacity: 0; visibility: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.search-fs-overlay.active {
    opacity: 1; visibility: visible;
}

/* Botão Fechar */
.close-search-fs {
    position: absolute; 
    top: 30px; 
    right: 40px;
    background: none; 
    border: none; 
    cursor: pointer;
    display: flex; 
    align-items: center; 
    gap: 12px; /* Distância entre texto e ícone */
    color: #000; 
    z-index: 10;
    padding: 10px; /* Aumenta área de clique */
}
/* 1. Animação do Texto "FECHAR" */
.close-search-fs .close-text {
    font-size: 11px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Suave */
}
/* Ao passar o mouse no botão, o texto expande */
.close-search-fs:hover .close-text {
    letter-spacing: 5px; /* Efeito elegante */
    color: #555; /* Levemente mais claro */
}

/* 2. Animação do Ícone "X" */
.close-search-fs i {
    font-size: 22px; 
    transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6); /* Efeito Elástico */
}

/* Ao passar o mouse, o ícone gira e cresce um pouco */
.close-search-fs:hover i {
    transform: rotate(180deg) scale(1.2);
}

/* Input Gigante */
.search-fs-container {
    width: 100%; max-width: 1000px; padding: 0 20px;
    text-align: center; display: flex; flex-direction: column; align-items: center;
    height: 100%; overflow-y: auto; /* Permite rolar se tiver muitos resultados */
}

.search-fs-input {
    width: 100%;
    border: none; border-bottom: 2px solid #eee;
    font-size: 40px; font-weight: 300; color: #000;
    padding: 20px 0; text-align: center;
    outline: none; background: transparent;
    transition: border-color 0.3s;
}

.search-fs-input:focus { border-color: #000; }
.search-fs-input::placeholder { color: #ccc; }

.search-fs-hint {
    margin-top: 15px; font-size: 12px; color: #999; text-transform: uppercase; letter-spacing: 1px;
}

/* Resultados (Grid Limpo) */
.search-fs-results {
    width: 100%; margin-top: 60px; padding-bottom: 100px;
    display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 40px;
}

/* Ajuste do Card dentro da busca (Simplificado) */
.search-card-item {
    text-align: left; cursor: pointer; animation: fadeInUp 0.5s ease;
}
.search-card-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; margin-bottom: 10px; background: #f9f9f9; }
.search-card-title { font-size: 13px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; color: #000; }
.search-card-price { font-size: 12px; color: #666; }

/* Mobile */
@media (max-width: 768px) {
    .search-fs-input { font-size: 24px; text-align: left; }
    .close-search-fs { top: 20px; right: 20px; }
    .close-text { display: none; } /* Esconde texto "FECHAR" no mobile */
    .search-fs-container { align-items: flex-start; }
    .search-fs-results { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* =========================================
   SUGESTÕES DE BUSCA (NOVO)
   ========================================= */

.search-suggestions-area {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.sugg-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Estilo das Tags (Destaques) */
.tags-cloud {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-pill {
    background: transparent;
    border: 1px solid #e5e5e5;
    padding: 10px 25px;
    border-radius: 50px; /* Formato Pílula */
    font-size: 13px;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tag-pill:hover {
    border-color: #000;
    color: #000;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Estilo da Lista Relacionada (Enquanto digita) */
.related-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.related-term {
    font-size: 16px;
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
    font-weight: 400;
}

.related-term:hover {
    color: #666;
    border-bottom-color: #ccc;
}

.related-term strong {
    font-weight: 700; /* Destaca a parte que a pessoa digitou */
}

/* =========================================
   TELA DE MANUTENÇÃO (PREMIUM STYLE)
   ========================================= */
.m-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: #ffffff; /* Branco Puro */
    z-index: 100000; /* Acima de tudo */
    display: flex; flex-direction: column; 
    align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.m-overlay.active {
    opacity: 1; visibility: visible;
}

.m-container {
    text-align: center;
    max-width: 500px;
    padding: 40px;
    animation: fadeInUp 0.8s ease forwards;
}

/* Logo Gigante e Elegante */
.m-logo-container {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.m-logo-img {
    height: 50px; /* Ajuste o tamanho conforme preferir */
    width: auto;
    display: block;
}

/* Status Pulsante */
.m-status {
    display: inline-flex; align-items: center; gap: 8px;
    margin-bottom: 25px;
    background: #f9f9f9; padding: 6px 12px; border-radius: 20px;
}
.m-status-dot {
    width: 6px; height: 6px; background-color: #000; border-radius: 50%;
    animation: pulse 2s infinite;
}
.m-status-text {
    font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #666;
}

@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }

/* Textos */
.m-title {
    font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 4px;
    margin-bottom: 15px; color: #111;
}
.m-desc {
    font-size: 13px; font-weight: 300; line-height: 1.8; color: #666; margin-bottom: 40px;
}

/* Barra de Progresso Minimalista */
.m-progress-container {
    width: 100%; height: 1px; background: #eee; position: relative; overflow: hidden; margin-bottom: 40px;
}
.m-progress-bar {
    position: absolute; top: 0; left: 0; height: 100%; width: 30%; background: #000;
    animation: loaderElegant 2s infinite ease-in-out;
}
@keyframes loaderElegant {
    0% { left: -30%; width: 30%; }
    50% { width: 50%; }
    100% { left: 100%; width: 30%; }
}

/* Link WhatsApp Estilo Editorial */
.m-whatsapp-link {
    font-size: 11px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700;
    color: #000; text-decoration: none; border-bottom: 1px solid transparent;
    transition: 0.3s; padding-bottom: 3px;
}
.m-whatsapp-link:hover { border-bottom-color: #000; }
.m-whatsapp-link i { font-size: 10px; margin-left: 5px; transition: 0.3s; }
.m-whatsapp-link:hover i { transform: translateX(3px); }

/* Rodapé com Acesso Restrito */
.m-footer {
    position: absolute; bottom: 30px;
    display: flex; flex-direction: column; align-items: center; gap: 15px;
}

.m-copyright { font-size: 10px; color: #ccc; letter-spacing: 1px; }

/* O Botão Secreto da Equipe */
.m-lock-btn {
    background: none; border: none; cursor: pointer;
    color: #e0e0e0; /* Quase invisível */
    display: flex; align-items: center; gap: 8px;
    transition: all 0.3s ease;
    padding: 8px;
}

.m-lock-btn i { font-size: 12px; }
.m-lock-btn span { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; display: none; }

/* Ao passar o mouse, ele se revela */
.m-lock-btn:hover { color: #000; }
.m-lock-btn:hover span { display: block; animation: fadeIn 0.3s; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* =========================================
   LOGIN ADMINISTRATIVO (CUSTOM FORM)
   ========================================= */
.m-login-box {
    position: absolute;
    bottom: 80px; /* Acima do rodapé */
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    display: none; /* Escondido por padrão */
    flex-direction: column;
    align-items: center;
    width: 300px;
    animation: slideUpFade 0.4s ease forwards;
    z-index: 100002;
}

@keyframes slideUpFade {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.m-login-title {
    font-size: 10px; letter-spacing: 2px; font-weight: 700; color: #999; margin-bottom: 20px;
}

.m-input-group {
    display: flex; width: 100%; position: relative; border-bottom: 1px solid #ddd;
}

.m-input {
    width: 100%; border: none; padding: 10px 0; font-size: 14px; outline: none; letter-spacing: 3px;
    background: transparent; color: #000;
}
.m-input::placeholder { color: #ccc; letter-spacing: 1px; font-size: 11px; }

.m-btn-enter {
    background: none; border: none; cursor: pointer; color: #000; font-size: 14px;
    padding: 0 10px; transition: transform 0.2s;
}
.m-btn-enter:hover { transform: translateX(3px); }

/* Mensagem de Erro */
.m-error-msg {
    color: #d00000; font-size: 9px; letter-spacing: 2px; font-weight: 700;
    margin-top: 15px; display: none;
}

/* Animação de "Tremer" quando erra a senha */
.shake { animation: shake 0.4s cubic-bezier(.36,.07,.19,.97) both; }
@keyframes shake {
  10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
  40%, 60% { transform: translate3d(4px, 0, 0); }
}

/* Botão Cancelar */
.m-btn-cancel {
    background: none; border: none; font-size: 9px; color: #999; 
    margin-top: 20px; cursor: pointer; text-decoration: underline;
}
.m-btn-cancel:hover { color: #000; }

/* =========================================
   AJUSTES MOBILE E WIDGET
   ========================================= */

/* 1. Deixar o botão minimalista no Celular */

@media (max-width: 768px) {
    .support-trigger {
        width: 50px !important; 
        height: 50px !important;
        bottom: 10px !important; /* <--- Mudou de 20 para 10px */
        right: 5px !important;  /* <--- Mudou de 20 para 10px */
        font-size: 16px !important;
        box-shadow: none !important;
        opacity: 0.8; /* Um pouco mais transparente para ser sutil */
    }
}

/* 2. Classe para esconder o widget quando o modal abrir */
.support-widget.hidden {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease;
}

/* Garante que a bag fique por cima de tudo e o widget por baixo */
.cart-sidebar-luxury { z-index: 4001 !important; }
.support-widget { z-index: 4000 !important; }

/* Ajuste de Z-Index para garantir que o Modal sempre ganhe */
.modal { z-index: 99999 !important; }
.support-widget { z-index: 9000 !important; }

/* =========================================
   PAGINAÇÃO DO BANNER HERO
   ========================================= */
.swiper-pagination-hero {
    position: absolute;
    bottom: 20px !important; /* Sobe um pouco para ficar em cima da foto */
    left: 0;
    width: 100% !important;
    display: flex;
    justify-content: center; /* Centraliza as bolinhas */
    align-items: center;
    z-index: 10;
}

/* Estilo das Bolinhas (Pílulas) */
.swiper-pagination-hero .swiper-pagination-bullet {
    width: 8px; 
    height: 8px;
    background: #ffffff; /* Cor Branca para destacar na foto */
    opacity: 0.5;
    margin: 0 6px !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* Sombra para ver se o fundo for claro */
}

/* A bolinha ativa fica mais larga (pílula) */
.swiper-pagination-hero .swiper-pagination-bullet-active {
    opacity: 1;
    width: 24px; /* Estica a ativa */
    border-radius: 4px;
    background: #ffffff;
}

/* =========================================
   LOGO DO RODAPÉ
   ========================================= */
.footer-logo img {
    height: 20px; /* Tamanho da logo no rodapé */
    width: auto;
    display: block;
    margin-bottom: 15px; /* Espaço para o texto abaixo */
    
    /* Inverte a cor: Vira PRETO (para fundo branco) */
    filter: invert(1); 
    
    /* Se quiser cinza escuro, use: filter: brightness(0.2); */
}

/* Remove estilos de texto antigos se houver */
.footer-logo {
    text-decoration: none;
    display: inline-block;
}
/* =========================================
   FIX: ESTILOS DO "COMPRE JUNTO" (MODAL)
   ========================================= */
.buy-together-box {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
}

.bt-title {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #999;
    margin-bottom: 10px;
}

.bt-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bt-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.bt-info {
    flex: 1;
}

.bt-name {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 2px;
}

.bt-price {
    font-size: 11px;
    color: #4CAF50; /* Verde para destacar o preço */
    font-weight: 700;
}

.bt-add-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.bt-add-btn:hover {
    background: #000;
    color: #fff;
    transform: scale(1.1);
}

/* Link do Banner Principal */
.hero-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.hero-link img {
    display: block;
    border: none;
}

/* =========================================
   BANNER MOBILE: AJUSTE DE PROPORÇÃO
   ========================================= */
@media (max-width: 768px) {
    /* 1. Define o formato do container (Retângulo Vertical) */
    .swiper-hero {
        width: 100%;
        height: auto !important;
        /* Proporção 4:5 (Padrão de Celular/Instagram) */
        /* Isso cria o espaço vertical automaticamente */
        aspect-ratio: 4 / 5 !important; 
    }

    /* 2. Garante que os slides ocupem esse espaço */
    .swiper-hero .swiper-slide {
        height: 100% !important;
        width: 100% !important;
    }

    /* 3. Ajustes nas tags de link e picture */
    .hero-link, picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    /* 4. A imagem preenche tudo */
    .hero-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important; /* Preenche sem distorcer */
        object-position: center top !important; /* Foca no topo */
    }
}