*{margin:0;padding:0;box-sizing:border-box}:root{--green-dark: #1b5e2a;--green-deep: #145227;--green: #2e7d32;--gold: #e9b400;--gold-btn: #f2b705;--maroon: #7c2d12;--cream: #f6efdc;--light-green: #eaf3df;--ink: #20281c;--muted: #5c6357}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,Segoe UI,sans-serif;color:var(--ink);background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 24px}button{font-family:inherit}.topbar{background:var(--green-dark);color:#fff;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}.topbar-item{display:flex;align-items:center;gap:8px;font-weight:400}.topbar-item svg{width:16px;height:16px;fill:#ffe08a;flex-shrink:0}.header{background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:78px}.logo{font-family:Pacifico,cursive;font-size:30px;color:#1b4d2e;text-decoration:none}.logo .reg{font-family:Poppins,sans-serif;font-size:11px;vertical-align:super}.nav{display:flex;gap:30px}.nav a{text-decoration:none;color:#4a4a4a;font-size:16.5px;font-weight:700;padding:6px 0;position:relative;transition:color .2s}.nav a:hover,.nav a.active{color:var(--green-dark)}.nav a.active:after{content:"";position:absolute;left:0;bottom:-2px;width:26px;height:3px;background:var(--gold);border-radius:2px}.header-icons{display:flex;gap:20px}.header-icons button{background:none;border:none;cursor:pointer;position:relative;display:flex}.header-icons svg{width:22px;height:22px;fill:var(--green-dark);transition:fill .2s}.header-icons button:hover svg{fill:var(--gold)}.cart-badge{position:absolute;top:-7px;right:-9px;background:var(--gold-btn);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{position:relative;background:url(hero-page-image1.png) center 80% / cover no-repeat;aspect-ratio:1684 / 711;min-height:480px;display:flex;align-items:center}.hero-inner{width:100%;padding-top:20px;padding-bottom:20px;position:relative;z-index:2}.hero-content{flex:1.1;max-width:560px}.hero h1{font-size:clamp(44px,5vw,66px);line-height:1.15;font-weight:800;text-shadow:0 2px 8px rgba(255,255,255,.6)}.h1-red{color:#6b1e0c}.h1-green{color:#17582a}.hero-desc{margin:24px 0 30px;max-width:460px;color:#3d4437;font-size:17.5px;line-height:1.75;text-shadow:0 1px 4px rgba(255,255,255,.5)}.hero-features{display:flex;gap:30px;margin-bottom:36px;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:12px;font-weight:700;color:#17582a;font-size:16px;line-height:1.25}.hero-feature .ico{width:44px;height:44px;border-radius:50%;background:var(--green-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 14px #1b5e2a4d}.hero-feature .ico svg{width:20px;height:20px;fill:#ffd94d}.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;border-radius:8px;text-decoration:none;font-weight:600;letter-spacing:.8px;font-size:14px;transition:all .25s}.btn svg{width:18px;height:18px;fill:currentColor}.btn-green{background:var(--green-dark);color:#fff;box-shadow:0 10px 22px #1b5e2a59}.btn-green:hover{background:var(--green-deep);transform:translateY(-2px)}.btn-gold{background:var(--gold-btn);color:#2a2208;box-shadow:0 10px 22px #0003}.btn-gold:hover{background:#ffc71f;transform:translateY(-2px)}.section-head{display:flex;align-items:center;justify-content:center;gap:18px;font-size:clamp(26px,3vw,34px);color:var(--green-dark);text-align:center;font-weight:700}.section-head:before,.section-head:after{content:"";width:52px;height:2px;background:var(--green-dark);opacity:.45;flex-shrink:0}.section-head.light{color:#fff}.section-head.light:before,.section-head.light:after{background:var(--gold);opacity:.9}.section-orn{width:74px;height:3px;background:var(--gold);margin:12px auto 0;border-radius:2px;position:relative}.section-orn:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;background:var(--gold)}.benefits{background:var(--light-green);padding:70px 0 64px}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:54px}.benefit{text-align:center;padding:0 28px;border-right:1px solid rgba(27,94,42,.22)}.benefit:last-child{border-right:none}.benefit svg{width:46px;height:46px;fill:var(--green-dark);margin:0 auto 16px;display:block}.benefit h3{color:var(--green-dark);font-size:17px;margin-bottom:10px;font-weight:700}.benefit p{font-size:13.5px;color:#5f6b57;line-height:1.65}.about{background:var(--cream);padding:90px 0;position:relative;overflow:hidden}.about:after{content:"";position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(233,180,0,.14),transparent 65%);pointer-events:none}.about-inner{display:flex;gap:60px;align-items:center;position:relative;z-index:1}.about-media{flex:1;position:relative;display:flex;justify-content:center;padding:30px 0}.about-media:before{content:"";position:absolute;width:min(430px,100%);aspect-ratio:1;background:radial-gradient(circle at 32% 28%,#e2f0cf,#c3dfa2);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.about-media img{width:min(360px,82%);aspect-ratio:auto;position:relative;filter:drop-shadow(0 22px 26px rgba(0,0,0,.25))}.about-content{flex:1.15}.eyebrow{color:var(--green);letter-spacing:2.5px;font-weight:600;font-size:13px;text-transform:uppercase}.about h2{font-size:clamp(32px,3.6vw,42px);color:var(--ink);margin:12px 0 18px;font-weight:800}.about-desc{color:var(--muted);line-height:1.8;font-size:15px;margin-bottom:34px;max-width:520px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 44px}.about-item{display:flex;gap:15px}.about-item svg{width:36px;height:36px;fill:var(--green);flex-shrink:0}.about-item h4{font-size:15.5px;color:var(--ink);margin-bottom:5px;font-weight:600}.about-item p{font-size:13px;color:#6b7563;line-height:1.6}.ingredients{background:var(--green-dark);padding:72px 0 84px;position:relative;overflow:hidden}.ingredients:before{content:"";position:absolute;top:-80px;left:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.07),transparent 65%)}.ingredients-grid{display:flex;justify-content:space-between;gap:18px;margin-top:56px;flex-wrap:wrap}.ingredient{text-align:center;width:128px}.ingredient .circle{width:106px;height:106px;margin:0 auto 16px;background:#fdfbf3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:46px;border:2px dashed rgba(233,180,0,.85);box-shadow:0 0 0 7px #ffffff0f;transition:transform .25s;overflow:hidden}.ingredient .circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ingredient:hover .circle{transform:translateY(-6px)}.ingredient span{color:#fff;font-weight:600;font-size:14px}.testimonials{background:var(--cream);padding:80px 0 40px}.testi-wrap{display:flex;align-items:center;gap:20px;margin-top:50px}.testi-arrow{width:42px;height:42px;border-radius:50%;background:var(--green-dark);border:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #1b5e2a4d;transition:background .2s}.testi-arrow:hover{background:var(--green-deep)}.testi-arrow svg{width:20px;height:20px;fill:#fff}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;flex:1}.testi-card{background:#fff;border-radius:16px;padding:26px 24px;display:flex;gap:16px;box-shadow:0 12px 28px #00000014;transition:transform .25s}.testi-card:hover{transform:translateY(-4px)}.avatar{width:58px;height:58px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#e8f3d9,#cfe6b8);display:flex;align-items:center;justify-content:center;font-size:30px}.stars{color:var(--gold-btn);letter-spacing:3px;font-size:15px}.testi-card p{font-size:13.5px;color:#555e50;line-height:1.7;margin:10px 0 12px}.testi-name{font-weight:600;color:var(--ink);font-size:14px}.cta{background:var(--cream);padding:30px 0 80px}.cta-banner{background:var(--green-dark);border-radius:24px;display:flex;align-items:center;gap:34px;padding:36px 48px;position:relative;overflow:hidden;box-shadow:0 18px 40px #1b5e2a4d}.cta-banner:before{content:"";position:absolute;right:-60px;top:-80px;width:260px;height:260px;border-radius:50%;background:#ffffff0d}.cta-icon{width:92px;height:92px;border-radius:50%;flex-shrink:0;background:#ffffff12;border:2px dashed rgba(233,180,0,.75);display:flex;align-items:center;justify-content:center}.cta-icon svg{width:40px;height:40px;fill:var(--gold)}.cta-text{flex:1}.cta-text h2{color:#fff;font-size:clamp(26px,3.2vw,36px);font-weight:800}.cta-text p{color:#cfe3c2;font-size:14.5px;margin-top:8px}.footer{background:#fff;padding:36px 0;border-top:1px solid #eee6d2}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap}.footer-item{display:flex;align-items:center;gap:11px;font-size:13px;color:#3c4536;font-weight:500;line-height:1.4}.footer-item svg{width:27px;height:27px;fill:var(--green);flex-shrink:0}.socials{display:flex;gap:12px}.socials a{width:38px;height:38px;border-radius:50%;border:1.6px solid var(--green-dark);display:flex;align-items:center;justify-content:center;transition:all .2s}.socials svg{width:18px;height:18px;fill:var(--green-dark);transition:fill .2s}.socials a:hover{background:var(--green-dark)}.socials a:hover svg{fill:#fff}.shop-banner{background:#fff;border-bottom:3px solid var(--gold);overflow:hidden}.shop-banner img{width:100%;aspect-ratio:5 / 2;object-fit:cover;object-position:center 40%;display:block}.shop{background:var(--cream)}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:64px 0 20px}.product-card{background:transparent;border:none;border-radius:0;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s}.product-card:hover{transform:translateY(-6px)}.product-media{background:transparent;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:0;position:relative;overflow:hidden}.product-media.dark{background:radial-gradient(circle at 50% 35%,#222,#000)}.product-media img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .35s}.media-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-name a{color:inherit;text-decoration:none;transition:color .2s}.product-name a:hover{color:var(--green-dark)}.product-card:hover .product-media img{transform:scale(1.06)}.badge{position:absolute;top:14px;left:14px;z-index:2;background:#c62f2f;color:#fff;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:6px 13px;border-radius:20px}.badge.gold{background:var(--gold-btn);color:#2a2208}.product-info{padding:14px 4px 0;display:flex;flex-direction:column;gap:8px;flex:1}.product-cat{font-size:11.5px;letter-spacing:1.5px;text-transform:uppercase;color:var(--green);font-weight:700}.product-name{font-size:18px;font-weight:800;color:var(--ink);line-height:1.35}.product-stars{color:var(--gold-btn);font-size:13.5px;letter-spacing:2px}.product-stars span{color:#8a917e;font-size:12.5px;letter-spacing:0;margin-left:4px}.product-desc{font-size:13.5px;color:#6b7563;line-height:1.6}.product-price{font-size:21px;font-weight:800;color:#17582a;margin-top:2px}.product-price .mrp{color:#9aa08f;text-decoration:line-through;font-size:14.5px;font-weight:500;margin-left:8px}.product-actions{margin-top:auto;padding-top:12px}.add-cart{width:100%;background:var(--green-dark);color:#fff;border:none;padding:13px;border-radius:9px;cursor:pointer;font-weight:700;font-size:14px;letter-spacing:.6px;display:flex;align-items:center;justify-content:center;gap:9px;transition:background .2s,transform .2s}.add-cart:hover{background:var(--green-deep);transform:translateY(-1px)}.add-cart svg{width:17px;height:17px;fill:#fff}.shop-note{display:flex;align-items:center;justify-content:center;gap:10px;padding:26px 0 70px;color:#4c5a42;font-size:14.5px;font-weight:600}.shop-note svg{width:20px;height:20px;fill:var(--green-dark);flex-shrink:0}@media(max-width:1024px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.shop-grid{grid-template-columns:1fr}}.pdp-hero{background:linear-gradient(180deg,#f8f3e2,#f1e8cd);border-bottom:3px solid var(--gold)}.pdp-hero-inner{display:flex;gap:56px;align-items:center;padding-top:56px;padding-bottom:56px}.pdp-media{flex:1;background:linear-gradient(160deg,#fff,#f3ecd8);border:1px solid #eee6d2;border-radius:24px;padding:44px;display:flex;align-items:center;justify-content:center;position:relative;min-height:420px}.pdp-media img{max-width:100%;max-height:480px;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.18))}.pdp-info{flex:1.1}.pdp-title{font-size:clamp(30px,3.6vw,42px);font-weight:800;color:var(--ink);margin:8px 0 10px;line-height:1.2}.pdp-rating{color:var(--gold-btn);letter-spacing:2px;font-size:15px}.pdp-rating span{color:#8a917e;letter-spacing:0;font-size:13.5px;margin-left:6px}.pdp-priceline{display:flex;align-items:center;gap:14px;margin:16px 0 6px;flex-wrap:wrap}.pdp-price{font-size:32px;font-weight:800;color:#17582a}.pdp-mrp{font-size:18px;color:#9aa08f;text-decoration:line-through}.save-tag{background:#e7f3da;color:#1b5e2a;font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:20px}.pdp-desc{color:#4c5546;font-size:16px;line-height:1.75;margin:14px 0 20px}.pdp-points{list-style:none;display:grid;gap:10px;margin-bottom:26px}.pdp-points li{display:flex;gap:10px;align-items:flex-start;font-size:15px;font-weight:600;color:#2f3a2a}.pdp-points svg{width:20px;height:20px;fill:#2e7d32;flex-shrink:0;margin-top:1px}.pdp-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.btn-outline{background:transparent;border:2px solid var(--green-dark);color:var(--green-dark)}.btn-outline:hover{background:var(--green-dark);color:#fff;transform:translateY(-2px)}.pdp-trust{display:flex;gap:24px;flex-wrap:wrap;border-top:1px dashed #d8cfae;padding-top:20px}.pdp-trust div{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:#5c6357}.pdp-trust svg{width:18px;height:18px;fill:var(--green-dark);flex-shrink:0}.pdp-section{padding:72px 0}.pdp-section.tint{background:var(--light-green)}.pdp-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:44px}.pdp-card{background:#fff;border-radius:16px;padding:28px 22px;text-align:center;box-shadow:0 10px 24px #0000000f}.pdp-card svg{width:42px;height:42px;fill:var(--green-dark);margin:0 auto 14px;display:block}.pdp-card h3{font-size:16.5px;margin-bottom:8px;color:var(--green-dark)}.pdp-card p{font-size:13.5px;color:#5f6b57;line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:44px}.step{background:#fff;border-radius:16px;padding:30px 26px;box-shadow:0 10px 24px #0000000f}.step-num{width:44px;height:44px;border-radius:50%;background:var(--green-dark);color:#ffd94d;font-weight:800;font-size:19px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.step h3{font-size:16.5px;margin-bottom:8px}.step p{font-size:13.5px;color:#5f6b57;line-height:1.65}.order-wrap{display:grid;grid-template-columns:1.2fr 1fr;gap:34px;margin-top:44px}.order-form{background:#fff;border-radius:18px;padding:32px;box-shadow:0 12px 28px #00000012}.order-form h3{margin-bottom:18px;font-size:20px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:700;color:#3c4536;margin-bottom:6px}.field input,.field textarea{width:100%;padding:12px 14px;border:1.5px solid #ddd3b4;border-radius:9px;font-family:inherit;font-size:14.5px;background:#fdfbf3}.field textarea{resize:vertical;min-height:84px}.order-summary{background:var(--green-dark);color:#fff;border-radius:18px;padding:32px;height:fit-content}.order-summary h3{margin-bottom:18px}.os-product{display:flex;gap:14px;align-items:center;margin-bottom:16px}.os-product img{width:74px;height:74px;object-fit:contain;background:#fdfbf3;border-radius:12px;padding:6px}.os-product strong{font-size:15px;line-height:1.4;display:block}.os-product span{font-size:13px;color:#cfe3c2}.os-row{display:flex;justify-content:space-between;font-size:14.5px;padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.25)}.os-row.free{color:#ffd94d;font-weight:700}.os-row.total{font-size:19px;font-weight:800;border-bottom:none;padding-top:14px}.order-summary .btn{width:100%;justify-content:center;margin-top:18px}.os-note{font-size:12px;color:#cfe3c2;margin-top:14px;text-align:center}.faq{max-width:820px;margin:44px auto 0;display:grid;gap:14px}.faq details{background:#fff;border-radius:12px;padding:18px 22px;box-shadow:0 8px 18px #0000000d}.faq summary{cursor:pointer;font-weight:700;font-size:15.5px;color:var(--ink)}.faq p{margin-top:12px;font-size:14px;color:#5f6b57;line-height:1.7}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:90;background:#fff;box-shadow:0 -6px 20px #0000001f;display:none;align-items:center;justify-content:space-between;padding:10px 18px}.sticky-cta .sp{font-weight:800;color:#17582a;font-size:18px}.sticky-cta .sp s{color:#9aa08f;font-size:13px;margin-left:6px;font-weight:500}.sticky-cta .btn{padding:11px 22px}@media(max-width:1024px){.pdp-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.pdp-hero-inner{flex-direction:column}.order-wrap,.steps{grid-template-columns:1fr}.sticky-cta{display:flex}body{padding-bottom:0}.footer{padding-bottom:80px}}@media(max-width:640px){.pdp-cards{grid-template-columns:1fr}}@media(max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:40px 0}.benefit:nth-child(2){border-right:none}.testi-grid{grid-template-columns:1fr}.nav{gap:18px}}@media(max-width:900px){.nav{display:none}.hero{background-position:72% 80%}.hero-content{text-align:left}.hero h1{font-size:36px}.hero-desc{font-size:15px}.hero-features{gap:20px}.hero-feature .ico{width:38px;height:38px}.hero-feature .ico svg{width:18px;height:18px}.hero-feature{font-size:14px}.about-inner{flex-direction:column;gap:40px}.about-grid{gap:24px 30px}.cta-banner{flex-direction:column;text-align:center;padding:40px 30px}.cta-text h2{font-size:28px}.footer-inner,.ingredients-grid{justify-content:center}.topbar-inner{justify-content:center;font-size:11.5px;gap:10px}.topbar-item{font-size:11px;gap:5px}.topbar-item svg{width:13px;height:13px}.shop-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:640px){.hero h1{font-size:30px}.hero{min-height:auto;padding-bottom:0}.hero-inner{padding-top:30px;padding-bottom:30px}.benefits-grid{grid-template-columns:1fr}.benefit{border-right:none;border-bottom:1px solid rgba(27,94,42,.15);padding-bottom:28px}.benefit:last-child{border-bottom:none;padding-bottom:0}.about-grid{grid-template-columns:1fr}.testi-wrap{flex-direction:column}.testi-arrows-hide{display:none}.header-inner{height:60px}.logo{font-size:24px!important}.header-icons{gap:14px}.shop-grid{grid-template-columns:1fr}.shop-banner img{aspect-ratio:16/9}.shop-note{font-size:12.5px;padding:20px 0 50px}.footer-item{font-size:11px;gap:8px}.footer-item svg{width:22px;height:22px}.socials a{width:34px;height:34px}.socials svg{width:16px;height:16px}.footer-inner{gap:16px}.hero{position:relative;padding-bottom:70px}.hero-content .btn{position:absolute;bottom:-60px;left:20px;right:auto;margin:0}.hero-features{flex-direction:column;align-items:flex-start;gap:16px;margin-top:10px}.hero h1{margin-top:-12px}.hero-desc{display:none!important}}@media(max-width:380px){.topbar-item,.topbar{font-size:10px}.hero h1{font-size:26px}.hero-feature{font-size:13px;gap:8px}.hero-feature .ico{width:34px;height:34px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
