@font-face{font-family:Inter;src:url(/fonts/inter-regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-semibold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-extrabold.ttf)format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/fonts/playfair-display-bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/fonts/playfair-display-semibold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/fonts/playfair-display-semibold-italic.ttf)format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Oswald;src:url(/fonts/oswald-regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(/fonts/oswald-medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(/fonts/oswald-semibold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(/fonts/oswald-bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Bebas Neue;src:url(/fonts/bebas-neue-regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--forest-green:#3c7a24;--forest-green-dark:#2e611c;--sand-beige:#f4f1ea;--warm-earth:#a68a6b;--soft-amber:#d69c52;--pure-white:#fff;--text-dark:#2c3531;--text-muted:#64706a;--border-color:#a68a6b33;--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif;--section-pad:100px 5%;--radius:4px;--transition:all .3s ease-in-out;--leafy-bg:linear-gradient(#fffffff5, #fffffff5), url(/assets/leafy-pattern.png)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text-dark);background-color:var(--pure-white);background-image:var(--leafy-bg);-webkit-font-smoothing:antialiased;background-repeat:repeat;background-size:700px;background-attachment:fixed;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--forest-green);font-weight:700}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto}.announcement-bar{background-color:var(--forest-green);width:100%;color:var(--pure-white);z-index:1002;height:38px;position:fixed;top:0;left:0;overflow:hidden}.announcement-marquee-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.announcement-marquee-track{align-items:center;gap:80px;width:max-content;height:100%;animation:60s linear infinite announcement-scroll;display:flex}.announcement-marquee-wrapper:hover .announcement-marquee-track{animation-play-state:paused}.announcement-text{letter-spacing:.5px;white-space:nowrap;font-size:.9rem;font-weight:500}@keyframes announcement-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.announcement-bar{height:34px}.announcement-text{letter-spacing:.3px;font-size:.75rem}.announcement-marquee-track{gap:60px;animation:54s linear infinite announcement-scroll}}@media (width<=480px){.announcement-bar{height:32px}.announcement-text{letter-spacing:0;font-size:.7rem}.announcement-marquee-track{gap:50px;animation:45s linear infinite announcement-scroll}}header{background-color:var(--pure-white);z-index:1000;border-bottom:1px solid var(--border-color);width:100%;height:4rem;transition:var(--transition);justify-content:space-between;align-items:center;padding:5px 5%;display:flex;position:fixed;top:38px}@media (width<=768px){header{top:34px}}@media (width<=480px){header{top:32px}}.text-logo{font-family:var(--font-serif);color:var(--forest-green);letter-spacing:-.02em;transition:var(--transition);font-size:2.2rem;font-weight:700;line-height:1;text-decoration:none;display:inline-block}.img-logo{width:auto;height:35px;display:block}.text-logo:hover{color:var(--forest-green-dark)}.logo-dot{color:var(--soft-amber)}.logo{flex:1}.nav-right{flex:1;justify-content:flex-end;align-items:center;gap:30px;display:flex}nav ul{gap:30px;display:flex}header nav ul li a,header nav ul li button.btn-link{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dark);cursor:pointer;font-size:.95rem;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;padding:5px 0;position:relative}header nav ul li a:after,header nav ul li button.btn-link:after{content:"";background-color:var(--soft-amber);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}header nav ul li a:hover:after,header nav ul li button.btn-link:hover:after{width:100%}header nav ul li a:hover,header nav ul li button.btn-link:hover{color:var(--soft-amber)}.payment-options{border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden}.payment-option{cursor:pointer;background:var(--pure-white);transition:var(--transition);gap:15px;padding:20px;display:flex}.payment-option:not(:last-child){border-bottom:1px solid var(--border-color)}.payment-option.selected{background:var(--sand-beige)}.payment-option input[type=radio]{width:18px;height:18px;accent-color:var(--forest-green);margin-top:2px}.option-header{color:var(--text-dark);justify-content:space-between;align-items:center;margin-bottom:5px;font-weight:600;display:flex}.option-content p{color:var(--text-muted);margin:0;font-size:.85rem}.mobile-menu-toggle{cursor:pointer;color:var(--forest-green);z-index:1001;display:none}.nav-overlay{z-index:999;opacity:0;pointer-events:none;width:100vw;height:100vh;transition:var(--transition);background:#0006;position:fixed;top:0;left:0}.nav-overlay.active{opacity:1;pointer-events:auto}.cart-icon-wrapper{cursor:pointer;color:var(--forest-green);align-items:center;display:flex;position:relative}.cart-badge{background-color:var(--soft-amber);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-10px}.cart-drawer-overlay{z-index:1001;opacity:0;pointer-events:none;width:100vw;height:100vh;transition:var(--transition);background:#0006;position:fixed;top:0;left:0}.cart-drawer-overlay.active{opacity:1;pointer-events:auto}.cart-drawer{background-color:var(--pure-white);background-image:var(--leafy-bg);z-index:1002;background-repeat:repeat;background-size:700px;flex-direction:column;width:400px;max-width:100vw;transition:right .4s ease-in-out;display:flex;position:fixed;top:0;bottom:0;right:-450px;box-shadow:-5px 0 30px #0000001a}.cart-drawer.active{right:0}.cart-drawer-confetti-canvas{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;inset:0}.cart-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:30px;display:flex}.cart-header h3{margin:0;font-size:1.5rem}.close-cart{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;font-size:2rem;line-height:1;transition:transform .2s cubic-bezier(.4,0,.2,1),color .2s}.close-cart:hover{color:var(--text-dark);transform:rotate(90deg)}.close-cart:active{transition:transform .1s;transform:rotate(90deg)scale(.9)}.cart-body{flex:1;padding:0 30px;overflow-y:auto}.empty-cart-msg{text-align:center;color:var(--text-muted);margin-top:50px}.cart-motivation-bar{margin:0 -30px 24px;padding:0}.cart-motivation-msg{text-align:center;color:var(--forest-green);padding:10px 0;font-size:.95rem;font-weight:600;animation:2s ease-in-out infinite motivationPulse}@keyframes motivationPulse{0%,to{opacity:1}50%{opacity:.7}}.cart-item{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px;padding-bottom:15px;display:flex}.cart-item-img-wrapper,.summary-item-img{background-color:var(--sand-beige);border:1px solid var(--border-color);border-radius:8px;flex-shrink:0;width:72px;height:72px;position:relative}.cart-item-img-wrapper{overflow:hidden}.summary-item-img{overflow:visible}.cart-item-img-wrapper img,.summary-item-img img{object-fit:cover;object-position:center;z-index:0;border-radius:8px;width:100%;height:100%;display:block;position:absolute;inset:0;max-width:none!important;max-height:none!important}.cart-item-info{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.cart-item-controls{align-items:center;gap:10px;display:flex}.cart-qty-control{background:var(--sand-beige);border:1px solid var(--border-color);border-radius:10px;align-items:center;padding:3px;display:inline-flex}.cart-qty-btn{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.4,0,.2,1),background .2s,color .2s;display:flex}.cart-qty-btn:hover{background:var(--pure-white);color:var(--forest-green);transform:scale(1.1)}.cart-qty-btn:active{transition:transform .1s;transform:scale(.9)}.cart-qty-value{text-align:center;min-width:34px;color:var(--text-dark);font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:600}.cart-remove-btn{border:1px solid var(--border-color);background:var(--pure-white);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.4,0,.2,1),background .2s,border-color .2s,color .2s;display:flex;position:relative;overflow:hidden}.cart-remove-btn:before{content:"";opacity:0;background:#ef44440f;transition:opacity .25s;position:absolute;inset:0}.cart-remove-btn:hover{color:var(--warm-earth);background:#f4f1eacc;border-color:#a68a6b73;transform:scale(1.05)}.cart-remove-btn:hover:before{opacity:1}.cart-remove-btn:active{transition:transform .1s;transform:scale(.9)}.cart-item-title{font-family:var(--font-sans);color:var(--forest-green);font-weight:600}.cart-item-price-col{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:3px;padding-top:2px;display:flex}.cart-item-price-current{color:var(--forest-green);white-space:nowrap;font-size:.95rem;font-weight:700}.cart-item-price-original{color:var(--text-muted);white-space:nowrap;font-size:.75rem;text-decoration:line-through}.cart-total{font-family:var(--font-serif);color:var(--forest-green);justify-content:space-between;align-items:flex-start;margin-bottom:14px;font-size:1.3rem;display:flex}.cart-total-right{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.cart-subtotal-amount{color:var(--forest-green);font-size:1.3rem;font-weight:700}.cart-mrp-amount{color:var(--text-muted);font-size:.82rem;font-family:var(--font-sans);text-decoration:line-through}.cart-savings-banner{background:#3c7a240f;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;padding:14px 16px;display:flex}.cart-savings-left{color:var(--forest-green);font-size:.9rem;font-family:var(--font-sans);align-items:center;gap:8px;font-weight:600;display:flex}.cart-savings-left strong{font-weight:700}.cart-savings-left svg{color:var(--forest-green);flex-shrink:0}.cart-savings-pct{color:var(--forest-green);border-radius:var(--radius);letter-spacing:.06em;font-size:.8rem;font-weight:700;font-family:var(--font-sans);background:#3c7a2414;border:1px solid #3c7a2440;flex-shrink:0;padding:4px 12px;box-shadow:0 2px 8px #3c7a241a}.summary-item{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.summary-item-price-col{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.summary-item-price-current{color:var(--forest-green);white-space:nowrap;font-size:.9rem;font-weight:700}.summary-item-price-original{color:var(--text-muted);white-space:nowrap;font-size:.72rem;text-decoration:line-through}.summary-item-save-badge{color:#059669;white-space:nowrap;background:#0596691a;border:1px solid #05966933;border-radius:20px;margin-top:1px;padding:1px 6px;font-size:.65rem;font-weight:700;display:inline-block}.summary-subtotal-right{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.summary-mrp-original{color:var(--text-muted);font-size:.75rem;text-decoration:line-through}.summary-savings-banner{font-size:.9rem;font-family:var(--font-sans);color:var(--forest-green);background:#3c7a240f;border:1px solid #3c7a2433;border-radius:12px;margin-bottom:12px;padding:14px 16px;font-weight:600}.summary-savings-banner strong{font-weight:700}.cart-footer{padding:24px 30px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));background:var(--sand-beige)}.btn-checkout{text-align:center;background-color:var(--forest-green);width:100%;color:var(--pure-white);border-radius:var(--radius);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;padding:15px;font-weight:600;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),background-color .25s;display:block;position:relative;overflow:hidden}.btn-checkout:before{content:"";opacity:0;background:linear-gradient(90deg,#fff0 0%,#fff3 50%,#fff0 100%);width:30%;height:200%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:-50%;left:-60%;transform:rotate(25deg)}.btn-checkout:hover{background-color:var(--forest-green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #3c7a2459}.btn-checkout:hover:before{opacity:1;left:120%}.btn-checkout:active{transition:transform .1s,box-shadow .1s;transform:translateY(0)scale(.98);box-shadow:0 2px 8px #3c7a2440}.hero{background-color:var(--sand-beige);align-items:center;min-height:85vh;padding-top:130px;padding-bottom:70px;display:flex;position:relative;overflow:hidden}.hero-ambient-orb{filter:blur(75px);opacity:.4;pointer-events:none;z-index:1;border-radius:50%;animation:12s ease-in-out infinite alternate floatOrb;position:absolute}.hero-ambient-orb.orb-1{background:radial-gradient(circle,#3c7a2440 0%,#f4f1ea00 70%);width:380px;height:380px;top:-60px;left:-80px}.hero-ambient-orb.orb-2{background:radial-gradient(circle,#d69c5238 0%,#f4f1ea00 70%);width:420px;height:420px;animation-delay:-6s;bottom:-80px;right:-60px}@keyframes floatOrb{0%{transform:translate(0)scale(1)}50%{transform:translate(35px,-25px)scale(1.08)}to{transform:translate(-25px,20px)scale(.95)}}.hero-container{z-index:2;align-items:center;gap:60px;width:100%;max-width:1280px;margin:0 auto;padding:0 5%;display:flex;position:relative}.hero-content{flex:1;max-width:620px}.hero-badge{letter-spacing:.06em;color:var(--forest-green);background:#3c7a2412;border:1px solid #3c7a242e;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 18px;font-size:.73rem;font-weight:700;display:inline-flex}.hero-badge-icon{color:var(--forest-green)}.hero-badge-divider{color:#3c7a2459;margin:0 2px}.hero-live-text{color:var(--text-dark);font-size:.7rem;font-weight:600}.live-pulse-dot{background-color:#10b981;border-radius:50%;width:6px;height:6px;animation:1.8s infinite livePulse;box-shadow:0 0 #10b981b3}@keyframes livePulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.sticky-left-badge{z-index:9990;color:var(--text-dark);-webkit-backdrop-filter:blur(12px);writing-mode:vertical-rl;text-orientation:mixed;background:#fffffff2;border:1px solid #3c7a2438;border-left:none;border-radius:0 16px 16px 0;align-items:center;gap:7px;padding:12px 7px 12px 6px;font-size:.72rem;font-weight:500;transition:all .3s;display:inline-flex;position:fixed;top:50%;left:0;transform:translateY(-50%);box-shadow:4px 6px 20px #2c35311f}.sticky-left-badge:hover{border-color:#3c7a2459;padding-top:15px;box-shadow:6px 8px 24px #3c7a2433}.live-eye-icon{color:var(--forest-green);flex-shrink:0;transform:rotate(-90deg)}.sticky-left-badge strong{color:var(--forest-green);font-weight:700}.hero-content h1{font-family:var(--font-serif);color:var(--text-dark);letter-spacing:-.02em;margin-bottom:22px;font-size:3.8rem;font-weight:700;line-height:1.12}.hero-subtitle-italic{font-family:var(--font-serif);color:var(--forest-green);font-style:italic;font-weight:500}.hero-description{color:var(--text-muted);max-width:540px;margin-bottom:36px;font-size:1.15rem;line-height:1.65}.hero-description strong{color:var(--text-dark);font-weight:600}.hero-actions{flex-wrap:nowrap;align-items:center;gap:16px;margin-bottom:40px;display:flex}@keyframes btnShimmer{0%{background-position:-200%}to{background-position:200%}}.hero-btn-primary{background-color:var(--forest-green);color:var(--pure-white);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:var(--radius);border:none;justify-content:center;align-items:center;padding:18px 36px;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),background-color .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #3c7a2440}.hero-btn-primary:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(110deg,#0000 20%,#ffffff26 50%,#0000 80%) -200%/200% 100%;animation:4s cubic-bezier(.4,0,.2,1) infinite btnShimmer;position:absolute;inset:0}.hero-btn-primary:hover{background-color:var(--forest-green-dark);color:var(--pure-white);animation:none;transform:translateY(-3px)scale(1.03);box-shadow:0 16px 32px #3c7a246b}.hero-btn-primary:active{transition:transform .1s,box-shadow .1s;transform:translateY(1px)scale(.98);box-shadow:0 2px 8px #3c7a2440}.hero-btn-secondary{border:1.5px solid var(--forest-green);color:var(--forest-green);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:var(--radius);background:0 0;justify-content:center;align-items:center;padding:18px 28px;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),background-color .25s,color .25s;display:inline-flex;position:relative;overflow:hidden}.hero-btn-secondary:before{content:"";opacity:0;background:linear-gradient(135deg,#3c7a240a,#3c7a2414);transition:opacity .3s;position:absolute;inset:0}.hero-btn-secondary:hover{color:var(--forest-green-dark);background-color:#3c7a240f;transform:translateY(-2px);box-shadow:0 4px 12px #3c7a241f}.hero-btn-secondary:active{transition:transform .1s;transform:translateY(0)scale(.98)}.hero-trust-row{border-top:1px solid var(--border-color);grid-template-columns:repeat(2,1fr);gap:12px 24px;max-width:540px;padding-top:24px;display:grid}.hero-trust-item{color:var(--text-dark);letter-spacing:.06em;align-items:center;gap:8px;font-size:.72rem;font-weight:700;display:flex}.hero-trust-item svg{color:var(--forest-green)}.hero-image-wrapper{flex:1;justify-content:center;display:flex;position:relative}.hero-image-frame{background:#3c7a241f;border:1px solid #3c7a2426;border-radius:28px;width:100%;max-width:480px;padding:16px;position:relative;box-shadow:0 20px 48px #2c353114}.hero-micro-badge{z-index:10;color:var(--forest-green);-webkit-backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #3c7a242e;border-radius:50px;align-items:center;gap:5px;padding:5px 12px;font-size:.68rem;font-weight:700;animation:3.5s ease-in-out infinite alternate badgeFloat;display:inline-flex;position:absolute;top:14px;left:14px;box-shadow:0 4px 14px #00000014}@keyframes badgeFloat{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.hero-img-switcher{z-index:10;-webkit-backdrop-filter:blur(8px);background:#f4f1eae6;border:1px solid #3c7a2426;border-radius:50px;align-items:center;gap:5px;padding:3px 6px;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 4px 12px #00000014}.hero-thumb-btn{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;width:24px;height:24px;padding:0;transition:all .2s;overflow:hidden}.hero-thumb-btn img{object-fit:cover;width:100%;height:100%;display:block}.hero-thumb-btn.active,.hero-thumb-btn:hover{border-color:var(--forest-green);transform:scale(1.15)}.hero-main-img-box{background-color:var(--pure-white);border-radius:20px;width:100%;position:relative;overflow:hidden}.hero-main-img{object-fit:cover;width:100%;height:460px;transition:transform .6s;display:block}.hero-image-frame:hover .hero-main-img{transform:scale(1.02)}.hero-floating-card{-webkit-backdrop-filter:blur(8px);z-index:5;background:#f4f1eaf7;border:1px solid #3c7a242e;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;transition:transform .3s,box-shadow .3s;animation:4s ease-in-out infinite alternate cardFloat;display:flex;position:absolute;bottom:16px;left:16px;right:16px;box-shadow:0 6px 20px #00000014}.hero-floating-card:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 10px 28px #3c7a2429}.hero-floating-card-inline{width:100%;margin-bottom:32px;animation:none;position:relative;bottom:auto;left:auto;right:auto}.hero-floating-card-inline:hover{transform:none;box-shadow:0 6px 20px #00000014}@keyframes cardFloat{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.rating-divider{background:#3c7a242e;flex-shrink:0;width:1px;height:36px}.rating-card-info{flex-direction:column;gap:2px;display:flex}.rating-acclaimed-tag{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--forest-green);background:#3c7a2414;border:1px solid #3c7a2433;border-radius:50px;align-items:center;gap:6px;width:fit-content;padding:5px 12px;font-size:.68rem;font-weight:700;display:inline-flex}.rating-card-title{font-family:var(--font-serif);color:var(--forest-green);margin:0;font-size:1.05rem;font-weight:700;line-height:1.25}.rating-star{color:var(--soft-amber);font-style:normal;animation:2.4s ease-in-out infinite starPulse;display:inline-block}@keyframes starPulse{0%,to{opacity:1;filter:drop-shadow(0 0 #f59e0b00);transform:scale(1)}50%{color:#f59e0b;filter:drop-shadow(0 0 4px #f59e0b80);transform:scale(1.22)}}.rating-customer-count{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.rating-count-number{font-family:var(--font-serif);color:var(--forest-green);letter-spacing:-.02em;font-size:1.25rem;font-weight:700;line-height:1}.rating-count-label{font-family:var(--font-sans);color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;font-size:.65rem;font-weight:600}@media (width<=1024px){.hero-container{flex-direction:column;gap:32px;padding:0 5%}.hero-content{text-align:center;max-width:100%}.hero-top-meta{justify-content:center}.sticky-left-badge{gap:5px;padding:9px 5px 9px 4px;font-size:.64rem;top:45%}.hero-content h1{font-size:2.6rem}.hero-badge{margin:0 auto}.hero-description{margin-left:auto;margin-right:auto}.hero-actions{flex-wrap:nowrap;justify-content:center}.hero-trust-row{margin:0 auto}.hero-image-wrapper{width:100%}.hero-image-frame{max-width:520px;margin:0 auto}.hero-main-img{height:360px}}@media (width<=768px){.hero{padding-top:100px;padding-bottom:40px}.hero-container{gap:24px}.hero-content h1{margin-bottom:16px;font-size:2.1rem}.hero-badge{margin-bottom:18px;padding:5px 12px;font-size:.68rem}.hero-description{margin-bottom:20px;font-size:.98rem}.hero-actions{flex-direction:column;gap:10px;margin-bottom:24px}.hero-btn-primary{justify-content:center;width:100%;padding:15px 24px}.hero-btn-secondary{justify-content:center;width:100%;margin-top:12px;padding:15px 24px}.hero-image-frame{border-radius:18px;max-width:100%;padding:10px}.hero-main-img{height:320px}.hero-floating-card{-webkit-backdrop-filter:none;border-radius:10px;gap:8px;padding:8px 12px;animation:none;bottom:10px;left:10px;right:10px;box-shadow:0 2px 8px #0000000a}.rating-acclaimed-tag{padding:3px 8px;font-size:.58rem}.rating-card-title{font-size:.82rem}.rating-count-number{font-size:.95rem}.rating-count-label{font-size:.55rem}.rating-divider{height:26px}.hero-floating-card-inline{width:100%;margin:0 auto 20px}}@media (width<=480px){.hero{padding-top:88px;padding-bottom:30px}.hero-container{gap:18px;padding:0 4%}.hero-content h1{margin-bottom:12px;font-size:1.65rem;line-height:1.2}.hero-description{margin-bottom:16px;font-size:.9rem;line-height:1.5}.hero-badge{flex-wrap:wrap;justify-content:center;row-gap:2px;margin-bottom:14px;padding:4px 10px;font-size:.6rem}.hero-badge-divider{display:none}.hero-live-text{font-size:.62rem}.hero-actions{gap:8px;margin-bottom:20px}.hero-btn-primary{padding:14px 20px;font-size:.78rem}.hero-btn-secondary{padding:12px 18px;font-size:.75rem}.hero-micro-badge{padding:3px 8px;font-size:.58rem;top:8px;left:8px}.hero-img-switcher{padding:2px 4px;top:8px;right:8px}.hero-thumb-btn{width:20px;height:20px}.hero-image-frame{border-radius:14px;padding:8px}.hero-main-img{height:280px}.hero-floating-card{box-shadow:none;-webkit-backdrop-filter:none;border:1px solid #3c7a2424;border-radius:8px;gap:6px;padding:7px 10px;animation:none;bottom:8px;left:8px;right:8px}.rating-acclaimed-tag{padding:2px 7px;font-size:.55rem}.rating-card-title{font-size:.78rem}.rating-count-number{font-size:.88rem}.rating-count-label{font-size:.52rem}.rating-divider{height:22px}.hero-floating-card-inline{width:100%;margin:0 auto 16px}}.trust-banner{background-color:var(--forest-green);color:var(--pure-white);overflow:hidden}.trust-marquee-wrapper{width:100%;padding:20px 0;position:relative;overflow:hidden}.trust-marquee-track{gap:60px;width:max-content;animation:25s linear infinite trust-scroll;display:flex}@keyframes trust-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-banner-item{white-space:nowrap;align-items:center;gap:12px;font-size:1.1rem;font-weight:500;display:flex}.trust-banner-item svg{color:var(--sand-beige)}.section-title{margin-bottom:20px;font-size:3rem}.benefits{text-align:center;background-color:#0000;padding:100px 0;overflow:hidden}.benefits-header{max-width:640px;margin:0 auto 50px;padding:0 20px}.benefits-subtitle{color:var(--text-muted);max-width:600px;margin-top:-12px;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.6}.benefits-marquee-wrapper{cursor:grab;scrollbar-width:none;-ms-overflow-style:none;width:100vw;margin-left:-50vw;margin-right:-50vw;padding:10px 0 20px;position:relative;left:50%;right:50%;overflow:auto hidden}.benefits-marquee-wrapper::-webkit-scrollbar{display:none}.benefits-marquee-wrapper.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.benefits-marquee-track{gap:24px;width:max-content;display:flex}.benefit-card{background-color:var(--sand-beige);border-radius:var(--radius);border:1px solid var(--border-color);min-height:210px;transition:var(--transition);text-align:center;cursor:default;-webkit-user-select:none;user-select:none;flex-direction:column;flex:0 0 290px;justify-content:center;align-items:center;padding:36px 28px 32px;display:flex;box-shadow:0 4px 20px #1e46380f}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1e46381a}.benefit-card h3{color:var(--forest-green);text-align:center;margin-bottom:14px;font-size:1.15rem;font-weight:700;line-height:1.35}.benefit-card p{color:var(--text-muted);text-align:center;margin:0;font-size:.95rem;font-weight:600;line-height:1.6}@media (width<=768px){.benefit-card{flex:0 0 260px;min-height:200px;padding:28px 22px}.benefit-card h3{font-size:1.05rem}.benefit-card p{font-size:.88rem}}.ingredients{padding:var(--section-pad);background-color:var(--sand-beige)}.ingredients .container{flex-wrap:wrap;align-items:center;gap:60px;display:flex}.ingredients-img{flex:300px;min-width:0}.ingredients-img img{border-radius:var(--radius);width:100%;box-shadow:0 20px 40px #0000001a}.ingredients-text{flex:300px;min-width:0}.ingredients-text h2{margin-bottom:30px;font-size:3rem}.ingredients-text p{color:var(--text-muted);margin-bottom:20px;font-size:1.1rem}.about-page{background-color:var(--pure-white);padding-top:120px}.about-hero{text-align:center;padding:60px 5% 20px}.about-hero .section-title{margin-bottom:16px}.about-lead{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1.15rem;line-height:1.6}.about-story{padding-top:40px}.home-product{background-color:var(--sand-beige);padding:70px 5%}.home-product-card{background-color:var(--pure-white);border:1px solid var(--border-color);border-radius:var(--radius);grid-template-columns:minmax(0,380px) 1fr;align-items:center;gap:48px;max-width:920px;margin:0 auto;padding:32px;display:grid;box-shadow:0 12px 36px #1e463814}.home-product-gallery{flex-direction:column;gap:12px;min-width:0;display:flex}.home-product-main-wrapper{aspect-ratio:1;background-color:var(--sand-beige);border-radius:8px;width:100%;position:relative;overflow:hidden}.home-product-slider{width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex}.home-product-main-img{object-fit:cover;flex-shrink:0;width:100%;height:100%}.home-product-thumbs{gap:10px;display:flex}.home-product-thumb{cursor:pointer;background-color:var(--sand-beige);border:2px solid #0000;border-radius:6px;flex-shrink:0;width:68px;height:68px;padding:0;transition:border-color .25s,transform .2s,box-shadow .2s;overflow:hidden}.home-product-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.home-product-thumb:hover img{transform:scale(1.06)}.home-product-thumb:hover,.home-product-thumb.active{border-color:var(--forest-green);box-shadow:0 0 0 1px var(--forest-green)}.home-product-info{flex-direction:column;gap:16px;min-width:0;display:flex}.home-product-name{margin:0;font-size:2rem;line-height:1.2}.home-product-desc{color:var(--text-muted);margin:0;font-size:.98rem;line-height:1.65}.home-product-price{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}@keyframes price-highlight{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes price-glow{0%,to{filter:drop-shadow(0 0 #3c7a2400)}50%{filter:drop-shadow(0 0 8px #3c7a2466)}}.animate-price-highlight{animation:2.5s ease-in-out infinite price-highlight}.animate-price-highlight .price-current{animation:2.5s ease-in-out infinite price-glow}.home-product-price .price-current{font-family:var(--font-serif);color:var(--forest-green);font-size:1.6rem;font-weight:700}.home-product-price .price-original{color:var(--text-muted);font-size:1rem;text-decoration:line-through}.home-product-controls{align-items:stretch;gap:14px;margin-top:4px;display:flex}.home-product-controls .qty-selector{background:var(--sand-beige);border:1px solid var(--border-color);border-radius:10px;flex-shrink:0;align-items:center;padding:3px;display:inline-flex;overflow:visible}.home-product-controls .qty-selector button{width:36px;height:36px;color:var(--text-muted);cursor:pointer;transition:var(--transition);font-size:1.25rem;font-family:var(--font-sans);background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;display:flex}.home-product-controls .qty-selector button:hover{background:var(--pure-white);color:var(--forest-green)}.home-product-controls .qty-selector button:active{transform:scale(.94)}.home-product-controls .qty-selector span{text-align:center;min-width:40px;color:var(--text-dark);font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;border:none;padding:0;font-size:.95rem;font-weight:600}.home-product-controls .btn-add-cart{background-color:var(--forest-green);color:var(--pure-white);border:2px solid var(--forest-green);flex:1;padding:14px 24px;font-size:.85rem}.home-product-controls .btn-add-cart:hover{background-color:var(--forest-green-dark);border-color:var(--forest-green-dark);color:var(--pure-white)}.home-product-link{color:var(--forest-green);text-transform:uppercase;letter-spacing:.06em;align-self:flex-start;margin-top:4px;font-size:.9rem;font-weight:600}.home-product-link:hover{color:var(--soft-amber)}@media (width<=768px){.home-product-controls{flex-direction:column;align-items:center}.home-product-controls .qty-selector{justify-content:center;width:100%;max-width:200px}.home-product-controls .btn-add-cart{width:100%}.home-product{padding:50px 5%}.home-product-card{grid-template-columns:1fr;gap:28px;padding:24px 20px}.home-product-thumbs{justify-content:center}.home-product-info{text-align:center;align-items:center}.home-product-name{font-size:1.75rem}.home-product-price{justify-content:center}.home-product-controls{flex-direction:column;width:100%}.home-product-link{align-self:center}}.herb-carousel-section{text-align:center;background-color:#0000;padding:100px 0 80px;position:relative;overflow:hidden}.herb-carousel-section .container{padding:0 5%}.herb-carousel-section .section-title{margin-bottom:15px}.carousel-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto 60px;font-size:1.15rem;line-height:1.6}.herb-marquee-wrapper{cursor:grab;scrollbar-width:none;-ms-overflow-style:none;width:100vw;margin-left:-50vw;margin-right:-50vw;padding:20px 0 40px;position:relative;left:50%;right:50%;overflow:auto hidden}.herb-marquee-wrapper::-webkit-scrollbar{display:none}.herb-marquee-wrapper.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.herb-marquee-track{gap:30px;width:max-content;display:flex}.herb-card{border-radius:16px;flex:0 0 320px;height:240px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #1e463814}.herb-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #1e463826}.herb-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.herb-card:hover img{transform:scale(1.05)}.herb-image-overlay{pointer-events:none;position:absolute;inset:0}.herb-card-label{color:var(--pure-white);text-align:center;background:linear-gradient(#0000 0%,#1e4638d9 100%);padding:16px 14px 12px;position:absolute;bottom:0;left:0;right:0}.herb-card-name{letter-spacing:.3px;font-size:.9rem;font-weight:600;display:block}.herb-card-category-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--forest-green);letter-spacing:.3px;text-transform:capitalize;background-color:#ffffffe6;border:1px solid #ffffff4d;border-radius:20px;padding:4px 10px;font-size:.72rem;font-weight:600;display:inline-block;position:absolute;top:12px;right:12px}.shop{padding:var(--section-pad);background-color:var(--pure-white);text-align:center}.products-grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px;display:grid}.product-card{background-color:var(--sand-beige);border-radius:var(--radius);transition:var(--transition);flex-direction:column;align-items:center;padding:40px;display:flex}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #a68a6b26}.product-img{object-fit:contain;border-radius:var(--radius);width:100%;height:250px;margin-bottom:25px}.product-card h3{margin-bottom:10px;font-size:1.5rem}.product-card p{color:var(--text-muted);flex-grow:1;margin-bottom:20px;font-size:.95rem}.product-price{font-family:var(--font-serif);color:var(--forest-green);margin-bottom:20px;font-size:1.4rem;font-weight:700}.btn-add-cart{width:100%;color:var(--forest-green);border:2px solid var(--forest-green);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius);cursor:pointer;transition:var(--transition);background-color:#0000;padding:15px;font-weight:600;position:relative;overflow:hidden}.btn-add-cart:before{content:"";background:linear-gradient(90deg,#0000,#3c7a2414,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-add-cart:hover{background-color:var(--forest-green);color:var(--pure-white)}.btn-add-cart:hover:before{left:100%}.btn-add-cart:active{transition:transform .1s;transform:scale(.97)}.testimonials-section{background-color:var(--sand-beige);text-align:center;padding:80px 0}.testimonials-header{margin-bottom:40px}.testimonials-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.5}.testimonials-carousel{justify-content:center;align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:0 16px;display:flex}.testimonial-slide-wrapper{width:100%;height:260px;position:relative;overflow:hidden}.testimonial-slide{background:var(--pure-white);border-radius:var(--radius);border:1px solid var(--border-color);text-align:center;opacity:0;visibility:hidden;flex-direction:column;justify-content:center;align-items:center;width:480px;height:220px;padding:25px 30px;transition:all .5s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)scale(.88);box-shadow:0 8px 24px #1e46380f}.testimonial-slide.active{opacity:1;visibility:visible;z-index:2;left:50%;transform:translate(-50%,-50%)scale(1)}.testimonial-slide.prev{opacity:.45;visibility:visible;z-index:1;left:2%;transform:translateY(-50%)scale(.82)}.testimonial-slide.next{opacity:.45;visibility:visible;z-index:1;left:auto;right:2%;transform:translateY(-50%)scale(.82)}.testimonial-stars{justify-content:center;align-items:center;gap:4px;margin-bottom:14px;display:flex}.testimonial-slide q{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:14px;font-size:1.15rem;font-style:italic;line-height:1.5;display:block}.testimonial-slide .test-author{justify-content:center;align-items:center;gap:8px;display:flex}.testimonial-slide .test-author span{font-family:var(--font-sans);color:var(--text-dark);font-size:.95rem;font-weight:600}.carousel-control{background:var(--pure-white);border:1px solid var(--border-color);color:var(--forest-green);cursor:pointer;z-index:3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s;display:flex;box-shadow:0 4px 12px #1e46380d}.carousel-control:hover{background:var(--forest-green);color:var(--pure-white);transform:scale(1.05)}.carousel-dots{justify-content:center;gap:8px;margin-top:25px;display:flex}.carousel-dot{cursor:pointer;background:#1e463833;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.carousel-dot.active{background:var(--forest-green);border-radius:4px;width:20px}@media (width<=768px){.testimonials-carousel{gap:10px;padding:0 10px}.testimonial-slide-wrapper{height:260px}.testimonial-slide{width:280px;height:240px;padding:20px}.testimonial-slide.active{left:50%}.testimonial-slide.prev{left:0}.testimonial-slide.next{right:0}.testimonial-slide q{font-size:1rem}.carousel-control{width:38px;height:38px}}.faq-section{background:0 0;padding:80px 5%}.faq-list{flex-direction:column;gap:24px;max-width:800px;margin:0 auto;display:flex}.faq-card{cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:12px;padding:20px 24px;transition:box-shadow .15s,transform .15s;overflow:hidden;box-shadow:0 2px 12px #00000014}.faq-card:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0000001f}.faq-card.open{border-color:#1e463833;box-shadow:0 6px 24px #1e46381f}.faq-question{color:var(--forest-green);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;font-size:1.05rem;display:flex}.faq-chevron{color:#4a5568;flex-shrink:0;transition:transform .15s}.faq-card.open .faq-chevron{transform:rotate(180deg)}.faq-answer{color:#4a5568;max-height:0;margin-top:0;font-size:.95rem;line-height:1.6;transition:max-height .15s,margin-top .15s;overflow:hidden}.faq-card.open .faq-answer{max-height:300px;margin-top:12px}footer{background-color:var(--sand-beige);border-top:1px solid var(--border-color);padding:80px 5% 40px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;align-items:start;gap:50px;margin-bottom:60px;display:grid}.footer-brand .text-logo{margin-bottom:20px;font-size:1.8rem;display:inline-block}.footer-col,nav.footer-col,address.footer-col{text-align:left;flex-direction:column;align-items:flex-start;display:flex}address.footer-col{font-style:normal}.footer-col h4,nav.footer-col h4,address.footer-col h4{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--forest-green);margin:0 0 20px;padding:0;font-size:1rem;font-weight:600;line-height:1.4}.footer-col ul,nav.footer-col ul,address.footer-col ul{text-align:left;width:100%;margin:0;padding:0;font-style:normal;list-style:none}.footer-col ul li,nav.footer-col ul li,address.footer-col ul li{text-align:left;margin-bottom:8px;line-height:1.6}footer .footer-col a,footer nav.footer-col a,footer address.footer-col a{color:var(--text-muted);font-weight:400;font-family:var(--font-sans);transition:var(--transition);text-decoration:none;display:inline-block;font-size:.9rem!important}footer .footer-col a:hover,footer nav.footer-col a:hover,footer address.footer-col a:hover{color:var(--forest-green)}.footer-link-small{color:var(--text-muted)!important;font-size:.9rem!important;font-weight:400!important;font-family:var(--font-sans)!important;transition:var(--transition)!important;text-decoration:none!important;display:inline-block!important}.footer-link-small:hover{color:var(--forest-green)!important}.newsletter-form{margin-top:15px;display:flex}.newsletter-form input{border:1px solid var(--warm-earth);background:var(--pure-white);font-family:var(--font-sans);outline:none;flex:1;padding:12px 15px}.newsletter-form button{background:var(--forest-green);color:var(--pure-white);cursor:pointer;border:none;padding:12px 25px;font-weight:600}.footer-bottom{border-top:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:40px;font-size:.9rem;display:flex}.trust-badges{color:var(--forest-green);gap:20px;font-weight:600;display:flex}.product-page{background-color:var(--pure-white);padding:150px 0 80px}.product-container{grid-template-columns:1fr 1fr;gap:60px;padding:0 5%;display:grid}.product-gallery{flex-direction:column;gap:20px;display:flex}.main-img{aspect-ratio:1;object-fit:contain;background-color:var(--sand-beige);border-radius:var(--radius);width:100%}.thumb{object-fit:cover;border-radius:var(--radius);cursor:pointer;width:80px;height:80px;transition:var(--transition);border:2px solid #0000}.product-details{flex-direction:column;display:flex}.breadcrumbs a{color:var(--forest-green)}.stars{color:var(--soft-amber);font-size:1.2rem}.product-description{color:var(--text-muted);margin-bottom:40px;font-size:1.1rem}.qty-selector.large{padding:10px 20px}.qty-selector.large button{width:30px;font-size:1.5rem}.qty-selector.large span{min-width:30px;font-size:1.2rem}.btn-add-cart.large{background-color:var(--forest-green);color:var(--pure-white);flex-grow:1;padding:18px 40px}.btn-add-cart.large:hover{background-color:var(--forest-green-dark)}.accordion-btn .icon{transition:var(--transition);font-size:1.5rem}.accordion-content p{color:var(--text-muted);padding-bottom:20px}.product-page{background-color:#0000;min-height:100vh;padding-top:120px}.product-container{grid-template-columns:1.2fr 1fr;align-items:start;gap:80px;margin-bottom:80px;display:grid}.product-gallery{position:sticky;top:140px}.main-img{aspect-ratio:1;object-fit:contain;background-color:var(--sand-beige);border-radius:var(--radius);width:100%;margin-bottom:20px}.thumbnail-list{gap:15px;display:flex}.thumb{object-fit:cover;cursor:pointer;width:80px;height:80px;transition:var(--transition);border:2px solid #0000;border-radius:4px}.thumb:hover,.thumb.active{border-color:var(--soft-amber)}.product-details{padding-top:20px}.breadcrumbs{color:var(--text-muted);margin-bottom:20px;font-size:.9rem}.product-title{margin-bottom:15px;font-size:3.5rem;line-height:1.1}.product-reviews{align-items:center;gap:10px;margin-bottom:25px;display:flex}.stars{color:var(--soft-amber);letter-spacing:2px}.review-count{color:var(--text-muted);font-size:.9rem}.product-price-large{font-family:var(--font-serif);color:var(--forest-green);margin-bottom:30px;font-size:2.2rem;font-weight:700}.product-description{color:var(--text-muted);margin-bottom:40px;font-size:1.1rem;line-height:1.7}.product-actions{gap:20px;margin-bottom:50px;display:flex}.qty-selector.large{border-radius:8px;height:60px}.qty-selector.large button{width:60px;height:60px}.qty-selector.large span{width:50px;font-size:1.1rem}.btn-add-cart.large{flex:1;height:60px;font-size:1rem}.product-accordion{border-top:1px solid var(--border-color)}.accordion-item{border-bottom:1px solid var(--border-color)}.accordion-btn{width:100%;font-family:var(--font-sans);color:var(--forest-green);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 0;font-size:1rem;font-weight:600;display:flex}.accordion-content{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.accordion-content p{color:var(--text-muted);padding-bottom:25px;font-size:.95rem;line-height:1.6}.checkout-page{background-color:#0000;min-height:100vh;padding-top:0}.checkout-split{flex-wrap:wrap;min-height:100vh;display:flex}.checkout-main{background-color:var(--pure-white);background-image:var(--leafy-bg);background-repeat:repeat;background-size:700px;flex:55%;padding:103px 5% 60px 10%}.checkout-breadcrumbs{color:var(--text-muted);margin-bottom:40px;font-size:.85rem}.checkout-breadcrumbs span.active{color:var(--text-dark);font-weight:600}.checkout-section{margin-bottom:50px}.section-header h2{color:var(--forest-green);margin-bottom:5px;font-size:1.4rem}.checkout-main input[type=text],.checkout-main input[type=email],.checkout-main input[type=tel],.checkout-main select{border:1px solid var(--border-color);width:100%;font-family:var(--font-sans);transition:var(--transition);background-color:var(--pure-white);color:var(--text-dark);border-radius:8px;margin-bottom:15px;padding:15px;font-size:1rem;box-shadow:0 1px 4px #2c353114}.checkout-main select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233c7a24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}.checkout-main select option{background-color:var(--pure-white);color:var(--text-dark);font-family:var(--font-sans);padding:12px 15px;font-size:.95rem}.checkout-main select option:hover,.checkout-main select option:focus{background-color:var(--sand-beige);color:var(--forest-green)}.checkout-main select option:disabled{color:var(--text-muted);background-color:var(--pure-white)}.city-select{background-color:var(--pure-white);font-family:var(--font-sans);color:var(--text-dark);transition:var(--transition);border-radius:var(--radius);font-size:1rem}.city-select:hover{border-color:var(--warm-earth)}.city-select:focus{background-color:var(--pure-white);border-color:var(--forest-green);box-shadow:0 0 0 3px #3c7a241a}.checkout-main input::placeholder{color:var(--text-muted);opacity:1}.checkout-main input:focus,.checkout-main select:focus{border-color:var(--forest-green);background-color:var(--pure-white);outline:none;box-shadow:0 0 0 3px #1e46381f,0 1px 4px #2c353114}.checkout-main .payment-options{background-color:var(--pure-white);box-shadow:0 1px 4px #2c353114}.checkout-main .payment-option.selected{background-color:var(--sand-beige)}.form-row input,.form-row select{flex:1}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.form-row{gap:15px;display:flex}.form-row .half{flex:1}.form-checkbox{align-items:center;gap:10px;margin-bottom:20px;display:flex}.form-checkbox input{width:18px;height:18px;accent-color:var(--forest-green);cursor:pointer}.form-checkbox label{color:var(--text-dark);cursor:pointer;font-size:.9rem}.payment-box{border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden}.payment-header{background:var(--sand-beige);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:15px;font-weight:500;display:flex}.payment-body{background:var(--sand-beige);padding:20px}.btn-place-order{background:var(--forest-green);color:#fff;border-radius:var(--radius);width:100%;font-family:var(--font-sans);cursor:pointer;border:none;margin-top:30px;padding:22px;font-size:1.1rem;font-weight:600;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),background .25s;display:block;position:relative;overflow:hidden}.btn-place-order:before{content:"";opacity:0;background:linear-gradient(90deg,#fff0 0%,#fff3 50%,#fff0 100%);width:30%;height:200%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:-50%;left:-60%;transform:rotate(25deg)}.btn-place-order:hover{background:var(--forest-green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #3c7a2459}.btn-place-order:hover:before{opacity:1;left:120%}.btn-place-order:active{transition:transform .1s,box-shadow .1s;transform:translateY(0)scale(.98);box-shadow:0 2px 8px #3c7a2440}.btn-place-order:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.checkout-sidebar{background-color:var(--sand-beige);border-left:1px solid var(--border-color);z-index:100;flex:45%;padding:103px 10% 60px 5%;position:sticky;top:0}.checkout-items-list{margin-bottom:30px}.summary-item{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.summary-item-info{align-items:center;gap:15px;display:flex}.summary-item-qty{z-index:1;color:var(--pure-white);background:#64706ae6;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}.summary-item-name{color:var(--text-dark);font-size:.95rem;font-weight:600}.summary-item-original-price{color:var(--text-muted);margin-top:2px;font-size:.75rem;text-decoration:line-through}.summary-totals{border-top:1px solid var(--border-color);padding-top:20px}.summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:15px;font-size:.9rem;display:flex}.savings-row{color:#10b981;font-weight:600}.savings-row .savings-amount{color:#10b981;font-weight:700}.summary-total{border-top:1px solid var(--border-color);color:var(--text-dark);justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;font-size:1.5rem;font-weight:600;display:flex}#successMsg{text-align:center;background:var(--pure-white);border-radius:var(--radius);border:1px solid var(--border-color);max-width:600px;margin:40px auto;padding:40px;display:none}#successMsg h2{margin-bottom:15px}@media (width<=992px){.hero{text-align:center;background-color:var(--sand-beige);flex-direction:column;justify-content:center;min-height:auto;padding-top:120px;padding-bottom:60px;position:relative}.hero-content{z-index:2;padding:20px 5%;position:relative}.hero-content p{margin:0 auto 30px}.hero-image{z-index:1;opacity:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-image img{object-fit:cover;object-position:center top}.hero-image:after{content:"";background:linear-gradient(#f6f4ee99 0%,#f6f4eef2 80%);display:block;position:absolute;inset:0}.benefits-grid{grid-template-columns:1fr 1fr}.ingredients .container{text-align:center;flex-direction:column}.ingredients-img{width:100%;max-width:500px;margin:0 auto}.products-grid,.test-grid,.journal-grid{grid-template-columns:1fr}.product-container{grid-template-columns:1fr;gap:40px}.product-gallery{position:relative;top:0}.product-title{font-size:2.5rem}.product-actions{flex-direction:column}.mobile-menu-toggle{display:block}header nav{background-color:var(--pure-white);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:300px;height:100vh;transition:right .4s ease-in-out;display:flex;position:fixed;top:0;right:-100%;box-shadow:-5px 0 30px #0000001a}header nav.active{right:0}nav ul{flex-direction:column;align-items:center;gap:25px}header nav ul li a{font-size:1.2rem}.checkout-split{flex-direction:column-reverse}.checkout-main{flex:100%;padding:40px 5%}.checkout-sidebar{border-left:none;border-bottom:1px solid var(--border-color);flex:100%;padding:80px 5% 40px;position:relative;top:auto}.form-row{flex-direction:column;gap:0}.whatsapp-float-container{bottom:20px;right:20px}body.sticky-bar-active .whatsapp-float-container{bottom:100px}.whatsapp-tooltip{white-space:normal;text-align:center;max-width:160px;padding:8px 12px;font-size:.72rem}.cart-toast{gap:10px;width:calc(100vw - 24px);max-width:none;padding:10px 14px;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards cart-toast-in-mobile;top:80px;left:12px;right:12px;transform:none}}@media (width<=600px){.benefits-grid,.footer-grid{grid-template-columns:1fr}.footer-col,nav.footer-col,address.footer-col{text-align:left!important;align-items:flex-start!important}.footer-col ul,nav.footer-col ul,address.footer-col ul{width:100%;text-align:left!important}.footer-col ul li,nav.footer-col ul li,address.footer-col ul li{text-align:left!important}.hero-content h1{font-size:3rem}.hero-cta-wrapper{flex-direction:column;gap:20px}.hero-rating{flex-direction:row;align-items:center;gap:8px}.hero-rating-top{gap:6px}.hero-rating-value{font-size:1.1rem}.hero-rating-percent{font-size:.875rem}.cart-drawer{width:100%;right:-100%}.cart-toast{flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px}.cart-toast-icon{flex-shrink:0;width:28px;height:28px}.cart-toast-body{flex:1;min-width:0}.cart-toast-title{font-size:.82rem}.cart-toast-detail{display:none}.cart-toast-close{flex-shrink:0;margin-left:auto}.cart-toast-action{text-align:center;letter-spacing:.04em;border-radius:8px;flex:1 0 100%;order:10;padding:8px 0;font-size:.78rem}}.whatsapp-float-container{z-index:1000;flex-direction:column;align-items:flex-end;transition:bottom .3s cubic-bezier(.16,1,.3,1);animation:3.5s ease-in-out infinite whatsapp-bob;display:flex;position:fixed;bottom:30px;right:30px}body.sticky-bar-active .whatsapp-float-container{bottom:100px}.whatsapp-float-container:hover{animation-play-state:paused}@keyframes whatsapp-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.whatsapp-tooltip{background:var(--pure-white);color:var(--forest-green);font-family:var(--font-sans);border:1px solid var(--border-color);white-space:nowrap;letter-spacing:.01em;border-radius:10px;margin-bottom:12px;padding:10px 16px;font-size:.82rem;font-weight:600;animation:.6s ease-out tooltip-fade-in;position:relative;box-shadow:0 8px 28px #1e463824}.whatsapp-tooltip:after{content:"";background:var(--pure-white);border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:11px;height:11px;position:absolute;bottom:-6px;right:24px;transform:rotate(45deg)}@keyframes tooltip-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.whatsapp-float{color:#fff;background:linear-gradient(145deg,#25d366 0%,#1ebe57 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 6px 22px #25d36659}.whatsapp-float-container:hover .whatsapp-float{transform:scale(1.06);box-shadow:0 10px 28px #25d36673}.cart-toast{z-index:1003;-webkit-backdrop-filter:blur(16px);background:#ffffffeb padding-box padding-box;border:1px solid #a68a6b40;border-left:4px solid #0000;border-radius:14px;align-items:center;gap:14px;max-width:min(420px,100vw - 32px);padding:14px 16px;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards cart-toast-in;display:flex;position:fixed;top:110px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 6px #1e46380a,0 12px 40px #1e463824,inset 0 0 0 1px #3c7a2414}.cart-toast:before{content:"";background:linear-gradient(#5cb85c 0%,#3c7a24 50%,#2e611c 100%);border-radius:14px 0 0 14px;width:4px;position:absolute;top:0;bottom:0;left:0}.cart-toast:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 40%,#ffffff8c 50%,#0000 60%) 200% 0/200% 100%;border-radius:14px;animation:1.8s ease-out .3s forwards toast-shimmer;position:absolute;inset:0}@keyframes toast-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes cart-toast-in{0%{opacity:0;transform:translate(-50%)translateY(-20px)scale(.92)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes cart-toast-in-mobile{0%{opacity:0;transform:translateY(-20px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}.cart-toast-icon{color:#3c7a24;background:linear-gradient(135deg,#5cb85c2e 0%,#3c7a241f 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;animation:.5s cubic-bezier(.34,1.56,.64,1) .15s both icon-pop,1.2s ease-out .65s forwards icon-pulse;display:flex;box-shadow:0 0 #3c7a2466}@keyframes icon-pop{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes icon-pulse{0%{box-shadow:0 0 #3c7a2459}70%{box-shadow:0 0 0 10px #3c7a2400}to{box-shadow:0 0 #3c7a2400}}.cart-toast-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cart-toast-title{font-family:var(--font-sans);color:var(--forest-green);white-space:nowrap;letter-spacing:.01em;font-size:.92rem;font-weight:700}.cart-toast-detail{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-style:italic;overflow:hidden}.cart-toast-action{color:var(--pure-white);font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#4a9c30 0%,#3c7a24 60%,#2e611c 100%);border:none;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:.78rem;font-weight:700;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),filter .25s;position:relative;overflow:hidden;box-shadow:0 2px 8px #3c7a2459}.cart-toast-action:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-75%;transform:skew(-20deg)}.cart-toast-action:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 6px 18px #3c7a2473}.cart-toast-action:hover:after{left:130%}.cart-toast-action:active{transition:transform .1s,box-shadow .1s;transform:translateY(0)scale(.97);box-shadow:0 2px 8px #3c7a2459}.cart-toast-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:5px;transition:background .2s,color .2s,transform .2s;display:flex}.cart-toast-close:hover{color:var(--forest-green);background:#3c7a241a;transform:rotate(90deg)}.success-page{width:100%;padding-top:65px}.success-split{flex-wrap:wrap;min-height:calc(100vh - 75px);display:flex}.success-main{background-color:var(--pure-white);flex:55%;padding:60px 5% 60px 10%}.success-sidebar{border-left:1px solid var(--border-color);background-color:#fafafa;flex:45%;padding:60px 10% 60px 5%}.success-sidebar h3{color:var(--text-dark);margin-bottom:25px;font-size:1.2rem;font-weight:600}.success-order-items{margin-bottom:25px}.success-summary-item{align-items:center;gap:15px;margin-bottom:20px;display:flex}.success-item-img-wrapper{flex-shrink:0;position:relative}.success-item-img-wrapper img{object-fit:cover;border:1px solid var(--border-color);background:var(--pure-white);border-radius:8px;width:64px;height:64px}.success-item-qty{background:var(--text-muted);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;display:flex;position:absolute;top:-8px;right:-8px}.success-item-name{color:var(--text-dark);flex:1;font-size:.95rem;font-weight:500}.success-item-price{color:var(--text-dark);font-size:.95rem;font-weight:600}.success-divider{border:0;border-top:1px solid var(--border-color);margin:25px 0}.success-total-row{color:var(--text-muted);justify-content:space-between;margin-bottom:12px;font-size:1rem;display:flex}.success-grand-total{color:var(--text-dark);justify-content:space-between;margin-top:25px;font-size:1.4rem;font-weight:700;display:flex}.success-header .checkmark{border:2px solid var(--forest-green);width:64px;height:64px;color:var(--forest-green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.success-header .checkmark svg{width:32px;height:32px}.success-header .header-text h2{margin:0;font-size:2.2rem;line-height:1.2}.success-header .header-text p{color:var(--text-muted);margin-top:5px;font-size:1rem}.success-card{border:1px solid var(--border-color);background:var(--pure-white);border-radius:8px;margin-bottom:30px;padding:30px}.success-card h3{font-family:var(--font-sans);color:var(--text-dark);margin-bottom:20px;font-size:1.15rem;font-weight:600}.info-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.info-item h4{text-transform:uppercase;color:var(--text-muted);letter-spacing:.08em;margin-bottom:8px;font-size:.75rem;font-weight:700}.info-item p{color:var(--text-dark);margin:0;font-size:.95rem;line-height:1.6}.success-footer-actions{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:40px;padding-top:30px;display:flex}.success-footer-actions .btn-continue{background:var(--forest-green);color:#fff;border-radius:4px;padding:18px 35px;font-weight:600;text-decoration:none;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),background-color .25s;display:inline-block;position:relative;overflow:hidden}.success-footer-actions .btn-continue:before{content:"";opacity:0;background:linear-gradient(90deg,#fff0 0%,#fff3 50%,#fff0 100%);width:30%;height:200%;transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:-50%;left:-60%;transform:rotate(25deg)}.success-footer-actions .btn-continue:hover{background:var(--forest-green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #3c7a2459}.success-footer-actions .btn-continue:hover:before{opacity:1;left:120%}.success-footer-actions .btn-continue:active{transition:transform .1s,box-shadow .1s;transform:translateY(0)scale(.97);box-shadow:0 2px 8px #3c7a2440}@media (width<=900px){.success-split{flex-direction:column}.success-main{flex:100%;order:2;padding:40px 5%}.success-sidebar{border-left:none;border-bottom:1px solid var(--border-color);flex:100%;order:1;padding:30px 5%}.info-grid{grid-template-columns:1fr;gap:20px}.success-header .header-text h2{font-size:1.8rem}}@media (width<=480px){.success-header{flex-direction:column;align-items:flex-start;gap:15px}.success-footer-actions{flex-direction:column;align-items:flex-start;gap:16px}.success-footer-actions .btn-continue{text-align:center;width:100%;padding:16px}}.admin-page{color:#1e293b;background:#f1f5f9;min-height:100vh;font-family:Inter,sans-serif;display:flex;padding-top:0!important}.admin-sidebar{z-index:1001;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:280px;height:100vh;padding:30px 20px;display:flex;position:fixed;top:0;left:0}.sidebar-logo{color:#0f172a;align-items:center;gap:12px;margin-bottom:40px;padding:0 10px;font-size:1.5rem;font-weight:800;display:flex}.logo-icon{color:#fff;background:#2563eb;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sidebar-search{margin-bottom:30px;position:relative}.sidebar-search input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:12px 12px 12px 40px;font-size:.9rem}.sidebar-search svg{color:#94a3b8;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.sidebar-menu{flex:1}.menu-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;padding:0 10px;font-size:.75rem;font-weight:700}.menu-item{color:#64748b;cursor:pointer;border-radius:12px;align-items:center;gap:12px;margin-bottom:4px;padding:12px 16px;font-weight:600;transition:all .2s;display:flex}.menu-item:hover{color:#0f172a;background:#f8fafc}.menu-item.active{color:#2563eb;background:#eff6ff}.sidebar-footer{border-top:1px solid #f1f5f9;padding-top:20px}.admin-main-wrapper{flex-direction:column;flex:1;margin-left:280px;display:flex}.admin-top-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#fffc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:90px;padding:0 40px;display:flex;position:sticky;top:0}.breadcrumb{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem}.breadcrumb .current{color:#3b82f6;font-weight:700}.welcome-section h2{color:#0f172a;margin:0;font-size:1.4rem;font-weight:800}.live-date{color:#64748b;margin-top:2px;font-size:.8rem}.live-clock{color:#3b82f6;font-weight:600}.top-bar-right{align-items:center;gap:16px;display:flex}.icon-btn-wrapper{position:relative}.icon-btn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.icon-btn:hover,.icon-btn.active{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.icon-btn .badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-5px;right:-5px}.user-profile-wrapper{position:relative}.user-profile{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:12px;padding:6px 14px 6px 6px;transition:all .2s;display:flex}.user-profile:hover{background:#f8fafc;border-color:#3b82f6}.user-avatar{object-fit:cover;border-radius:10px;width:38px;height:38px}.user-info-text{flex-direction:column;line-height:1.2;display:flex}.user-name{color:#0f172a;font-size:.85rem;font-weight:700}.user-role{color:#94a3b8;font-size:.7rem}.navbar-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:320px;animation:.3s cubic-bezier(.4,0,.2,1) dropdownFade;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 20px 40px #0f172a1a}.navbar-dropdown.profile{width:240px}@keyframes dropdownFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.dropdown-header h4{margin:0;font-size:.9rem;font-weight:800}.dropdown-header span{color:#3b82f6;cursor:pointer;font-size:.7rem;font-weight:600}.dropdown-items{max-height:320px;overflow-y:auto}.dropdown-item{cursor:pointer;border-bottom:1px solid #f8fafc;align-items:center;gap:12px;padding:14px 20px;transition:all .2s;display:flex}.dropdown-item:hover{background:#f8fafc}.dropdown-item .item-icon{border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.dropdown-item .item-icon.blue{color:#3b82f6;background:#eff6ff}.dropdown-item .item-text p{color:#1e293b;margin:0;font-size:.8rem;line-height:1.4}.dropdown-item .item-text span{color:#94a3b8;font-size:.7rem}.dropdown-footer{text-align:center;color:#64748b;cursor:pointer;background:#f8fafc;padding:14px;font-size:.8rem;font-weight:700}.dropdown-item.logout{color:#ef4444;border-top:1px solid #f1f5f9;margin-top:5px}.admin-dashboard-content{box-sizing:border-box;flex:1;width:100%;padding:32px;overflow-x:hidden}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px;display:grid}.kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;justify-content:space-between;padding:24px;display:flex}.kpi-left p{color:#64748b;margin-bottom:8px;font-size:.875rem;font-weight:600}.kpi-left h3{color:#0f172a;margin-bottom:4px;font-size:1.75rem;font-weight:800}.kpi-left .trend{font-size:.75rem;font-weight:700}.kpi-left .trend.up{color:#10b981}.kpi-left .trend.down{color:#ef4444}.kpi-right{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.kpi-icon-box{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.kpi-icon-box.blue{color:#3b82f6;background:#eff6ff}.kpi-icon-box.purple{color:#a855f7;background:#faf5ff}.kpi-icon-box.orange{color:#f97316;background:#fff7ed}.kpi-icon-box.green{color:#22c55e;background:#f0fdf4}.charts-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px}.chart-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.chart-header h4{font-size:1.1rem;font-weight:800}.chart-select{border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:.8rem;font-weight:600}.promo-card{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:24px;flex-direction:column;justify-content:space-between;padding:32px;display:flex;position:relative;overflow:hidden}.promo-card h3{color:#1e3a8a;margin-bottom:20px;font-size:1.75rem;font-weight:800;line-height:1.2}.btn-promo{color:#fff;text-align:center;background:#2563eb;border-radius:12px;padding:12px 24px;font-weight:700;transition:all .2s}.btn-promo:hover{background:#1d4ed8;transform:translateY(-2px)}.promo-img{opacity:.6;width:150px;position:absolute;bottom:-20px;right:-20px}.table-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px}.table-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.table-header h4{font-size:1.1rem;font-weight:800}.table-controls{gap:12px;display:flex}.btn-table-action{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:.8rem;font-weight:700}.admin-table-wrapper{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:#94a3b8;text-transform:uppercase;border-bottom:1px solid #f1f5f9;padding:16px;font-size:.8rem;font-weight:700}.admin-table td{border-bottom:1px solid #f8fafc;padding:20px 16px;font-size:.9rem;font-weight:600}.order-id-cell{color:#2563eb;cursor:pointer}.status-tag{border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700}.order-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;background:#0f172a4d;justify-content:flex-end;width:100vw;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:0}.order-drawer-overlay.active{opacity:1;visibility:visible}.order-drawer{background:#fff;flex-direction:column;width:500px;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.order-drawer-overlay.active .order-drawer{transform:translate(0)}.drawer-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:30px;display:flex}.drawer-header h3{font-size:1.25rem;font-weight:800}.btn-close-drawer{cursor:pointer;color:#64748b;background:#f8fafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;display:flex}.drawer-content{flex:1;padding:30px;overflow-y:auto}.drawer-section{margin-bottom:40px}.drawer-section h4{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:20px;font-size:.75rem}.status-select-large{cursor:pointer;border:2px solid #f1f5f9;border-radius:12px;width:100%;padding:16px;font-size:1rem;font-weight:700}.status-select-large.pending{color:#c2410c;border-color:#fff7ed}.status-select-large.shipped{color:#1d4ed8;border-color:#eff6ff}.status-select-large.delivered{color:#047857;border-color:#ecfdf5}.status-select-large.cancelled{color:#b91c1c;border-color:#fef2f2}.info-grid{background:#f8fafc;border-radius:16px;grid-template-columns:1fr;gap:20px;padding:24px;display:grid}.info-item label{color:#94a3b8;margin-bottom:4px;font-size:.75rem;display:block}.info-item p{color:#1e293b;font-weight:600}.drawer-order-item{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.item-name{color:#0f172a;font-weight:700}.item-meta{color:#94a3b8;font-size:.8rem}.item-price{color:#1e293b;font-weight:700}.drawer-summary{color:#fff;background:#0f172a;border-radius:20px;margin-top:30px;padding:24px}.summary-line{color:#94a3b8;justify-content:space-between;margin-bottom:12px;font-size:.9rem;display:flex}.summary-line.total{color:#fff;border-top:1px solid #ffffff1a;margin-top:16px;padding-top:16px;font-size:1.25rem;font-weight:800}.status-tag.shipped{color:#059669;background:#ecfdf5}.status-tag.delivered{color:#0284c7;background:#f0f9ff}.status-tag.waiting{color:#d97706;background:#fff7ed}.status-tag.cancelled{color:#dc2626;background:#fef2f2}.action-dots{color:#94a3b8;cursor:pointer;font-size:1.25rem}@media (width<=1400px){.charts-grid{grid-template-columns:1fr 1fr}.promo-card{grid-column:span 2}}@media (width<=1024px){.admin-sidebar{width:80px;padding:30px 10px}.sidebar-logo span,.sidebar-search,.menu-item span,.menu-label{display:none}.admin-main-wrapper{margin-left:80px}.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.admin-sidebar{display:none}.admin-main-wrapper{margin-left:0}.charts-grid{grid-template-columns:1fr}.promo-card{grid-column:span 1}.kpi-grid{grid-template-columns:1fr}}.revenue-view{animation:.4s fadeIn}.revenue-grid{grid-template-columns:400px 1fr;gap:30px;margin-top:30px;display:grid}.expense-form-card,.expense-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:30px}.expense-form-card h4,.expense-list-card h4{color:#0f172a;margin-bottom:24px;font-size:1.1rem;font-weight:800}.form-group{margin-bottom:20px}.form-group label{color:#64748b;margin-bottom:8px;font-size:.85rem;font-weight:700;display:block}.form-group input,.form-group select{border:2px solid #f1f5f9;border-radius:12px;width:100%;padding:12px 16px;font-size:.95rem;transition:all .2s}.form-group input:focus{border-color:#3b82f6;outline:none}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.btn-save-expense{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:14px;width:100%;margin-top:10px;padding:16px;font-weight:700;transition:all .2s}.btn-save-expense:hover{background:#1e293b;transform:translateY(-2px)}.expense-list{flex-direction:column;gap:16px;display:flex}.expense-item{background:#f8fafc;border-radius:16px;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex}.expense-item:hover{background:#f1f5f9}.exp-info{align-items:center;gap:16px;display:flex}.exp-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.exp-icon.marketing{color:#3b82f6;background:#eff6ff}.exp-icon.operations{color:#10b981;background:#f0fdf4}.exp-icon.logistics{color:#ca8a04;background:#fefce8}.exp-icon.other{color:#64748b;background:#f1f5f9}.exp-desc{color:#1e293b;margin:0;font-weight:700}.exp-meta{color:#94a3b8;font-size:.75rem}.exp-actions{text-align:right;align-items:center;gap:16px;display:flex}.exp-amount{color:#ef4444;font-weight:800}.btn-delete-exp{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:4px}.btn-delete-exp:hover{color:#ef4444}.settings-view{flex-direction:column;gap:30px;animation:.4s fadeIn;display:flex}.settings-nav{background:#fff;border:1px solid #e2e8f0;border-radius:20px;gap:10px;width:fit-content;padding:8px;display:flex;box-shadow:0 4px 6px -1px #0000000d}.settings-nav-item{color:#64748b;cursor:pointer;border-radius:14px;align-items:center;gap:12px;padding:12px 28px;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.settings-nav-item:hover{color:#0f172a;background:#f8fafc}.settings-nav-item.active{color:#fff;background:#0f172a;box-shadow:0 10px 15px -3px #0f172a4d}.settings-content{background:#fff;border:1px solid #e2e8f0;border-radius:30px;min-height:500px;padding:40px;box-shadow:0 20px 25px -5px #0000000d}.section-header{margin-bottom:40px}.section-header h4{color:#0f172a;margin-bottom:8px;font-size:1.5rem;font-weight:800}.section-header p{color:#64748b;font-size:.95rem}.profile-upload{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:24px;align-items:center;gap:40px;margin-bottom:40px;padding:30px;display:flex}.avatar-preview.large{border-radius:30px;width:120px;height:120px;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.avatar-preview.large img{object-fit:cover;width:100%;height:100%}.upload-overlay{color:#fff;opacity:0;cursor:pointer;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.avatar-preview:hover .upload-overlay{opacity:1}.upload-info h5{color:#0f172a;margin-bottom:6px;font-size:1.1rem;font-weight:800}.upload-info p{color:#64748b;margin-bottom:20px;font-size:.9rem}.upload-btns{gap:12px;display:flex}.btn-upload{cursor:pointer;border-radius:12px;padding:10px 24px;font-size:.9rem;font-weight:700;transition:all .2s}.btn-upload.primary{color:#fff;background:#0f172a;border:none}.btn-upload.secondary{color:#ef4444;background:#fff;border:1px solid #fee2e2}.btn-upload:hover{transform:translateY(-2px)}.form-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.settings-form{max-width:800px}.settings-form textarea{border:2px solid #f1f5f9;border-radius:14px;outline:none;width:100%;padding:16px;font-size:1rem;transition:all .2s}.settings-form textarea:focus{border-color:#3b82f6}.input-hint{color:#94a3b8;margin-top:8px;font-size:.8rem;display:block}.form-footer{border-top:1px solid #f1f5f9;margin-top:40px;padding-top:30px}.btn-save-settings{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:16px;padding:16px 40px;font-size:1rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-save-settings:hover{background:#2563eb;transform:translateY(-3px);box-shadow:0 20px 25px -5px #2563eb66}.security-card{flex-direction:column;gap:24px;display:flex}.security-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:24px;justify-content:space-between;align-items:center;padding:30px;transition:all .3s;display:flex}.security-item:hover{background:#fff;border-color:#3b82f6;box-shadow:0 10px 15px -3px #0000000d}.security-item h5{color:#0f172a;margin:0 0 6px;font-size:1.1rem;font-weight:800}.security-item p{color:#64748b;margin:0;font-size:.95rem}.toggle-switch{width:60px;height:32px;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch label{cursor:pointer;background-color:#cbd5e1;border-radius:34px;transition:all .4s;position:absolute;inset:0}.toggle-switch label:before{content:"";background-color:#fff;border-radius:50%;width:24px;height:24px;transition:all .4s;position:absolute;bottom:4px;left:4px;box-shadow:0 2px 4px #0000001a}.toggle-switch input:checked+label{background-color:#10b981}.toggle-switch input:checked+label:before{transform:translate(28px)}.animate-in{animation:.5s cubic-bezier(.4,0,.2,1) slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.notification-toast{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#fffffff2;border:1px solid #ffffff80;border-radius:16px;align-items:center;gap:15px;min-width:320px;padding:16px 24px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(100px);box-shadow:0 10px 30px #0000001a,0 1px 2px #0000000d}.notification-toast.show{opacity:1;transform:translateY(0)}.toast-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.notification-toast.success .toast-icon{color:#10b981;background:#ecfdf5}.notification-toast.error .toast-icon{color:#ef4444;background:#fef2f2}.toast-content{flex:1}.toast-content h6{color:#1e293b;margin:0;font-size:.95rem;font-weight:600}.toast-content p{color:#64748b;margin:2px 0 0;font-size:.85rem}.toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:all .2s}.toast-close:hover{color:#1e293b;background:#f1f5f9}.dark-mode .notification-toast{background:#1e293be6;border-color:#ffffff1a}.dark-mode .toast-content h6{color:#f1f5f9}.dark-mode .toast-content p{color:#94a3b8}.admin-login-overlay{z-index:10000;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.admin-login-card{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:440px;padding:40px;box-shadow:0 20px 50px #0000000d}.login-header{margin-bottom:32px}.login-logo{color:#fff;background:#2563eb;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex;box-shadow:0 10px 20px #2563eb33}.login-header h2{color:#1e293b;margin:0 0 8px;font-size:1.75rem;font-weight:700}.login-header p{color:#64748b;font-size:.95rem}.admin-login-card .form-group{text-align:left;margin-bottom:24px}.admin-login-card label{color:#475569;margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.admin-login-card input{background:#f1f5f9;border:2px solid #0000;border-radius:14px;width:100%;padding:14px 18px;font-size:1rem;transition:all .2s}.admin-login-card input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1a}.btn-login{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;width:100%;margin-bottom:12px;padding:14px;font-size:1rem;font-weight:600;transition:all .2s}.btn-login:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb33}.btn-back{color:#64748b;cursor:pointer;background:0 0;border:none;width:100%;padding:10px;font-size:.9rem;font-weight:500;transition:all .2s}.btn-back:hover{color:#1e293b;text-decoration:underline}.dark-mode .admin-login-overlay{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.dark-mode .admin-login-card{background:#1e293b;box-shadow:0 20px 50px #0000004d}.dark-mode .login-header h2{color:#f1f5f9}.dark-mode .login-header p{color:#94a3b8}.milestone-banner{background-color:var(--pure-white);padding:60px 0}.milestone-image-wrapper{border:1px solid var(--border-color);background:#000;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.milestone-img{object-fit:cover;width:100%;height:auto;transition:transform .6s cubic-bezier(.165,.84,.44,1);display:block}.milestone-image-wrapper:hover .milestone-img{transform:scale(1.03)}.movement-section{background-color:var(--pure-white);padding:80px 0}.movement-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.movement-content{flex-direction:column;gap:24px;display:flex}.movement-subtitle{color:var(--text-muted);font-size:1.15rem;line-height:1.6}.movement-stats{flex-direction:column;gap:16px;margin-top:10px;display:flex}.movement-stat-item{background:var(--sand-beige);border:1px solid var(--border-color);border-radius:16px;align-items:center;gap:20px;padding:20px 24px;transition:transform .3s,box-shadow .3s;display:flex}.movement-stat-item:hover{transform:translate(8px);box-shadow:0 10px 25px #1e463814}.movement-stat-icon{color:var(--forest-green);background:#1e46381a;border-radius:12px;justify-content:center;align-items:center;padding:12px;display:flex}.movement-stat-text{flex-direction:column;display:flex}.movement-stat-text h4{font-family:var(--font-sans);color:var(--text-dark);margin:0;font-size:1.5rem;line-height:1.2}.movement-stat-text span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.movement-image{border-radius:var(--radius);border:1px solid var(--border-color);width:100%;overflow:hidden;box-shadow:0 15px 35px #1e463814}.movement-image img{object-fit:cover;width:100%;height:auto;display:block}@media (width<=900px){.movement-grid{grid-template-columns:1fr;gap:40px}.movement-stat-item:hover{transform:translateY(-4px)}}.ingredients-glossary-section{background:#fff;padding:80px 0}.section-title{text-align:center;color:var(--forest-green);margin-bottom:16px;font-family:Playfair Display,serif;font-size:2.5rem}.section-desc{text-align:center;color:#64748b;max-width:600px;margin:0 auto 48px;line-height:1.6}.ingredients-lab-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.ing-lab-card{cursor:pointer;border-top:4px solid var(--highlight-color);background:#fff;border-radius:12px;padding:24px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px #0000000d}.ing-lab-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.ing-badge{border-radius:50%;width:40px;height:40px;margin-bottom:16px}.ing-name{color:var(--forest-green);margin-bottom:4px;font-size:1.25rem;font-weight:600}.ing-scientific{color:#94a3b8;margin-bottom:12px;font-size:.85rem;font-style:italic}.ing-benefit{color:#475569;background:#f1f5f9;border-radius:20px;margin-bottom:16px;padding:4px 10px;font-size:.8rem;display:inline-block}.ing-details{opacity:0;max-height:0;transition:all .3s;overflow:hidden}.ing-lab-card.active .ing-details{opacity:1;border-top:1px solid #e2e8f0;max-height:200px;margin-top:16px;padding-top:16px}.ing-details p{color:#4a5568;font-size:.95rem;line-height:1.5}@media (width<=768px){.herb-carousel-section{padding:60px 5% 50px}.herb-carousel-section .section-title{font-size:2.2rem}.carousel-subtitle{margin-bottom:40px;font-size:1rem}.carousel-viewport{aspect-ratio:auto;border-radius:8px;height:460px}.carousel-slide{flex-direction:column}.slide-image-wrapper{flex:1;height:100%}.slide-info{flex:none;padding:25px 30px 30px}.slide-herb-name{font-size:1.5rem}.carousel-arrow{width:40px;height:40px}.carousel-arrow-left{left:8px}.carousel-arrow-right{right:8px}.carousel-dots{gap:6px;margin-top:20px}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:22px}}@media (width<=480px){.herb-carousel-section .section-title{font-size:1.8rem}.slide-image-wrapper{height:100%}.carousel-viewport{height:390px}.slide-info{padding:20px}.slide-herb-name{font-size:1.3rem}.slide-scientific{margin-bottom:12px;font-size:.8rem}.slide-benefit{font-size:.95rem}.carousel-arrow{width:36px;height:36px;top:50%;transform:translateY(-50%)}}.home-product{position:relative;overflow:hidden}.home-product-eyebrow{text-align:center;margin-bottom:24px}.home-product-badge{color:var(--forest-green);font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);background-color:#1e46380d;border:1px solid #1e463840;align-items:center;gap:6px;padding:6px 14px;font-size:.72rem;font-weight:700;animation:3s ease-in-out infinite badge-glow;display:inline-flex;position:relative;overflow:hidden}.home-product-badge:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.home-product-badge:hover:before{left:100%}@keyframes badge-glow{0%,to{box-shadow:0 0 5px #1e463833}50%{box-shadow:0 0 15px #1e463866,0 0 25px #1e463833}}.home-product-savings-tag{background-color:var(--forest-green);color:var(--pure-white);font-family:var(--font-sans);letter-spacing:.05em;border-radius:var(--radius);z-index:3;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.home-product-rating{align-items:center;gap:2px;display:flex}.home-product-rating .star{color:var(--soft-amber);font-size:.95rem;line-height:1}.rating-label{font-family:var(--font-sans);color:var(--text-muted);letter-spacing:.01em;margin-left:8px;font-size:.8rem;font-weight:500}.price-discount-pct{color:var(--forest-green);border-radius:var(--radius);letter-spacing:.04em;background-color:#1e463814;border:1px solid #1e46382e;align-self:center;padding:3px 9px;font-size:.75rem;font-weight:700}.home-product-trust{flex-wrap:wrap;gap:8px;display:flex}.trust-pill{font-family:var(--font-sans);color:var(--forest-green);border-radius:var(--radius);letter-spacing:.04em;text-transform:uppercase;background-color:#1e46380a;border:1px solid #1e463833;align-items:center;gap:6px;padding:5px 12px;font-size:.72rem;font-weight:600;display:inline-flex}.home-product-footer{border-top:1px solid var(--border-color);margin-top:4px;padding-top:14px}@media (width<=768px){.home-product-trust{justify-content:center}.home-product-eyebrow{margin-bottom:16px}.home-product-footer{text-align:center}}@keyframes pulse-subtle{0%{transform:scale(1);box-shadow:0 0 #3c7a2459}40%{transform:scale(1.02);box-shadow:0 0 0 8px #3c7a2400}to{transform:scale(1);box-shadow:0 0 #3c7a2400}}.animate-pulse-subtle{animation:2.8s cubic-bezier(.4,0,.2,1) infinite pulse-subtle}.formulation-section{background-color:var(--sand-beige);background-image:none;padding:80px 5% 30px;position:relative}.formulation-cards-section{background-color:var(--pure-white);background-image:var(--leafy-bg);background-repeat:repeat;background-size:700px;padding:30px 5% 80px;position:relative}.comparison-table-wrapper{background-color:var(--pure-white);border:1px solid var(--border-color);border-radius:var(--radius);margin-bottom:0;padding:16px;box-shadow:0 4px 20px #1e46380f}.comparison-table{border-collapse:separate;border-spacing:0;width:100%}.comparison-table th{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-bottom:2px solid #a68a6b26;padding:20px 24px;font-size:.78rem;font-weight:800}.comparison-table th.col-attribute{text-align:left;width:25%;color:var(--text-dark)}.comparison-table th.col-nuvora{text-align:left;border-top:3px solid var(--forest-green);border-radius:var(--radius) var(--radius) 0 0;background:#3c7a240d;border-bottom:2px solid #3c7a2433;width:42%}.nuvora-badge-head{color:var(--forest-green);font-size:.88rem;font-weight:800;font-family:var(--font-sans);align-items:center;gap:8px;display:inline-flex}.comparison-table th.col-others{text-align:left;width:33%;color:var(--text-muted)}.comparison-row td{font-family:var(--font-sans);vertical-align:middle;border-bottom:1px solid #a68a6b1f;padding:20px 24px;font-size:.93rem;line-height:1.55}.comparison-row:last-child td{border-bottom:none}.cell-attribute{color:var(--text-dark);font-weight:700}.cell-nuvora{color:var(--text-dark);background:#3c7a2409;font-weight:600}.comparison-row:last-child .cell-nuvora{border-radius:0 0 var(--radius) var(--radius)}.cell-others{color:var(--text-muted)}.cell-content{align-items:center;gap:12px;display:flex}.check-icon-badge{background-color:var(--forest-green);width:22px;height:22px;color:var(--pure-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 2px 6px #3c7a2440}.cross-icon-badge{color:#dc2626;background-color:#dc262614;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.nuvora-commitments-section .benefits-header{max-width:720px;margin-left:auto;margin-right:auto}.commitments-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.commitment-card{background-color:var(--sand-beige);border:1px solid var(--border-color);border-radius:var(--radius);transition:var(--transition);text-align:left;flex-direction:column;align-items:flex-start;padding:32px 28px;display:flex;box-shadow:0 4px 20px #1e46380f}.commitment-card:hover{border-color:#3c7a2459;transform:translateY(-4px);box-shadow:0 12px 32px #1e46381f}.commitment-card-icon{border-radius:var(--radius);width:44px;height:44px;color:var(--forest-green);transition:var(--transition);background:#3c7a2414;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.commitment-card:hover .commitment-card-icon{background:var(--forest-green);color:var(--pure-white);transform:scale(1.05)}.commitment-card-title{font-family:var(--font-serif);color:var(--forest-green);margin-bottom:10px;font-size:1.2rem;font-weight:700;line-height:1.3}.commitment-card-desc{font-family:var(--font-sans);color:var(--text-muted);margin:0;font-size:.92rem;font-weight:600;line-height:1.6}@media (width<=1024px){.commitments-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=768px){.nuvora-commitments-section{padding-left:4%;padding-right:4%}.commitments-grid{grid-template-columns:1fr;gap:16px}.commitment-card{padding:24px 20px}.comparison-table th.col-attribute,.comparison-row td.cell-attribute{display:none}.comparison-table th.col-nuvora,.comparison-table th.col-others{width:50%}.comparison-table th{padding:14px 12px;font-size:.7rem}.comparison-row td{word-wrap:break-word;overflow-wrap:break-word;padding:12px;font-size:.82rem}.cell-content{gap:6px}.check-icon-badge,.cross-icon-badge{width:18px;height:18px}.check-icon-badge svg,.cross-icon-badge svg{width:10px;height:10px}}.sticky-bar-wrapper{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);z-index:999;cursor:pointer;background:#fffffff2;border-radius:12px;width:calc(100% - 30px);max-width:500px;padding:10px 16px;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s;animation:.4s cubic-bezier(.16,1,.3,1) forwards stickySlideUp;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #1e463826}.sticky-bar-wrapper:hover{border-color:#1e46384d;transform:translate(-50%)translateY(-3px);box-shadow:0 12px 35px #1e463833}.sticky-bar-container{justify-content:space-between;align-items:center;gap:12px;display:flex}.sticky-bar-left{align-items:center;gap:12px;display:flex}.sticky-bar-img{object-fit:cover;background-color:var(--sand-beige);border:1px solid var(--border-color);border-radius:6px;width:44px;height:44px}.sticky-bar-details{flex-direction:column;gap:2px;display:flex}.sticky-bar-title-row{align-items:center;gap:8px;display:flex}.sticky-bar-name{color:var(--forest-green);font-size:.85rem;font-weight:700;font-family:var(--font-sans)}.sticky-bar-rating{color:var(--text-muted);align-items:center;gap:2px;font-size:.7rem;font-weight:600;display:flex}.sticky-bar-price-row{align-items:baseline;gap:6px;display:flex}.sticky-bar-price{color:var(--forest-green);font-size:.85rem;font-weight:700}.sticky-bar-original{color:var(--text-muted);font-size:.72rem;text-decoration:line-through}.sticky-bar-btn{background-color:var(--forest-green);color:var(--pure-white);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.78rem;font-weight:700;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),background-color .25s;display:flex;position:relative;overflow:hidden}.sticky-bar-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.sticky-bar-btn:hover{background-color:var(--forest-green-dark);transform:translateY(-2px);box-shadow:0 4px 12px #1e46384d}.sticky-bar-btn:hover:before{left:100%}.sticky-bar-btn:active{transition:transform .1s,box-shadow .1s;transform:translateY(0)scale(.97);box-shadow:0 2px 6px #1e463833}@keyframes stickySlideUp{0%{opacity:0;transform:translate(-50%)translateY(40px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes nuvora-spin{to{transform:rotate(360deg)}}@keyframes nuvora-fade-in{0%{opacity:0}to{opacity:1}}@keyframes nuvora-dot-bounce{0%,80%,to{opacity:.25;transform:scaleY(.6)}40%{opacity:1;transform:scaleY(1)}}.nuvora-loader-overlay{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:48px 24px;animation:.3s nuvora-fade-in;display:flex}.nuvora-ring{border-style:solid;border-color:#3c7a2426;border-top-color:var(--forest-green,#3c7a24);border-radius:50%;flex-shrink:0;animation:.8s linear infinite nuvora-spin}.nuvora-ring.size-small{border-width:2px;width:22px;height:22px}.nuvora-ring.size-medium{border-width:3px;width:40px;height:40px}.nuvora-ring.size-large{border-width:3.5px;width:56px;height:56px}.nuvora-loader-message{font-family:var(--font-sans,"Inter", sans-serif);color:var(--text-muted,#64706a);letter-spacing:.01em;font-size:.9rem;font-weight:500}.nuvora-fullpage-loader{background:var(--sand-beige,#f4f1ea);background-image:var(--leafy-bg);z-index:9999;background-repeat:repeat;background-size:700px;background-attachment:fixed;flex-direction:column;justify-content:center;align-items:center;gap:24px;animation:.25s nuvora-fade-in;display:flex;position:fixed;inset:0}.nuvora-fullpage-wordmark{font-family:var(--font-serif,"Playfair Display", serif);color:var(--forest-green,#3c7a24);letter-spacing:-.01em;margin-bottom:8px;font-size:1.75rem;font-weight:700}.nuvora-fullpage-loader .nuvora-loader-message{font-size:.85rem}.nuvora-dots{align-items:flex-end;gap:5px;height:14px;display:flex}.nuvora-dots span{background:var(--forest-green,#3c7a24);border-radius:2px;width:4px;height:14px;animation:1.2s ease-in-out infinite both nuvora-dot-bounce;display:block}.nuvora-dots span:first-child{animation-delay:0s}.nuvora-dots span:nth-child(2){animation-delay:.15s}.nuvora-dots span:nth-child(3){animation-delay:.3s}.purchase-notification{z-index:9999;opacity:0;-webkit-backdrop-filter:blur(16px);background:#f8f5eff5;border:1px solid #3c7a2438;border-radius:50px;align-items:center;gap:10px;width:auto;max-width:380px;padding:6px 16px 6px 7px;transition:all .45s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:90px;right:24px;transform:translateY(-16px)scale(.96);box-shadow:0 10px 30px #2c35311f,0 2px 8px #0000000a}.purchase-notification.visible{opacity:1;transform:translateY(0)scale(1)}.purchase-notification:hover{border-color:#3c7a2459;transform:translateY(-2px)scale(1.02);box-shadow:0 14px 36px #3c7a2433}.purchase-notification-img{object-fit:cover;border:1.5px solid var(--forest-green);border-radius:50%;flex-shrink:0;width:36px;height:36px;box-shadow:0 2px 6px #3c7a2433}.purchase-notification-content{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.purchase-notification-text{font-family:var(--font-sans);color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.76rem;font-weight:500;line-height:1.25;overflow:hidden}.purchase-notification-text strong{color:var(--text-dark);font-weight:700}.purchase-notification-text span{color:var(--forest-green);font-weight:700}.purchase-notification-time{font-family:var(--font-sans);color:var(--text-muted);white-space:nowrap;align-items:center;gap:4px;font-size:.65rem;font-weight:600;display:inline-flex}.verified-icon{color:var(--forest-green);flex-shrink:0}@media (width<=768px){.purchase-notification{background:#fffffff7;border:1px solid #3c7a2426;border-radius:14px;gap:10px;width:auto;max-width:none;padding:8px 12px;top:68px;left:10px;right:10px;transform:translateY(-20px)scale(.96);box-shadow:0 6px 20px #0000001a}.purchase-notification-img{border-width:1.5px;border-radius:50%;width:32px;height:32px}.purchase-notification-content{gap:2px}.purchase-notification-text{white-space:normal;text-overflow:unset;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.3;display:-webkit-box;overflow:hidden}.purchase-notification-time{font-size:.68rem}}
