@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;900&family=Outfit:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-primary: #F8FAF8;--bg-surface: #FFFFFF;--bg-surface-elevated: #F0FDF4;--bg-card: #FFFFFF;--emerald-primary: #14532D;--emerald-accent: #15803D;--emerald-light: #22C55E;--emerald-glow: rgba(22, 163, 74, .2);--gold-primary: #16A34A;--gold-light: #DCFCE7;--gold-dark: #15803D;--gold-gradient: linear-gradient(135deg, #16A34A 0%, #15803D 50%, #14532D 100%);--gold-gradient-hover: linear-gradient(135deg, #22C55E 0%, #16A34A 50%, #15803D 100%);--gold-glow: rgba(22, 163, 74, .35);--text-main: #0F172A;--text-muted: #334155;--text-dark: #000000;--border-gold: rgba(22, 163, 74, .35);--border-subtle: rgba(20, 83, 45, .12);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px;--font-serif: "Cinzel", serif;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--shadow-luxe: 0 10px 30px -6px rgba(20, 83, 45, .08), 0 2px 10px rgba(0, 0, 0, .03);--transition: all .3s cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100%;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-main);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 20px;box-sizing:border-box}h1,h2,h3,h4,.font-heading{font-family:var(--font-heading);color:var(--emerald-primary);line-height:1.25;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word}.gold-text{color:#15803d;background:linear-gradient(135deg,#16a34a,#14532d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;display:inline}.section-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:var(--radius-full);background:#dcfce7;border:1.5px solid #86EFAC;color:#14532d;font-size:.84rem;font-weight:800;letter-spacing:.03em;margin-bottom:16px;max-width:100%}.section-header{text-align:center;max-width:740px;margin:0 auto 40px}.section-title{font-size:clamp(1.8rem,4.5vw,2.5rem);font-weight:800;color:var(--emerald-primary);margin-bottom:12px}.section-subtitle{color:var(--text-muted);font-size:clamp(.98rem,2.5vw,1.1rem);font-weight:500;line-height:1.6}.announcement-bar{background:linear-gradient(90deg,#14532d,#166534,#15803d);border-bottom:1px solid rgba(255,255,255,.2);color:#fff;font-size:.82rem;font-weight:700;padding:10px 12px;text-align:center;letter-spacing:.03em}.announcement-bar .inner{display:flex;justify-content:center;align-items:center;gap:8px}.site-header{position:sticky;top:0;z-index:100;background:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);padding:14px 0;box-shadow:0 2px 10px #00000008}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo-brand{text-decoration:none;display:flex;align-items:center;gap:12px}.logo-title{font-family:var(--font-serif);font-size:clamp(1.2rem,3.5vw,1.5rem);font-weight:900;letter-spacing:.02em;color:var(--emerald-primary);line-height:1.1}.logo-subtitle{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#15803d;font-weight:800}.nav-links{display:flex;gap:24px;list-style:none}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:700;font-size:.92rem;transition:var(--transition)}.nav-links a:hover{color:var(--emerald-primary)}.cart-icon-btn{background:#fff;border:1.5px solid var(--border-gold);color:var(--text-main);padding:8px 16px;border-radius:var(--radius-full);cursor:pointer;display:flex;align-items:center;gap:6px;font-weight:800;font-size:.88rem;box-shadow:0 2px 8px #0000000d;transition:var(--transition)}.cart-icon-btn:hover{border-color:var(--gold-primary);background:#f0fdf4;color:#14532d}.cart-count-badge{background:var(--gold-primary);color:#fff;font-size:.75rem;font-weight:800;padding:2px 7px;border-radius:var(--radius-full)}.btn{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;font-family:var(--font-heading);font-weight:800;padding:15px 22px;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:none;text-align:center;box-sizing:border-box}.btn-gold{background:linear-gradient(135deg,#16a34a,#15803d,#14532d);color:#fff;box-shadow:0 6px 20px #16a34a59;text-shadow:0 1px 2px rgba(0,0,0,.15)}.btn-gold:hover{background:linear-gradient(135deg,#22c55e,#16a34a,#15803d);transform:translateY(-2px);box-shadow:0 10px 28px #16a34a73;color:#fff}.btn-outline{background:#fff;color:var(--emerald-primary);border:2px solid var(--emerald-primary)}.btn-outline:hover{background:var(--emerald-primary);color:#fff}.btn-block{width:100%}.btn-subtext{font-size:.76rem;font-weight:600;opacity:.95;margin-top:3px;line-height:1.2}.pulse-btn{animation:pulse-glow 2.5s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px #16a34a40}50%{box-shadow:0 0 24px #16a34a80}}.luxury-card{background:var(--bg-card);border:1.5px solid rgba(22,163,74,.22);border-radius:var(--radius-lg);padding:28px;position:relative;box-shadow:var(--shadow-luxe);transition:var(--transition);box-sizing:border-box}.luxury-card:hover{border-color:var(--gold-primary);transform:translateY(-3px);box-shadow:0 18px 40px -10px #14532d26}.hero-section{position:relative;padding:55px 0 75px;background:radial-gradient(circle at 50% 15%,#22c55e1a,#f8faf800 70%)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.hero-content h1{font-size:clamp(2.1rem,5.5vw,3.3rem);line-height:1.15;margin-bottom:18px;color:var(--emerald-primary)}.hero-description{font-size:clamp(1.02rem,2.5vw,1.18rem);color:var(--text-muted);font-weight:500;margin-bottom:24px;line-height:1.65}.hero-badges-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.trust-item-pill{display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid rgba(20,83,45,.15);padding:7px 15px;border-radius:var(--radius-full);font-size:.84rem;font-weight:700;color:var(--text-main);box-shadow:0 2px 6px #0000000a}.trust-item-pill svg{color:#16a34a;width:16px;height:16px;flex-shrink:0}.hero-cta-group{display:flex;gap:14px;align-items:center;margin-bottom:24px}.hero-social-proof{display:flex;align-items:center;gap:12px}.products-showcase-section{padding:75px 0 95px;background:var(--bg-surface-elevated);border-bottom:1.5px solid var(--border-subtle)}.dual-products-grid,.triple-products-grid,.four-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}@media(max-width:1200px){.four-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1080px){.dual-products-grid,.triple-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dual-products-grid,.triple-products-grid,.four-products-grid{grid-template-columns:1fr!important;gap:28px!important}}.product-card{display:flex;flex-direction:column;justify-content:flex-start;gap:10px;height:100%;padding:22px 18px!important}.product-video-divider{display:flex;align-items:center;gap:10px;margin:18px 0 10px}.product-video-divider:before,.product-video-divider:after{content:"";flex:1;height:1px;background:#16a34a40}.product-video-divider-label{font-size:.74rem;font-weight:800;color:#15803d;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:5px}.product-video-block{margin-top:4px;background:#f0fdf4;border-radius:var(--radius-sm);border:1.5px solid #86EFAC;padding:12px;color:#14532d;box-shadow:0 4px 16px #16a34a14;position:relative;overflow:hidden}.video-block-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:6px}.video-tag-pill{display:inline-flex;align-items:center;gap:6px;background:#dcfce7;border:1px solid #4ADE80;color:#14532d;font-size:.74rem;font-weight:800;padding:4px 10px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em}.video-audio-badge{display:inline-flex;align-items:center;gap:5px;font-size:.74rem;color:#15803d;font-weight:700}.video-player-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#14532d;border-radius:var(--radius-sm);overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid rgba(22,163,74,.25)}.video-poster-img{width:100%;height:100%;object-fit:cover;opacity:.8;transition:transform .4s ease,opacity .4s ease}.video-player-frame:hover .video-poster-img{transform:scale(1.04);opacity:.95}.video-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:radial-gradient(circle,#0003,#14532db3);transition:background .3s ease}.video-play-btn-circle{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 5px #22c55e59,0 8px 20px #14532d59;transition:transform .25s ease,box-shadow .25s ease}.video-player-frame:hover .video-play-btn-circle{transform:scale(1.1);box-shadow:0 0 0 8px #22c55e73,0 10px 24px #14532d73}.video-play-label{font-size:.82rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.8);display:flex;align-items:center;gap:6px}.video-audio-alert-banner{margin-top:10px;font-size:.8rem;color:#14532d;background:#dcfce7;border-left:3px solid #16A34A;padding:6px 10px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:8px}.video-audio-alert-banner .unmute-btn{background:#16a34a;color:#fff;border:none;font-size:.72rem;font-weight:800;padding:4px 10px;border-radius:var(--radius-full);cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:opacity .2s}.video-audio-alert-banner .unmute-btn:hover{opacity:.9}.simulated-video-playing{display:none;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background:#0b3b24;flex-direction:column;justify-content:space-between;padding:12px;box-sizing:border-box}.simulated-video-playing.active{display:flex}.video-active-top{display:flex;justify-content:space-between;align-items:center}.audio-sound-wave{display:flex;align-items:flex-end;gap:3px;height:16px}.audio-sound-wave span{width:3px;background:#22c55e;border-radius:2px;animation:wave 1s infinite ease-in-out}.audio-sound-wave span:nth-child(1){height:35%;animation-delay:.1s}.audio-sound-wave span:nth-child(2){height:80%;animation-delay:.3s}.audio-sound-wave span:nth-child(3){height:50%;animation-delay:.2s}.audio-sound-wave span:nth-child(4){height:100%;animation-delay:.4s}@keyframes wave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.video-controls-bar{display:flex;align-items:center;justify-content:space-between;background:#000000a6;padding:6px 12px;border-radius:6px;font-size:.76rem;color:#fff}.card-badge-wrapper{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.pill-badge{font-size:.72rem;font-weight:800;padding:3px 9px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em}.pill-gold{background:#dcfce7;border:1.5px solid #86EFAC;color:#14532d}.pill-emerald{background:#14532d14;border:1.5px solid rgba(20,83,45,.25);color:var(--emerald-primary)}.card-image-container{width:100%;height:210px;border-radius:var(--radius-sm);background:#f0fdf4;display:flex;align-items:center;justify-content:center;margin-bottom:10px;border:1px solid rgba(22,163,74,.2);overflow:hidden;position:relative}.card-img{width:100%;height:100%;object-fit:cover}.star-rating{display:flex;align-items:center;gap:6px;color:var(--gold-primary);margin-bottom:8px;flex-wrap:wrap}.star-icons{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;white-space:nowrap}.star-icons svg,.star-rating svg{flex-shrink:0;width:15px;height:15px}.rating-text{color:var(--text-muted);font-size:.82rem;font-weight:600;white-space:nowrap}.card-title{font-size:1.25rem;margin-bottom:6px;line-height:1.3;color:var(--emerald-primary)}.card-title a{color:var(--emerald-primary);text-decoration:none}.card-description{color:var(--text-muted);font-size:.88rem;font-weight:500;margin-bottom:12px;line-height:1.45}.card-pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-bottom:14px}.price-val{font-size:1.9rem;font-weight:900;color:var(--emerald-primary);font-family:var(--font-heading)}.price-old{font-size:1.2rem;color:#718096;text-decoration:line-through;font-weight:600}.badge-discount{background:#dc26261f;border:1.5px solid rgba(220,38,38,.3);color:#c53030;font-size:.8rem;font-weight:800;padding:3px 9px;border-radius:var(--radius-sm)}.bundle-section{padding:95px 0;background:var(--bg-primary)}.bundle-box{background:linear-gradient(135deg,#14532d,#166534,#0f3d23);color:#fff;border:2.5px solid #22C55E;border-radius:var(--radius-lg);padding:42px;box-shadow:0 16px 36px #14532d40;display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.bundle-box h2{color:#fff!important}.bundle-box p{color:#e2e8f0!important}.bundle-box .section-tag{background:#dcfce7!important;border-color:#86efac!important;color:#14532d!important}.bundle-box .luxury-card{background:#fff!important;border-color:#22c55e!important}.bundle-box .luxury-card .price-val{color:#14532d!important}.bundle-card-image-container{width:100%;height:210px;border-radius:var(--radius-sm);overflow:hidden;border:1.5px solid #86EFAC;background:#f0fdf4;position:relative;margin:16px 0 10px}.bundle-card-image-container img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bundle-features{list-style:none;margin:20px 0}.bundle-features li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.96rem;color:#f0fdf4!important}.bundle-features li strong{color:#fff!important}.bundle-features li svg{color:#86efac;flex-shrink:0;margin-top:3px}.usage-section{padding:80px 0;background:#fff}.usage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1080px){.usage-grid{grid-template-columns:1fr;gap:24px}}.step-circle{background:#dcfce7;color:#14532d;font-weight:900;font-size:1.05rem;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-emerald,.step-amber{background:#dcfce7;color:#14532d}.story-section{padding:80px 0;background:var(--bg-surface-elevated)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.story-card-art{background:#fff;border-radius:var(--radius-lg);border:1.5px solid var(--border-gold);padding:30px;position:relative;box-shadow:var(--shadow-luxe)}.ancient-badge{position:absolute;top:-13px;right:20px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;font-weight:800;font-size:.74rem;padding:4px 12px;border-radius:var(--radius-full);box-shadow:0 2px 8px #16a34a4d}.pillars-section{padding:75px 0;background:#fff}.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pillar-item{background:var(--bg-primary);border:1.5px solid rgba(20,83,45,.12);border-radius:var(--radius-md);padding:26px 18px;text-align:center;transition:var(--transition)}.pillar-item:hover{border-color:var(--gold-primary);transform:translateY(-3px);background:#fff;box-shadow:var(--shadow-luxe)}.pillar-icon{width:50px;height:50px;border-radius:50%;background:#dcfce7;color:#15803d;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.pillar-title{font-size:1.08rem;font-weight:800;color:var(--emerald-primary);margin-bottom:6px}.pillar-desc{font-size:.88rem;font-weight:500;color:var(--text-muted)}.testimonials-section{padding:80px 0;background:var(--bg-surface-elevated)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{background:#fff;border:1.5px solid rgba(20,83,45,.12);border-radius:var(--radius-md);padding:24px;box-shadow:0 4px 16px #0000000a;display:flex;flex-direction:column;justify-content:space-between}.review-quote{font-style:italic;font-size:.95rem;color:#1a202c;font-weight:500;margin:12px 0;line-height:1.65}.reviewer-meta{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-subtle);padding-top:12px;font-size:.84rem}.reviewer-name{font-weight:800;color:var(--emerald-primary)}.reviewer-location{color:#15803d;font-weight:700}.faq-section{padding:75px 0;background:#fff}.faq-list{max-width:760px;margin:0 auto}.faq-item{background:var(--bg-primary);border:1.5px solid rgba(20,83,45,.12);border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden}.faq-item.active{border-color:var(--border-gold);background:#fff}.faq-question{width:100%;padding:16px 20px;background:none;border:none;color:var(--emerald-primary);font-family:var(--font-heading);font-size:1rem;font-weight:800;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-toggle-icon{font-size:1.3rem;color:#16a34a;transition:transform .3s ease;flex-shrink:0;margin-left:10px;font-weight:900}.faq-item.active .faq-toggle-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease-out;padding:0 20px;color:var(--text-muted);font-size:.94rem;font-weight:500;line-height:1.65}.faq-item.active .faq-answer{max-height:250px;padding-bottom:16px}.site-footer{background:#0b3b24;color:#f0fdf4;border-top:3px solid #16A34A;padding:55px 0 25px}.site-footer .logo-title{color:#fff!important;font-weight:900!important;font-size:1.45rem!important}.site-footer .logo-subtitle{color:#86efac!important;font-weight:800!important;letter-spacing:.16em!important}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1.2fr;gap:32px;margin-bottom:35px}.footer-desc{color:#cbd5e0;font-size:.9rem;margin-top:10px;max-width:380px;line-height:1.6}.footer-heading{font-size:1.05rem;font-weight:800;color:#86efac;margin-bottom:14px}.footer-links{list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:#e2e8f0;text-decoration:none;font-size:.9rem;font-weight:600;transition:var(--transition)}.footer-links a:hover{color:#86efac}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:.84rem;color:#a0aec0;flex-wrap:wrap;gap:14px}.cart-drawer-overlay,.policy-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:998;opacity:0;visibility:hidden;transition:var(--transition)}.cart-drawer-overlay.open,.policy-modal-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100%;background:#fff;border-left:2.5px solid #16A34A;z-index:999;padding:24px;display:flex;flex-direction:column;justify-content:space-between;transition:right .35s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.cart-drawer.open{right:0}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--border-subtle)}.cart-drawer-header h3{color:var(--emerald-primary);font-weight:800}.close-drawer-btn{background:none;border:none;color:#2d3748;font-size:1.5rem;cursor:pointer}.cart-drawer-items{flex-grow:1;overflow-y:auto;padding:16px 0}.cart-drawer-footer{border-top:1px solid var(--border-subtle);padding-top:16px}.cart-total-row{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:900;color:var(--emerald-primary);margin-bottom:14px}.policy-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:90%;max-width:650px;max-height:85vh;background:#fff;border:2px solid var(--gold-primary);border-radius:var(--radius-lg);box-shadow:0 20px 50px #0003;z-index:999;padding:30px;overflow-y:auto;opacity:0;visibility:hidden;transition:var(--transition)}.policy-modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.policy-modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-subtle);padding-bottom:14px;margin-bottom:18px}.policy-modal-title{color:var(--emerald-primary);font-size:1.4rem;font-weight:800}.policy-modal-content{color:var(--text-muted);font-size:.94rem;line-height:1.65;font-weight:500}.policy-modal-content h4{color:var(--emerald-primary);margin:14px 0 6px;font-size:1.05rem;font-weight:800}@media(max-width:992px){.hero-grid,.bundle-box,.story-grid,.usage-grid,.dual-products-grid,.testimonials-grid,.footer-grid{grid-template-columns:1fr!important;gap:30px!important}.pillars-grid{grid-template-columns:repeat(2,1fr)!important}.desktop-nav{display:none}.bundle-box{padding:28px 20px}}@media(max-width:640px){.container{padding:0 16px}.pillars-grid{grid-template-columns:1fr!important}.hero-cta-group{flex-direction:column;width:100%}.hero-cta-group .btn{width:100%}.luxury-card{padding:20px 16px}.bundle-box{padding:22px 14px}.announcement-bar{font-size:.72rem}.footer-bottom{flex-direction:column;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
