
        /* CSS Base para a Página de Transição VIP e Cookies */
        body {
            font-family: var(--font-body);
            color: var(--eden-text);
            background-color: #fff;
            overflow-x: clip;
        }

        /* â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦
           COOKIE CONSENT BANNER
           â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦â•💦 */
        .cookie-banner {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%) translateY(150%);
            width: 90%;
            max-width: 600px;
            background: #fff;
            border: 1px solid #f0e6e0;
            border-radius: 8px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            padding: 20px;
            z-index: 10000;
            display: flex;
            flex-direction: column;
            gap: 15px;
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .cookie-banner.show {
            transform: translateX(-50%) translateY(0);
        }
        .cookie-text {
            font-size: 0.8rem;
            color: #555;
            line-height: 1.5;
        }
        .cookie-text strong { color: var(--eden-burgundy); }
        .cookie-actions {
            display: flex;
            gap: 10px;
            justify-content: flex-end;
        }
        .cookie-btn {
            padding: 8px 16px;
            font-size: 0.75rem;
            font-weight: 600;
            border-radius: 4px;
            cursor: pointer;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            transition: all 0.3s;
        }
        .cookie-accept {
            background: var(--eden-burgundy);
            color: white;
            border: none;
        }
        .cookie-accept:hover { background: #6b0c3f; }
        .cookie-decline {
            background: transparent;
            color: #888;
            border: 1px solid #ddd;
        }
        .cookie-decline:hover { background: #f9f9f9; color: #333; }

        @media (max-width: 600px) {
            .cookie-banner { bottom: 0; border-radius: 12px 12px 0 0; width: 100%; border: none; padding-bottom: 30px; }
            .cookie-actions { flex-direction: column; }
            .cookie-btn { width: 100%; text-align: center; }
        }
    
        /* Autocomplete & Mega-Menu CSS */
        .autocomplete-results { position: absolute; top: 100%; left: 0; width: 100%; background: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); max-height: 400px; overflow-y: auto; z-index: 1000; display: none; list-style: none; padding: 0; margin: 5px 0 0 0; }
        .autocomplete-item { display: flex; align-items: center; padding: 10px; border-bottom: 1px solid #eee; cursor: pointer; text-decoration: none; color: var(--text-main); }
        .autocomplete-item:hover { background: #fcfaf8; }
        .autocomplete-img { width: 40px; height: 40px; object-fit: contain; margin-right: 15px; border-radius: 4px; }
        .autocomplete-info { display: flex; flex-direction: column; }
        .autocomplete-name { font-size: 0.85rem; font-weight: 600; margin-bottom: 3px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
        .autocomplete-price { font-size: 0.8rem; color: var(--deep-red); font-weight: 700; }
        .nav-search { position: relative; }

        

    
        /* Novo Mega-Menu Premium (Litoral Style) */
        .category-nav { display: flex; justify-content: center; background-color: #fff; border-bottom: 1px solid rgba(0,0,0,0.05); font-family: var(--font-body); }
        .cat-menu-item { position: relative; padding: 18px 20px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #444444; text-decoration: none; cursor: pointer; transition: color 0.3s, background-color 0.3s; }
        .cat-menu-item:hover { color: var(--deep-red); background-color: #fff; }
        
        .mega-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 800px; padding: 35px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); border-radius: 0 0 8px 8px; z-index: 1000; border-top: 2px solid #8b5a5a; flex-wrap: wrap; gap: 50px; cursor: default; white-space: nowrap; }
        
        /* Modificadores de Posição para não estourar a tela nas abas da direita */
        .cat-menu-item.right-align .mega-menu { left: auto; right: 0; }
        .cat-menu-item.center-align .mega-menu { left: 50%; transform: translateX(-50%); }

        .cat-menu-item:hover .mega-menu { display: flex; }
        .mega-col { flex: 1; min-width: 200px; }
        .mega-col h3 { font-family: var(--font-display); font-size: 1.2rem; font-style: italic; color: #660810; border-bottom: 1px solid #eee; padding-bottom: 8px; margin-top: 0; margin-bottom: 15px; font-weight: 700; }
        .mega-col a { display: block; font-size: 0.9rem; color: #444; text-decoration: none; padding: 6px 0; text-transform: none; font-weight: 400; transition: 0.2s; white-space: normal; line-height: 1.4; }
        .mega-col a:hover { color: #660810; padding-left: 5px; font-weight: 700; }
        
        @media (max-width: 1024px) {
            .category-nav { flex-wrap: wrap; }
            .cat-menu-item { font-size: 0.75rem; padding: 12px 10px; }
        }
        @media (max-width: 768px) {
            .mega-menu { display: none !important; } /* Simplificado para mobile depois se precisar */
        }

    
        /* New Header Structure */
        .navbar { position: sticky; top: -1px; z-index: 999; display: flex; justify-content: space-between; align-items: center; padding: 20px 40px; background-color: #fff; border-bottom: 1px solid rgba(0,0,0,0.05); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        .nav-left { flex: 1; display: flex; justify-content: flex-start; align-items: center; }
        .nav-center { flex: 1; display: flex; justify-content: center; align-items: center; }
        .nav-right { flex: 1; display: flex; justify-content: flex-end; align-items: center; gap: 15px; }

        .hamburger-icon { cursor: pointer; color: #111; }
        .hamburger-icon:hover { color: var(--deep-red); }

        .nav-logo { display: block; line-height: 0; }
        .nav-logo img { height: 45px; object-fit: contain; }

        /* Off-Canvas Menu */
        .offcanvas { position: fixed; top: 0; left: -400px; width: 350px; height: 100vh; background: #fff; z-index: 2000; transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1); box-shadow: 2px 0 15px rgba(0,0,0,0.1); overflow-y: auto; padding: 30px; }
        .offcanvas.open { left: 0; }
        .offcanvas-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1999; display: none; opacity: 0; transition: opacity 0.4s; }
        .offcanvas-overlay.open { display: block; opacity: 1; }
        .offcanvas-close { position: absolute; top: 20px; right: 20px; font-size: 2rem; cursor: pointer; color: #555; line-height: 1; }
        .offcanvas-title { font-family: var(--font-display); font-size: 1.5rem; color: var(--deep-red); margin-bottom: 30px; font-style: italic; }
        
        .offcanvas .category-nav { display: flex; flex-direction: column; background: transparent; border: none; padding: 0; }
        .offcanvas .cat-menu-item { display: block; width: 100%; padding: 15px 0; border-bottom: 1px solid #eee; text-align: left; }
        .offcanvas .mega-menu { position: static; display: none; box-shadow: none; border-top: none; padding: 15px 0 15px 20px; min-width: 100%; flex-direction: column !important; gap: 20px !important; }
        .offcanvas .cat-menu-item:hover .mega-menu { display: flex; }
        .offcanvas .mega-menu > div { display: flex; flex-direction: column; gap: 20px; }
        .offcanvas .mega-col { min-width: 100%; border-right: none !important; padding-right: 0 !important; }

                        /* Horizontal Expanding Search Bar */
        .search-expandable { position: relative; width: 40px; height: 40px; }
        .search-expandable .search-input { position: absolute; right: 0; top: 0; width: 40px; height: 40px; border: 1px solid transparent; outline: none; background: transparent; border-radius: 20px; padding: 0 40px 0 15px; opacity: 0; font-family: var(--font-body); font-size: 0.9rem; color: var(--text-main); transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); pointer-events: none; }
        .search-expandable.active .search-input { width: 280px; opacity: 1; background: #fff; border-color: #e2cdd0; box-shadow: 0 4px 15px rgba(0,0,0,0.05); pointer-events: auto; }
        .search-expandable.active .search-input:focus { border-color: var(--deep-red); }
        .search-expandable .search-btn { position: absolute; right: 0; top: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; cursor: pointer; z-index: 2; transition: background 0.3s; }
        .search-expandable .search-btn:hover { background: #f1ebeb; }
        .search-expandable.active .search-btn:hover { background: transparent; }
        .search-expandable .autocomplete-results { top: calc(100% + 10px); right: 0; left: auto; width: 280px; }

        /* Hide original category nav on desktop since it's now in offcanvas */
        /* body > .category-nav { display: none !important; } */

    

        
        /* STICKY NAVBAR */
        .nav-bar {
            position: fixed !important;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 9990;
            transition: transform 0.3s ease-in-out;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        body {
            /* padding-top: 80px; Offset for fixed navbar - removed to fix gap above top-bar */
        }

        /* ADD MODAL */
        .cart-modal-overlay {
            position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.7); z-index: 999998; opacity: 0; visibility: hidden; transition: 0.3s; backdrop-filter: blur(4px);
        }
        .cart-modal-overlay.active { opacity: 1; visibility: visible; }
        .cart-modal {
            position: fixed; top: 50%; left: 50%; transform: translate(-50%, -40%); background: #fff; width: 90%; max-width: 420px; padding: 40px; border-radius: 16px; z-index: 999999; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,0.3); opacity: 0; visibility: hidden; transition: 0.3s;
        }
        .cart-modal.active { opacity: 1; visibility: visible; transform: translate(-50%, -50%); }
        .cart-modal h3 { font-family: var(--font-display); font-size: 1.5rem; margin-top: 0; margin-bottom: 12px; color: #111; font-weight: 700; }
        .cart-modal p { font-size: 0.95rem; color: #666; margin-bottom: 30px; line-height: 1.5; }
        .cart-modal-buttons { display: flex; flex-direction: column; gap: 12px; }
        .cart-modal-buttons button { padding: 16px; border-radius: 50px; font-weight: 700; cursor: pointer; transition: 0.3s; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px; }
        .btn-outline-modal { background: transparent; border: 1px solid #d4c5bd; color: #4a403a; }
        .btn-outline-modal:hover { background: #faf5f0; }
        .btn-primary-modal { background: #188a27; border: none; color: #fff; box-shadow: 0 4px 15px rgba(24, 138, 39, 0.3); }
        .btn-primary-modal:hover { background: #157321; transform: translateY(-2px); }

        /* SIDE CART DRAWER */
        .cart-drawer-overlay {
            position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.6); z-index: 99998; opacity: 0; visibility: hidden; transition: 0.3s; backdrop-filter: blur(2px);
        }
        .cart-drawer-overlay.active { opacity: 1; visibility: visible; }
        .cart-drawer {
            position: fixed; top: 0; right: -420px; width: 100%; max-width: 400px; height: 100vh; background: #fff; z-index: 99999; box-shadow: -10px 0 40px rgba(0,0,0,0.15); display: flex; flex-direction: column; transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        .cart-drawer.active { right: 0; }
        
        .cart-drawer-header { 
            padding: 25px 30px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f0e0e8; background: #faf5f0; 
        }
        .cart-drawer-header h2 { margin: 0; font-family: var(--font-display); font-size: 1.6rem; color: var(--eden-dark); font-weight: 700; letter-spacing: 1px; }
        .cart-close-btn { background: none; border: none; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #888; transition: 0.3s; }
        .cart-close-btn:hover { background: #fff; color: #111; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
        
        .cart-shipping-bar { padding: 20px 30px; background: #fff; border-bottom: 1px solid #f0e0e8; }
        .cart-shipping-bar p { margin: 0 0 10px 0; font-size: 0.85rem; color: #555; text-align: center; }
        .cart-shipping-bar p strong { color: var(--eden-wine); }
        .progress-bg { height: 8px; background: #f1ebeb; border-radius: 10px; overflow: hidden; }
        .progress-fill { height: 100%; background: linear-gradient(90deg, #188a27, #24c238); border-radius: 10px; transition: width 0.5s ease; }
        
        .cart-drawer-items { flex: 1; overflow-y: auto; padding: 30px; display: flex; flex-direction: column; gap: 25px; }
        .cart-empty-msg { text-align: center; color: #a09088; margin-top: 50px; font-size: 1rem; font-style: italic; }
        
        .cart-item { display: flex; gap: 20px; position: relative; padding-bottom: 25px; border-bottom: 1px dashed #f0e0e8; }
        .cart-item:last-child { border-bottom: none; padding-bottom: 0; }
        .cart-item-img { width: 85px; height: 85px; background: var(--stone); border-radius: 12px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; border: 1px solid #e8d5a8; }
        .cart-item-img img { max-width: 80%; max-height: 80%; object-fit: contain; }
        
        .cart-item-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
        .cart-item-info h4 { margin: 0 0 8px 0; font-size: 0.9rem; font-weight: 600; color: #333; line-height: 1.4; font-family: var(--font-body); padding-right: 25px; }
        
        .cart-item-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
        .cart-item-price { font-weight: 700; color: #111; font-size: 1.05rem; }
        
        .qty-control { display: flex; align-items: center; border: 1px solid #e2cdd0; border-radius: 50px; overflow: hidden; height: 32px; width: 90px; }
        .qty-control span { flex: 1; text-align: center; cursor: pointer; background: #fff; font-size: 1.1rem; line-height: 32px; user-select: none; color: #555; transition: 0.2s; }
        .qty-control span:hover { background: #faf5f0; color: #111; }
        .qty-control input { width: 34px; text-align: center; border: none; border-left: 1px solid #e2cdd0; border-right: 1px solid #e2cdd0; font-size: 0.85rem; height: 100%; outline: none; background: #fff; font-weight: 600; }
        
        .cart-item-remove { position: absolute; top: 0; right: 0; background: none; border: none; cursor: pointer; color: #b25d76; padding: 5px; transition: 0.3s; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
        .cart-item-remove:hover { background: #fdf5f7; color: #660810; }
        .cart-item-remove svg { width: 18px; height: 18px; }

        .cart-drawer-footer { padding: 30px; border-top: 1px solid #eee; background: #faf5f0; }
        .cart-total-line { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-size: 1.1rem; }
        .cart-total-line span { color: #666; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
        .cart-total-line strong { color: #111; font-size: 1.3rem; font-weight: 700; font-family: var(--font-display); }
        
        
        .btn-checkout:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(24, 138, 39, 0.4); }
        
        .cart-secure-msg { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.8rem; color: #7a6e65; margin-top: 18px; font-weight: 600; }
    