/* ========================================

GRUPO ETEVALDA MT - DESIGN SYSTEM LUXO PREMIUM

VERSÃO OTIMIZADA PARA COREWEBVITALS

======================================== */



:root {

    /* Cores Primárias Luxuosas - DARK MODE */

    --gold-primary: #D4AF37;

    --gold-dark: #B8860B;

    --gold-light: #3a3218;

    --gold-gradient: linear-gradient(135deg, #D4AF37, #B8860B, #D4AF37);

    /* Cores Neutras - DARK MODE */

    --white: #111111;

    --black: #FFFFFF;

    --black-soft: #EEEEEE;

    --gray-luxury: #1a1a1a;

    --gray-medium: #aaaaaa;

    --gray-light: #1e1e1e;

    --gray-soft: #333333;

    --gray-placeholder: #1a1a1a;

    /* Cores de texto reais para dark mode */

    --text-primary: #FFFFFF;

    --text-secondary: #cccccc;

    --bg-page: #000000;

    --bg-card: #111111;

    --bg-header: #0a0a0a;

    --border-subtle: #222222;

    /* Cores Secundárias */

    --whatsapp: #25D366;

    --whatsapp-dark: #128C7E;

    --danger: #E74C3C;

    --success: #27AE60;

    --info: #3498DB;

    --highlight-red: #FF3333;

    /* Selo Vendido Hoje */

    --sold-bg: rgba(231, 76, 60, 0.9);

    --sold-text: #FFFFFF;

    /* Urgência */

    --urgency-bg: rgba(255, 51, 51, 0.15);

    --urgency-border: #FF3333;

    --urgency-text: #FF3333;

    /* Tipografia */

    --font-display: 'Playfair Display', serif;

    --font-body: 'Poppins', sans-serif;

    /* Espaçamento */

    --spacing-xs: 0.5rem;

    --spacing-sm: 1rem;

    --spacing-md: 1.5rem;

    --spacing-lg: 2rem;

    --spacing-xl: 3rem;

    --spacing-xxl: 4rem;

    /* Sombras Premium */

    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);

    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);

    --shadow-lg: 0 8px 32px rgba(212, 175, 55, 0.2);

    --shadow-xl: 0 12px 48px rgba(0, 0, 0, 0.2);

    --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.25);

    --shadow-gold: 0 0 15px rgba(212, 175, 55, 0.6);

    /* Bordas */

    --radius-sm: 8px;

    --radius-md: 12px;

    --radius-lg: 20px;

    --radius-xl: 30px;

    --radius-full: 999px;

    /* Transições */

    --transition-fast: 0.2s ease;

    --transition-normal: 0.3s ease;

    --transition-slow: 0.5s ease;

}



/* ========================================

2. RESET E ESTILOS GLOBAIS

======================================== */

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



/* Prevenir scroll horizontal em todos os elementos */

*, *::before, *::after {

    overflow-x: hidden !important;

}



/* Permitir scroll apenas onde necessário */

.reviews-carousel,

.recommendations-grid,

.modal-thumbnails,

.search-results {

    overflow-x: auto !important;

}

/* Cadeia do dropdown de categorias — overflow visível para não cortar o painel */

.header,
.nav-categories,
.nav-categories > .container-fluid,
.categories-wrapper,
.categories-dropdown,
.categories-dropdown .category-list {
    overflow: visible !important;
}

html {

    scroll-behavior: smooth;

    font-size: 16px;

    overflow-x: hidden; /* Trava definitiva para não arrastar para o lado */

    width: 100%;

}

body {

    font-family: Arial, Helvetica, sans-serif;

    line-height: 1.6;

    color: var(--text-primary);

    background: var(--bg-page);

    margin: 0;

    padding: 0;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    overflow-x: hidden; /* Impede scroll horizontal */

    width: 100%;

    max-width: 100vw;

}

h1, h2, h3, h4, h5, h6 {

    font-family: var(--font-display);

    font-weight: 600;

    line-height: var(--line-height-title);

    color: var(--gold-primary);

    margin-bottom: var(--spacing-sm);

}

/* Reset h3 dentro de product-info para não herdar estilos de heading */

.product-info h3 {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    font-weight: 400;

    color: #EEEEEE;

    line-height: 1.35;

    margin-bottom: 0;

}



/* TÍTULOS MOBILE - ACABAMENTO PROFISSIONAL */

@media (max-width: 768px) {

    h1 { font-size: 1.4rem !important; margin-bottom: 0.8rem !important; }

    h2 { font-size: 1.2rem !important; margin-bottom: 0.6rem !important; }

    h3 { font-size: 1.0rem !important; margin-bottom: 0.5rem !important; }

    h4 { font-size: 0.9rem !important; margin-bottom: 0.4rem !important; }

    h5 { font-size: 0.8rem !important; margin-bottom: 0.3rem !important; }

    h6 { font-size: 0.7rem !important; margin-bottom: 0.2rem !important; }

    /* Nome do produto NÃO herda estilos de heading */

    .product-info h3 {

        font-family: Arial, Helvetica, sans-serif !important;

        font-size: 11px !important;

        font-weight: 400 !important;

        color: #EEEEEE !important;

        line-height: 1.35 !important;

        margin-bottom: 0 !important;

    }

}

img {

    max-width: 100%;

    height: auto;

    display: block;

}

a {

    text-decoration: none;

    color: inherit;

}

button {

    font-family: inherit;

    cursor: pointer;

    border: none;

    background: none;

}

.container-fluid {

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 var(--spacing-md);

    overflow-x: hidden;

    width: 100%;

}

.highlight-red {

    color: var(--highlight-red);

    font-weight: 700;

    text-shadow: 0 2px 4px rgba(255, 51, 51, 0.2);

}



/* ========================================

3. HEADER PREMIUM - COM EFEITO COLLAPSIBLE

======================================== */

.header {

    background: var(--white);

    box-shadow: var(--shadow-md);

    position: sticky;

    top: 0;

    z-index: 1000;

    will-change: transform;

    transition: all var(--transition-normal);

    width: 100%;

}



/* HEADER TOP - Logo e Carrinho (desaparece no scroll) */

.header-top {

    padding: var(--spacing-md) 0;

    transition: all var(--transition-normal);

    opacity: 1;

    height: auto;

    overflow: hidden;

}



/* Quando o header estiver colapsado, esconde a parte superior */

.header.header-collapsed .header-top {

    opacity: 0;

    height: 0;

    padding-top: 0;

    padding-bottom: 0;

    margin: 0;

}



/* Navegação de Categorias - SEMPRE VISÍVEL */

.nav-categories {

    background: var(--white);

    border-top: 1px solid var(--gold-light);

    border-bottom: 1px solid var(--gold-light);

    padding: var(--spacing-xs) 0;

    overflow: visible;

    position: relative;

    transition: all var(--transition-normal);

}



.nav-categories::-webkit-scrollbar {

    display: none;

}



/* Garantir que a busca também fique sempre visível */

.header-search {

    transition: all var(--transition-normal);

}



.header-top-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: var(--spacing-lg);

}

/* Logo Premium */

.header-logo {

    flex-shrink: 0;

}

.logo-link {

    display: flex;

    align-items: center;

    gap: var(--spacing-xs);

}

.logo-link i {

    font-size: 2.2rem;

    color: var(--gold-primary);

    transform: rotate(-10deg);

    transition: transform var(--transition-normal);

}

.logo-link:hover i {

    transform: rotate(0deg) scale(1.1);

}

.logo-text {

    display: flex;

    flex-direction: column;

    line-height: 1.1;

}

.logo-text span {

    font-family: var(--font-display);

    font-size: 1.6rem;

    font-weight: 800;

    color: var(--gold-dark);

    letter-spacing: 2px;

}

.logo-text small {

    font-size: 0.7rem;

    font-weight: 400;

    color: var(--gray-medium);

    letter-spacing: 1px;

}

.logo-tagline {

    font-size: 0.7rem;

    color: var(--gray-medium);

    margin-top: 4px;

    text-transform: uppercase;

    letter-spacing: 1px;

}

/* Busca Premium com Dropdown */

.header-search {

    flex: 1;

    max-width: 500px;

}

.search-wrapper {

    position: relative;

    display: flex;

    align-items: center;

    background: var(--white);

    border: 2px solid var(--gold-light);

    border-radius: var(--radius-full);

    padding: 0 var(--spacing-sm);

    box-shadow: var(--shadow-sm);

    transition: all var(--transition-normal);

}

.search-wrapper:focus-within {

    border-color: var(--gold-primary);

    box-shadow: var(--shadow-lg);

}

.search-input {

    flex: 1;

    border: none;

    outline: none;

    padding: var(--spacing-sm) 0;

    font-family: var(--font-body);

    font-size: 0.95rem;

    background: transparent;

    color: var(--black-soft);

}

.search-input::placeholder {

    color: var(--gray-medium);

}

.search-btn {

    background: var(--gold-primary);

    color: var(--white);

    width: 42px;

    height: 42px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1rem;

    transition: all var(--transition-normal);

    flex-shrink: 0;

}

.search-btn:hover {

    background: var(--gold-dark);

    transform: scale(1.05);

    box-shadow: var(--shadow-md);

}

.search-btn:active {

    transform: scale(0.95);

}

/* Dropdown de Busca Preditiva */

.search-dropdown {

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    background: var(--white);

    border-radius: var(--radius-md);

    box-shadow: var(--shadow-xl);

    margin-top: var(--spacing-xs);

    max-height: 400px;

    overflow-y: auto;

    display: none;

    z-index: 1000;

    border: 1px solid var(--gold-light);

}

.search-results {

    padding: var(--spacing-sm);

}

.search-result-item {

    display: flex;

    align-items: center;

    gap: var(--spacing-sm);

    padding: var(--spacing-sm);

    border-radius: var(--radius-sm);

    cursor: pointer;

    transition: all var(--transition-fast);

    border-left: 3px solid transparent;

}

.search-result-item:hover,

.search-result-item.active {

    background: var(--gold-light);

    border-left-color: var(--gold-primary);

}

.search-result-item img {

    width: 50px;

    height: 50px;

    object-fit: cover;

    border-radius: var(--radius-sm);

    border: 2px solid var(--gold-primary);

}

.search-result-info {

    flex: 1;

    min-width: 0;

}

.search-result-name {

    font-weight: 600;

    color: var(--black-soft);

    font-size: 0.95rem;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.search-result-price {

    color: var(--gold-primary);

    font-weight: 700;

    font-size: 0.9rem;

}

.search-result-category {

    color: var(--gray-medium);

    font-size: 0.75rem;

    text-transform: uppercase;

    letter-spacing: 0.5px;

}

.search-no-results {

    padding: var(--spacing-md);

    text-align: center;

    color: var(--gray-medium);

}

/* Header Actions */

.header-actions {

    display: flex;

    align-items: center;

    gap: var(--spacing-md);

}

.cart-btn {

    position: relative;

    background: var(--gold-primary);

    color: var(--white);

    width: 50px;

    height: 50px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.3rem;

    transition: all var(--transition-normal);

    box-shadow: var(--shadow-md);

}

.cart-btn:hover {

    background: var(--gold-dark);

    transform: translateY(-3px);

    box-shadow: var(--shadow-lg);

}

/* Animações do Carrinho */

.cart-btn.cart-bounce {

    animation: cartBounce 0.5s ease;

}

.cart-btn.cart-glow {

    animation: cartGlow 0.5s ease;

}

@keyframes cartBounce {

    0%, 100% { transform: scale(1); }

    50% { transform: scale(1.2); }

}

@keyframes cartGlow {

    0%, 100% { box-shadow: 0 0 0 0 var(--gold-primary); }

    50% { box-shadow: 0 0 30px 10px var(--gold-primary); }

}

.cart-count {

    position: absolute;

    top: -5px;

    right: -5px;

    background: var(--danger);

    color: var(--white);

    width: 22px;

    height: 22px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 0.7rem;

    font-weight: 700;

    box-shadow: var(--shadow-sm);

}

/* Navegação de Categorias */

.nav-categories {

    background: var(--white);

    border-top: 1px solid var(--gold-light);

    border-bottom: 1px solid var(--gold-light);

    padding: var(--spacing-xs) 0;

    overflow: visible;

}

.category-list {

    display: flex;

    gap: var(--spacing-sm);

    list-style: none;

    padding: 0;

    margin: 0;

}

.category-list li {

    padding: var(--spacing-sm) var(--spacing-md);

    cursor: pointer;

    font-weight: 600;

    color: var(--gray-medium);

    text-transform: uppercase;

    font-size: 0.85rem;

    letter-spacing: 1px;

    transition: all var(--transition-normal);

    border-bottom: 3px solid transparent;

    white-space: nowrap;

}

.category-list li:hover {

    color: var(--gold-primary);

}

.categories-wrapper {
    position: static;
    display: inline-block;
    padding: var(--spacing-xs) 0;
}

.categories-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 18px;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.35);
    white-space: nowrap;
}

.categories-toggle-btn:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold-primary));
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.45);
}

.categories-chevron {
    font-size: 0.72rem;
    transition: transform 0.25s ease;
}

.categories-chevron.rotated {
    transform: rotate(180deg);
}

.categories-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 900;
    background: var(--white);
    border-top: 2px solid var(--gold-primary);
    border-bottom: 1px solid var(--gold-light);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.15);
}

.categories-dropdown.open {
    display: block;
    animation: catDropIn 0.2s ease;
}

@keyframes catDropIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.categories-dropdown .category-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 4px;
    padding: 16px;
}

.categories-dropdown .category-list li {
    padding: 16px 12px;
    border-bottom: none;
    letter-spacing: 0.4px;
    font-size: 0.95rem;
    font-weight: 600;
    white-space: normal;
    border-radius: 8px;
    text-align: center;
    border: 1px solid var(--gold-light);
    color: var(--gray-medium);
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.categories-dropdown .category-list li:hover {
    background: var(--gold-light);
    color: var(--gold-dark);
    border-color: var(--gold-primary);
}

.categories-dropdown .category-list li.active {
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
    color: #fff;
    border-color: var(--gold-dark);
}

@media (max-width: 480px) {
    .categories-dropdown .category-list {
        grid-template-columns: repeat(2, 1fr);
        padding: 12px;
    }
    .categories-dropdown .category-list li {
        padding: 14px 8px;
        font-size: 0.88rem;
    }
}

/* ========================================
4. HERO BANNER
======================================== */

.hero-banner {

    background: var(--white);

    padding: var(--spacing-md) 0;

}

.hero-banner-xl {

    padding: var(--spacing-xl) 0;

}

.hero-image-container {

    max-width: 1200px;

    margin: 0 auto;

    text-align: center;

}

.hero-image-container-xl {

    max-width: 1400px;

}

.hero-image {

    max-width: 100%;

    max-height: 180px;

    width: auto;

    height: auto;

    display: block;

    margin-left: auto;

    margin-right: auto;

    object-fit: contain;

}

.hero-image-xl {

    max-height: 350px;

}



/* ========================================

5. DELIVERY CALLOUT

======================================== */

.delivery-callout {

    background: var(--gold-gradient);

    padding: var(--spacing-md) 0;

    margin: var(--spacing-xs) 0;

}

.callout-content {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: var(--spacing-lg);

    color: #FFFFFF;

}

.callout-content i {

    font-size: 2.5rem;

    animation: truckMove 2s infinite;

}

.callout-text {

    display: flex;

    flex-direction: column;

    align-items: center;

}

.callout-text strong {

    font-size: 1.3rem;

    font-weight: 700;

    text-transform: uppercase;

    text-shadow: 0 2px 4px rgba(0,0,0,0.2);

}

.callout-text .highlight-red {

    font-size: 1.1rem;

    margin-top: var(--spacing-xs);

}



/* ========================================

6. MOBILE FILTERS

======================================== */

.mobile-filters {

    display: none;

    padding: var(--spacing-sm) var(--spacing-md);

    background: var(--white);

    border-bottom: 1px solid var(--gold-light);

    justify-content: space-between;

    align-items: center;

    position: sticky;

    top: 114px;

    z-index: 90;

}

.filter-btn {

    background: var(--black-soft);

    color: var(--white);

    padding: var(--spacing-sm) var(--spacing-md);

    border-radius: var(--radius-md);

    font-size: 0.9rem;

    font-weight: 600;

    display: flex;

    align-items: center;

    gap: var(--spacing-xs);

    transition: all var(--transition-normal);

}

.filter-btn:hover {

    background: var(--gold-primary);

}

.product-count {

    color: var(--gray-medium);

    font-size: 0.9rem;

}



/* ========================================

7. SKELETON SCREENS

======================================== */

.product-card.skeleton {

    cursor: default;

    pointer-events: none;

    background: var(--white);

}

.product-card.skeleton:hover {

    transform: none;

    box-shadow: var(--shadow-md);

}

.skeleton-image {

    background: linear-gradient(90deg, var(--gray-light) 25%, #252525 50%, var(--gray-light) 75%);

    background-size: 200% 100%;

    animation: skeletonLoading 1.5s infinite;

    height: 180px;

    width: 100%;

    aspect-ratio: 1 / 1; /* Mantido do ARQUIVO B */

}

.skeleton-text {

    background: linear-gradient(90deg, var(--gray-light) 25%, #252525 50%, var(--gray-light) 75%);

    background-size: 200% 100%;

    animation: skeletonLoading 1.5s infinite;

    border-radius: var(--radius-sm);

    margin-bottom: var(--spacing-xs);

}

.skeleton-title {

    height: 14px;

    width: 90%;

}

.skeleton-price {

    height: 12px;

    width: 50%;

}

.skeleton-button {

    height: 40px;

    width: 100%;

}



/* ========================================

8. PRODUCTS GRID (LAYOUT ALIEXPRESS MOBILE)

======================================== */

.main-content {

    padding: var(--spacing-lg) 0;

    min-height: 70vh;

    overflow-x: hidden;

    width: 100%;

}

.products-header,

.section-header {

    text-align: center;

    margin-bottom: var(--spacing-lg);

}

.section-title {

    font-family: var(--font-display);

    font-size: 1.5rem;

    font-weight: 700;

    color: var(--gold-primary);

    margin-bottom: var(--spacing-xs);

    text-transform: uppercase;

    letter-spacing: 1px;

}

.section-subtitle {

    font-size: 0.85rem;

    color: var(--gray-medium);

    font-weight: 300;

    letter-spacing: 0.5px;

}

/* Grid de produtos: 2 colunas no celular, 4/5 colunas no PC */

.products-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr); /* Padrão: 2 colunas (celular) */

    gap: 12px;

    margin-bottom: var(--spacing-xl);

    padding: 0 12px;

}



/* Regras para telas maiores (computadores) - 4 colunas = 8 produtos visíveis */

@media (min-width: 1024px) {

    .products-grid {

        grid-template-columns: repeat(4, 1fr);

        gap: 18px;

        padding: 0 24px;

    }

}

/* Product Card - Estilo Centralizado e Profissional */

.product-card {

    background: var(--bg-card);

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 1px 3px rgba(0,0,0,0.3);

    transition: all 0.2s ease;

    cursor: pointer;

    border: 1px solid var(--border-subtle);

    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;

}

.product-card:hover {

    transform: translateY(-2px);

    box-shadow: 0 4px 12px rgba(212,175,55,0.2);

    border-color: var(--gold-primary);

}

.product-image {

    position: relative;

    width: 100%;

    height: 180px;

    aspect-ratio: 1 / 1 !important;

    overflow: hidden;

    flex-shrink: 0;

    background: var(--gray-placeholder);

    min-height: 180px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.product-image img {

    width: 100% !important;

    height: 100% !important;

    aspect-ratio: 1 / 1 !important;

    object-fit: cover !important;

    transition: transform 0.4s ease;

}

.product-card:hover .product-image .product-img-main {

    transform: scale(1.05);

}

.product-img-hover {

    position: absolute !important;

    top: 0;

    left: 0;

    width: 100% !important;

    height: 100% !important;

    object-fit: cover !important;

    opacity: 0;

    transition: opacity 0.4s ease;

    z-index: 2;

}

.product-image.has-hover:hover .product-img-hover {

    opacity: 1;

}

/* SELO VENDIDO HOJE - Escassez */

.product-sold-today {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) rotate(-15deg);

    background: var(--sold-bg);

    color: var(--sold-text);

    padding: 5px 15px;

    font-size: 0.7rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    border-radius: 4px;

    box-shadow: 0 2px 10px rgba(0,0,0,0.2);

    z-index: 15;

    border: 1px solid rgba(255,255,255,0.3);

    white-space: nowrap;

    animation: pulseSold 2s infinite;

}

@keyframes pulseSold {

    0%, 100% { opacity: 1; transform: translate(-50%, -50%) rotate(-15deg) scale(1); }

    50% { opacity: 0.9; transform: translate(-50%, -50%) rotate(-15deg) scale(1.05); }

}

/* Badges */

.product-badge {

    position: absolute;

    top: 6px;

    left: 6px;

    padding: 3px 8px;

    border-radius: 4px;

    font-size: 0.65rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.3px;

    z-index: 10;

    background: linear-gradient(90deg, var(--gold-primary), var(--gold-light));

    color: #D4AF37;

}

.badge-offer {

    background: linear-gradient(90deg, var(--danger), #FF6B6B);

    color: var(--white);

}

.product-info {

    padding: 8px 10px;

    flex: 1;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: flex-start;

    text-align: left;

    gap: 2px;

}

.product-category {

    font-size: 0.6rem;

    text-transform: uppercase;

    color: var(--gray-medium);

    letter-spacing: 0.5px;

    font-weight: 500;

}

/* NOME DO PRODUTO: Igual referência ANTES.png */

.product-name,

.product-info h3 {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    font-weight: 400;

    color: #EEEEEE;

    line-height: 1.35;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-transform: none;

    text-align: left;

    margin: 0;

    letter-spacing: 0;

    word-break: break-word;

}

.product-price-block {

    display: flex;

    align-items: center;

    gap: 6px;

    flex-wrap: wrap;

}



.price-old {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: 400;

    color: #999;

    text-decoration: line-through;

    white-space: nowrap;

}



.product-price {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 15px;

    font-weight: 700;

    color: var(--gold-primary);

    text-align: left;

    margin: 0;

    white-space: nowrap;

}

.product-price::before {

    display: none;

}

/* BADGE DO SOLITÁRIO - Centralizado e Profissional */

.product-solitario {

    font-size: 0.75rem;

    font-weight: 600;

    color: var(--gold-dark);

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 4px;

    background: linear-gradient(135deg, var(--gold-light), var(--gold-primary));

    padding: 6px 10px;

    border-radius: 6px;

    margin: 4px 0;

    text-align: center;

    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.2);

}

.product-solitario i {

    color: var(--gold-primary);

    font-size: 0.65rem;

}

/* Prova Social - Vendas */

.product-social-proof {

    display: flex;

    align-items: center;

    gap: 6px;

    font-size: 0.65rem;

    color: var(--gray-medium);

    margin-top: 2px;

}

.product-sales {

    color: var(--gray-medium);

    font-weight: 500;

}

/* Botões da Vitrine (Ocultos no Mobile) */

.product-buttons {

    display: none;

}

.product-buttons .btn-primary,

.product-buttons .btn-secondary {

    flex: 1;

    padding: var(--spacing-xs) var(--spacing-sm);

    border: none;

    border-radius: var(--radius-sm);

    font-weight: 600;

    cursor: pointer;

    transition: all var(--transition-normal);

    font-size: 0.8rem;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: var(--spacing-xs);

}

.btn-primary {

    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));

    color: var(--white);

    box-shadow: var(--shadow-sm);

}

.btn-primary:hover {

    transform: translateY(-2px);

    box-shadow: var(--shadow-md);

}

/* Layout preço + viewers na mesma linha */

.product-price-viewers {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 6px;

    width: 100%;

}



/* Badge de viewers no card */

.product-viewers-badge {

    display: flex;

    align-items: center;

    gap: 3px;

    font-size: 0.65rem;

    font-weight: 700;

    color: #FF4500;

    background: rgba(255, 69, 0, 0.08);

    padding: 2px 6px;

    border-radius: 10px;

    white-space: nowrap;

    animation: pulseViewers 2.5s infinite ease-in-out;

}



.product-viewers-badge i {

    font-size: 0.6rem;

}



@keyframes pulseViewers {

    0%, 100% { opacity: 1; }

    50% { opacity: 0.6; }

}

.btn-secondary {

    background: var(--whatsapp);

    color: var(--white);

    border: 2px solid var(--whatsapp);

    box-shadow: var(--shadow-sm);

    animation: pulseWhatsappButton 2s infinite ease-in-out;

}

.btn-secondary:hover {

    background: var(--whatsapp-dark);

    border-color: var(--whatsapp-dark);

    transform: translateY(-2px);

    box-shadow: var(--shadow-lg);

    animation: none;

}



/* ========================================

9. CARROSSEL DE AVALIAÇÕES

======================================== */

.reviews-carousel-section {

    margin: var(--spacing-lg) 0;

    padding: 0 8px;

    min-height: 220px;

}

.reviews-carousel-title {

    font-family: var(--font-display);

    font-size: 1.1rem;

    color: var(--gold-primary);

    margin-bottom: 12px;

    display: flex;

    align-items: center;

    gap: 8px;

}

.reviews-carousel {

    display: flex;

    gap: 12px;

    overflow-x: auto;

    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;

    padding-bottom: 12px;

    scrollbar-width: none;

}

.reviews-carousel::-webkit-scrollbar {

    display: none;

}

.review-carousel-card {

    flex: 0 0 280px;

    background: var(--bg-card);

    border-radius: 12px;

    padding: 16px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.3);

    border: 1px solid var(--border-subtle);

    scroll-snap-align: start;

}

.review-carousel-header {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

}

.review-carousel-avatar {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    object-fit: cover;

    border: 2px solid var(--gold-primary);

}

.review-carousel-name {

    font-weight: 600;

    color: var(--black-soft);

    font-size: 0.9rem;

}

.review-carousel-stars {

    color: #ff9500;

    font-size: 0.85rem;

    letter-spacing: 1px;

}

.review-carousel-comment {

    color: var(--gray-medium);

    font-size: 0.85rem;

    line-height: 1.4;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.review-carousel-image {

    margin-top: 10px;

    width: 100%;

    height: 120px;

    border-radius: 8px;

    overflow: hidden;

}

.review-carousel-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.reviews-carousel-indicator {

    text-align: center;

    color: var(--gray-medium);

    font-size: 0.75rem;

    margin-top: 8px;

}



/* ========================================

10. SOCIAL PROOF SECTION

======================================== */

.social-proof-section {

    min-height: 400px;

    margin-bottom: var(--spacing-xxl);

}

.social-proof-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

    gap: var(--spacing-lg);

}

.social-proof-card {

    position: relative;

    border-radius: var(--radius-md);

    overflow: hidden;

    height: 350px;

    box-shadow: var(--shadow-md);

    transition: all var(--transition-normal);

}

.social-proof-card:hover {

    transform: translateY(-10px);

    box-shadow: var(--shadow-hover);

}

.social-proof-image {

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.social-proof-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.8s ease;

}

.social-proof-card:hover .social-proof-image img {

    transform: scale(1.1);

}

.social-proof-overlay {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);

    padding: var(--spacing-xl) var(--spacing-md) var(--spacing-md);

    color: var(--white);

    text-align: center;

}

.social-proof-text {

    font-size: 1.1rem;

    font-weight: 600;

    font-family: var(--font-display);

    line-height: 1.4;

    text-shadow: 0 2px 4px rgba(0,0,0,0.3);

}

.social-proof-icon {

    position: absolute;

    top: var(--spacing-md);

    right: var(--spacing-md);

    width: 50px;

    height: 50px;

    background: var(--gold-primary);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--white);

    font-size: 1.3rem;

    box-shadow: var(--shadow-lg);

}



/* ========================================

11. FAQ SECTION MODERNA - VERSÃO COMPACTADA

======================================== */

.faq-section {

    min-height: 400px;

    margin-bottom: var(--spacing-xxl);

}

/* Grid responsivo - igual aos produtos */

.faq-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr); /* 2 colunas no celular */

    gap: 8px;

    padding: 0 8px;

}

/* Tablets: 3 colunas */

@media (min-width: 768px) {

    .faq-grid {

        grid-template-columns: repeat(3, 1fr);

        gap: 12px;

        padding: 0 12px;

    }

}

/* Computadores: 4 colunas */

@media (min-width: 1024px) {

    .faq-grid {

        grid-template-columns: repeat(4, 1fr);

        gap: 16px;

        padding: 0 16px;

    }

}

/* Card compacto */

.faq-card {

    background: var(--bg-card);

    border-radius: 8px;

    padding: 12px 8px;

    box-shadow: 0 1px 3px rgba(0,0,0,0.3);

    border: 1px solid var(--border-subtle);

    transition: all 0.2s ease;

    cursor: pointer;

    text-align: center;

    display: flex;

    flex-direction: column;

    height: 100%;

}

.faq-card:hover {

    transform: translateY(-2px);

    box-shadow: 0 4px 12px rgba(0,0,0,0.12);

    border-color: var(--gold-primary);

}

/* Ícone menor */

.faq-icon {

    width: 50px;

    height: 50px;

    background: var(--gold-primary);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 10px;

    color: var(--white);

    font-size: 1.5rem;

    box-shadow: var(--shadow-sm);

    transition: transform var(--transition-normal);

}

.faq-card:hover .faq-icon {

    transform: scale(1.1);

}

/* Título menor */

.faq-card h3 {

    font-family: var(--font-body);

    font-size: 0.9rem;

    font-weight: 600;

    color: var(--gold-primary);

    margin-bottom: 8px;

    line-height: 1.3;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    min-height: 2.4em;

}

/* Player de áudio compacto */

.faq-audio {

    margin-top: auto;

    background: var(--gray-light);

    padding: 4px;

    border-radius: var(--radius-full);

    display: flex;

    align-items: center;

    justify-content: center;

}

.faq-audio audio {

    width: 100%;

    height: 32px;

    outline: none;

    border-radius: var(--radius-full);

}

.faq-audio audio::-webkit-media-controls-panel {

    background: var(--gold-light);

}

/* Ajuste para telas muito pequenas */

@media (max-width: 480px) {

    .faq-card h3 {

        font-size: 0.8rem;

    }

    .faq-icon {

        width: 40px;

        height: 40px;

        font-size: 1.2rem;

    }

    .faq-audio audio {

        height: 28px;

    }

}

/* ========================================

12. TEAM SECTION

======================================== */

.team-section {

    background: linear-gradient(135deg, var(--gold-light) 0%, var(--white) 100%);

    border-radius: var(--radius-lg);

    padding: var(--spacing-xl);

    margin-bottom: var(--spacing-xxl);

    display: none;

    opacity: 0;

    transform: translateY(30px);

    transition: opacity 0.8s ease, transform 0.8s ease;

}

.team-section.visible {

    display: block;

    opacity: 1;

    transform: translateY(0);

}

.team-content {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: var(--spacing-xxl);

    align-items: center;

}

.team-image-wrapper {

    position: relative;

    border-radius: var(--radius-md);

    overflow: hidden;

    height: 400px;

    box-shadow: var(--shadow-lg);

}

.team-image-wrapper img {

    width: 100%;

    height: 100%;

    aspect-ratio: 16/9; /* Mantido do ARQUIVO B */

    object-fit: cover;

    transition: transform 0.8s ease;

}

.team-section:hover .team-image-wrapper img {

    transform: scale(1.05);

}

.team-overlay {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);

    padding: var(--spacing-lg);

    color: var(--white);

    text-align: center;

    font-size: 0.9rem;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.team-info {

    display: flex;

    flex-direction: column;

    gap: var(--spacing-md);

}

.team-title {

    font-family: var(--font-display);

    font-size: 2rem;

    color: var(--gold-dark);

    margin-bottom: var(--spacing-sm);

}

.team-description {

    color: var(--gray-medium);

    line-height: 1.8;

    font-size: 1rem;

}

.team-features {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: var(--spacing-sm);

    margin: var(--spacing-md) 0;

}

.feature-item {

    display: flex;

    align-items: center;

    gap: var(--spacing-xs);

    color: var(--black-soft);

    font-weight: 500;

    font-size: 0.95rem;

}

.feature-item i {

    color: var(--success);

    font-size: 1rem;

}

.team-whatsapp-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: var(--spacing-sm);

    background: var(--whatsapp);

    color: var(--white);

    padding: var(--spacing-md) var(--spacing-lg);

    border-radius: var(--radius-full);

    font-weight: 600;

    font-size: 1rem;

    transition: all var(--transition-normal);

    box-shadow: var(--shadow-md);

    width: fit-content;

}

.team-whatsapp-btn:hover {

    background: var(--whatsapp-dark);

    transform: translateY(-3px);

    box-shadow: var(--shadow-lg);

}

/* ========================================

13. CARROSSEL INFINITO PREMIUM

======================================== */

.secondary-products-section {

    min-height: 400px;

    margin: var(--spacing-lg) 0;

    padding: 0 12px;

}

.secondary-products-section .section-header {

    margin-bottom: var(--spacing-md);

}

.sec-card {

    opacity: 0;

    transform: translateY(18px);

    transition: opacity 0.45s ease, transform 0.45s ease;

}

.sec-card--visible {

    opacity: 1;

    transform: translateY(0);

}

.carousel-section {

    min-height: 220px;

    margin-bottom: var(--spacing-xxl);

}

.carousel-title {

    text-align: center;

    font-size: 2rem;

    color: var(--gold-primary);

    margin-bottom: var(--spacing-lg);

    display: flex;

    align-items: center;

    justify-content: center;

    gap: var(--spacing-sm);

}

.carousel-title i {

    color: var(--gold-primary);

    animation: compassSpin 8s linear infinite;

}

.carousel-container {

    position: relative;

    overflow: hidden;

    border-radius: var(--radius-md);

    background: var(--white);

    padding: var(--spacing-lg) 0;

}

.carousel-gradient-left,

.carousel-gradient-right {

    position: absolute;

    top: 0;

    width: 100px;

    height: 100%;

    z-index: 2;

    pointer-events: none;

}

.carousel-gradient-left {

    left: 0;

    background: linear-gradient(90deg, var(--bg-page), transparent);

}

.carousel-gradient-right {

    right: 0;

    background: linear-gradient(-90deg, var(--bg-page), transparent);

}

.infinite-carousel {

    display: flex;

    gap: var(--spacing-lg);

    animation: carouselScroll 150s linear infinite;

    width: fit-content;

}

.infinite-carousel:hover {

    animation-play-state: paused;

}

@keyframes carouselScroll {

    0%   { transform: translateX(0); }

    100% { transform: translateX(-50%); }

}

.carousel-item {

    flex: 0 0 250px;

    background: var(--white);

    border-radius: var(--radius-md);

    overflow: hidden;

    box-shadow: var(--shadow-md);

    transition: all var(--transition-normal);

    cursor: pointer;

    border: 1px solid var(--gold-light);

}

.carousel-item:hover {

    transform: scale(1.05);

    box-shadow: var(--shadow-lg);

    border-color: var(--gold-primary);

}

.carousel-item img {

    width: 100%;

    height: 250px;

    aspect-ratio: 1/1; /* Mantido para estabilidade */

    object-fit: cover;

}

.carousel-item-info {

    padding: var(--spacing-md);

    text-align: center;

}

.carousel-item-name {

    font-weight: 600;

    color: var(--black-soft);

    margin-bottom: var(--spacing-xs);

    font-size: 0.95rem;

}

.carousel-item-price {

    color: var(--gold-primary);

    font-weight: 700;

    font-size: 1.1rem;

}

/* ========================================

CARROSSEL DO MODAL

======================================== */

.modal-carousel-section {

    margin-top: var(--spacing-xl);

    padding-top: var(--spacing-lg);

    border-top: 1px solid var(--gray-light);

}

/* ========================================

CARROSSEL DA EQUIPE (NOVA SEÇÃO)

======================================== */

.team-carousel-section {

    min-height: 400px;

    margin: var(--spacing-lg) 0;

    padding: 0 var(--spacing-md);

    opacity: 0;

    transition: opacity 0.5s ease;

}

.team-carousel-section.visible {

    opacity: 1;

}



.team-carousel-container {

    position: relative;

    overflow: hidden;

    border-radius: var(--radius-md);

    box-shadow: var(--shadow-md);

    background: var(--white);

    margin-top: var(--spacing-md);

}



.team-carousel-track {

    display: flex;

    transition: transform 0.5s ease-in-out;

    cursor: grab;

}



.team-carousel-track:active {

    cursor: grabbing;

}



.team-carousel-item {

    flex: 0 0 100%;

    scroll-snap-align: start;

    position: relative;

    background: var(--gray-light);

    display: flex;

    flex-direction: column;

}



@media (min-width: 768px) {

    .team-carousel-item {

        flex: 0 0 50%;

    }

}



@media (min-width: 1024px) {

    .team-carousel-item {

        flex: 0 0 33.333%;

    }

}



.team-carousel-image {

    width: 100%;

    aspect-ratio: 16 / 9;

    object-fit: cover;

    display: block;

    pointer-events: none;

}



.team-carousel-caption {

    padding: var(--spacing-md);

    background: var(--white);

    text-align: center;

    font-size: 0.95rem;

    color: var(--black-soft);

    font-weight: 500;

    line-height: 1.5;

    border-top: 2px solid var(--gold-light);

    pointer-events: none;

}



.team-carousel-dots {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: var(--spacing-xs);

    margin-top: var(--spacing-md);

}



.team-carousel-dot {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: var(--gray-soft);

    border: none;

    padding: 0;

    cursor: pointer;

    transition: all var(--transition-fast);

}



.team-carousel-dot.active {

    background: var(--gold-primary);

    transform: scale(1.2);

    width: 25px;

    border-radius: 10px;

}



.team-carousel-empty {

    text-align: center;

    padding: var(--spacing-xl);

    color: var(--gray-medium);

    font-style: italic;

    background: var(--white);

    border-radius: var(--radius-md);

    box-shadow: var(--shadow-sm);

}



/* ========================================

HEADER COLLAPSIBLE

======================================== */

.header-collapsed .header-top {

    opacity: 0;

    height: 0;

    padding: 0;

    margin: 0;

    overflow: hidden;

    transition: all 0.3s ease;

}



.header-collapsed {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 1000;

    background: var(--white);

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}



/* ========================================

INFINITE SCROLL

======================================== */

.loading-spinner {

    text-align: center;

    padding: 20px;

    color: var(--gray-medium);

    font-size: 14px;

}



.loading-spinner i {

    margin-right: 8px;

    color: var(--gold-primary);

}



#infinite-scroll-trigger {

    height: 100px;

    width: 100%;

    display: block;

}



/* ========================================

SUPER ZOOM CINEMA

======================================== */

.super-zoom-overlay {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.95);

    display: none;

    justify-content: center;

    align-items: center;

    z-index: 10000;

    backdrop-filter: blur(10px);

}



.super-zoom-overlay.active {

    display: flex;

}



.super-zoom-content {

    position: relative;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}



.super-zoom-image-container {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

}



.super-zoom-image-container img {

    max-width: 90vw;

    max-height: 90vh;

    object-fit: contain;

    border-radius: var(--radius-sm);

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);

}



.super-zoom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--gold-primary);
    color: var(--white);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    transition: all var(--transition-fast);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
    z-index: 10005;
    opacity: 0.9;
}

.super-zoom-nav:hover {
    opacity: 1;
    background: var(--gold-dark);
    transform: translateY(-50%) scale(1.1);
}

/* Ajuste para telas pequenas (celular) */
@media (max-width: 768px) {
    .super-zoom-nav {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}



.super-zoom-nav:hover {

    background: var(--gold-dark);

    transform: translateY(-50%) scale(1.1);

}



.super-zoom-prev {

    left: 20px;

}



.super-zoom-next {

    right: 20px;

}



.super-zoom-close {

    position: absolute;

    top: 20px;

    right: 20px;

    background: var(--gold-primary);

    color: var(--white);

    border: none;

    width: 60px;

    height: 60px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

    font-size: 24px;

    transition: all var(--transition-fast);

    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);

    z-index: 10001;

}



.super-zoom-close:hover {

    background: var(--gold-dark);

    transform: scale(1.1);

}



/* Container dos botões de ação no Super Zoom */
.super-zoom-actions {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 12px;
    z-index: 10001;
    align-items: center;
}

.super-zoom-whatsapp {
    background: var(--whatsapp);
    color: var(--white);
    border: none;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    animation: pulseWhatsappButton 2s infinite ease-in-out;
}

.super-zoom-whatsapp:hover {
    background: var(--whatsapp-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    animation: none;
}

.super-zoom-mp {
    background: linear-gradient(135deg, #FF6B00, #E5002B);
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(229, 0, 43, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

.super-zoom-mp:hover {
    background: linear-gradient(135deg, #E5002B, #FF6B00);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(229, 0, 43, 0.55);
}

/* Mobile: botões empilhados, full-width */
@media (max-width: 768px) {
    .super-zoom-actions {
        flex-direction: column;
        bottom: 16px;
        width: calc(100% - 32px);
        left: 16px;
        transform: none;
        gap: 8px;
    }
    .super-zoom-actions .super-zoom-whatsapp,
    .super-zoom-actions .super-zoom-mp {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
        border-radius: 12px;
        justify-content: center;
    }
}



.super-zoom-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 25px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    z-index: 10002;
}

@media (max-width: 768px) {
    .super-zoom-counter {
        bottom: 170px;
        padding: 6px 12px;
        font-size: 12px;
    }
}



/* ========================================

INDICADORES DE URGÊNCIA (MODAL)

======================================== */

.urgency-box {

    background: linear-gradient(135deg, rgba(255,69,0,0.05), rgba(255,69,0,0.1));

    border: 2px solid var(--highlight-red);

    border-radius: var(--radius-md);

    padding: 15px;

    margin: 15px 0;

    box-shadow: 0 4px 15px rgba(255, 51, 51, 0.1);

}



.looking-now {

    display: flex;

    align-items: center;

    gap: 8px;

    color: var(--gray-medium);

    font-size: 14px;

    margin: 10px 0;

    animation: subtle-glow 3s infinite;

}



@keyframes subtle-glow {

    0%, 100% { opacity: 0.7; }

    50% { opacity: 1; }

}



.delivery-timer {

    display: flex;

    align-items: center;

    gap: 10px;

    font-weight: 600;

}



.timer-countdown {

    color: var(--highlight-red);

    font-weight: 700;

    font-size: 16px;

}



/* ========================================

MODAL - LABEL DE CATEGORIA

======================================== */

.modal-category-label {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 0.8rem;

    font-weight: 600;

    color: var(--gold-primary);

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 4px;

}



/* ========================================

MODAL - SEÇÃO "QUEM VIU, TAMBÉM GOSTOU" (UPSELL)

======================================== */

.upsell-section {

    margin-top: 25px;

    padding-top: 20px;

    border-top: 1px solid #f0f0f0;

}



.upsell-title {

    font-family: 'Playfair Display', serif;

    font-size: 1.2rem;

    font-weight: 700;

    color: var(--gold-primary);

    margin-bottom: 15px;

    display: flex;

    align-items: center;

    gap: 8px;

}



.upsell-title i {

    color: var(--gold-primary);

}



.upsell-products-row {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;

    overflow-x: auto;

    padding-bottom: 5px;

}



.upsell-product-card {

    cursor: pointer;

    border-radius: 8px;

    overflow: hidden;

    background: var(--bg-card);

    border: 1px solid var(--border-subtle);

    transition: transform 0.2s ease, box-shadow 0.2s ease;

}



.upsell-product-card:hover {

    transform: translateY(-2px);

    box-shadow: 0 4px 12px rgba(0,0,0,0.1);

}



.upsell-product-image {

    width: 100%;

    aspect-ratio: 1/1;

    overflow: hidden;

    background: var(--gray-placeholder);

}



.upsell-product-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.upsell-product-name {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: 400;

    color: #EEEEEE;

    padding: 6px 8px 2px;

    line-height: 1.3;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.upsell-product-price {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;

    font-weight: 700;

    color: var(--gold-primary);

    padding: 2px 8px 8px;

}



/* ========================================

MODAL - SEÇÃO "COMPLEMENTE SEU ESTILO" (PRODUTOS COMPLEMENTARES)

======================================== */

.complement-section {

    margin-top: 25px;

    padding-top: 20px;

    border-top: 1px solid #f0f0f0;

}



.complement-title {

    font-family: 'Playfair Display', serif;

    font-size: 1.2rem;

    font-weight: 700;

    color: var(--gold-primary);

    margin-bottom: 15px;

    display: flex;

    align-items: center;

    gap: 8px;

}



.complement-title i {

    color: var(--gold-primary);

}



.complement-products-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

}



.complement-product-card {

    cursor: pointer;

    border-radius: 10px;

    overflow: hidden;

    background: var(--bg-card);

    border: 1px solid var(--border-subtle);

    transition: transform 0.2s ease, box-shadow 0.2s ease;

}



.complement-product-card:hover {

    transform: translateY(-2px);

    box-shadow: 0 4px 12px rgba(0,0,0,0.1);

}



.complement-product-image {

    width: 100%;

    aspect-ratio: 1/1;

    overflow: hidden;

    background: var(--gray-placeholder);

}



.complement-product-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.3s ease;

}



.complement-product-card:hover .complement-product-image img {

    transform: scale(1.05);

}



.complement-product-name {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    font-weight: 400;

    color: #EEEEEE;

    padding: 8px 10px 4px;

    line-height: 1.35;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.complement-product-price {

    padding: 2px 10px 10px;

    display: flex;

    align-items: baseline;

    gap: 2px;

}



.complement-price-prefix {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;

    font-weight: 400;

    color: #999;

}



.complement-price-value {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    font-weight: 700;

    color: var(--gold-primary);

}



/* Desktop: grids menores para Upsell e Complemento */

@media (min-width: 769px) {

    .upsell-products-row {

        grid-template-columns: repeat(4, 1fr);

        gap: 10px;

    }

    .complement-products-grid {

        grid-template-columns: repeat(4, 1fr);

        gap: 10px;

    }

    .complement-product-image {

        aspect-ratio: 1/1;

    }

    .complement-product-name {

        font-size: 11px;

        padding: 6px 8px 3px;

        -webkit-line-clamp: 2;

        line-clamp: 2;

    }

    .complement-product-price {

        padding: 2px 8px 8px;

    }

    .complement-price-value {

        font-size: 13px;

    }

    .upsell-product-name {

        font-size: 10px;

        padding: 4px 6px 2px;

    }

    .upsell-product-price {

        font-size: 12px;

        padding: 2px 6px 6px;

    }

}



/* ========================================

   MODO CELULAR: ESTILO ALIEXPRESS PROFISSIONAL

   (FOCO EM LAYOUT LIMPO E CENTRALIZADO)

   ======================================== */

@media (max-width: 768px) {

    /* Grid profissional para 6 produtos visíveis */

    .products-grid {

        grid-template-columns: repeat(2, 1fr) !important;

        gap: 6px !important; /* Espaçamento profissional */

        padding: 6px !important;

    }



    /* Card centralizado e limpo */

    .product-card {

        padding: 0 !important;

        border-radius: 6px !important;

        border: 1px solid var(--border-subtle) !important;

        margin: 0 !important;

        box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;

        align-items: center !important;

    }



    /* Imagem perfeitamente centralizada */

    .product-image {

        height: 140px !important; /* Altura ideal para mobile */

        min-height: 140px !important;

        padding: 0 !important;

        margin: 0 !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

    }



    /* NOME DO PRODUTO: Igual referência ANTES.png */

    .product-name,

    .product-info h3 {

        font-family: Arial, Helvetica, sans-serif !important;

        font-size: 11px !important;

        font-weight: 400 !important;

        color: #EEEEEE !important;

        line-height: 1.35 !important;

        margin: 0 !important;

        padding: 0 !important;

        text-transform: none !important;

        text-align: left !important;

        display: -webkit-box;

        -webkit-line-clamp: 2;

        line-clamp: 2;

        -webkit-box-orient: vertical;

        overflow: hidden;

        letter-spacing: 0 !important;

        word-break: break-word;

    }



    /* PREÇO: Arial 14px, dourado, left-align */

    .product-price {

        font-family: Arial, Helvetica, sans-serif !important;

        font-size: 13px !important;

        font-weight: 700 !important;

        color: var(--gold-primary) !important;

        margin: 2px 0 0 0 !important;

        padding: 0 !important;

        text-align: left !important;

    }



    .product-price::before {

        display: none !important;

    }



    /* REMOVE ELEMENTOS QUE POLUEM VISUALMENTE */

    .product-buttons, .product-category, .product-rating-large, 

    .solitario-discreto, .product-social-proof, .stars, 

    .product-sold-today {

        display: none !important;

    }



    /* Info do produto - left align igual ANTES.png */

    .product-info {

        padding: 6px 8px !important;

        margin: 0 !important;

        gap: 2px !important;

        align-items: flex-start !important;

        justify-content: flex-start !important;

        text-align: left !important;

    }

    .header-top {

        padding: 2px 0 !important;

    }

    .header-logo i {

        font-size: 1.2rem !important; /* Diminui o ícone da coroa */

    }

    .logo-text span {

        font-size: 1rem !important; /* Diminui o texto GRUPO ETEVALDA */

    }

    .search-wrapper {

        height: 28px !important;

    }

    .search-input {

        font-size: 11px !important;

    }

    .cart-btn {

        width: 35px !important;

        height: 35px !important;

    }

}



/* ========================================

CARRINHO SIDEBAR

======================================== */

.cart-sidebar {

    position: fixed;

    right: -400px;

    top: 0;

    width: 400px;

    height: 100vh;

    background: var(--white);

    box-shadow: var(--shadow-xl);

    z-index: 10;

    transition: right var(--transition-normal);

    display: flex;

    flex-direction: column;

    border-left: 2px solid var(--gold-primary);

    overflow-x: hidden;

}



.cart-sidebar.active {

    right: 0;

    z-index: 1000;

}



.cart-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: var(--spacing-md) var(--spacing-lg);

    background: var(--gold-gradient);

    color: var(--white);

    border-bottom: 2px solid var(--gold-primary);

}



.cart-header h3 {

    display: flex;

    align-items: center;

    gap: var(--spacing-sm);

    font-size: 1.1rem;

    font-weight: 700;

    margin: 0;

}



.close-cart-btn {

    background: rgba(255, 255, 255, 0.2);

    border: none;

    color: var(--white);

    width: 35px;

    height: 35px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    font-size: 1rem;

    transition: all var(--transition-fast);

}



.close-cart-btn:hover {

    background: rgba(255, 255, 255, 0.4);

    transform: scale(1.1);

}



.cart-items {

    flex: 1;

    overflow-y: auto;

    padding: var(--spacing-md);

}



.cart-item {

    display: flex;

    align-items: center;

    gap: var(--spacing-sm);

    padding: var(--spacing-sm);

    border-bottom: 1px solid var(--border-subtle);

    margin-bottom: var(--spacing-sm);

}



.cart-item-info {

    flex: 1;

}



.cart-item-info h4 {

    font-size: 0.85rem;

    margin: 0 0 4px 0;

    color: var(--black-soft);

}



.cart-item-info p {

    font-size: 0.85rem;

    color: var(--gold-primary);

    font-weight: 600;

    margin: 0;





}



/* ========================================

17. MODAL PRODUTO

======================================== */

.modal {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1000;

}



.modal.active {

    display: flex;

    justify-content: flex-end;

}



.modal-overlay {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.7);

    backdrop-filter: blur(5px);

    z-index: 1000;

    cursor: pointer;

}



.modal-content {

    position: relative;

    width: 100%;

    max-width: 480px;

    height: 100vh;

    background: var(--white);

    z-index: 1001;

    overflow-y: auto;

    overflow-x: hidden;

    padding: var(--spacing-lg);

    box-shadow: var(--shadow-xl);

}



.modal-container {

    padding-top: 10px;

}



.modal-close-btn {

    position: fixed;

    top: 15px;

    right: 15px;

    background: var(--gold-primary);

    color: var(--white);

    border: none;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    font-size: 1.2rem;

    cursor: pointer;

    z-index: 1100;

    transition: all var(--transition-normal);

    box-shadow: var(--shadow-md);

    display: flex;

    align-items: center;

    justify-content: center;

}



.modal-close-btn:hover {

    background: var(--gold-dark);

    transform: scale(1.1);

}



.next-photo-btn {

    position: absolute;

    top: 50%;

    right: 16px;

    transform: translateY(-50%);

    background: rgba(0, 0, 0, 0.5);

    color: var(--white);

    border: none;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    font-size: 1rem;

    cursor: pointer;

    z-index: 1100;

    transition: all var(--transition-normal);

    display: flex;

    align-items: center;

    justify-content: center;

}



.next-photo-btn:hover {

    background: var(--gold-primary);

}



/* ========================================

MODAL MULTIMÍDIA COMPLETO

======================================== */

.modal-media-container {

    display: flex;

    flex-direction: column;

    gap: 15px;

    margin-bottom: 20px;

    position: relative;

}



.modal-main-media {

    position: relative;

    width: 100%;

    height: 400px;

    border-radius: var(--radius-md);

    overflow: hidden;

    background: #000;

    cursor: zoom-in;

    aspect-ratio: 1/1;

}



.modal-main-media img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    transition: transform 0.3s ease;

}



.modal-main-media video {

    width: 100%;

    height: 100%;

    object-fit: contain;

    border-radius: var(--radius-md);

}



.modal-thumbnails {

    display: flex;

    gap: 8px;

    overflow-x: auto;

    padding: 5px 0;

}



.modal-thumb {

    min-width: 60px;

    height: 60px;

    border-radius: var(--radius-sm);

    overflow: hidden;

    cursor: pointer;

    border: 2px solid transparent;

    transition: all var(--transition-fast);

    position: relative;

}



.modal-thumb:hover {

    border-color: var(--gold-primary);

    transform: scale(1.05);

}



.modal-thumb.active {

    border-color: var(--gold-primary);

    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);

}



.modal-thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.thumb-badge {

    position: absolute;

    top: 2px;

    left: 2px;

    background: var(--gold-primary);

    color: var(--black-soft);

    font-size: 0.6rem;

    padding: 2px 4px;

    border-radius: 2px;

    font-weight: 700;

    z-index: 5;

    border: 1px solid var(--white);

}



.video-thumb {

    position: relative;

}



.video-thumb::after {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 20px;

    height: 20px;

    background: rgba(0, 0, 0, 0.7);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.video-thumb::before {

    content: '▶';

    color: var(--white);

    font-size: 10px;

    margin-left: 2px;

}



.modal-social-proof {

    margin: 20px 0;

    padding: 15px;

    background: linear-gradient(135deg, rgba(212,175,55,0.05), rgba(212,175,55,0.1));

    border-radius: var(--radius-md);

    border: 1px solid var(--gold-light);

}

.modal-social-proof h4 {

    display: flex;

    align-items: center;

    gap: 8px;

    color: var(--gray-medium);

    font-size: 14px;

    margin-bottom: 10px;

}

.social-likes {

    display: flex;

    gap: 15px;

}

.like-item {

    display: flex;

    align-items: center;

    gap: 5px;

    color: var(--gray-medium);

    font-size: 13px;

}

.like-item i {

    color: var(--gold-primary);

}

.product-rating-large {

    margin: 10px 0;

    display: flex;

    gap: 3px;

}

.product-rating-large i {

    color: var(--gold-primary);

    font-size: 16px;

}

.btn-add-cart-modal, .btn-whatsapp-modal, .btn-share, .btn-mercadopago-modal {

    flex: 1;

    padding: 12px 16px;

    border: none;

    border-radius: var(--radius-md);

    font-weight: 600;

    cursor: pointer;

    transition: all var(--transition-fast);

    text-align: center;

    font-size: 14px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

}

.btn-mercadopago-modal {

    background: linear-gradient(135deg, #f97316, #ea580c, #dc2626);

    color: #fff;

    font-size: 15px;

    padding: 14px 20px;

    flex: 1.6;

    animation: mpPulse 2.2s ease-in-out infinite;

    box-shadow: 0 4px 18px rgba(249, 115, 22, 0.45);

    position: relative;

    overflow: hidden;

}

@keyframes mpPulse {
    0%   { box-shadow: 0 4px 18px rgba(249, 115, 22, 0.45); transform: scale(1); }
    50%  { box-shadow: 0 6px 28px rgba(249, 115, 22, 0.75); transform: scale(1.03); }
    100% { box-shadow: 0 4px 18px rgba(249, 115, 22, 0.45); transform: scale(1); }
}

.btn-mercadopago-modal:hover {

    background: linear-gradient(135deg, #ea580c, #dc2626, #b91c1c);

    transform: scale(1.05);

    animation: none;

}

.btn-mercadopago-modal:disabled {

    opacity: 0.7;

    cursor: wait;

    animation: none;

    transform: none;

}

.modal-buttons-secondary {

    display: flex;

    gap: 10px;

    margin-top: 8px;

}

.modal-buttons-secondary .btn-add-cart-modal {

    background: transparent;

    color: var(--gold-primary);

    border: 2px solid var(--gold-primary);

    font-size: 13px;

    padding: 10px 16px;

}

.modal-buttons-secondary .btn-add-cart-modal:hover {

    background: var(--gold-primary);

    color: var(--white);

}

.btn-add-cart-modal {

    background: var(--gold-primary);

    color: var(--white);

}

.btn-add-cart-modal:hover {

    background: var(--gold-dark);

    transform: translateY(-2px);

}

.btn-whatsapp-modal {

    background: var(--whatsapp);

    color: var(--white);

}

.btn-whatsapp-modal:hover {

    background: var(--whatsapp-dark);

    transform: translateY(-2px);

}

.btn-share {

    background: linear-gradient(135deg, #667eea, #764ba2);

    color: var(--white);

    font-size: 12px;

    line-height: 1.2;

}

/* ========================================

FOOTER

======================================== */

.footer {

background: #000000;

color: #cccccc;

padding: var(--spacing-xl) 0 var(--spacing-md);

margin-top: var(--spacing-xl);

}

.footer-content {

display: grid;

grid-template-columns: repeat(2, 1fr);

gap: var(--spacing-xl);

margin-bottom: var(--spacing-lg);

}

.footer-section h3,

.footer-section h4 {

color: var(--gold-primary);

margin-bottom: var(--spacing-sm);

font-size: 1.1rem;

}

.footer-section p {

display: flex;

align-items: center;

gap: var(--spacing-sm);

margin-bottom: var(--spacing-xs);

font-size: 0.9rem;

color: #cccccc;

}

.footer-section p i {

color: var(--gold-primary);

}

.trust-badges {

display: flex;

flex-wrap: wrap;

gap: var(--spacing-sm);

margin-top: var(--spacing-sm);

}

.trust-badges .badge {

display: flex;

align-items: center;

gap: 5px;

background: rgba(212, 175, 55, 0.1);

color: var(--gold-primary);

padding: 5px 10px;

border-radius: var(--radius-sm);

font-size: 0.8rem;

font-weight: 600;

}

.social-links {

display: flex;

gap: var(--spacing-sm);

margin-top: var(--spacing-sm);

}

.social-links a {

color: #cccccc;

font-size: 1.3rem;

transition: color var(--transition-fast);

}

.social-links a:hover {

color: var(--gold-primary);

}

.footer-bottom {

text-align: center;

padding-top: var(--spacing-md);

border-top: 1px solid rgba(255, 255, 255, 0.15);

font-size: 0.8rem;

color: #999999;

}

.seo-footer-area {

background: var(--bg-secondary);

padding: var(--spacing-md) 0;

}

.seo-text {

font-size: 0.8rem;

color: var(--gray-medium);

text-align: center;

line-height: 1.6;

}



/* ========================================

MODAL - ELEMENTOS DE CONTEÚDO

======================================== */

.modal-product-info {

padding: var(--spacing-sm) 0;

}

.modal-product-info h2 {

font-size: 1.3rem;

font-weight: 700;

color: var(--black-soft);

margin: var(--spacing-sm) 0;

line-height: 1.3;

}

.modal-price {

font-size: 1.5rem;

font-weight: 700;

color: var(--gold-primary);

margin: var(--spacing-sm) 0;

}

.modal-description {

font-size: 0.9rem;

line-height: 1.6;

color: var(--gray-medium);

margin: var(--spacing-md) 0;

}

.modal-buttons-share {

margin-top: var(--spacing-sm);

}

.solitario-info-line {

display: flex;

align-items: center;

gap: 6px;

font-size: 0.85rem;

color: var(--gold-primary);

margin: var(--spacing-xs) 0;

font-weight: 500;

}

.solitario-info-line i {

font-size: 0.9rem;

}

.solitario-overlay {

position: absolute;

bottom: 10px;

left: 10px;

right: 10px;

background: rgba(0, 0, 0, 0.7);

color: var(--gold-primary);

padding: 8px 12px;

border-radius: var(--radius-sm);

font-size: 0.8rem;

font-weight: 600;

display: flex;

align-items: center;

gap: 6px;

backdrop-filter: blur(5px);

}



/* Modal Desktop — Layout Cinema Premium (Lado a Lado) */

@media (min-width: 769px) {
    .modal.active {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-content {
        max-width: 1300px;
        width: 95vw;
        height: 90vh;
        border-radius: 20px;
        padding: 0;
        overflow: hidden;
        background: var(--white);
    }

    .modal-close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1010;
        background: var(--gold-primary);
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }

    .next-photo-btn {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 1010;
        background: rgba(0, 0, 0, 0.6);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        cursor: pointer;
    }

    .modal-container {
        display: flex;
        flex-direction: row;
        height: 100%;
        gap: 0;
    }

    /* Lado ESQUERDO: Foto/Vídeo (ocupa 60% da tela) */
    .modal-media-container {
        flex: 0 0 60%;
        max-width: 60%;
        height: 100%;
        background: #000000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        position: relative;
    }

    .modal-main-media {
        width: 100%;
        height: auto;
        max-height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-main-media img,
    .modal-main-media video {
        max-width: 100%;
        max-height: 70vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 8px;
    }

    .modal-thumbnails {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .modal-thumb {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid transparent;
    }

    .modal-thumb.active {
        border-color: var(--gold-primary);
    }

    .modal-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Lado DIREITO: Informações do Produto */
    .modal-product-info {
        flex: 0 0 40%;
        max-width: 40%;
        height: 100%;
        overflow-y: auto;
        padding: 30px 25px;
        background: var(--white);
    }

    /* Ajustes de texto no desktop */
    .modal-product-info h2 {
        font-size: 1.8rem !important;
        margin-bottom: 15px;
        color: var(--black-soft);
    }

    .modal-price {
        font-size: 2rem !important;
        margin: 15px 0;
        color: var(--gold-primary);
    }

    /* Botões maiores e mais elegantes no desktop */
    .modal-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 20px 0;
    }

    .btn-mercadopago-modal,
    .btn-whatsapp-modal {
        padding: 15px 20px !important;
        font-size: 1rem !important;
        border-radius: 10px !important;
    }

    .modal-buttons-secondary {
        display: flex;
        gap: 12px;
        margin: 10px 0;
    }

    .btn-add-cart-modal {
        padding: 12px !important;
        font-size: 0.9rem !important;
    }

    .btn-share {
        padding: 12px !important;
        font-size: 0.9rem !important;
    }

    /* Seções de recomendação dentro do modal */
    .upsell-products-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }

    .complement-products-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }

    .upsell-product-card,
    .complement-product-card {
        margin-bottom: 8px;
    }

    .upsell-product-name,
    .complement-product-name {
        font-size: 11px !important;
    }

    .upsell-product-price,
    .complement-price-value {
        font-size: 12px !important;
    }
}

/* Responsividade do Modal */

@media (max-width: 768px) {
    .modal-media-container {
        gap: 10px;
        padding: 0;
        margin: 0;
    }

    .modal-main-media {
        height: 450px;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 0;
        margin: 0;
        max-height: none;
    }

    .modal-main-media img,
    .modal-main-media video {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 0;
    }

    .modal-thumbnails { gap: 5px; }
    .modal-thumb { min-width: 45px; height: 45px; }
    .modal-social-proof { margin: 15px 0; padding: 10px; }
    .modal-carousel-item { flex: 0 0 120px; }
    .modal-carousel-item img { height: 90px; }

    .btn-add-cart-modal, .btn-whatsapp-modal, .btn-share, .btn-mercadopago-modal { padding: 10px 12px; font-size: 12px; }
    .modal-buttons-secondary .btn-add-cart-modal { font-size: 11px; padding: 8px 10px; }
    
    /* Comando para alinhar botões lado a lado no celular */
    .modal-buttons {
        display: flex !important;
        flex-direction: row !important;
        gap: 8px !important;
        margin: 10px 0 !important;
    }
    .btn-mercadopago-modal, .btn-whatsapp-modal {
        flex: 1 !important;
        width: 50% !important;
        white-space: nowrap !important;
        padding: 12px 5px !important;
    }

    /* Compactar titulo e estrelas no mobile */
    .modal-product-info { padding-top: 10px !important; }
    .modal-product-info h2 { font-size: 1.1rem; font-weight: 700; margin: 2px 0 2px; line-height: 1.25; }
    .modal-category-label { font-size: 0.62rem !important; margin-bottom: 2px; }

    /* Bloco de precos - Luxo Joalheria */
    .modal-price-container { background: rgba(0,0,0,0.35); border: 1px solid rgba(212,175,55,0.4); border-radius: 10px; padding: 14px 15px; margin: 8px 0 6px; }
    .modal-price-label { font-size: 0.68rem; font-weight: 700; color: var(--gold-primary); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
    .modal-price-old { font-size: 0.9rem; color: #999; text-decoration: none; margin-bottom: 2px; text-transform: uppercase !important; letter-spacing: 0.3px; }
    .modal-main-price { font-size: 1.6rem !important; font-weight: 900 !important; color: #FFD700 !important; line-height: 1.05; text-shadow: 0px 0px 10px rgba(255,215,0,0.5) !important; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
    .pix-tag { font-size: 0.8rem; font-weight: 700; background: #FFD700; color: #000; padding: 4px 10px; border-radius: 20px; margin-left: 8px; align-self: center; }
    .modal-discount-info { font-size: 0.74rem; color: #4ade80; margin-top: 3px; }
    .modal-installment-line { font-size: 0.85rem; color: #aaa; margin-top: 5px; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.5px; }

    /* Micro-prova social - 2 linhas */
    .modal-social-stars { margin: 4px 0 8px; }
    .social-stars-row { font-size: 0.9rem; line-height: 1.2; }
    .social-sales-row { font-size: 0.76rem; color: #999; margin-top: 2px; }

    /* Ocultar estrelas de rating duplicadas no mobile */
    .product-rating-large { display: none; }

    /* Mensagem de frete dinamica */
    .modal-delivery-urgency { font-size: 0.82rem; color: #4ade80; font-weight: 500; margin-top: 10px; padding: 8px 12px; background: rgba(74,222,128,0.07); border-radius: 8px; border: 1px solid rgba(74,222,128,0.18); text-transform: uppercase !important; letter-spacing: 0.3px; }

    /* Shimmer no botao Mercado Pago */
    .btn-mercadopago-modal { position: relative; overflow: hidden; }
    .btn-mercadopago-modal::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
        animation: shimmerPass 3s ease-in-out infinite;
        pointer-events: none;
    }
}

    @keyframes shimmerPass {
        0%   { transform: translateX(-200%); }
        25%  { transform: translateX(300%); }
        100% { transform: translateX(300%); }
    }

    /* ======================================== SIZE SELECTOR ======================================== */
    .size-selector-wrap { margin: 14px 0 6px; border-radius: 10px; border: 1px solid rgba(212,175,55,0.3); overflow: hidden; background: #0d0d0d; }
    .size-toggle-btn { width: 100%; display: flex; align-items: center; gap: 8px; padding: 12px 15px; background: rgba(212,175,55,0.07); color: var(--gold-primary); font-weight: 600; font-size: 0.88rem; border: none; cursor: pointer; text-align: left; transition: background 0.2s; font-family: inherit; }
    .size-toggle-btn:hover { background: rgba(212,175,55,0.14); }
    .size-chevron { margin-left: auto; font-size: 0.8rem; transition: transform 0.25s ease; }
    .size-panel { display: none; padding: 14px 15px 10px; border-top: 1px solid rgba(212,175,55,0.12); }
    .size-panel.size-panel-open { display: block; animation: sizePanelIn 0.2s ease; }
    @keyframes sizePanelIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
    .sz-gender-tabs { display: flex; gap: 8px; margin-bottom: 12px; }
    .sz-gender-tab { flex: 1; padding: 9px 8px; border-radius: 7px; border: 1px solid rgba(212,175,55,0.3); background: transparent; color: #888; font-size: 0.83rem; cursor: pointer; transition: all 0.2s; font-family: inherit; }
    .sz-gender-tab.sz-gender-active { background: var(--gold-primary); color: #000; font-weight: 700; border-color: var(--gold-primary); }
    .size-hint-text { color: #aaa; font-size: 0.8rem; margin-bottom: 10px; line-height: 1.45; }
    .size-chips-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
    .sz-chip { min-width: 40px; height: 36px; padding: 0 10px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.1); background: #111; color: #777; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.3px; cursor: pointer; transition: background 0.15s, color 0.15s, border-color 0.15s; display: inline-flex; align-items: center; justify-content: center; font-family: inherit; }
    .sz-chip:hover { border-color: var(--gold-primary); color: var(--gold-primary); background: rgba(212,175,55,0.06); }
    .sz-chip.sz-chip-active { background: var(--gold-primary); color: #000; font-weight: 700; border-color: var(--gold-primary); box-shadow: 0 0 0 2px rgba(212,175,55,0.2); }
    .size-confirm-msg { display: none; padding: 10px 12px; background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.28); border-radius: 8px; color: #4ade80; font-size: 0.8rem; line-height: 1.5; margin-top: 8px; }
    .size-confirm-msg.size-confirm-show { display: block; }
    .size-chain-info { display: flex; align-items: flex-start; gap: 10px; padding: 13px 15px; color: #ccc; font-size: 0.86rem; line-height: 1.5; }
    .size-chain-info > i { color: var(--gold-primary); margin-top: 2px; flex-shrink: 0; }
    .size-badge-hot { display: inline-block; background: var(--gold-primary); color: #000; font-size: 0.72rem; font-weight: 700; padding: 1px 7px; border-radius: 20px; margin: 0 2px; vertical-align: middle; }
    @keyframes tabPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(212,175,55,0.6); border-color: rgba(212,175,55,0.5); } 50% { box-shadow: 0 0 0 6px rgba(212,175,55,0); border-color: var(--gold-primary); } }
    .sz-gender-tab-pulse { animation: tabPulse 1s ease-in-out 4; border-color: rgba(212,175,55,0.5) !important; color: var(--gold-primary) !important; }


/* ============================================================
   PIX PRICE - MOBILE ONLY (max specificity)
   ============================================================ */
@media (max-width: 768px) {
    .modal-main-price,
    .modal-product-info .modal-main-price,
    #productModal .modal-main-price,
    .modal-content .modal-main-price {
        font-family: 'Inter', Arial, sans-serif !important;
        font-weight: 900 !important;
        font-size: 1.6rem !important;
        color: #FFD700 !important;
        text-shadow: 0px 0px 10px rgba(255,215,0,0.5) !important;
    }
}

.pix-tag {
    background: #FFD700 !important;
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-family: 'Inter', Arial, sans-serif !important;
}


/* ============================================================
   LUXURY FINAL TOUCHES - Size chips Apple style + Sticky Buy + Typography
   ============================================================ */
@media (max-width: 768px) {

    /* Size chips: circular Apple-style */
    .sz-chip {
        min-width: 36px !important;
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        border: 1px solid rgba(212,175,55,0.3) !important;
        background: #0a0a0a !important;
        color: #777 !important;
        font-size: 0.78rem !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        transition: background 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
    }
    .sz-chip:hover {
        border-color: var(--gold-primary) !important;
        color: var(--gold-primary) !important;
        background: rgba(212,175,55,0.07) !important;
    }
    .sz-chip.sz-chip-active {
        background: var(--gold-primary) !important;
        color: #000 !important;
        font-weight: 700 !important;
        border-color: var(--gold-primary) !important;
        box-shadow: 0 0 10px rgba(212,175,55,0.5) !important;
    }

    /* Typography refinements */
    .modal-product-info h2 {
        letter-spacing: 0.5px !important;
    }
    .modal-social-stars {
        margin: 3px 0 5px !important;
    }

    /* Sticky buy button */
    .modal-sticky-buy {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10001;
        padding: 10px 16px 18px;
        background: linear-gradient(to top, rgba(0,0,0,0.97) 75%, transparent);
        pointer-events: none;
    }
    .modal-sticky-buy.visible {
        display: block;
        pointer-events: all;
    }
    .modal-sticky-buy-btn {
        width: 100%;
        padding: 14px;
        background: var(--gold-primary);
        color: #000;
        font-weight: 800;
        font-size: 1rem;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        font-family: 'Inter', Arial, sans-serif;
        letter-spacing: 0.3px;
    }
}
