*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f5f9f6;color:#16241c;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::selection{background:#c9f0d8}.page-container{max-width:1200px;margin:0 auto;padding:28px 20px 72px}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px}.section-head .see-all{font-size:13px;font-weight:600;color:#1da463;cursor:pointer}.section-head .see-all:hover{text-decoration:underline}.ant-card{box-shadow:0 2px 10px #14281e0d}.product-card{position:relative;border:1px solid #EDF4EF;border-radius:20px;overflow:visible;background:#fff;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 14px 32px #14281e1f;transform:translateY(-3px);border-color:#dbefe2}.product-card__media{position:relative;height:132px;background:#f4f8f5;overflow:hidden;border-radius:20px 20px 0 0}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.06)}.product-card__badge{position:absolute;top:8px;left:8px;background:#e5484d;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;letter-spacing:.2px}.product-card__fav{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;font-size:13px;color:#6b7c74;box-shadow:0 2px 6px #00000014}.product-card__add{position:absolute;top:115px;right:12px;width:34px;height:34px;border-radius:50%;background:#1da463;color:#fff;border:3px solid #fff;display:flex;align-items:center;justify-content:center;font-size:15px;cursor:pointer;box-shadow:0 6px 16px #1da46366;transition:transform .15s ease,background .15s ease;z-index:3}.product-card__add:hover{transform:scale(1.08);background:#128049}.product-card__add:active{transform:scale(.94)}.product-card__body{padding:20px 12px 16px;flex:1;display:flex;flex-direction:column}.product-card__name{font-size:13.5px;font-weight:600;color:#16241c;display:block;min-height:34px;line-height:1.35;margin-bottom:4px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2}.product-card__meta{font-size:11px;color:#6b7c74;margin-bottom:6px}.product-card__price-row{margin-top:auto;display:flex;align-items:baseline;gap:6px}.product-card__price{font-size:15px;font-weight:800;color:#1da463}.product-card__mrp{font-size:11.5px;color:#a9b6ae;text-decoration:line-through}.vendor-card{border:1px solid #EDF4EF;border-radius:20px;overflow:hidden;background:#fff;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.vendor-card:hover{box-shadow:0 14px 32px #14281e1f;transform:translateY(-3px)}.vendor-card__media{position:relative;height:108px;background:#f4f8f5}.vendor-card__media img{width:100%;height:100%;object-fit:cover}.vendor-card__rating{position:absolute;bottom:8px;left:8px;background:#16241cc7;color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;display:flex;align-items:center;gap:4px}.category-pill{text-align:center;min-width:84px;cursor:pointer}.category-pill__icon{width:68px;height:68px;border-radius:50%;background:#fff;border:1px solid #E5EEE8;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.category-pill:hover .category-pill__icon{border-color:#1da463;box-shadow:0 8px 20px #1da4632e;transform:translateY(-2px)}.category-pill__icon img{width:100%;height:100%;object-fit:cover}.category-pill__label{font-size:12px;font-weight:600;color:#33473c}.scroll-x{display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.scroll-x::-webkit-scrollbar{height:6px}.scroll-x::-webkit-scrollbar-thumb{background:#dcebe1;border-radius:3px}.qty-stepper{display:inline-flex;align-items:center;gap:14px;background:#f5f9f6;border:1px solid #E5EEE8;border-radius:999px;padding:6px 8px}.qty-stepper__btn{width:34px;height:34px;border-radius:50%;border:none;background:#1da463;color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,background .12s ease}.qty-stepper__btn:hover{background:#128049}.qty-stepper__btn:disabled{background:#c7d9cd;cursor:not-allowed}.qty-stepper__value{font-size:15px;font-weight:700;min-width:20px;text-align:center}.status-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:11.5px;font-weight:700;text-transform:capitalize;letter-spacing:.2px}.soft-card{background:#fff;border-radius:20px;border:1px solid #EDF4EF;box-shadow:0 2px 10px #14281e0d}.brand-mark{width:36px;height:36px;border-radius:11px;background:linear-gradient(135deg,#1da463,#128049);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#dcebe1;border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#c2decb;background-clip:padding-box}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid #1DA463;outline-offset:2px;border-radius:6px}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ant-layout-content>*{animation:fadeSlideIn .32s cubic-bezier(.16,.84,.44,1)}.app-header{background:#ffffffe6!important;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px)}.icon-circle{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease!important}.icon-circle:hover{transform:translateY(-2px);border-color:#1da463!important;box-shadow:0 8px 18px #1da4632e}.icon-circle:active{transform:translateY(0) scale(.95)}.ant-btn{transition:transform .12s ease,box-shadow .18s ease,filter .18s ease!important}.ant-btn:not(:disabled):hover{transform:translateY(-1px);filter:brightness(1.02)}.ant-btn:not(:disabled):active{transform:translateY(0) scale(.97)}.ant-btn-primary:not(:disabled){box-shadow:0 8px 20px #1da46347}.ant-btn-primary:not(:disabled):hover{box-shadow:0 12px 26px #1da4635c}.ant-input,.ant-input-affix-wrapper,.ant-select-selector{transition:border-color .15s ease,box-shadow .15s ease!important}.ant-input:hover,.ant-input-affix-wrapper:hover{border-color:#9ad6b4!important}.ant-input-affix-wrapper-focused,.ant-input:focus{box-shadow:0 0 0 3px #1da46324!important}.ant-badge-count{transition:transform .18s cubic-bezier(.34,1.56,.64,1)}.ant-modal-content{animation:fadeSlideIn .22s ease}.ant-avatar{transition:box-shadow .18s ease}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.hero-carousel{margin-bottom:8px;border-radius:26px;overflow:hidden}.hero-slide{height:320px;border-radius:26px;background-size:cover;background-position:center;cursor:pointer;display:flex;align-items:flex-end;padding:40px;position:relative}.hero-slide__content{max-width:480px;position:relative;z-index:1}.hero-slide__kicker{display:inline-block;font-size:12.5px;font-weight:700;color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.28);padding:5px 12px;border-radius:999px;margin-bottom:14px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-slide__title{color:#fff;font-size:34px;font-weight:800;line-height:1.22;letter-spacing:-.6px;margin-bottom:20px;text-shadow:0 2px 16px rgba(0,0,0,.18)}.hero-cta{background:#fff!important;color:#128049!important;border:none!important;font-weight:700!important;border-radius:999px!important;height:48px!important;padding:0 26px!important;box-shadow:0 10px 24px #00000038!important}.hero-cta:hover{transform:translateY(-2px)!important}.hero-dots li button{background:#ffffff80!important}.hero-dots li.slick-active button{background:#fff!important}.hero-fallback{height:320px;border-radius:26px;margin-bottom:8px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:40px;background:linear-gradient(120deg,#16472f,#1da463 60%,#2fbf80)}.hero-fallback__blob{position:absolute;border-radius:50%;background:#ffffff14}.hero-fallback__blob--1{width:320px;height:320px;top:-110px;right:-60px}.hero-fallback__blob--2{width:200px;height:200px;bottom:-80px;right:180px}.section-head-v2{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.3px;color:#1da463;text-transform:uppercase}.see-all-v2{font-size:13px;font-weight:700;color:#1da463;cursor:pointer;display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:999px;transition:background .15s ease,transform .15s ease}.see-all-v2:hover{background:#e7f8ed;transform:translate(2px)}.skeleton-card{border:1px solid #EDF4EF;border-radius:20px;overflow:hidden;background:#fff;height:100%}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.skeleton-shimmer{background:linear-gradient(90deg,#f0f4f1 25%,#e4ece6 37%,#f0f4f1 63%);background-size:400px 100%;animation:shimmer 1.4s ease infinite}.load-more-btn{border-radius:999px!important;padding:0 32px!important;font-weight:600!important}@media (max-width: 640px){.hero-slide,.hero-fallback{height:220px;padding:24px;border-radius:20px}.hero-slide__title{font-size:24px;margin-bottom:14px}}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:24px;margin-top:22px;align-items:start}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr}}.cart-items-card{background:#fff;border-radius:20px;border:1px solid #EDF4EF;box-shadow:0 2px 10px #14281e0d;padding:6px 20px}.cart-row{display:flex;align-items:center;gap:16px;padding:18px 0;border-top:1px solid #F0F5F1;transition:background .15s ease}.cart-row:hover{background:#fafdfb;margin:0 -20px;padding-left:20px;padding-right:20px;border-radius:12px}.cart-row__img{width:60px;height:60px;border-radius:14px;object-fit:cover;flex-shrink:0;background:#f4f8f5}.cart-row__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.cart-row__name{font-weight:700;font-size:14px;color:#16241c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-row__unit{font-size:12px;color:#6b7c74}.cart-row__subtotal{width:76px;text-align:right;color:#1da463;font-size:15px;flex-shrink:0}.cart-row__remove{border:none;background:transparent;color:#b7c2bb;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;transition:background .15s ease,color .15s ease;flex-shrink:0}.cart-row__remove:hover{background:#fff0f0;color:#e5484d}.cart-summary{background:#fff;border-radius:20px;border:1px solid #EDF4EF;box-shadow:0 8px 26px #14281e14;padding:22px;position:sticky;top:92px}.cart-summary__coupon-label{font-weight:700;font-size:14px;margin-bottom:10px;display:flex;align-items:center;gap:6px;color:#16241c}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:10px}.cart-summary__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.coupon-banner{background:#e7f8ed;border:1px dashed #1DA463;padding:10px 12px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cart-checkout-btn{border-radius:999px!important;height:50px!important;font-weight:700!important;font-size:15px!important}.cart-empty{text-align:center;max-width:380px;margin:80px auto}.cart-empty__icon{width:84px;height:84px;border-radius:50%;background:#e7f8ed;color:#1da463;font-size:34px;display:flex;align-items:center;justify-content:center;margin:0 auto}@keyframes floatBlob{0%,to{transform:translate(0)}50%{transform:translate(-10px,14px)}}.login-blob{position:absolute;border-radius:50%;background:#ffffff0f;animation:floatBlob 7s ease-in-out infinite}.login-blob--1{width:340px;height:340px;top:-80px;right:-80px}.login-blob--2{width:220px;height:220px;bottom:-60px;left:-40px;animation-delay:1.5s}.login-badge{width:56px;height:56px;border-radius:16px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-trust-row{display:flex;gap:28px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}.login-trust-item{font-size:12px;color:#ffffffc7;display:flex;flex-direction:column;gap:2px}.login-trust-item__num{font-size:18px;font-weight:800;color:#fff}.login-card{animation:fadeSlideIn .4s cubic-bezier(.16,.84,.44,1)}.promo-strip{background:linear-gradient(90deg,#16472f,#1da463);color:#fff;font-size:12.5px;font-weight:600;height:36px;display:flex;align-items:center;justify-content:center;padding:0 20px;gap:24px;position:relative}.promo-strip__msg{display:flex;align-items:center;gap:8px;letter-spacing:.1px}.promo-strip__links{position:absolute;right:20px;display:flex;align-items:center;gap:16px;font-size:12px;font-weight:600;opacity:.92}.promo-strip__links a{cursor:pointer}.promo-strip__links a:hover{text-decoration:underline}.promo-strip__divider{width:1px;height:12px;background:#ffffff4d}@media (max-width: 760px){.promo-strip__links{display:none}}.hero-split-carousel{margin-bottom:0}.hero-split-carousel .slick-dots{bottom:14px}.hero-split-carousel .slick-dots li button{background:#c7d9cd!important;opacity:1}.hero-split-carousel .slick-dots li.slick-active button{background:#1da463!important;width:20px!important;border-radius:4px}.hero-split{background:#eef6f0;border-radius:24px;padding:48px 52px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:32px;min-height:360px;overflow:hidden;position:relative;cursor:pointer}.hero-split__text{position:relative;z-index:1;max-width:460px}.hero-split__kicker{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;letter-spacing:.3px;color:#128049;text-transform:uppercase;margin-bottom:14px}.hero-split__title{font-size:42px;font-weight:800;line-height:1.15;letter-spacing:-1px;color:#16241c;margin-bottom:16px}.hero-split__desc{font-size:15px;color:#566a5d;line-height:1.6;margin-bottom:26px;max-width:380px}.hero-split__cta{background:#1da463!important;border-color:#1da463!important;border-radius:999px!important;height:50px!important;padding:0 30px!important;font-weight:700!important;box-shadow:0 10px 24px #1da46352!important}.hero-split__media{position:relative;z-index:1;border-radius:20px;overflow:hidden;height:300px;box-shadow:0 20px 48px #14281e29}.hero-split__media img{width:100%;height:100%;object-fit:cover;display:block}.hero-split__blob{position:absolute;border-radius:50%;background:#1da4631a}.hero-split__blob--1{width:260px;height:260px;top:-90px;right:12%}.hero-split__blob--2{width:160px;height:160px;bottom:-60px;right:-20px}@media (max-width: 760px){.hero-split{grid-template-columns:1fr;padding:32px 24px;border-radius:20px;min-height:unset}.hero-split__media{height:200px;order:-1}.hero-split__title{font-size:28px}.hero-split__text{max-width:100%}}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0 44px}.trust-strip__item{background:#fff;border:1px solid #EDF4EF;border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:12px}.trust-strip__icon{width:40px;height:40px;border-radius:12px;background:#e7f8ed;color:#1da463;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.trust-strip__title{font-size:13px;font-weight:700;color:#16241c}.trust-strip__sub{font-size:11.5px;color:#6b7c74}@media (max-width: 760px){.trust-strip{grid-template-columns:repeat(2,1fr)}}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}@media (max-width: 900px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 520px){.category-grid{grid-template-columns:repeat(2,1fr)}}.category-card{background:#fff;border:1px solid #EDF4EF;border-radius:18px;padding:18px;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.category-card:hover{box-shadow:0 14px 30px #14281e1a;transform:translateY(-3px);border-color:#dbefe2}.category-card__media{height:84px;border-radius:12px;overflow:hidden;background:#f4f8f5;margin-bottom:12px;position:relative}.category-card__media img{width:100%;height:100%;object-fit:cover}.category-card__badge{position:absolute;top:8px;left:8px;width:26px;height:26px;border-radius:8px;background:#ffffffeb;color:#1da463;display:flex;align-items:center;justify-content:center;font-size:13px}.category-card__name{font-weight:700;font-size:13.5px;color:#16241c;margin-bottom:2px}.category-card__link{font-size:11.5px;font-weight:700;color:#1da463;display:inline-flex;align-items:center;gap:3px}.section-head-v2__nav{display:flex;gap:8px}.nav-arrow{width:30px;height:30px;border-radius:50%;border:1px solid #E5EEE8;background:#fff;color:#33473c;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:11px;transition:all .15s ease}.nav-arrow:hover{background:#1da463;border-color:#1da463;color:#fff}.nav-arrow:disabled{opacity:.35;cursor:default}.nav-arrow:disabled:hover{background:#fff;border-color:#e5eee8;color:#33473c}.scroll-x-cards{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px;scrollbar-width:thin}.scroll-x-cards::-webkit-scrollbar{height:6px}.scroll-x-cards::-webkit-scrollbar-thumb{background:#dcebe1;border-radius:3px}.scroll-x-cards>*{flex:0 0 auto;width:210px}@media (max-width: 520px){.scroll-x-cards>*{width:168px}}.product-card__rating{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#6b7c74;margin-bottom:6px}.product-card__rating .anticon{color:#f5a623;font-size:11px}.product-card__rating strong{color:#16241c;font-weight:700}.testimonial-card{background:#f5f9f6;border-radius:20px;padding:26px 28px;height:100%}.testimonial-card__stars{color:#f5a623;font-size:13px;margin-bottom:12px}.testimonial-card__quote{font-size:14.5px;color:#33473c;line-height:1.6;margin-bottom:18px}.testimonial-card__author{display:flex;align-items:center;gap:10px}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:#1da463;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:15px;overflow:hidden}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__name{font-weight:700;font-size:13.5px;color:#16241c}.newsletter-band{background:linear-gradient(120deg,#16472f,#1da463 85%);border-radius:24px;padding:40px 44px;display:grid;grid-template-columns:1.3fr 1fr;gap:32px;align-items:center;overflow:hidden;position:relative}.newsletter-band__title{color:#fff;font-size:24px;font-weight:800;margin-bottom:8px}.newsletter-band__sub{color:#ffffffd1;font-size:13.5px;line-height:1.6;max-width:420px}.newsletter-band__form{display:flex;gap:10px}.newsletter-band__input{flex:1;height:48px;border-radius:999px!important;border:none!important;padding:0 20px!important;font-size:14px!important}.newsletter-band__btn{height:48px!important;border-radius:999px!important;padding:0 28px!important;font-weight:700!important;background:#16241c!important;border-color:#16241c!important}.newsletter-band__media{border-radius:16px;overflow:hidden;height:150px}.newsletter-band__media img{width:100%;height:100%;object-fit:cover}@media (max-width: 760px){.newsletter-band{grid-template-columns:1fr;padding:28px}.newsletter-band__media{display:none}.newsletter-band__form{flex-direction:column}}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:44px 0}.stats-strip__item{text-align:center}.stats-strip__icon{width:46px;height:46px;border-radius:50%;margin:0 auto 10px;background:#e7f8ed;color:#1da463;display:flex;align-items:center;justify-content:center;font-size:19px}.stats-strip__num{font-size:21px;font-weight:800;color:#16241c}.stats-strip__label{font-size:11.5px;color:#6b7c74;font-weight:600}@media (max-width: 640px){.stats-strip{grid-template-columns:repeat(2,1fr)}}.site-footer{background:#f5f9f6;border-top:1px solid #E5EEE8;padding:48px 0 0;margin-top:24px}.site-footer__grid{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:28px}.site-footer__brand-desc{font-size:12.5px;color:#6b7c74;line-height:1.7;margin:10px 0 16px;max-width:240px}.site-footer__social{display:flex;gap:10px}.site-footer__social a{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #E5EEE8;display:flex;align-items:center;justify-content:center;color:#33473c;font-size:13px}.site-footer__social a:hover{background:#1da463;color:#fff;border-color:#1da463}.site-footer__heading{font-weight:700;font-size:13.5px;color:#16241c;margin-bottom:14px}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.site-footer__links a{font-size:12.5px;color:#6b7c74;cursor:pointer}.site-footer__links a:hover{color:#1da463}.site-footer__pay{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.site-footer__pay span{font-size:10.5px;font-weight:700;color:#33473c;background:#fff;border:1px solid #E5EEE8;border-radius:6px;padding:5px 8px}.site-footer__bottom{border-top:1px solid #E5EEE8;margin-top:36px;padding:16px 20px;text-align:center;font-size:12px;color:#6b7c74}@media (max-width: 900px){.site-footer__grid{grid-template-columns:1fr 1fr}}
