@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{--green:#147b2a;--green-dark:#075b1b;--green-deep:#064b17;--green-soft:#eef9ef;--green-border:#a9d8ad;--text:#171b18;--muted:#6c736e;--line:#e4e9e5;--white:#fff;--shadow:0 8px 24px #17341d1a;--radius:20px;color:var(--text);background:#f7faf7;font-family:Poppins,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#f3f6f3}body{color:var(--text);-webkit-font-smoothing:antialiased;background:#f3f6f3;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}[hidden]{display:none!important}.site-shell{background:#fff;width:min(100%,680px);min-height:100vh;margin:auto;padding-bottom:28px;box-shadow:0 0 35px #0c26110f}.page-width{width:calc(100% - 28px);margin-left:auto;margin-right:auto}.mobile-header{z-index:80;backdrop-filter:blur(14px);background:#fffffff7;border-bottom:1px solid #eef1ee;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;height:84px;padding:8px 14px;display:grid;position:sticky;top:0}.brand-logo{justify-content:center;align-items:center;height:66px;display:flex;overflow:hidden}.brand-logo img{object-fit:contain;width:min(100%,270px);height:66px}.icon-button{background:0 0;border:0;border-radius:12px;place-items:center;width:40px;height:40px;padding:7px;display:grid;position:relative}.menu-toggle span{background:var(--green-dark);border-radius:4px;width:24px;height:2px;margin:2.8px 0;display:block}.cart-header svg{fill:none;width:27px;height:27px;stroke:var(--text);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.header-cart-count{background:var(--green);color:#fff;border:2px solid #fff;border-radius:999px;place-items:center;min-width:18px;height:18px;font-size:10px;font-weight:800;display:grid;position:absolute;top:0;right:0}.mobile-drawer{z-index:100;background:#fff;width:min(88%,400px);height:100dvh;padding:18px;transition:transform .25s;position:fixed;top:0;left:50%;transform:translate(-50%)translate(-110%);box-shadow:18px 0 40px #0000002e}.mobile-drawer.open{transform:translate(-50%)translate(-15%)}@media (width<=680px){.mobile-drawer{left:0;transform:translate(-105%)}.mobile-drawer.open{transform:translate(0)}}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:15px;display:flex}.drawer-head img{object-fit:contain;width:210px;height:70px}.drawer-close{aspect-ratio:1;width:36px;min-width:36px;height:36px;min-height:36px;color:var(--green-dark);appearance:none;background:#f2f5f2;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:27px;font-weight:500;line-height:1;display:flex}.mobile-drawer nav{margin-top:14px;display:grid}.mobile-drawer nav a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:15px 4px;font-weight:750;display:flex}.mobile-drawer nav a span{color:var(--green);font-size:22px}.drawer-note{background:var(--green-soft);color:#406348;border-radius:15px;margin-top:24px;padding:14px;font-size:13px;line-height:1.5}.menu-backdrop{z-index:90;background:#00000057;position:fixed;inset:0}.hero{background:linear-gradient(90deg,#fff 58%,#f4fbf4);grid-template-columns:minmax(0,59%) minmax(0,41%);align-items:center;column-gap:0;min-height:248px;margin-top:0;padding:18px 10px 12px 14px;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:2;align-self:center;min-width:0;max-width:100%;padding:0 8px 0 0}.hero-leaf{color:var(--green);height:23px;margin-bottom:5px;font-size:25px;line-height:1;display:block}.hero h1{color:var(--green-dark);letter-spacing:-1.35px;max-width:100%;margin:0;font-size:clamp(24px,5.8vw,38px);font-weight:800;line-height:1.05}.hero h1 strong{font-weight:800}.hero p{color:#565c58;max-width:100%;margin:14px 0 0;font-size:clamp(12.5px,3.25vw,18px);line-height:1.52}.hero-image{justify-content:flex-end;place-self:center end;align-items:center;width:100%;min-width:0;height:205px;display:flex;overflow:hidden}.hero-image img{object-fit:contain;object-position:right center;border-radius:0;width:100%;max-width:278px;height:100%;display:block}.search-section{z-index:4;margin-top:0;position:relative}.search-box{background:#fff;border:1.6px solid #5da56a;border-radius:18px;align-items:center;gap:10px;height:72px;padding:0 17px;display:flex;box-shadow:0 7px 16px #23462826}.search-box svg{fill:none;width:31px;height:31px;stroke:var(--green-dark);stroke-width:2px;flex:none}.search-box input{color:#252925;appearance:none;background:0 0;border:0;outline:0;flex:1;min-width:0;padding-left:0;font-size:17px}.search-box input[type=search]::-webkit-search-decoration{-webkit-appearance:none;display:none}.search-box input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}.search-box input[type=search]::-webkit-search-results-button{-webkit-appearance:none;display:none}.search-box input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;display:none}.search-box input::placeholder{color:#8a908c}.search-clear{color:#68716b;background:#f3f6f3;border:0;border-radius:50%;width:30px;height:30px;font-size:21px;display:none}.search-box.has-value .search-clear{display:block}.category-circles{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:17px;margin-bottom:20px;display:grid}.category-circle{cursor:pointer;background:0 0;border:0;justify-items:center;padding:0;display:grid}.category-image{background:#f8fcf8;border:1.4px solid #c8dfcb;border-radius:50%;width:min(27vw,118px);height:min(27vw,118px);padding:5px;transition:all .18s;overflow:hidden;box-shadow:0 5px 12px #19371e12}.category-image img{object-fit:cover;border-radius:50%;width:100%;height:100%}.category-circle>span:last-child{background:#fff;border:1px solid #e5e9e5;border-radius:12px;min-width:88px;margin-top:-8px;padding:8px 13px;font-size:15px;font-weight:720;box-shadow:0 4px 9px #14281617}.category-circle:active .category-image,.category-circle.active .category-image{border-color:var(--green);transform:scale(.96)}.home-product-sections{gap:20px;display:grid}.product-section{scroll-margin-top:100px}.section-title-row{justify-content:space-between;align-items:center;margin:0 2px 10px;display:flex}.section-title-row h2{letter-spacing:-.4px;margin:0;font-size:22px;font-weight:800}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.product-card{background:#fff;border:1px solid #e0e6e1;border-radius:18px;min-width:0;padding:10px;transition:all .18s;position:relative;box-shadow:0 3px 11px #0b2b120e}.product-card:hover{border-color:#c3dbc6}.fresh-chip{z-index:2;color:#0c6a21;background:#edf8ed;border:1px solid #baddbd;border-radius:6px;padding:4px 7px;font-size:11px;position:absolute;top:9px;left:9px}.product-image-wrap{justify-content:center;align-items:center;height:132px;margin:4px 0 3px;display:flex}.product-image-wrap img{object-fit:contain;width:100%;height:100%}.product-copy h3{margin:0 0 3px;font-size:16px;font-weight:790;line-height:1.15}.product-desc{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;min-height:14px;margin:0 0 6px;font-size:11.5px;overflow:hidden}.price{color:var(--green-dark);margin:5px 0 8px;font-size:17px;font-weight:820}.price span{color:#5e665f;font-size:11px;font-weight:550}.price-updating{color:#7e887f;font-size:13px}.product-actions{gap:8px;display:grid}.weight-switch{grid-template-columns:1fr 1fr;gap:6px;display:grid}.weight-btn{color:#58605a;background:#fff;border:1px solid #dce3dd;border-radius:9px;min-height:38px;padding:4px 2px;font-size:12px;line-height:1}.weight-btn small{color:#818982;margin-top:3px;font-size:9px;display:block}.weight-btn.active{border-color:var(--green);color:var(--green-dark);background:#f2fbf2;font-weight:750}.qty-control{background:#fbfcfb;border:1px solid #e0e5e1;border-radius:11px;grid-template-columns:35px 1fr 35px;align-items:center;padding:3px;display:grid}.qty-btn{aspect-ratio:1;appearance:none;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;font-size:22px;line-height:1;display:flex}.qty-btn.minus{color:var(--green-dark);background:#eff7f0}.qty-btn.plus{background:var(--green);color:#fff}.qty-number{text-align:center;color:#18361e;font-weight:800}.view-more-btn{border:1.5px solid var(--green);width:100%;height:43px;color:var(--green-dark);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:7px;margin-top:10px;font-size:15px;font-weight:700;display:flex}.view-more-btn svg{fill:none;stroke:currentColor;stroke-width:2px;width:17px;height:17px;transition:transform .2s}.product-section.expanded .view-more-btn svg{transform:rotate(180deg)}.trust-strip{background:linear-gradient(#fff,#fbfdfb);border:1px solid #dfe7e0;border-radius:17px;grid-template-columns:1fr 1px 1fr;align-items:center;gap:8px;margin-top:20px;padding:13px 10px;display:grid;box-shadow:0 3px 10px #1432180a}.trust-item{align-items:center;gap:9px;min-width:0;display:flex}.trust-icon{color:#fff;background:linear-gradient(145deg,#63b84b,#228731);border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid}.trust-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.rider-icon svg{width:29px}.trust-item strong{font-size:13px;display:block}.trust-item small{color:#656d67;margin-top:3px;font-size:10.5px;line-height:1.25;display:block}.trust-divider{background:#d9e1da;width:1px;height:42px}.sticky-cart{z-index:70;left:50%;bottom:max(9px,env(safe-area-inset-bottom));background:linear-gradient(90deg,#f7fff7,#eefbea);border:1px solid #cfe2d0;border-radius:20px;grid-template-columns:54px 1fr auto;align-items:center;gap:10px;width:min(100% - 20px,650px);height:80px;padding:8px 9px;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 9px 28px #14381c2e}.sticky-cart-icon{color:#fff;background:linear-gradient(145deg,#07823c,#0a682b);border-radius:50%;place-items:center;width:52px;height:52px;display:grid;position:relative}.sticky-cart-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:29px;height:29px}.sticky-cart-icon>span{background:#278d22;border:2px solid #fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:grid;position:absolute;top:-5px;right:-2px}.sticky-cart-copy{min-width:0}.sticky-cart-copy strong{white-space:nowrap;font-size:15px;display:block}.sticky-cart-copy i{margin:0 3px;font-style:normal}.sticky-cart-copy small{color:#656d67;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:10px;display:block;overflow:hidden}.view-cart-button{color:#fff;text-align:center;background:linear-gradient(90deg,#4ca92d,#218a21);border-radius:28px;justify-content:center;align-items:center;min-width:118px;height:50px;font-size:16px;font-weight:780;display:flex;box-shadow:0 5px 12px #268b282b}.inner-hero{padding:28px 6px 18px}.inner-hero span,.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:1.5px;font-size:11px;font-weight:850}.inner-hero h1{color:#123d1c;letter-spacing:-1px;margin:7px 0;font-size:31px;line-height:1.08}.inner-hero p{color:var(--muted);margin:8px 0;font-size:14px;line-height:1.55}.inner-hero.compact{padding-bottom:6px}.catalogue{padding-bottom:12px}.about-card{box-shadow:var(--shadow);background:#fff;border:1px solid #dfe7e0;border-radius:22px;grid-template-columns:44% 56%;display:grid;overflow:hidden}.about-photo{min-height:335px}.about-photo img{object-fit:cover;width:100%;height:100%}.about-copy{flex-direction:column;justify-content:center;padding:18px 16px;display:flex}.about-copy h2{color:#143b1c;margin:6px 0 10px;font-size:21px;line-height:1.15}.about-copy p:not(.eyebrow){color:#59615b;margin:0 0 15px;font-size:12px;line-height:1.6}.primary-button{background:var(--green);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:max-content;min-height:44px;padding:0 18px;font-weight:750;display:inline-flex}.contact-card{text-align:center;box-shadow:var(--shadow);background:linear-gradient(#fff,#f6fcf6);border:1px solid #dfe7e0;border-radius:22px;margin-top:12px;padding:32px 20px}.contact-icon{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:60px;height:60px;margin:0 auto 13px;display:grid}.contact-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:30px}.contact-card p{color:#5f6861;margin:5px 0}.contact-card>a{color:var(--green-dark);margin:6px 0 10px;font-size:28px;font-weight:850;display:block}.contact-card small{color:#7b847d}.cart-page{padding-bottom:12px}.cart-lines{gap:10px;display:grid}.cart-line{background:#fff;border:1px solid #e0e5e1;border-radius:17px;grid-template-columns:82px 1fr auto;align-items:center;gap:11px;padding:9px;display:grid}.cart-line img{object-fit:contain;background:#fff;border-radius:12px;width:82px;height:78px}.cart-line h3{margin:0 0 4px;font-size:15px}.cart-line p{color:#69716a;margin:0 0 6px;font-size:11px}.cart-line strong{color:var(--green-dark);font-size:15px}.cart-line-actions{align-items:center;gap:6px;margin-top:7px;display:flex}.cart-line-actions button{aspect-ratio:1;width:28px;min-width:28px;height:28px;min-height:28px;color:var(--green-dark);appearance:none;background:#eef7ef;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;display:flex}.cart-line-actions b{text-align:center;min-width:18px;font-size:13px}.remove-line{color:#9b5c5c;background:0 0;border:0;padding:8px;font-size:18px}.cart-summary{background:#f9fdf9;border:1px solid #dbe5dc;border-radius:18px;margin-top:14px;padding:15px}.cart-summary>div{justify-content:space-between;padding:5px 0;display:flex}.cart-summary span{color:#687169}.cart-summary strong{color:#173c1e}.checkout-button,.place-order-button{color:#fff;background:linear-gradient(90deg,#3eaa2c,#16821f);border:0;border-radius:14px;justify-content:center;align-items:center;width:100%;height:52px;margin-top:12px;font-size:17px;font-weight:800;display:flex}.empty-cart{text-align:center;border:1px dashed #d9e2da;border-radius:18px;padding:40px 20px}.empty-cart h2{margin:0 0 5px}.empty-cart p{color:#69716a;margin-bottom:18px}.checkout-form{background:#fff;border:1px solid #e0e6e1;border-radius:20px;gap:14px;padding:16px;display:grid;box-shadow:0 4px 14px #142d180d}.checkout-form label>span{justify-content:space-between;margin:0 3px 6px;font-size:12px;font-weight:800;display:flex}.checkout-form em{color:#8a928c;font-size:10px;font-style:normal;font-weight:500}.checkout-form input[type=text],.checkout-form input[type=tel],.checkout-form textarea{background:#fcfdfc;border:1px solid #dce3dd;border-radius:12px;outline:0;width:100%;padding:13px 12px;font-size:14px}.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #eaf6eb}.checkout-form .invalid{border-color:#c94949!important}.field-error{color:#b43f3f;min-height:12px;margin:4px 3px 0;font-size:10px;display:block}.save-info{align-items:center;gap:9px;font-size:12px;display:flex!important}.save-info input{accent-color:var(--green);width:17px;height:17px}.save-info span{margin:0!important;font-weight:650!important;display:block!important}.checkout-price-box{background:#f4fbf4;border-radius:14px;padding:10px 12px}.checkout-price-box>div{justify-content:space-between;padding:6px 0;font-size:13px;display:flex}.checkout-price-box span{color:#69716a}.checkout-price-box strong{color:#173b1d}.order-success{text-align:center;background:#f7fff7;border:1px solid #d4e6d5;border-radius:22px;padding:35px 20px}.success-check{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:60px;height:60px;margin:0 auto 14px;font-size:32px;display:grid}.order-success h2{color:#153e1d;margin:0 0 8px}.order-success p{color:#69716a;margin:0 0 18px}.product-section.search-hidden{display:none}.product-card.search-hidden{display:none!important}@media (width>=681px){.site-shell{border-radius:0}.page-width{width:calc(100% - 48px)}.product-grid{gap:14px}.product-image-wrap{height:170px}.product-card{padding:13px}.product-copy h3{font-size:18px}.hero{grid-template-columns:minmax(0,58%) minmax(0,42%);min-height:285px;padding:20px 14px 14px 18px}.hero-image{height:250px}.hero-image img{max-width:320px}}@media (width<=390px){.mobile-header{grid-template-columns:39px minmax(0,1fr) 39px;height:78px;padding-left:10px;padding-right:10px}.brand-logo,.brand-logo img{height:60px}.hero{grid-template-columns:minmax(0,60%) minmax(0,40%);min-height:212px;padding:12px 8px 10px 12px}.hero-copy{padding-right:5px}.hero-image{height:174px}.hero-image img{max-width:190px}.hero h1{letter-spacing:-1.05px;font-size:23px;line-height:1.04}.hero p{font-size:12px;line-height:1.48}.search-box{height:65px}.search-box input{font-size:15px}.category-circle>span:last-child{min-width:78px;padding-left:9px;padding-right:9px;font-size:13px}.product-card{padding:8px}.product-image-wrap{height:112px}.product-copy h3{font-size:14px}.price{font-size:15px}.weight-btn{font-size:11px}.sticky-cart{grid-template-columns:48px 1fr auto;height:75px}.sticky-cart-icon{width:47px;height:47px}.view-cart-button{min-width:105px;height:47px;font-size:14px}}.home-highlights{grid-template-columns:1fr 1fr;align-items:center;gap:10px;min-height:52px;padding-top:10px;padding-bottom:4px;display:grid}.home-highlight{color:var(--green-dark);white-space:nowrap;align-items:center;gap:7px;font-size:13px;font-weight:750;display:flex}.home-highlight-right{justify-content:flex-end}.home-highlight-icon{background:var(--green-soft);border:1px solid var(--green-border);width:22px;height:22px;color:var(--green);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:900;display:grid}.home-search-section{margin-top:3px}.home-category-circles{row-gap:16px;margin-top:16px;margin-bottom:20px}.home-category-circles .category-circle>span:last-child{text-align:center;justify-content:center;align-items:center;width:100%;min-width:0;max-width:112px;min-height:38px;padding:7px;font-size:13px;line-height:1.15;display:flex}.category-placeholder{cursor:default}.category-placeholder:active .category-image{border-color:#c8dfcb;transform:none}.grocery-page-hero{padding-top:20px}.grocery-page-hero h1{margin-bottom:5px}.grocery-back-link{color:var(--green-dark);align-items:center;margin:0 0 12px;font-size:12px;font-weight:750;display:inline-flex}.grocery-catalogue-section{padding-bottom:8px}.grocery-circle-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px 10px;display:grid}.grocery-circle-card{text-align:center;justify-items:center;min-width:0;display:grid}.grocery-circle-image{background:#f8fcf8;border:1.4px solid #c8dfcb;border-radius:50%;width:min(26vw,112px);height:min(26vw,112px);padding:5px;transition:transform .18s,border-color .18s;overflow:hidden;box-shadow:0 5px 12px #19371e12}.grocery-circle-image img{object-fit:cover;border-radius:50%;width:100%;height:100%}.grocery-circle-label{background:#fff;border:1px solid #e5e9e5;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:112px;min-height:39px;margin-top:-8px;padding:7px 6px;font-size:12.5px;font-weight:720;line-height:1.15;display:flex;position:relative;box-shadow:0 4px 9px #14281617}.grocery-circle-card:active .grocery-circle-image{border-color:var(--green);transform:scale(.96)}.grocery-products-section{padding-bottom:0}.grocery-product-grid{gap:10px}.grocery-product-card .product-image-wrap{background:#f8fcf8;border-radius:14px;margin-top:4px}.grocery-product-image img{padding:13px}.grocery-chip{background:#f1f8ef}.grocery-product-card .product-copy h3{min-height:36px;font-size:14.5px;line-height:1.22}.grocery-product-card .product-desc{margin-bottom:5px;font-size:10.5px}.grocery-product-actions{margin-top:8px}.grocery-qty-control{grid-template-columns:36px 1fr 36px;min-height:42px}.grocery-wave-divider{color:#9acb9f;opacity:.9;gap:2px;margin:24px 0 20px;display:grid}.grocery-wave-divider svg{fill:none;stroke:currentColor;stroke-width:1.2px;vector-effect:non-scaling-stroke;width:100%;height:7px}.grocery-related-section{padding-bottom:2px}.grocery-section-heading{margin:0 2px 12px}.grocery-section-heading>span{color:var(--green);text-transform:uppercase;letter-spacing:1.2px;font-size:10.5px;font-weight:800}.grocery-section-heading h2{letter-spacing:-.35px;margin:4px 0 0;font-size:20px;line-height:1.15}.grocery-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grocery-view-more{border:1.5px solid var(--green);width:100%;min-height:45px;color:var(--green-dark);text-align:center;background:#fff;border-radius:11px;justify-content:center;align-items:center;margin-top:14px;padding:8px 12px;font-size:14px;font-weight:750;display:flex}.grocery-view-more:active{background:var(--green-soft)}.grocery-more-categories{padding-bottom:10px}@media (width<=390px){.site-shell{padding-bottom:24px}.home-highlights{gap:5px;min-height:48px;padding-top:8px}.home-highlight{gap:5px;font-size:11.5px}.home-highlight-icon{width:20px;height:20px;font-size:11px}.home-category-circles{row-gap:14px}.home-category-circles .category-circle>span:last-child{max-width:96px;min-height:36px;padding:6px 4px;font-size:11.5px}.grocery-circle-grid{gap:14px 8px}.grocery-circle-label{max-width:96px;min-height:36px;padding:6px 4px;font-size:11.25px}.grocery-product-card .product-copy h3{min-height:32px;font-size:13px}}
