@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";:root{--bg-gradient: linear-gradient(180deg, #FAF7F2 0%, #F4EFE6 100%);--bg-primary: #FAF7F2;--bg-secondary: #E5DED3;--bg-card: #FFFFFF;--border-color: #E5DED3;--border-color-glow: rgba(var(--color-cta-rgb), .12);--color-cta: #C89B3C;--color-cta-hover: #A87D24;--cta-gradient: linear-gradient(135deg, #C89B3C 0%, #A87D24 100%);--color-accent: #D4AF37;--accent-gradient: linear-gradient(135deg, #D4AF37 0%, #F3E5AB 100%);--color-cta-rgb: 200, 155, 60;--color-accent-rgb: 212, 175, 55;--color-success: #3F7D58;--success-gradient: linear-gradient(135deg, #3F7D58 0%, #2E5C41 100%);--text-primary: #1A1A1A;--text-muted: #6B6B6B;--text-sub: #8C8C8C;--selected-theme-color: #0A1128;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--max-width: 1200px;--border-radius-sm: 6px;--border-radius-md: 12px;--border-radius-lg: 18px;--shadow-premium: 0 10px 30px -10px rgba(26, 26, 26, .04), 0 1px 3px rgba(26, 26, 26, .02);--shadow-glow: 0 8px 25px rgba(var(--color-cta-rgb), .15);--shadow-glow-accent: 0 8px 25px rgba(var(--color-accent-rgb), .15);--transition-smooth: all .3s cubic-bezier(.16, 1, .3, 1);--header-height: 70px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg-primary);background-image:var(--bg-gradient);background-attachment:fixed;color:var(--text-primary);font-family:var(--font-body);line-height:1.6;overflow-x:visible}#MainContent{overflow-x:clip;position:relative;width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;letter-spacing:-.02em}a{color:inherit;text-decoration:none;transition:var(--transition-smooth)}img,video{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:4px;border:1px solid var(--border-color)}::-webkit-scrollbar-thumb:hover{background:#d1d5db}.glass-panel{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-premium)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}@media(max-width:576px){.container{padding:0 12px}}.shopify-section-padding{padding:80px 0}@media(max-width:768px){.shopify-section-padding{padding:50px 0}}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:2.5rem;margin-bottom:12px;background:linear-gradient(to right,#111827,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}@media(max-width:768px){.section-header h2{font-size:2rem}.section-header p{font-size:.95rem}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:16px 36px;background:var(--cta-gradient);color:#fff!important;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;border:none;cursor:pointer;box-shadow:var(--shadow-glow);position:relative;overflow:hidden;transition:var(--transition-smooth);gap:8px}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #c76b3c59!important}.btn-primary:active{transform:translateY(1px)}.stars-container{display:inline-flex;align-items:center;gap:4px}.star-icon{width:18px;height:18px;fill:var(--color-accent)}.announcement-bar{background:#111827;border-bottom:1px solid rgba(255,255,255,.1);padding:10px 0;text-align:center;position:sticky;top:0;z-index:1000;font-size:.85rem;font-weight:600;letter-spacing:.05em;color:#fff}.announcement-bar-inner{display:flex;justify-content:center;align-items:center;gap:20px}.announcement-bar-accent{color:var(--color-accent);text-shadow:var(--shadow-glow-accent);animation:pulse-light 2s infinite}@keyframes pulse-light{0%,to{opacity:1}50%{opacity:.7}}#shopify-section-header{position:sticky;top:0;z-index:9999;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease;will-change:transform,opacity}#shopify-section-header.header-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.theme-header{position:relative;width:100%;height:var(--header-height);background:var(--bg-primary);border-bottom:1px solid var(--border-color);transition:background .4s ease,box-shadow .4s ease,border-color .4s ease}.theme-header.scrolled{background:var(--bg-primary)!important;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-premium)}.theme-header.header-hidden,#shopify-section-header.header-hidden .theme-header{opacity:0;pointer-events:none}.theme-header-container{display:flex;align-items:center;justify-content:space-between;height:100%}.logo-container{font-family:var(--font-heading);font-weight:800;font-size:1.6rem;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:flex;align-items:center;gap:8px}.logo-dot{width:8px;height:8px;background:var(--color-cta);border-radius:50%;display:inline-block;box-shadow:var(--shadow-glow)}.nav-menu{display:flex;list-style:none;gap:32px}.nav-link{font-weight:500;font-size:.95rem;color:var(--text-muted)}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.header-actions{display:flex;align-items:center;gap:20px}.cart-trigger-btn{background:none;border:none;cursor:pointer;position:relative;padding:8px}.mobile-menu-toggle-btn{display:none}.cart-trigger-icon{width:24px;height:24px;stroke:var(--text-primary);stroke-width:2;fill:none}.cart-count-badge{position:absolute;top:0;right:0;background:var(--color-cta);color:var(--text-primary);font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-glow)}@media(max-width:768px){.nav-menu{display:none}}.hero-video-section{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;padding:120px 0;background:var(--bg-secondary)}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-video-bg video{width:100%;height:100%;object-fit:cover;opacity:.85}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(248,245,239,.1) 0%,rgba(237,231,219,.5) 60%,rgba(237,231,219,.95) 90%,var(--bg-secondary) 100%);z-index:2}.hero-content-wrapper{position:relative;z-index:3;max-width:700px;text-align:left}.hero-trust-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#c76b3c0f;border:1px solid rgba(199,107,60,.18);border-radius:9999px;font-size:.85rem;font-weight:600;margin-bottom:24px;color:var(--color-cta);box-shadow:0 4px 15px #c76b3c0d}.hero-content-wrapper h1{font-size:3.8rem;line-height:1.1;margin-bottom:20px;font-weight:900;background:linear-gradient(135deg,#1f2937,#c76b3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content-wrapper p{font-size:1.25rem;color:var(--text-muted);margin-bottom:36px;line-height:1.6}.hero-cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.hero-trust-icons{display:flex;align-items:center;gap:20px;font-size:.8rem;color:var(--text-muted)}.hero-trust-item{display:flex;align-items:center;gap:6px}.hero-trust-item svg{width:16px;height:16px;fill:var(--color-success)}@media(max-width:768px){.hero-video-section{min-height:75vh;padding:60px 0}.hero-content-wrapper{text-align:center;max-width:100%}.hero-trust-tag{margin-left:auto;margin-right:auto}.hero-content-wrapper h1{font-size:2.5rem}.hero-content-wrapper p{font-size:1.05rem}.hero-cta-group{align-items:center;width:100%}.btn-primary{width:100%;max-width:350px}.hero-trust-icons{flex-wrap:wrap;justify-content:center;gap:12px}}.comparison-table-wrapper{overflow-x:auto;border-radius:var(--border-radius-md);max-width:800px;margin:0 auto;box-shadow:var(--shadow-premium);border:1px solid var(--border-color);background:var(--bg-card)}.comparison-table{width:100%;border-collapse:collapse;text-align:left}.comparison-table th,.comparison-table td{padding:12px 18px;border-bottom:1px solid var(--border-color);font-size:.95rem}.comparison-table th{font-family:var(--font-heading);font-weight:700;font-size:1.05rem}.comparison-table th.our-product,.comparison-table td.our-product{background:#c76b3c0a;position:relative}.comparison-table th.our-product:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--cta-gradient)}.comparison-table td.competitor{color:var(--text-sub)}.comparison-table .feature-title{font-weight:600}.comparison-check-icon{width:20px;height:20px;fill:var(--color-success)}.comparison-cross-icon{width:18px;height:18px;fill:var(--color-cta);opacity:.6}@media(max-width:768px){.comparison-table th,.comparison-table td{padding:8px 12px;font-size:.85rem}.comparison-table th{font-size:.9rem}}.benefit-strip{background:#ffffff8c;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:30px 0}.benefit-strip-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.benefit-item{text-align:center;display:flex;flex-direction:column;align-items:center}.benefit-icon-wrapper{width:54px;height:54px;border-radius:50%;background:#fff;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 4px 10px #00000008;transition:var(--transition-smooth)}.benefit-item:nth-child(odd) .benefit-icon-wrapper{animation:float 6s ease-in-out infinite}.benefit-item:nth-child(2n) .benefit-icon-wrapper{animation:float-reverse 6s ease-in-out infinite}.benefit-icon-wrapper svg{width:24px;height:24px;fill:var(--text-primary)}.benefit-item:hover .benefit-icon-wrapper{transform:translateY(-4px);border-color:var(--color-cta);box-shadow:var(--shadow-glow)}.benefit-item:hover .benefit-icon-wrapper svg{fill:var(--color-cta)}.benefit-item h4{font-size:.95rem;margin-bottom:4px}.benefit-item p{font-size:.8rem;color:var(--text-sub)}@media(max-width:1024px){.benefit-strip-grid{grid-template-columns:repeat(3,1fr);row-gap:30px}}@media(max-width:640px){.benefit-strip-grid{grid-template-columns:repeat(2,1fr)}}.ugc-carousel-container{position:relative;overflow:hidden;padding:10px 0}.ugc-carousel-track{display:flex;gap:20px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);cursor:grab}.ugc-carousel-track:active{cursor:grabbing}.ugc-card{flex:0 0 calc(25% - 15px);min-width:260px;border-radius:var(--border-radius-md);overflow:hidden;position:relative;aspect-ratio:9 / 16;box-shadow:var(--shadow-premium)}.ugc-media{width:100%;height:100%;position:relative}.ugc-media video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.ugc-thumbnail{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:2;transition:opacity .3s ease}.ugc-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000001a,#000000bf);display:flex;flex-direction:column;justify-content:flex-end;padding:16px;z-index:3}.ugc-user{font-family:var(--font-heading);font-weight:700;font-size:.95rem;margin-bottom:4px;color:#fff}.ugc-caption{font-size:.8rem;color:#ffffffd9;margin-bottom:8px;line-height:1.4}.ugc-rating{display:flex;align-items:center;gap:4px}.ugc-rating svg{width:12px;height:12px;fill:var(--color-accent)}.ugc-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:var(--cta-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-glow);cursor:pointer;z-index:4;transition:var(--transition-smooth)}.ugc-play-btn svg{width:16px;height:16px;fill:#fff;margin-left:2px}.ugc-card:hover .ugc-play-btn{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 25px #ef444480}.ugc-card.playing .ugc-thumbnail,.ugc-card.playing .ugc-play-btn{opacity:0;pointer-events:none}@media(max-width:1024px){.ugc-card{flex:0 0 calc(33.333% - 14px)}}@media(max-width:768px){.ugc-card{flex:0 0 calc(50% - 10px)}.ugc-carousel-container{overflow-x:auto!important;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ugc-carousel-container::-webkit-scrollbar{display:none}}@media(max-width:480px){.ugc-card{flex:0 0 85%}}.faq-grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{border-radius:var(--border-radius-md);overflow:hidden;transition:var(--transition-smooth)}.faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px;background:#ffffffb3;border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-heading);font-weight:600;font-size:1.1rem;text-align:left;cursor:pointer;transition:var(--transition-smooth)}.faq-trigger:hover{background:#ffffffe6;border-color:#11182726}.faq-icon{width:20px;height:20px;position:relative;transition:transform .3s}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background:var(--text-primary);transition:var(--transition-smooth)}.faq-icon:before{top:9px;left:0;width:20px;height:2px}.faq-icon:after{top:0;left:9px;width:2px;height:20px}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-item.active .faq-icon:after{opacity:0}.faq-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;background:#ffffff4d;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color)}.faq-item.active .faq-content{max-height:500px;opacity:1;border-bottom:1px solid var(--border-color)}.faq-content-inner{padding:24px;color:var(--text-muted);font-size:.95rem;line-height:1.6}.bundle-selector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:30px}.bundle-card{padding:40px 24px 30px;display:flex;flex-direction:column;align-items:center;position:relative;cursor:pointer;transition:var(--transition-smooth)}.bundle-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:var(--border-radius-md);border:1px solid var(--border-color);pointer-events:none;transition:var(--transition-smooth)}.bundle-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--accent-gradient);color:var(--bg-primary);font-size:.75rem;font-family:var(--font-heading);font-weight:800;padding:6px 16px;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-glow-accent)}.bundle-selector-grid .bundle-card.popular:before{border:2px solid var(--color-cta);box-shadow:var(--shadow-glow)}.bundle-selector-grid .bundle-card.active:before{border:2px solid var(--color-accent);box-shadow:var(--shadow-glow-accent)}.bundle-title{font-size:1.3rem;margin-bottom:10px}.bundle-subtitle{color:var(--text-sub);font-size:.85rem;margin-bottom:24px}.bundle-price-container{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.bundle-price{font-size:2.2rem;font-weight:800;font-family:var(--font-heading)}.bundle-compare-price{font-size:1.1rem;color:var(--text-sub);text-decoration:line-through}.bundle-savings{display:inline-block;padding:4px 12px;background:#22c55e26;color:var(--color-success);font-size:.85rem;font-weight:700;border-radius:9999px;margin-bottom:24px}.bundle-card.active .bundle-savings{background:var(--success-gradient);color:var(--text-primary);box-shadow:0 0 15px #22c55e33}.bundle-bullets{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:.85rem;color:var(--text-muted);width:100%;border-top:1px solid var(--border-color);padding-top:20px;margin-top:auto}.bundle-bullet-item{display:flex;align-items:center;gap:8px}.bundle-bullet-item svg{width:14px;height:14px;fill:var(--color-success)}@media(max-width:1024px){.bundle-selector-grid{grid-template-columns:1fr;gap:30px}.bundle-card{padding:30px 24px}}.offer-stack-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.offer-stack-cards{display:flex;flex-direction:column;gap:16px}.offer-card{display:flex;align-items:center;gap:20px;padding:20px}.offer-badge{font-size:.75rem;font-family:var(--font-heading);font-weight:800;padding:4px 10px;border-radius:4px;text-transform:uppercase}.offer-badge.main{background:var(--cta-gradient);color:var(--text-primary)}.offer-badge.bonus{background:var(--accent-gradient);color:var(--bg-primary)}.offer-badge.free{background:var(--success-gradient);color:var(--text-primary)}.offer-card-details h4{font-size:1.1rem;margin-bottom:4px}.offer-card-details p{color:var(--text-sub);font-size:.85rem}.offer-card-value{margin-left:auto;font-family:var(--font-heading);font-weight:700;font-size:1.1rem}.offer-card-value.strike{color:var(--text-sub);text-decoration:line-through;font-size:.95rem;margin-right:6px}.offer-card-value.free-val{color:var(--color-success)}.offer-stack-summary{text-align:center;padding:40px}.stack-total-title{font-size:1.3rem;color:var(--text-muted);margin-bottom:8px}.stack-total-value{font-size:2.8rem;font-weight:900;color:var(--text-primary);text-decoration:line-through;margin-bottom:12px;opacity:.5}.stack-offer-price{font-size:3.5rem;font-weight:900;font-family:var(--font-heading);background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:24px;line-height:1}.offer-stack-action{display:flex;flex-direction:column;align-items:center;gap:16px}@media(max-width:768px){.offer-stack-grid{grid-template-columns:1fr}.offer-card{padding:14px;gap:12px}.offer-card-details h4{font-size:.95rem}.offer-card-details p{font-size:.8rem}.offer-card-value{font-size:.95rem}.stack-total-value{font-size:2.2rem}.stack-offer-price{font-size:2.8rem}.offer-stack-summary{padding:24px}}.review-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{padding:30px;display:flex;flex-direction:column}.review-user-info{display:flex;align-items:center;gap:12px;margin-bottom:16px}.review-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.review-user-name{font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:6px}.verified-icon{width:14px;height:14px;fill:var(--color-success)}.review-date{font-size:.75rem;color:var(--text-sub)}.review-rating-block{margin-bottom:12px}.review-body{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin-bottom:20px}.review-photos{display:flex;gap:8px;margin-top:auto}.review-photo-item{width:70px;height:70px;border-radius:var(--border-radius-sm);object-fit:cover;cursor:pointer;transition:var(--transition-smooth)}.review-photo-item:hover{transform:scale(1.05)}@media(max-width:1024px){.review-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.review-gallery-grid{grid-template-columns:1fr}}.trust-badges-snippet{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:30px;width:100%}.trust-badges-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px}.trust-badge-item{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;color:var(--text-muted)}.trust-badge-item svg{width:20px;height:20px;fill:var(--text-muted)}.payment-methods-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;opacity:.7}.payment-methods-row svg{height:22px;width:auto}.shipping-timer-container{padding:16px;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:var(--border-radius-sm);border:1px dashed rgba(245,158,11,.3);background:#f59e0b08;margin-bottom:24px;font-size:.95rem;color:var(--text-primary)}.timer-pulse-icon{width:10px;height:10px;background:var(--color-accent);border-radius:50%;animation:pulse-glow-accent 1.5s infinite}.shipping-timer-inner span{font-weight:700;color:var(--color-accent)}@keyframes pulse-glow-accent{0%{transform:scale(.95);box-shadow:0 0 #f59e0b80}70%{transform:scale(1);box-shadow:0 0 0 8px #f59e0b00}to{transform:scale(.95);box-shadow:0 0 #f59e0b00}}.sticky-cart-bar{position:fixed;bottom:0;left:0;right:0;background:var(--bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-color);padding:12px 0;z-index:998;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);box-shadow:0 -10px 30px #0000000d}.sticky-cart-bar.visible{transform:translateY(0)}.sticky-cart-container{display:flex;align-items:center;justify-content:space-between}.sticky-cart-product{display:flex;align-items:center;gap:12px}.sticky-cart-img{width:48px;height:48px;border-radius:var(--border-radius-sm);object-fit:cover}.sticky-cart-details h4{font-size:.95rem;font-weight:700}.sticky-cart-details p{font-size:.8rem;color:var(--text-sub)}.sticky-cart-actions{display:flex;align-items:center;gap:20px}.sticky-cart-price-block{text-align:right}.sticky-cart-price-block .price{font-size:1.25rem;font-weight:800;font-family:var(--font-heading)}.sticky-cart-price-block .compare-price{font-size:.85rem;color:var(--text-sub);text-decoration:line-through}.sticky-cart-btn{padding:12px 28px;font-size:.95rem}@media(max-width:768px){.sticky-cart-product{display:none}.sticky-cart-container{justify-content:center;width:100%}.sticky-cart-actions{width:100%;justify-content:space-between}.sticky-cart-btn{flex-grow:1}}.social-proof-popup{position:fixed;bottom:24px;left:24px;z-index:1001;padding:16px 20px;display:flex;align-items:center;gap:12px;width:340px;background:#f8f5efbf!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1px solid var(--border-color)!important;border-radius:var(--border-radius-md)!important;box-shadow:0 20px 40px -15px #1f29371f,var(--shadow-glow-accent)!important;transform:translate(-120%);opacity:0;transition:transform .7s cubic-bezier(.34,1.56,.64,1),opacity .5s ease;pointer-events:none}.social-proof-popup.visible{transform:translate(0);opacity:1;pointer-events:auto}.social-proof-img{width:44px;height:44px;border-radius:50%;object-fit:cover}.social-proof-body{font-size:.8rem;color:var(--text-muted)}.social-proof-name{font-weight:700;color:var(--text-primary)}.social-proof-time{font-size:.7rem;color:var(--text-sub);margin-top:2px}.social-proof-close{background:none;border:none;color:var(--text-sub);cursor:pointer;margin-left:auto;padding:4px}.social-proof-close svg{width:10px;height:10px;fill:currentColor}@media(max-width:480px){.social-proof-popup{left:12px;right:12px;width:calc(100% - 24px);bottom:12px;transition:bottom .3s ease,transform .7s cubic-bezier(.34,1.56,.64,1),opacity .5s ease}body.sticky-bar-active .social-proof-popup{bottom:76px}}.cart-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#11182766;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100000;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.cart-drawer-overlay.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:460px;max-width:100%;background:var(--bg-primary);border-left:1px solid var(--border-color);box-shadow:-10px 0 40px #000c;z-index:100001;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.cart-drawer.active{transform:translate(0)}.cart-drawer-header{padding:24px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.cart-drawer-header h3{font-size:1.3rem;display:flex;align-items:center;gap:8px}.cart-drawer-close{background:none;border:none;cursor:pointer;color:var(--text-primary);padding:4px}.cart-drawer-close svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none}.cart-progress-container{padding:20px 24px;background:#00000005;border-bottom:1px solid var(--border-color)}.cart-progress-text{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:8px}.cart-progress-text span{color:var(--color-success);font-weight:700}.cart-progress-bar-bg{width:100%;height:8px;background:#0000000f;border-radius:4px;overflow:hidden}.cart-progress-bar-fill{height:100%;background:var(--success-gradient);width:0%;border-radius:4px;transition:width .5s ease;box-shadow:0 0 10px #22c55e4d}.cart-drawer-items{flex-grow:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px;min-height:0}.cart-item{display:flex;gap:16px;padding-bottom:24px;border-bottom:1px solid var(--border-color);align-items:stretch}.cart-item-img{width:90px;height:90px;border-radius:var(--border-radius-sm);object-fit:cover;border:1px solid var(--border-color);flex-shrink:0}.cart-item-info{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;gap:6px}.cart-item-title{font-size:.95rem;line-height:1.3;font-weight:700;margin-bottom:0}.cart-item-variant{font-size:.8rem;color:var(--text-sub);margin-bottom:0}.cart-item-actions{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.qty-selector{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:4px;overflow:hidden;background:#ffffff05}.qty-btn{background:none;border:none;color:var(--text-primary);width:26px;height:26px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700}.qty-btn:hover{background:#ffffff14}.qty-val{width:32px;text-align:center;font-size:.85rem;font-weight:600}.cart-item-price{font-family:var(--font-heading);font-weight:700;font-size:1.05rem}.cart-item-remove{background:none;border:none;color:var(--text-sub);cursor:pointer;font-size:.7rem;text-decoration:underline}.cart-item-remove:hover{color:var(--color-cta)}.cart-drawer-footer{padding:24px;border-top:1px solid var(--border-color);background:#ffffff03}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cart-summary-label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.cart-summary-value{font-family:var(--font-heading);font-weight:800;font-size:1.2rem}.cart-checkout-btn{width:100%;padding:12px;font-size:.95rem;margin-bottom:12px}.cart-drawer-footer-note{font-size:.75rem;color:var(--text-sub);text-align:center}.cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--text-muted);gap:20px}.cart-empty-icon{width:64px;height:64px;stroke:var(--text-sub);fill:none;stroke-width:1.5}.cart-empty-state p{font-size:.95rem;max-width:250px}.theme-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-col-about h3{font-size:1.3rem;margin-bottom:16px}.footer-col-about p{color:var(--text-sub);font-size:.9rem;margin-bottom:24px;max-width:400px}.footer-links-title{font-family:var(--font-heading);font-weight:700;font-size:1.05rem;margin-bottom:20px;color:var(--text-primary)}.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links-list a{font-size:.85rem;color:var(--text-sub)}.footer-links-list a:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid var(--border-color);padding-top:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-copy{font-size:.8rem;color:var(--text-sub)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;text-align:center}}.benefit-strip{position:relative!important;background:var(--bg-secondary)!important;border-top:none!important;border-bottom:none!important}#comparison{position:relative!important;background:var(--bg-primary)!important}.offer-stack-section{position:relative!important;background:var(--bg-secondary)!important}.ugc-section{position:relative!important;background:var(--bg-primary)!important}#faq{position:relative!important;background:var(--bg-secondary)!important}.review-section{position:relative!important;background:var(--bg-primary)!important}.theme-footer{position:relative!important;background:var(--bg-secondary)!important}.benefit-strip:before,.offer-stack-section:before,#faq:before,.theme-footer:before{content:"";position:absolute;top:-45px;left:0;right:0;height:50px;background-size:100% 50px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath d='M0,32L120,42.7C240,53,480,75,720,74.7C960,75,1200,53,1320,42.7L1440,32L1440,120L1320,120C1200,120,960,120,720,120C480,120,240,120,120,120L0,120Z' fill='%23EDE7DB'/%3E%3C/svg%3E");z-index:5}#comparison:before,.ugc-section:before,.review-section:before{content:"";position:absolute;top:-45px;left:0;right:0;height:50px;background-size:100% 50px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath d='M0,32L120,42.7C240,53,480,75,720,74.7C960,75,1200,53,1320,42.7L1440,32L1440,120L1320,120C1200,120,960,120,720,120C480,120,240,120,120,120L0,120Z' fill='%23F8F5EF'/%3E%3C/svg%3E");z-index:5}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes float-reverse{0%{transform:translateY(0)}50%{transform:translateY(8px)}to{transform:translateY(0)}}@keyframes pulseGlowAccent{0%{box-shadow:0 0 15px #c5a0591a}50%{box-shadow:0 0 25px #c5a05940}to{box-shadow:0 0 15px #c5a0591a}}.float-slow{animation:float 6s ease-in-out infinite}.float-slow-reverse{animation:float-reverse 6s ease-in-out infinite}.bundle-card,.offer-card,.review-card,.faq-item,.benefit-item{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s ease!important}.bundle-card:hover,.offer-card:hover,.review-card:hover,.faq-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #1e293b14!important;border-color:var(--color-accent)!important}.benefit-item:hover{transform:translateY(-5px)}.bundle-card.popular{animation:pulseGlowAccent 4s ease-in-out infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{opacity:0;animation:fadeInUp .9s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-left{opacity:0;animation:slideLeft .9s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-right{opacity:0;animation:slideRight .9s cubic-bezier(.16,1,.3,1) forwards}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}.delay-4{animation-delay:.6s}.glass-panel{background:#ffffffa6!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color)!important;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),background .4s ease,border-color .4s ease!important}.glass-panel:hover{background:#ffffffd9!important;border-color:var(--color-cta)!important;box-shadow:0 30px 60px -15px #c76b3c26,var(--shadow-glow)!important}.product-showcase-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start;margin-top:20px}@media(max-width:1024px){.product-showcase-grid{grid-template-columns:1fr;gap:30px}}.product-gallery{display:flex;flex-direction:column;gap:16px}.gallery-main-wrapper{position:relative;width:100%;border-radius:var(--border-radius-lg);overflow:hidden;aspect-ratio:1 / 1;background:#fff;display:flex;align-items:center;justify-content:center}.gallery-main-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-main-wrapper:hover .gallery-main-image{transform:scale(1.05)}.gallery-sale-badge{position:absolute;top:20px;left:20px;background:var(--cta-gradient);color:#fff;font-family:var(--font-heading);font-weight:800;font-size:.85rem;padding:6px 14px;border-radius:9999px;letter-spacing:.05em;z-index:10;box-shadow:var(--shadow-glow)}.gallery-thumbnails{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px}.gallery-thumbnails::-webkit-scrollbar{height:4px}.thumb-btn{flex:0 0 80px;aspect-ratio:1 / 1;border-radius:var(--border-radius-sm);border:1px solid var(--border-color);background:#fff;padding:0;cursor:pointer;overflow:hidden;transition:var(--transition-smooth)}.thumb-btn img{width:100%;height:100%;object-fit:cover}.thumb-btn:hover{border-color:var(--color-cta);transform:translateY(-2px)}.thumb-btn.active{border:2px solid var(--color-cta);box-shadow:var(--shadow-glow)}.product-details-col{display:flex;flex-direction:column;align-items:flex-start}.product-trust-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.trust-rating-text{font-size:.85rem;font-weight:600;color:var(--text-muted)}.product-title{font-size:2.5rem;margin-bottom:8px;background:linear-gradient(135deg,#111827,#c76b3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-tagline{color:var(--text-muted);font-size:1.1rem;margin-bottom:24px}.product-bullets-list{display:flex;flex-direction:column;gap:12px;margin-bottom:30px;width:100%}.bullet-item-small{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--text-primary)}.bullet-item-small svg{width:18px;height:18px;fill:var(--color-success);flex-shrink:0}.kaching-bundles-widget{width:100%;margin-bottom:24px}.widget-heading{font-size:1.05rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;color:var(--text-primary)}.kaching-bundle-card{position:relative;display:flex;flex-direction:column;padding:18px 20px;margin-bottom:14px;cursor:pointer;border-radius:var(--border-radius-md);transition:all .3s cubic-bezier(.25,.8,.25,1);overflow:hidden}.kaching-bundle-card:hover{transform:translateY(-2px);border-color:var(--color-cta)!important;box-shadow:0 10px 20px #c76b3c14}.kaching-bundle-card.active{border:2px solid var(--color-cta)!important;background:#fffffff2!important;box-shadow:0 15px 30px #c76b3c1f,var(--shadow-glow)}.kaching-bundle-card.active.popular{border-color:var(--color-cta)!important}.kaching-popular-ribbon{position:absolute;top:0;right:0;background:var(--cta-gradient);color:#fff;font-family:var(--font-heading);font-weight:900;font-size:.65rem;padding:4px 14px;border-bottom-left-radius:12px;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-glow);z-index:5}.card-main-row{display:flex;align-items:center;width:100%;gap:14px}.card-select-control{display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-info-block{flex-grow:1}.tier-badge{display:inline-block;font-size:.65rem;font-weight:800;padding:2px 8px;background:#1f29370d;color:var(--text-muted);border-radius:4px;text-transform:uppercase;margin-bottom:4px}.tier-badge.popular-badge{background:#c76b3c1a;color:var(--color-cta)}.tier-badge.saver-badge{background:#d4a37326;color:#b58450}.tier-title{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin-bottom:2px}.tier-shipping-status{font-size:.75rem;font-weight:600;color:var(--color-success)}.card-pricing-block{display:flex;flex-direction:column;align-items:flex-end;text-align:right;flex-shrink:0}.card-pricing-block .price{font-size:1.4rem;font-weight:800;font-family:var(--font-heading);color:var(--text-primary)}.card-pricing-block .compare-price{font-size:.9rem;text-decoration:line-through;color:var(--text-sub);margin-top:-2px}.savings-tag{font-size:.75rem;font-weight:700;color:var(--text-muted);background:#1f29370f;padding:2px 6px;border-radius:4px;margin-top:4px}.savings-tag.highlighted{color:var(--color-cta);background:#c76b3c14}.savings-tag.highlighted-super{color:#fff;background:var(--success-gradient)}.kaching-radio-input{display:none}.kaching-radio-label{display:inline-block;width:20px;height:20px;border:2px solid var(--border-color);border-radius:50%;cursor:pointer;position:relative;transition:var(--transition-smooth);background:#fff}.kaching-bundle-card:hover .kaching-radio-label{border-color:var(--color-cta)}.kaching-bundle-card.active .kaching-radio-label{border-color:var(--color-cta);background:#fff}.kaching-bundle-card.active .kaching-radio-label:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;background:var(--cta-gradient);border-radius:50%;animation:scale-up .2s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes scale-up{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.tier-customization-panel{max-height:0;opacity:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.kaching-bundle-card.active .tier-customization-panel{max-height:220px;opacity:1;padding-top:14px;margin-top:14px;border-top:1px solid var(--border-color)}.customizer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.customizer-grid.three-cols{grid-template-columns:repeat(3,1fr)}@media(max-width:480px){.customizer-grid,.customizer-grid.three-cols{grid-template-columns:1fr}.kaching-bundle-card.active .tier-customization-panel{max-height:400px}}.dropdown-row{display:flex;flex-direction:column;gap:4px}.dropdown-label{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em}.custom-select-wrapper{position:relative;width:100%}.custom-select-wrapper:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:8px;height:6px;background-color:var(--text-muted);clip-path:polygon(100% 0%,0 0%,50% 100%);pointer-events:none}.variant-dropdown{width:100%;padding:10px 30px 10px 14px;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--text-primary);background:#fffc;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);appearance:none;-webkit-appearance:none;cursor:pointer;transition:var(--transition-smooth)}.variant-dropdown:focus{outline:none;border-color:var(--color-cta);background:#fff;box-shadow:0 0 0 2px #c76b3c1a}.variant-dropdown:hover{background:#fff}.purchase-luxury-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:36px 30px;box-shadow:var(--shadow-premium);display:flex;flex-direction:column;align-items:flex-start;width:100%}.limited-time-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(var(--color-cta-rgb),.08);color:var(--color-cta);font-size:.72rem;font-weight:700;padding:6px 14px;border-radius:30px;margin-bottom:20px;letter-spacing:.05em;text-transform:uppercase}.pulse-dot{width:8px;height:8px;background-color:var(--color-cta);border-radius:50%;position:relative;display:inline-block}.pulse-dot:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-cta);border-radius:50%;animation:pulse-ring 1.5s cubic-bezier(.215,.61,.355,1) infinite}@keyframes pulse-ring{0%{transform:scale(.95);opacity:.8}to{transform:scale(2.4);opacity:0}}.product-price-row{display:flex;align-items:center;gap:12px;margin:16px 0 24px;flex-wrap:wrap}.price-discounted{font-size:2.1rem;font-weight:700;color:var(--color-cta);font-family:var(--font-heading)}.price-original{font-size:1.25rem;text-decoration:line-through;color:var(--text-muted)}.price-savings-badge{background:var(--color-success);color:#fff;font-size:.78rem;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.product-quantity-selector{display:flex;align-items:center;justify-content:space-between;width:100%;margin:24px 0 16px;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:16px 0}.quantity-label{font-size:.95rem;font-weight:600;color:var(--text-primary)}.quantity-controls{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background:#faf7f2;overflow:hidden}.quantity-btn{width:42px;height:42px;background:transparent;border:none;cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;justify-content:center;transition:background .2s}.quantity-btn:hover{background:#1a1a1a0d}.quantity-btn:active{background:#1a1a1a1a}.quantity-input{width:48px;height:42px;border:none;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);text-align:center;font-size:.95rem;font-weight:600;color:var(--text-primary);background:#fff}.cta-purchase-block{width:100%}.checkout-footer-badges{margin-top:24px;border-top:1px solid var(--border-color);padding-top:20px;width:100%;display:flex;flex-direction:column;gap:16px}.cod-badge{display:flex;align-items:center;gap:10px;color:var(--color-success);font-weight:600;font-size:.9rem}.cod-icon{width:20px;height:20px;stroke-width:2;flex-shrink:0}.secure-checkout-icons{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.secure-label{font-size:.8rem;font-weight:600;color:var(--text-muted)}.payment-icon-strip{display:flex;align-items:center;gap:8px}.pay-logo{height:20px;width:auto;opacity:.9;transition:opacity .2s}.pay-logo:hover{opacity:1}.secure-lock{color:var(--color-cta);width:20px;height:20px;stroke-width:2.25}@media(max-width:576px){.purchase-luxury-card{padding:24px 20px}.price-discounted{font-size:1.8rem}}.testimonials-carousel-section{background-color:#faf7f2;padding:80px 0;position:relative}.testimonials-title{font-size:2.5rem}.testimonials-rating-summary{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;font-size:.95rem;font-weight:600;color:#6b6b6b}.testimonials-rating-summary span.stars{color:var(--color-accent);letter-spacing:2px}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.testimonial-card{background:#fff;border:1px solid #E5DED3;border-radius:16px;padding:32px;position:relative;box-shadow:0 4px 20px #1a1a1a05;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;justify-content:space-between;height:100%;overflow:hidden}.testimonial-card:hover{transform:translateY(-4px);border-color:var(--color-cta);box-shadow:0 12px 30px rgba(var(--color-cta-rgb),.08)}.testimonial-card-quote-bg{position:absolute;top:10px;right:20px;font-family:var(--font-heading);font-size:6rem;line-height:1;color:rgba(var(--color-cta-rgb),.06);-webkit-user-select:none;user-select:none;pointer-events:none}.testimonial-stars{color:var(--color-accent);font-size:.9rem;margin-bottom:16px;display:flex;align-items:center;gap:2px}.testimonial-quote-text{font-size:.92rem;line-height:1.6;color:#1a1a1a;margin-bottom:24px;font-style:italic;position:relative;z-index:2}.testimonial-user-profile{display:flex;align-items:center;gap:14px;margin-top:auto}.testimonial-user-avatar{width:48px;height:48px;border-radius:50%;border:1.5px solid var(--color-cta);object-fit:cover}.testimonial-user-name{font-family:var(--font-heading);font-weight:700;font-size:1rem;color:#1a1a1a;margin:0 0 2px}.testimonial-user-meta{display:flex;flex-direction:column;align-items:flex-start;gap:3px;font-size:.78rem;font-weight:600;color:#6b6b6b;white-space:nowrap}.testimonial-verified-badge{color:#2e7d32;display:inline-flex;align-items:center;gap:2px;font-weight:700}.testimonial-verified-icon{width:12px;height:12px}@media(max-width:1200px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.testimonials-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:16px;gap:16px;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px;scrollbar-width:none}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 290px;scroll-snap-align:start;padding:24px}}body.theme-midnight{--bg-gradient: linear-gradient(180deg, #0A1128 0%, #001F54 100%);--bg-primary: #0A1128;--bg-secondary: #001F54;--bg-card: #0D1B3E;--border-color: rgba(255, 255, 255, .08);--border-color-glow: rgba(var(--color-cta-rgb), .15);--color-cta: #D4AF37;--color-cta-hover: #F3E5AB;--cta-gradient: linear-gradient(135deg, #D4AF37 0%, #F3E5AB 100%);--color-accent: #D4AF37;--accent-gradient: linear-gradient(135deg, #D4AF37 0%, #F3E5AB 100%);--color-cta-rgb: 212, 175, 55;--color-accent-rgb: 212, 175, 55;--color-success: #10B981;--success-gradient: linear-gradient(135deg, #10B981 0%, #059669 100%);--text-primary: #FFFFFF;--text-muted: #E2E8F0;--text-sub: #CBD5E1;--selected-theme-color: #0A1128}body.theme-sage{--bg-gradient: linear-gradient(135deg, #5D7C5D 0%, #3B5A45 100%);--bg-primary: #597355;--bg-secondary: #486A51;--bg-card: rgba(255, 255, 255, .08);--border-color: rgba(255, 255, 255, .15);--border-color-glow: rgba(var(--color-cta-rgb), .2);--color-cta: #FFFFFF;--color-cta-hover: #F3F4F6;--cta-gradient: linear-gradient(135deg, #FFFFFF 0%, #E5E7EB 100%);--color-accent: #FFFFFF;--accent-gradient: linear-gradient(135deg, #FFFFFF 0%, #E5E7EB 100%);--color-cta-rgb: 255, 255, 255;--color-accent-rgb: 255, 255, 255;--color-success: #D4FFD4;--success-gradient: linear-gradient(135deg, #A7F3D0 0%, #059669 100%);--text-primary: #FFFFFF;--text-muted: #E2E8F0;--text-sub: #E2E8F0;--selected-theme-color: #2D4233}body.theme-midnight .buy-now-btn,body.theme-midnight .btn-primary,body.theme-midnight .btn-secondary,body.theme-midnight .sticky-buy-btn{background:#d4af372e!important;border:1.5px solid rgba(212,175,55,.4)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;color:#fff!important;box-shadow:0 8px 32px #d4af3726!important}body.theme-midnight .buy-now-btn:hover,body.theme-midnight .btn-primary:hover,body.theme-midnight .sticky-buy-btn:hover{background:#d4af374d!important;border-color:#d4af3799!important;box-shadow:0 8px 32px #d4af3740!important}body.theme-sage .buy-now-btn,body.theme-sage .btn-primary,body.theme-sage .btn-secondary,body.theme-sage .sticky-buy-btn{background:#ffffff2e!important;border:1.5px solid rgba(255,255,255,.35)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;color:#fff!important;box-shadow:0 8px 32px #ffffff1a!important}body.theme-sage .buy-now-btn:hover,body.theme-sage .btn-primary:hover,body.theme-sage .sticky-buy-btn:hover{background:#ffffff4d!important;border-color:#ffffff80!important;box-shadow:0 8px 32px #fff3!important}body.theme-midnight .comfort-guarantee-box{background:rgba(var(--color-cta-rgb),.05)!important;border:1px solid rgba(var(--color-cta-rgb),.2)!important}body.theme-midnight .live-shoppers-pill{background-color:rgba(var(--color-cta-rgb),.1)!important;border:1px solid rgba(var(--color-cta-rgb),.25)!important}body.theme-midnight .faq-content{background:#ffffff0d}body.theme-midnight .faq-item{background:#ffffff08!important}body.theme-sage .comfort-guarantee-box{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.2)!important}body.theme-sage .live-shoppers-pill{background-color:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important}body.theme-sage .faq-content{background:#ffffff14}body.theme-sage .faq-item{background:#ffffff0d!important}.theme-switcher{position:relative;display:inline-block}.theme-toggle-btn{display:flex;align-items:center;gap:8px;background:#fff9;border:1px solid var(--border-color);padding:8px 14px;border-radius:20px;font-family:var(--font-body);font-size:.82rem;font-weight:600;color:var(--text-primary);cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none;outline:none}.theme-toggle-btn:hover{background:var(--bg-secondary);border-color:var(--color-cta)}.theme-active-icon{font-size:.95rem}.theme-dropdown-list{position:absolute;top:calc(100% + 8px);right:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:8px 0;width:170px;box-shadow:0 10px 25px #00000014;list-style:none;margin:0;z-index:10000;display:none;opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,display .2s allow-discrete}.theme-switcher.open .theme-dropdown-list{display:block;opacity:1;transform:translateY(0)}.theme-option-item{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:.85rem;font-weight:500;color:var(--text-primary);cursor:pointer;transition:background .2s ease,color .2s ease}.theme-option-item:hover{background:rgba(var(--color-cta-rgb),.05);color:var(--color-cta)}.theme-color-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}body.theme-default .theme-dropdown-list [data-theme=default],body.theme-midnight .theme-dropdown-list [data-theme=midnight],body.theme-sage .theme-dropdown-list [data-theme=sage]{display:none!important}body.theme-midnight .theme-toggle-btn{background:#ffffff0d!important;border-color:#ffffff1a!important}body.theme-midnight .theme-toggle-btn:hover{background:#ffffff1a!important}body.theme-sage .theme-toggle-btn{background:#3b5a45!important;border-color:#fff3!important;color:#fff!important}body.theme-sage .theme-toggle-btn:hover{background:#486a51!important}body.theme-midnight .theme-option-item:hover{background:rgba(var(--color-cta-rgb),.08)!important;color:var(--color-cta)!important}body.theme-sage .theme-option-item:hover{background:#486a51!important;color:#fff!important}body.theme-midnight .theme-dropdown-list{box-shadow:0 10px 25px #0000004d!important}body.theme-sage .theme-dropdown-list{background:#3b5a45!important;border-color:#ffffff26!important;box-shadow:0 10px 25px #0000004d!important}body.theme-midnight .logo-container img{filter:brightness(1.5) contrast(1.2)}body.theme-sage .logo-container img{filter:brightness(0) invert(1)}body.theme-midnight .glass-panel,body.theme-sage .glass-panel{background:var(--bg-card)!important;border-color:var(--border-color)!important}body.theme-midnight select,body.theme-sage select{background:var(--bg-card)!important;color:var(--text-primary)!important}body.theme-midnight input,body.theme-midnight textarea,body.theme-sage input,body.theme-sage textarea{background:#ffffff0d!important;color:var(--text-primary)!important}body.theme-midnight input:focus,body.theme-midnight textarea:focus,body.theme-sage input:focus,body.theme-sage textarea:focus{background:var(--bg-secondary)!important}@media(max-width:768px){.theme-toggle-btn .theme-active-name{display:none}}body.theme-sage{--header-bg: #3B5A45;--header-text: #FFFFFF;--header-text-muted: rgba(255, 255, 255, .75);--header-border: rgba(255, 255, 255, .15)}body.theme-midnight .theme-header{background:#0a1128!important;border-bottom:1px solid rgba(255,255,255,.1)!important}body.theme-midnight .theme-header .nav-link{color:#ffffffbf!important}body.theme-midnight .theme-header .nav-link:hover,body.theme-midnight .theme-header .nav-link.active{color:#fff!important}body.theme-midnight .theme-header .cart-trigger-icon{stroke:#fff!important}body.theme-midnight .theme-header .theme-toggle-btn{background:#ffffff14!important;color:#fff!important;border-color:#fff3!important}body.theme-midnight .theme-header .theme-toggle-btn:hover{background:#ffffff26!important}body.theme-midnight .theme-header .logo-container{background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.theme-midnight .theme-header .logo-dot{background:#d4af37!important;box-shadow:0 0 10px #d4af3780!important}body.theme-midnight .buy-now-btn,body.theme-midnight .btn-primary,body.theme-midnight .sticky-buy-btn,body.theme-midnight .hero-btn.primary{background:#0a1128!important;color:#fff!important;border:1.5px solid #D4AF37!important;box-shadow:0 4px 15px #d4af3726!important;transition:all .3s ease!important}body.theme-midnight .buy-now-btn:hover,body.theme-midnight .btn-primary:hover,body.theme-midnight .sticky-buy-btn:hover,body.theme-midnight .hero-btn.primary:hover{background:#111c44!important;border-color:#f3e5ab!important;box-shadow:0 6px 20px #d4af374d!important}body.theme-midnight .buy-now-btn *,body.theme-midnight .btn-primary *,body.theme-midnight .sticky-buy-btn *,body.theme-midnight .hero-btn.primary *{color:#fff!important;fill:#d4af37!important}body.theme-midnight .benefit-card,body.theme-midnight .problem-bullet-card,body.theme-midnight .testimonial-card,body.theme-midnight .showcase-card,body.theme-midnight .pricing-column,body.theme-midnight .faq-item,body.theme-midnight .hero-image-wrapper,body.theme-midnight .choose-card,body.theme-midnight .comparison-side{background:#0d1b3e!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 30px #00000026!important;color:#fff!important}body.theme-midnight .benefit-card *,body.theme-midnight .problem-bullet-card *,body.theme-midnight .testimonial-card *,body.theme-midnight .showcase-card *,body.theme-midnight .pricing-column *,body.theme-midnight .faq-item *,body.theme-midnight .hero-image-wrapper *,body.theme-midnight .choose-card *,body.theme-midnight .comparison-side *{color:#fff!important}body.theme-midnight .benefit-card .benefit-description,body.theme-midnight .problem-bullet-card p,body.theme-midnight .testimonial-card p,body.theme-midnight .faq-item p,body.theme-midnight .choose-card p,body.theme-midnight .choose-card-desc,body.theme-midnight .comparison-side p{color:#cbd5e1!important}body.theme-midnight .benefit-card .benefit-icon-box,body.theme-midnight .problem-bullet-card .bullet-icon-wrapper,body.theme-midnight .faq-item .faq-icon{background:#d4af371a!important;color:#d4af37!important;border-color:#d4af3733!important}body.theme-midnight .benefit-svg-icon,body.theme-midnight .bullet-warning-icon,body.theme-midnight .stars-gold,body.theme-midnight .testimonial-stars,body.theme-midnight .badge-icon{color:#d4af37!important;stroke:#d4af37!important}body.theme-midnight .cart-count-badge{background-color:#d4af37!important;color:#0a1128!important}body.theme-midnight .livela-footer{background-color:#0a1128!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#cbd5e1!important}body.theme-midnight .livela-footer .footer-logo,body.theme-midnight .livela-footer .footer-heading{color:#fff!important}body.theme-midnight .livela-footer .footer-about-text,body.theme-midnight .livela-footer .footer-links a,body.theme-midnight .livela-footer .footer-contact-list a,body.theme-midnight .livela-footer .footer-copy{color:#cbd5e1!important}body.theme-midnight .livela-footer .social-btn{background-color:#ffffff0d!important;border-color:#ffffff1a!important;color:#fff!important}body.theme-midnight .livela-footer .social-btn:hover{background-color:#d4af37!important;border-color:#d4af37!important;color:#0a1128!important}body.theme-midnight .livela-footer .gold-dot,body.theme-midnight .livela-footer .footer-contact-list svg{color:#d4af37!important;stroke:#d4af37!important}body.theme-sage .theme-header{background:#3b5a45!important;border-bottom:1px solid rgba(255,255,255,.1)!important}body.theme-sage .theme-header .nav-link{color:#ffffffbf!important}body.theme-sage .theme-header .nav-link:hover,body.theme-sage .theme-header .nav-link.active{color:#fff!important}body.theme-sage .theme-header .cart-trigger-icon{stroke:#fff!important}body.theme-sage .theme-header .theme-toggle-btn{background:#ffffff14!important;color:#fff!important;border-color:#fff3!important}body.theme-sage .theme-header .theme-toggle-btn:hover{background:#ffffff26!important}body.theme-sage .theme-header .logo-container{background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.theme-sage .theme-header .logo-dot{background:#d4af37!important;box-shadow:0 0 10px #d4af3780!important}body.theme-sage .buy-now-btn,body.theme-sage .btn-primary,body.theme-sage .sticky-buy-btn,body.theme-sage .hero-btn.primary{background:#3b5a45!important;color:#fff!important;border:1.5px solid #D4AF37!important;box-shadow:0 4px 15px #d4af3726!important;transition:all .3s ease!important}body.theme-sage .buy-now-btn:hover,body.theme-sage .btn-primary:hover,body.theme-sage .sticky-buy-btn:hover,body.theme-sage .hero-btn.primary:hover{background:#486a51!important;border-color:#f3e5ab!important;box-shadow:0 6px 20px #d4af374d!important}body.theme-sage .buy-now-btn *,body.theme-sage .btn-primary *,body.theme-sage .sticky-buy-btn *,body.theme-sage .hero-btn.primary *{color:#fff!important;fill:#d4af37!important}body.theme-sage .benefit-card,body.theme-sage .problem-bullet-card,body.theme-sage .testimonial-card,body.theme-sage .showcase-card,body.theme-sage .pricing-column,body.theme-sage .faq-item,body.theme-sage .hero-image-wrapper,body.theme-sage .choose-card,body.theme-sage .comparison-side{background:#486a51!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 30px #00000026!important;color:#fff!important}body.theme-sage .benefit-card *,body.theme-sage .problem-bullet-card *,body.theme-sage .testimonial-card *,body.theme-sage .showcase-card *,body.theme-sage .pricing-column *,body.theme-sage .faq-item *,body.theme-sage .hero-image-wrapper *,body.theme-sage .choose-card *,body.theme-sage .comparison-side *{color:#fff!important}body.theme-sage .benefit-card .benefit-description,body.theme-sage .problem-bullet-card p,body.theme-sage .testimonial-card p,body.theme-sage .faq-item p,body.theme-sage .choose-card p,body.theme-sage .choose-card-desc,body.theme-sage .comparison-side p{color:#cbd5e1!important}body.theme-sage .benefit-card .benefit-icon-box,body.theme-sage .problem-bullet-card .bullet-icon-wrapper,body.theme-sage .faq-item .faq-icon{background:#d4af371a!important;color:#d4af37!important;border-color:#d4af3733!important}body.theme-sage .benefit-svg-icon,body.theme-sage .bullet-warning-icon,body.theme-sage .stars-gold,body.theme-sage .testimonial-stars,body.theme-sage .badge-icon{color:#d4af37!important;stroke:#d4af37!important}body.theme-sage .cart-count-badge{background-color:#fff!important;color:#3b5a45!important}body.theme-sage .livela-footer{background-color:#3b5a45!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#cbd5e1!important}body.theme-sage .livela-footer .footer-logo,body.theme-sage .livela-footer .footer-heading{color:#fff!important}body.theme-sage .livela-footer .footer-about-text,body.theme-sage .livela-footer .footer-links a,body.theme-sage .livela-footer .footer-contact-list a,body.theme-sage .livela-footer .footer-copy{color:#cbd5e1!important}body.theme-sage .livela-footer .social-btn{background-color:#ffffff0d!important;border-color:#ffffff1a!important;color:#fff!important}body.theme-sage .livela-footer .social-btn:hover{background-color:#d4af37!important;border-color:#d4af37!important;color:#3b5a45!important}body.theme-sage .livela-footer .gold-dot,body.theme-sage .livela-footer .footer-contact-list svg{color:#d4af37!important;stroke:#d4af37!important}.livela-hero-section{background-color:#fff!important;background-image:none!important}.livela-hero-section .hero-heading,.livela-hero-section .hero-tagline-text{color:#1a1a1a!important}.livela-hero-section .hero-subheading,.livela-hero-section .hero-badge-item span{color:#6b6b6b!important}.livela-hero-section .stars-gold,.livela-hero-section .badge-icon,.livela-hero-section .hero-tagline-icon,.livela-hero-section svg.stars-gold{color:#d4af37!important;stroke:#d4af37!important}.livela-benefits-section,.why-choose-us-section,.video-testimonial-section,.trust-badges-section,.livela-guarantee-section{background-color:#fff!important;background-image:none!important;color:#1a1a1a!important}.livela-benefits-section .benefits-heading,.livela-benefits-section .benefits-intro,.why-choose-us-section .section-title,.why-choose-us-section .section-subtitle,.video-testimonial-section .section-title,.video-testimonial-section .section-subtitle,.livela-guarantee-section .guarantee-heading,.livela-guarantee-section .guarantee-subtext{color:#1a1a1a!important}.livela-benefits-section .benefits-intro,.why-choose-us-section .section-subtitle,.video-testimonial-section .section-subtitle,.livela-guarantee-section .guarantee-subtext{color:#6b6b6b!important}.benefits-tagline,.why-choose-us-section .section-tagline,.video-testimonial-section .section-tagline,.guarantee-tagline{color:#d4af37!important;font-weight:700!important;letter-spacing:.12em!important}.choose-icon,.faq-icon,.gold-shield-svg,.gold-money-svg,.gold-check-icon,.guarantee-trust-item svg,.bullet-warning-icon,.gold-badge-svg{color:#d4af37!important;stroke:#d4af37!important}.icon-wrapper,.faq-icon{background-color:#d4af371a!important;border-color:#d4af3733!important}body.theme-midnight .livela-guarantee-section{background-color:#fff!important}body.theme-midnight .livela-guarantee-section .guarantee-heading,body.theme-midnight .livela-guarantee-section .guarantee-subtext,body.theme-midnight .livela-guarantee-section .guarantee-trust-item span{color:#0a1128!important}body.theme-midnight .livela-guarantee-section .gold-shield-svg,body.theme-midnight .livela-guarantee-section .gold-money-svg,body.theme-midnight .livela-guarantee-section .gold-check-icon,body.theme-midnight .livela-guarantee-section .guarantee-trust-item svg{color:#0a1128!important;stroke:#0a1128!important}body.theme-midnight .livela-guarantee-section .guarantee-tagline{color:#d4af37!important}.guarantee-luxury-card{background-color:#fff!important;border-color:#e5ded3!important}body.theme-sage .livela-guarantee-section{background-color:#fff!important}body.theme-sage .livela-guarantee-section .guarantee-heading,body.theme-sage .livela-guarantee-section .guarantee-subtext,body.theme-sage .livela-guarantee-section .guarantee-trust-item span{color:#3b5a45!important}body.theme-sage .livela-guarantee-section .gold-shield-svg,body.theme-sage .livela-guarantee-section .gold-money-svg,body.theme-sage .gold-check-icon,body.theme-sage .livela-guarantee-section .guarantee-trust-item svg{color:#3b5a45!important;stroke:#3b5a45!important}body.theme-sage .livela-guarantee-section .guarantee-tagline{color:#d4af37!important}body.theme-midnight .livela-final-cta-section{background-color:#0a1128!important;background-image:none!important}body.theme-midnight .livela-final-cta-section .final-cta-heading,body.theme-midnight .livela-final-cta-section .final-cta-subheading,body.theme-midnight .livela-final-cta-section .urgency-badge span,body.theme-midnight .livela-final-cta-section .final-cta-trust-strip .trust-badge-item,body.theme-midnight .livela-final-cta-section .final-cta-trust-strip .trust-badge-item span{color:#fff!important}body.theme-midnight .livela-final-cta-section .final-cta-trust-strip .badge-icon{color:#d4af37!important;stroke:#d4af37!important}body.theme-sage .livela-final-cta-section{background-color:#3b5a45!important;background-image:none!important}body.theme-sage .livela-final-cta-section .final-cta-heading,body.theme-sage .livela-final-cta-section .final-cta-subheading,body.theme-sage .livela-final-cta-section .urgency-badge span,body.theme-sage .livela-final-cta-section .final-cta-trust-strip .trust-badge-item,body.theme-sage .livela-final-cta-section .final-cta-trust-strip .trust-badge-item span{color:#fff!important}body.theme-sage .livela-final-cta-section .final-cta-trust-strip .badge-icon{color:#d4af37!important;stroke:#d4af37!important}body.theme-midnight #faq,body.theme-midnight #faq.faq-section{background-color:#0a1128!important;background-image:none!important}body.theme-midnight #faq h2,body.theme-midnight #faq p,body.theme-midnight #faq .section-header p,body.theme-midnight #faq .section-header h2{color:#fff!important;-webkit-text-fill-color:#FFFFFF!important;background:none!important}body.theme-midnight #faq .faq-trigger{background-color:#0d1b3e!important;border-color:#ffffff14!important;color:#fff!important}body.theme-midnight #faq .faq-trigger span{color:#fff!important}body.theme-midnight #faq .faq-icon:before,body.theme-midnight #faq .faq-icon:after{background:#fff!important}body.theme-midnight #faq .faq-content{color:#cbd5e1!important}body.theme-sage #faq,body.theme-sage #faq.faq-section{background-color:#3b5a45!important;background-image:none!important}body.theme-sage #faq h2,body.theme-sage #faq p,body.theme-sage #faq .section-header p,body.theme-sage #faq .section-header h2{color:#fff!important;-webkit-text-fill-color:#FFFFFF!important;background:none!important}body.theme-sage #faq .faq-trigger{background-color:#486a51!important;border-color:#ffffff14!important;color:#fff!important}body.theme-sage #faq .faq-trigger span{color:#fff!important}body.theme-sage #faq .faq-icon:before,body.theme-sage #faq .faq-icon:after{background:#fff!important}body.theme-sage #faq .faq-content{color:#cbd5e1!important}body.theme-sage #faq .faq-item.active .faq-content{background:#faf2d3!important}body.theme-sage #faq .faq-item.active .faq-content,body.theme-sage #faq .faq-item.active .faq-content *{color:#3b5a45!important}body.theme-midnight .before-after-section{background-color:#0a1128!important;background-image:none!important}body.theme-midnight .before-after-section .section-title,body.theme-midnight .before-after-section .section-subtitle,body.theme-midnight .before-after-section .section-tagline{color:#fff!important}body.theme-midnight .before-after-section .section-title{-webkit-text-fill-color:#FFFFFF!important;background:none!important}body.theme-midnight .before-after-section .section-subtitle{color:#cbd5e1!important}body.theme-midnight .before-after-section .section-tagline{color:#d4af37!important}body.theme-midnight .before-after-section .before-side{background-color:#0d1b3e!important;border-color:#ffffff14!important}body.theme-midnight .before-after-section .before-side *,body.theme-midnight .before-after-section .before-side p,body.theme-midnight .before-after-section .before-side span,body.theme-midnight .before-after-section .before-side h3{color:#fff!important}body.theme-midnight .before-after-section .before-side .side-badge{background-color:#ffffff1a!important}body.theme-midnight .before-after-section .before-side .red-icon{color:#ff6b6b!important}body.theme-midnight .before-after-section .after-side{background-color:#fff!important;border-color:#d4af37!important}body.theme-midnight .before-after-section .after-side *{color:#1a1a1a!important}body.theme-midnight .before-after-section .after-side .side-badge{background-color:#d4af371a!important;color:#d4af37!important}body.theme-midnight .before-after-section .after-side .green-icon{color:#2e7d32!important}body.theme-sage .before-after-section{background-color:#3b5a45!important;background-image:none!important}body.theme-sage .before-after-section .section-title,body.theme-sage .before-after-section .section-subtitle,body.theme-sage .before-after-section .section-tagline{color:#fff!important}body.theme-sage .before-after-section .section-title{-webkit-text-fill-color:#FFFFFF!important;background:none!important}body.theme-sage .before-after-section .section-subtitle{color:#cbd5e1!important}body.theme-sage .before-after-section .section-tagline{color:#d4af37!important}body.theme-sage .before-after-section .before-side{background-color:#486a51!important;border-color:#ffffff14!important}body.theme-sage .before-after-section .before-side *,body.theme-sage .before-after-section .before-side p,body.theme-sage .before-after-section .before-side span,body.theme-sage .before-after-section .before-side h3{color:#fff!important}body.theme-sage .before-after-section .before-side .side-badge{background-color:#ffffff1a!important}body.theme-sage .before-after-section .before-side .red-icon{color:#ff6b6b!important}body.theme-sage .before-after-section .after-side{background-color:#fff!important;border-color:#d4af37!important}body.theme-sage .before-after-section .after-side *{color:#1a1a1a!important}body.theme-sage .before-after-section .after-side .side-badge{background-color:#d4af371a!important;color:#d4af37!important}body.theme-sage .before-after-section .after-side .green-icon{color:#2e7d32!important}.final-cta-glow{background:radial-gradient(circle,#d4af371a,#fff0 70%)!important}body:not(.theme-midnight):not(.theme-sage) .faq-trigger{background:#fff!important;border-color:#e5ded3!important;color:#1a1a1a!important}body:not(.theme-midnight):not(.theme-sage) .faq-trigger:hover{background:#faf7f2!important}body.theme-midnight .video-testimonial-section .section-tagline,body.theme-midnight .video-testimonial-section .section-title,body.theme-midnight .video-testimonial-section .section-subtitle,body.theme-midnight .trust-badge-card .badge-card-title,body.theme-midnight .trust-badge-card .badge-card-desc,body.theme-midnight .bundle-title,body.theme-midnight .bundle-price,body.theme-midnight .bundle-save-note,body.theme-midnight .selected-variant-display,body.theme-midnight #live-price,body.theme-midnight #live-compare-price,body.theme-midnight .sticky-cart-details h4,body.theme-midnight .sticky-cart-details p,body.theme-midnight .sticky-cart-price-block .price{color:#0a1128!important}body.theme-midnight .trust-badge-card .badge-card-desc,body.theme-midnight .video-testimonial-section .section-subtitle,body.theme-midnight .bundle-save-note,body.theme-midnight .sticky-cart-details p,body.theme-midnight #live-compare-price,body.theme-midnight .sticky-cart-price-block .compare-price{color:#0a1128b3!important}body.theme-sage .video-testimonial-section .section-tagline,body.theme-sage .video-testimonial-section .section-title,body.theme-sage .video-testimonial-section .section-subtitle,body.theme-sage .trust-badge-card .badge-card-title,body.theme-sage .trust-badge-card .badge-card-desc,body.theme-sage .bundle-title,body.theme-sage .bundle-price,body.theme-sage .bundle-save-note,body.theme-sage .selected-variant-display,body.theme-sage #live-price,body.theme-sage #live-compare-price,body.theme-sage .sticky-cart-details h4,body.theme-sage .sticky-cart-details p,body.theme-sage .sticky-cart-price-block .price{color:#3b5a45!important}body.theme-sage .trust-badge-card .badge-card-desc,body.theme-sage .video-testimonial-section .section-subtitle,body.theme-sage .bundle-save-note,body.theme-sage .sticky-cart-details p,body.theme-sage #live-compare-price,body.theme-sage .sticky-cart-price-block .compare-price{color:#3b5a45b3!important}body.theme-midnight .guarantee-shield-ring{background-color:#0a11280d!important;border-color:#0a112840!important;color:#0a1128!important}body.theme-midnight .guarantee-mini-badge{background-color:#fff!important;border-color:#0a1128!important;box-shadow:0 4px 10px #0a112826!important}body.theme-midnight .guarantee-mini-badge svg,body.theme-midnight .guarantee-mini-badge .gold-money-svg{color:#0a1128!important;stroke:#0a1128!important}body.theme-midnight .guarantee-tagline{color:#0a1128!important}body.theme-sage .guarantee-shield-ring{background-color:#486a510d!important;border-color:#486a5140!important;color:#486a51!important}body.theme-sage .guarantee-mini-badge{background-color:#486a51!important;box-shadow:0 4px 10px #486a514d!important}body.theme-sage .guarantee-tagline{color:#486a51!important}body.theme-default .play-btn-circle{color:#c89b3c!important;background-color:#fff!important}body.theme-default .play-btn-circle:hover{background-color:#c89b3c!important;color:#fff!important}body.theme-midnight .play-btn-circle{color:#0a1128!important;background-color:#fff!important}body.theme-midnight .play-btn-circle:hover{background-color:#0a1128!important;color:#fff!important}body.theme-sage .play-btn-circle{color:#3b5a45!important;background-color:#fff!important}body.theme-sage .play-btn-circle:hover{background-color:#3b5a45!important;color:#fff!important}@media(max-width:576px){.livela-hero-section,.livela-problem-section,.livela-benefits-section,.livela-features-showcase,.why-choose-us-section,.before-after-section,.video-testimonial-section,.trust-badges-section,.livela-guarantee-section,.testimonials-carousel-section,.faq-accordion-section,.livela-final-cta-section{padding:50px 0!important}.hero-heading,.section-title,.problem-heading,.benefits-heading,.showcase-heading,.why-title,.testimonials-title,.faq-heading,.before-after-title,.video-testimonial-title,.guarantee-heading,.final-cta-heading{font-size:1.65rem!important;line-height:1.25!important;letter-spacing:-.01em!important}.hero-subheading,.section-subtitle,.problem-intro,.benefits-subtitle,.showcase-subtitle,.why-subtitle,.testimonials-subtitle,.faq-subtitle,.before-after-subtitle,.video-testimonial-subtitle,.guarantee-subtext,.final-cta-subtext{font-size:.88rem!important;line-height:1.45!important}.hero-tagline,.section-tagline,.problem-tagline,.benefits-tagline,.showcase-tagline,.testimonials-tagline,.faq-tagline,.guarantee-tagline{font-size:.65rem!important;letter-spacing:.05em!important;margin-bottom:8px!important}.bullet-text-block h4,.benefit-title,.choose-card-title,.showcase-feature-title,.faq-question-text,.testimonial-author-name{font-size:.85rem!important}.bullet-text-block p,.benefit-description,.choose-card-desc,.showcase-feature-desc,.faq-content p,.testimonial-text{font-size:.78rem!important;line-height:1.4!important}.hero-btn,.buy-now-btn,.final-cta-btn,.theme-toggle-btn{font-size:.82rem!important;padding:11px 20px!important;min-height:auto!important;height:auto!important}.hero-badge-item svg,.hero-badge-item img,.hero-badge-item i{width:14px!important;height:14px!important}.badge-icon-box{width:44px!important;height:44px!important}.gold-badge-svg{width:20px!important;height:20px!important}.bullet-icon-wrapper{width:28px!important;height:28px!important}.bullet-warning-icon{width:14px!important;height:14px!important}.benefit-icon-box{width:44px!important;height:44px!important}.benefit-svg-icon{width:20px!important;height:20px!important}.icon-wrapper{width:44px!important;height:44px!important}.choose-icon{width:20px!important;height:20px!important}.guarantee-shield-ring{width:80px!important;height:80px!important}.gold-shield-svg{width:36px!important;height:36px!important}.guarantee-mini-badge{width:30px!important;height:30px!important;bottom:-2px!important;right:-2px!important;border-width:1.5px!important}.gold-money-svg{width:14px!important;height:14px!important}.faq-icon{width:26px!important;height:26px!important}.testimonials-carousel-section{padding:48px 0!important}.testimonials-carousel-section .section-header{margin-bottom:24px!important}.testimonials-title{font-size:1.75rem!important;line-height:1.3!important}.testimonials-rating-summary{flex-direction:column!important;gap:6px!important;text-align:center!important;font-size:.82rem!important}.testimonial-card-inner{padding:20px!important}.customer-avatar-wrapper{width:44px!important;height:44px!important}.testimonial-card-inner p{font-size:.82rem!important;line-height:1.45!important}.sticky-cart-bar{padding:8px 16px!important}.sticky-cart-container{padding:0!important}.sticky-cart-price-block .price{font-size:1.15rem!important}.sticky-cart-price-block .compare-price{font-size:.78rem!important}.sticky-cart-btn{padding:10px 18px!important;font-size:.82rem!important;height:auto!important;min-height:auto!important;border-radius:30px!important}.sticky-cart-btn svg{width:14px!important;height:14px!important}.faq-trigger{padding:16px 20px!important;font-size:.95rem!important}.faq-icon{transform:scale(.75)!important}.faq-item.active .faq-icon{transform:scale(.75) rotate(45deg)!important}.faq-content-inner{padding:16px 20px!important;font-size:.85rem!important;line-height:1.5!important}}@media(max-width:768px){.theme-header{--header-height: 52px !important;height:52px!important}.logo-container{font-size:1.2rem!important}.logo-dot{width:6px!important;height:6px!important}.theme-toggle-btn{padding:5px 8px!important;gap:4px!important;font-size:.72rem!important;border-radius:12px!important}.theme-toggle-btn .theme-active-name{display:none!important}.cart-trigger-btn{padding:3px!important}.cart-trigger-icon{width:20px!important;height:20px!important}.cart-count-badge{width:14px!important;height:14px!important;font-size:.6rem!important;top:-2px!important;right:-2px!important}.mobile-menu-toggle-btn{display:flex!important;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px!important;color:var(--text-primary);transition:color .3s ease}.mobile-menu-toggle-btn svg{display:block!important;width:20px!important;height:20px!important}.mobile-menu-toggle-btn svg line{transition:transform .3s ease,opacity .3s ease;transform-origin:center}.mobile-menu-toggle-btn.active svg line:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle-btn.active svg line:nth-child(2){opacity:0}.mobile-menu-toggle-btn.active svg line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-menu{display:flex!important;flex-direction:column!important;position:absolute!important;top:52px!important;left:0!important;right:0!important;background:#faf8f5!important;border-bottom:1px solid var(--border-color)!important;padding:16px 24px!important;gap:12px!important;box-shadow:0 10px 30px #00000014!important;transform:translateY(-10px)!important;opacity:0!important;pointer-events:none!important;transition:transform .3s ease,opacity .3s ease!important;z-index:999!important}body.theme-midnight .nav-menu{background:#0c1830!important}body.theme-sage .nav-menu{background:#2d4233!important}.nav-menu.active{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}.nav-menu li{width:100%!important;text-align:center!important}.nav-link{font-size:1rem!important;padding:8px 0!important;display:block!important;border-bottom:1px solid rgba(0,0,0,.03)!important}body.theme-midnight .nav-link,body.theme-sage .nav-link{border-bottom-color:#ffffff0d!important}}body .social-proof-popup,body.theme-default .social-proof-popup,body.theme-midnight .social-proof-popup,body.theme-sage .social-proof-popup{background:#faf2d3!important;background-color:#faf2d3!important;border:1.5px solid #D4AF37!important;box-shadow:0 10px 30px #0a11281f!important}body .social-proof-popup *,body.theme-default .social-proof-popup *,body.theme-midnight .social-proof-popup *,body.theme-sage .social-proof-popup *,body .social-proof-popup div,body.theme-default .social-proof-popup div,body.theme-midnight .social-proof-popup div,body.theme-sage .social-proof-popup div,body .social-proof-popup span,body.theme-default .social-proof-popup span,body.theme-midnight .social-proof-popup span,body.theme-sage .social-proof-popup span{color:#0a1128!important}body .social-proof-popup .social-proof-close,body.theme-default .social-proof-popup .social-proof-close,body.theme-midnight .social-proof-popup .social-proof-close,body.theme-sage .social-proof-popup .social-proof-close{color:#0a112899!important}body .social-proof-popup .social-proof-close:hover,body.theme-default .social-proof-popup .social-proof-close:hover,body.theme-midnight .social-proof-popup .social-proof-close:hover,body.theme-sage .social-proof-popup .social-proof-close:hover{color:#d4af37!important}.purchase-luxury-card,.purchase-luxury-card .product-title,.purchase-luxury-card .product-subtitle,.purchase-luxury-card .price-discounted,.purchase-luxury-card .price-original,.purchase-luxury-card .timer-label,.purchase-luxury-card .bundle-widget-title,.purchase-luxury-card .bundle-title,.purchase-luxury-card .bundle-subtext,.purchase-luxury-card .bundle-price,.purchase-luxury-card .bundle-compare-price,.purchase-luxury-card .special-offer-banner,.purchase-luxury-card .special-offer-banner *,.purchase-luxury-card .trust-icon-item,.purchase-luxury-card .trust-icon-item span,.purchase-luxury-card .payment-trust-note,.purchase-luxury-card .comfort-guarantee-box,.purchase-luxury-card .comfort-guarantee-box *,.purchase-luxury-card .shipping-estimate-card,.purchase-luxury-card .shipping-estimate-card *,.purchase-luxury-card .trust-badge-pill,.purchase-luxury-card .trust-badge-pill span,.purchase-luxury-card .live-shoppers-pill,.purchase-luxury-card .live-shoppers-pill span{color:var(--selected-theme-color)!important}.purchase-luxury-card .payment-icon,.purchase-luxury-card .checkout-icons-wrap .payment-icon{color:var(--selected-theme-color)!important;border-color:rgba(var(--color-accent-rgb),.3)!important}.purchase-luxury-card svg:not(.btn-arrow-icon):not(.cta-arrow-icon):not(.play-icon-svg){stroke:var(--selected-theme-color)!important;color:var(--selected-theme-color)!important}.purchase-luxury-card svg line,.purchase-luxury-card svg rect,.purchase-luxury-card svg circle,.purchase-luxury-card svg path,.purchase-luxury-card svg polyline{stroke:var(--selected-theme-color)!important}.purchase-luxury-card .add-to-cart-outline-btn{border-color:var(--selected-theme-color)!important;color:var(--selected-theme-color)!important}.purchase-luxury-card .add-to-cart-outline-btn:hover{background-color:var(--selected-theme-color)!important;color:#fff!important}.purchase-luxury-card .zip-check-btn{background-color:var(--selected-theme-color)!important;color:#fff!important;border-color:var(--selected-theme-color)!important}.purchase-luxury-card .zip-check-btn:hover{background-color:var(--color-cta-hover)!important;border-color:var(--color-cta-hover)!important}.purchase-luxury-card .zip-input{color:var(--selected-theme-color)!important;border-color:rgba(var(--color-accent-rgb),.3)!important}.purchase-luxury-card .timer-digits{color:var(--selected-theme-color)!important}.purchase-luxury-card .bundle-card-badge.gold-badge,.purchase-luxury-card .bundle-card-badge.accent-badge{background-color:var(--selected-theme-color)!important;color:#fff!important;border:none!important}.purchase-luxury-card .bundle-card.active{border-color:#d4af37!important;background-color:#fff!important;box-shadow:0 10px 28px #d4af371f!important}.purchase-luxury-card .bundle-card.active .bundle-radio-styled{border-color:var(--selected-theme-color)!important;background-color:var(--selected-theme-color)!important}.purchase-luxury-card .shipping-estimate-card{background-color:#faf7f2!important;border:1px solid rgba(212,175,55,.2)!important}.purchase-luxury-card .trust-icons-row{border-top:1px solid #E5DED3!important}body.theme-default .purchase-luxury-card .comfort-guarantee-box,body.theme-midnight .purchase-luxury-card .comfort-guarantee-box,body.theme-sage .purchase-luxury-card .comfort-guarantee-box{background-color:#faf7f2!important;background:#faf7f2!important;border:1px solid rgba(212,175,55,.2)!important}body.theme-default .purchase-luxury-card .qty-box-controls,body.theme-midnight .purchase-luxury-card .qty-box-controls,body.theme-sage .purchase-luxury-card .qty-box-controls{border:1px solid #E5DED3!important;background-color:#faf7f2!important;background:#faf7f2!important}body.theme-default .purchase-luxury-card .qty-control-btn,body.theme-midnight .purchase-luxury-card .qty-control-btn,body.theme-sage .purchase-luxury-card .qty-control-btn{color:#1a1a1a!important}body.theme-default .purchase-luxury-card .qty-control-btn:hover,body.theme-midnight .purchase-luxury-card .qty-control-btn:hover,body.theme-sage .purchase-luxury-card .qty-control-btn:hover{background-color:#c89b3c1a!important}body.theme-default .purchase-luxury-card .qty-input-field,body.theme-midnight .purchase-luxury-card .qty-input-field,body.theme-sage .purchase-luxury-card .qty-input-field{border-left:1px solid #E5DED3!important;border-right:1px solid #E5DED3!important;background-color:#fff!important;background:#fff!important;color:#1a1a1a!important}body.theme-default .purchase-luxury-card .zip-input,body.theme-midnight .purchase-luxury-card .zip-input,body.theme-sage .purchase-luxury-card .zip-input{background-color:#fff!important;background:#fff!important;border:1.5px solid #E5DED3!important;color:#1a1a1a!important}body.theme-default .purchase-luxury-card .zip-input:focus,body.theme-midnight .purchase-luxury-card .zip-input:focus,body.theme-sage .purchase-luxury-card .zip-input:focus{background-color:#fff!important;background:#fff!important;border-color:#c89b3c!important;outline:none!important;box-shadow:0 0 0 3px #c89b3c26!important}.purchase-luxury-card .gold-stars,.purchase-luxury-card .stars-gold{color:#d4af37!important}.purchase-luxury-card .bundle-card{border:1px solid #E5DED3!important}body.theme-default .purchase-luxury-card .qty-label,body.theme-midnight .purchase-luxury-card .qty-label,body.theme-sage .purchase-luxury-card .qty-label{color:var(--selected-theme-color)!important}body.theme-default .purchase-luxury-card .live-shoppers-pill{background-color:#c89b3c14!important;border:1px solid rgba(200,155,60,.2)!important}body.theme-midnight .purchase-luxury-card .live-shoppers-pill{background-color:#0f172a14!important;border:1px solid rgba(15,23,42,.2)!important}body.theme-sage .purchase-luxury-card .live-shoppers-pill{background-color:#2d423314!important;border:1px solid rgba(45,66,51,.2)!important}.gallery-sale-badge{background-color:var(--selected-theme-color)!important;background:var(--selected-theme-color)!important;color:#fff!important}body.theme-default .purchase-luxury-card .special-offer-banner,body.theme-midnight .purchase-luxury-card .special-offer-banner,body.theme-sage .purchase-luxury-card .special-offer-banner{background-color:#faf7f2!important;background:#faf7f2!important;border:1px solid rgba(212,175,55,.2)!important}body.theme-default .purchase-luxury-card .special-offer-banner *,body.theme-midnight .purchase-luxury-card .special-offer-banner *,body.theme-sage .purchase-luxury-card .special-offer-banner *{color:var(--selected-theme-color)!important}.benefit-icon-wrapper{border-color:#e5ded3!important}.benefit-icon-wrapper svg{color:var(--selected-theme-color)!important;stroke:var(--selected-theme-color)!important;fill:none!important}.benefit-icon-wrapper svg *{stroke:var(--selected-theme-color)!important}body.theme-sage #comparison .section-header h2,body.theme-sage #comparison h2,body.theme-sage #comparison .section-title,body.theme-midnight #comparison .section-header h2,body.theme-midnight #comparison h2,body.theme-midnight #comparison .section-title{background:none!important;-webkit-text-fill-color:#FFFFFF!important;color:#fff!important}body.theme-sage #comparison p,body.theme-sage #comparison .section-subtitle,body.theme-sage #comparison .section-header p,body.theme-midnight #comparison p,body.theme-midnight #comparison .section-subtitle,body.theme-midnight #comparison .section-header p{color:#e2e8f0!important}body.theme-gold #comparison .section-header h2,body.theme-gold #comparison h2,body.theme-gold #comparison .section-title,#comparison .section-header h2,#comparison h2,#comparison .section-title{background:none!important;-webkit-text-fill-color:#111827!important;color:#111827!important}body.theme-gold #comparison p,body.theme-gold #comparison .section-subtitle,body.theme-gold #comparison .section-header p,#comparison p,#comparison .section-subtitle,#comparison .section-header p{color:#4b5563!important}.comparison-check-icon,.comparison-cross-icon,.comparison-check-icon path,.comparison-cross-icon path{fill-rule:evenodd!important}.guarantee-luxury-card{background-color:#f5f5f5!important;background:#f5f5f5!important;border-color:#e5ded3!important}body.theme-sage .guarantee-mini-badge svg,body.theme-sage .guarantee-mini-badge .gold-money-svg{color:#fff!important;stroke:#fff!important}.buy-now-btn,.sticky-buy-btn,.hero-btn.primary,.zip-check-btn,.add-to-cart-outline-btn,.btn-secondary{position:relative!important;overflow:hidden!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.buy-now-btn:before,.sticky-buy-btn:before,.hero-btn.primary:before,.zip-check-btn:before,.add-to-cart-outline-btn:before,.btn-secondary:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent)!important;transition:.5s!important;z-index:1!important;pointer-events:none!important}.buy-now-btn:hover:before,.sticky-buy-btn:hover:before,.hero-btn.primary:hover:before,.zip-check-btn:hover:before,.add-to-cart-outline-btn:hover:before,.btn-secondary:hover:before{left:100%!important}.buy-now-btn:hover,.sticky-buy-btn:hover,.hero-btn.primary:hover,.zip-check-btn:hover,.add-to-cart-outline-btn:hover,.btn-secondary:hover{transform:translateY(-3px)!important}.buy-now-btn:active,.sticky-buy-btn:active,.hero-btn.primary:active,.zip-check-btn:active,.add-to-cart-outline-btn:active,.btn-secondary:active{transform:translateY(1px)!important}body.theme-sage .cart-drawer.glass-panel,body.theme-midnight .cart-drawer.glass-panel,body.theme-gold .cart-drawer.glass-panel,.cart-drawer.glass-panel,.cart-drawer{background:#fff!important;background-color:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-left:1px solid #E5E7EB!important}.cart-drawer-header{border-bottom:1px solid #E5E7EB!important}.cart-drawer-header h3{color:#1f2937!important}.cart-drawer-header h3 svg{stroke:#1f2937!important}.cart-drawer-close{color:#1f2937!important}.cart-drawer-close svg{stroke:#1f2937!important}.cart-progress-container{background:#f9fafb!important;border-bottom:1px solid #E5E7EB!important}.cart-progress-text{color:#4b5563!important}.cart-progress-text span{color:#10b981!important}.cart-progress-bar-bg{background:#e5e7eb!important}.cart-empty-state p{color:#6b7280!important}.cart-empty-state svg{stroke:#9ca3af!important}.cart-item{border-bottom:1px solid #E5E7EB!important}.cart-item-img{border:1px solid #E5E7EB!important}.cart-item-title{color:#1f2937!important}.cart-item-variant{color:#6b7280!important}.cart-item-price{color:#1f2937!important}.qty-selector{border:1px solid #D1D5DB!important;background:#fff!important}.qty-btn{color:#4b5563!important}.qty-btn:hover{background:#f3f4f6!important}.qty-val{color:#1f2937!important}.cart-item-remove{color:#9ca3af!important}.cart-item-remove:hover{color:#ef4444!important}.cart-drawer-footer{border-top:1px solid #E5E7EB!important;background:#f9fafb!important}.cart-summary-label{color:#4b5563!important}.cart-summary-value{color:#1f2937!important}.cart-drawer-footer-note{color:#6b7280!important}.cart-checkout-btn,.cart-checkout-btn *{color:#fff!important}.cart-checkout-btn svg{stroke:#fff!important;fill:none!important}body:has(.main-contact-section){background-color:#faf7f2!important;background:#faf7f2!important;color:#1f2937!important}body:has(.main-contact-section) .section-header .section-subtitle{color:#4b5563!important}body:has(.main-contact-section) .contact-form-card{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 10px 30px #00000005!important}body:has(.main-contact-section) .premium-contact-form label{color:#4b5563!important}body:has(.main-contact-section) .premium-contact-form input,body:has(.main-contact-section) .premium-contact-form select,body:has(.main-contact-section) .premium-contact-form textarea{color:#1f2937!important;border-color:#d1d5db!important;background:#fff!important}body.theme-sage:has(.main-contact-section) h2,body.theme-sage:has(.main-contact-section) h3,body.theme-sage:has(.main-contact-section) h4{color:#3b5a45!important}body.theme-sage:has(.main-contact-section) .premium-contact-form input:focus,body.theme-sage:has(.main-contact-section) .premium-contact-form select:focus,body.theme-sage:has(.main-contact-section) .premium-contact-form textarea:focus{border-color:#3b5a45!important;box-shadow:0 0 15px #3b5a4526!important}body.theme-midnight:has(.main-contact-section) h2,body.theme-midnight:has(.main-contact-section) h3,body.theme-midnight:has(.main-contact-section) h4{color:#0a1128!important}body.theme-midnight:has(.main-contact-section) .premium-contact-form input:focus,body.theme-midnight:has(.main-contact-section) .premium-contact-form select:focus,body.theme-midnight:has(.main-contact-section) .premium-contact-form textarea:focus{border-color:#0a1128!important;box-shadow:0 0 15px #0a112826!important}body.theme-gold:has(.main-contact-section) h2,body.theme-gold:has(.main-contact-section) h3,body.theme-gold:has(.main-contact-section) h4,body:has(.main-contact-section) h2,body:has(.main-contact-section) h3,body:has(.main-contact-section) h4{color:#b38f4d!important}body.theme-gold:has(.main-contact-section) .premium-contact-form input:focus,body.theme-gold:has(.main-contact-section) .premium-contact-form select:focus,body.theme-gold:has(.main-contact-section) .premium-contact-form textarea:focus{border-color:var(--color-cta)!important;box-shadow:0 0 15px #b38f4d26!important}body:has(.main-contact-section) .contact-detail-card{background:#fff!important;background-color:#fff!important;border:1px solid #E5DED3!important;box-shadow:0 4px 20px #00000003!important}body:has(.main-contact-section) .contact-detail-card p,body:has(.main-contact-section) .contact-detail-card span{color:#4b5563!important}body:has(.main-contact-section) .contact-detail-card .detail-icon{background:#c89b3c14!important}body:has(.main-contact-section) .contact-detail-card .detail-icon svg{fill:#b38f4d!important}body:has(.main-contact-section) .contact-detail-card a,body:has(.main-contact-section) .contact-detail-card a *{color:#b38f4d!important}body:has(.main-contact-section) .response-ticker-card{background:#c89b3c0a!important;border:1px solid rgba(200,155,60,.2)!important}body:has(.main-contact-section) .response-ticker-card .ticker-label{color:#4b5563!important}body:has(.main-contact-section) .response-ticker-card .ticker-value{color:#b38f4d!important}body.theme-sage:has(.main-contact-section) .premium-contact-form button.btn-primary{background-color:#3b5a45!important;background:#3b5a45!important;color:#fff!important;border:1.5px solid #D4AF37!important}body.theme-sage:has(.main-contact-section) .premium-contact-form button.btn-primary:hover{background-color:#486a51!important;background:#486a51!important;color:#fff!important}body.theme-midnight:has(.main-contact-section) .premium-contact-form button.btn-primary{background-color:#0a1128!important;background:#0a1128!important;color:#fff!important;border:1.5px solid #D4AF37!important}body.theme-midnight:has(.main-contact-section) .premium-contact-form button.btn-primary:hover{background-color:#111c44!important;background:#111c44!important;color:#fff!important}body:has(.main-contact-section) .premium-contact-form button.btn-primary,body.theme-gold:has(.main-contact-section) .premium-contact-form button.btn-primary{background-color:#b38f4d!important;background:#b38f4d!important;color:#fff!important;border:1.5px solid #D4AF37!important}body:has(.main-contact-section) .premium-contact-form button.btn-primary:hover,body.theme-gold:has(.main-contact-section) .premium-contact-form button.btn-primary:hover{background-color:#a37f3d!important;background:#a37f3d!important;color:#fff!important}body:has(.main-about-section){background-color:#faf7f2!important;background:#faf7f2!important;color:#1f2937!important}body:has(.main-about-section) .section-header .section-subtitle,body:has(.main-about-section) .about-narrative-text p,body:has(.main-about-section) .about-value-item p{color:#4b5563!important}body:has(.main-about-section) .about-card,body:has(.main-about-section) .about-value-item{background:#fff!important;background-color:#fff!important;border:1px solid #E5DED3!important;box-shadow:0 10px 30px #00000005!important}body:has(.main-about-section) .about-value-icon{background:#c89b3c14!important}body:has(.main-about-section) .about-value-icon svg{fill:#b38f4d!important}body.theme-sage:has(.main-about-section) h2,body.theme-sage:has(.main-about-section) h3,body.theme-sage:has(.main-about-section) h4{color:#3b5a45!important}body.theme-sage:has(.main-about-section) .btn-primary{background-color:#3b5a45!important;background:#3b5a45!important;color:#fff!important;border:1.5px solid #D4AF37!important}body.theme-sage:has(.main-about-section) .btn-primary:hover{background-color:#486a51!important;background:#486a51!important}body.theme-midnight:has(.main-about-section) h2,body.theme-midnight:has(.main-about-section) h3,body.theme-midnight:has(.main-about-section) h4{color:#0a1128!important}body.theme-midnight:has(.main-about-section) .btn-primary{background-color:#0a1128!important;background:#0a1128!important;color:#fff!important;border:1.5px solid #D4AF37!important}body.theme-midnight:has(.main-about-section) .btn-primary:hover{background-color:#111c44!important;background:#111c44!important}body.theme-gold:has(.main-about-section) h2,body.theme-gold:has(.main-about-section) h3,body.theme-gold:has(.main-about-section) h4,body:has(.main-about-section) h2,body:has(.main-about-section) h3,body:has(.main-about-section) h4{color:#b38f4d!important}body.theme-gold:has(.main-about-section) .btn-primary,body:has(.main-about-section) .btn-primary{background-color:#b38f4d!important;background:#b38f4d!important;color:#fff!important;border:1.5px solid #D4AF37!important}body.theme-gold:has(.main-about-section) .btn-primary:hover,body:has(.main-about-section) .btn-primary:hover{background-color:#a37f3d!important;background:#a37f3d!important}@media(max-width:768px){.theme-header-container{position:relative}.theme-header-container .logo-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;z-index:5}}.cart-progress-container{padding:16px 20px;background:#c89b3c0a;border-bottom:1px solid rgba(200,155,60,.08)}.cart-progress-text{font-size:.8rem;color:var(--text-primary);margin-bottom:8px;text-align:center;font-weight:500}.cart-progress-text span{font-weight:700;color:var(--color-cta)}.cart-progress-bar-bg{height:6px;background:#0000000f;border-radius:10px;overflow:hidden;position:relative}.theme-midnight .cart-progress-bar-bg{background:#ffffff14}.cart-progress-bar-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--color-cta) 0%,#E2BA6E 100%);border-radius:10px;transition:width .4s cubic-bezier(.4,0,.2,1)}.cart-drawer-upsell-container{padding:16px 20px;border-top:1px solid rgba(200,155,60,.08);background:#c89b3c05}.cart-upsell-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);margin-bottom:10px}.cart-upsell-card{display:flex;align-items:center;gap:12px;background:var(--bg-card);border:1px solid rgba(200,155,60,.12);padding:10px;border-radius:var(--border-radius-sm);box-shadow:0 2px 8px #00000005}.cart-upsell-img{width:50px;height:50px;object-fit:cover;border-radius:4px;background:#fff;border:1px solid rgba(0,0,0,.05)}.cart-upsell-info{flex-grow:1;min-width:0}.cart-upsell-title{font-size:.8rem;font-weight:600;color:var(--text-primary);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsell-price-row{display:flex;align-items:center;gap:6px}.cart-upsell-price{font-size:.8rem;font-weight:700;color:var(--color-cta)}.cart-upsell-compare{font-size:.75rem;color:var(--text-muted);text-decoration:line-through}.cart-upsell-add-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;background:var(--color-cta);color:#fff!important;border:1px solid var(--color-cta);padding:6px 14px;border-radius:30px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cart-upsell-add-btn:hover{background:var(--color-cta-hover);border-color:var(--color-cta-hover);transform:translateY(-1px)}.cart-upsell-add-btn span{color:#fff!important}.luxury-delivery-estimator{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:20px auto 10px;padding:10px 18px;background:#c89b3c0d;border:1px solid rgba(200,155,60,.12);border-radius:30px;font-family:var(--font-body);font-size:.85rem;color:var(--text-primary);text-align:center;box-shadow:0 2px 6px #00000003}.delivery-truck-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:pulse-truck 2.5s infinite ease-in-out}.delivery-estimator-text{font-weight:500;letter-spacing:.01em}.delivery-highlight-date{font-weight:700;color:var(--color-cta)}@keyframes pulse-truck{0%{transform:scale(1)}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1)}}.social-proof-popup{position:fixed;bottom:24px;left:24px;z-index:1000;display:flex;align-items:center;width:320px;background:#ffffffe6;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid rgba(200,155,60,.16);border-radius:var(--border-radius-md);padding:14px 16px;box-shadow:0 10px 30px #00000014;font-family:var(--font-body);transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.theme-midnight .social-proof-popup{background:#141e30e6;border-color:#ffffff14}.social-proof-popup.hidden{opacity:0;transform:translateY(40px) scale(.9);pointer-events:none}.social-proof-popup.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.social-proof-close{position:absolute;top:8px;right:10px;background:none;border:none;font-size:1.1rem;font-weight:300;color:var(--text-muted);cursor:pointer;line-height:1;padding:2px}.social-proof-close:hover{color:var(--text-primary)}.social-proof-content{display:flex;align-items:center;gap:14px;width:100%}.social-proof-avatar{width:52px;height:52px;border-radius:6px;overflow:hidden;border:1px solid rgba(0,0,0,.05);background:#fff;flex-shrink:0}.social-proof-avatar img{width:100%;height:100%;object-fit:cover}.social-proof-info{flex-grow:1;min-width:0}.social-proof-text{font-size:.8rem;margin:0 0 3px;color:var(--text-primary);line-height:1.3}.social-proof-text strong{font-weight:700}.social-proof-text span{font-weight:600;color:var(--color-cta)}.social-proof-desc{font-size:.78rem;margin:0 0 4px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.social-proof-time{display:block;font-size:.65rem;color:var(--text-muted);opacity:.7}@media(max-width:768px){.social-proof-popup{bottom:90px;left:12px;right:12px;width:calc(100% - 24px)}}.whatsapp-floating-btn{position:fixed;bottom:24px;right:24px;z-index:999;display:flex;align-items:center;justify-content:center;width:54px;height:54px;background-color:#25d366;color:#fff!important;border-radius:50%;box-shadow:0 4px 15px #25d3664d;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.whatsapp-floating-btn:hover{transform:scale(1.1) translateY(-2px);background-color:#20ba5a;box-shadow:0 6px 20px #25d36673}.whatsapp-svg{width:26px;height:26px;fill:#fff!important}@media(max-width:768px){.whatsapp-floating-btn{bottom:90px;right:16px;width:48px;height:48px}.whatsapp-svg{width:22px;height:22px}}.buying-journey-addons{margin-top:32px;display:flex;flex-direction:column;gap:24px}.journey-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-md);padding:24px;box-shadow:0 4px 15px #e5ded31a}.journey-section-title{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin:0 0 20px;letter-spacing:.02em}.journey-benefit-item{display:flex;gap:16px;margin-bottom:18px}.journey-benefit-item:last-child{margin-bottom:0}.journey-icon{width:22px;height:22px;color:var(--color-cta);stroke-width:2;flex-shrink:0;margin-top:2px}.journey-benefit-item h4{font-size:.92rem;font-weight:600;color:var(--text-primary);margin:0 0 4px}.journey-benefit-item p{font-size:.82rem;color:var(--text-muted);margin:0;line-height:1.45}.journey-guarantee{border:1.5px dashed var(--color-cta);background:#c89b3c05;text-align:center}.guarantee-badge-gold{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;color:var(--color-cta);letter-spacing:.05em;margin-bottom:12px}.guarantee-badge-gold svg{width:14px;height:14px}.journey-guarantee h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.journey-guarantee p{font-size:.85rem;color:var(--text-muted);margin:0;line-height:1.5}.journey-review-item{border-bottom:1px solid var(--border-color);padding-bottom:16px;margin-bottom:16px}.journey-review-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.review-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.stars-gold{color:#d4af37;font-size:.85rem}.review-author{font-size:.82rem;font-weight:700;color:var(--text-primary)}.review-badge-verified{font-size:.72rem;font-weight:600;color:#2e7d32}.review-text{font-size:.82rem;color:var(--text-muted);line-height:1.45;margin:0;font-style:italic}.journey-faq-item{border-bottom:1px solid var(--border-color);margin-bottom:12px;padding-bottom:12px}.journey-faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.journey-faq-trigger{width:100%;background:transparent;border:none;padding:8px 0;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:.9rem;font-weight:600;color:var(--text-primary);cursor:pointer}.faq-arrow{width:16px;height:16px;color:var(--text-muted);transition:transform .25s ease}.journey-faq-content{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(0,1,0,1)}.journey-faq-content p{font-size:.82rem;color:var(--text-muted);line-height:1.5;margin:8px 0 0}.journey-faq-item.active .faq-arrow{transform:rotate(180deg)}.journey-faq-item.active .journey-faq-content{max-height:1000px;transition:max-height .3s cubic-bezier(.8,0,1,1)}@media(min-width:992px){.product-gallery{position:sticky!important;top:90px!important;z-index:10;align-self:start!important;transition:top .3s ease}#shopify-section-header.header-hidden~#MainContent .product-gallery{top:20px!important}}@media(max-width:991px){.product-gallery{position:static!important}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/theme.css.map */
