@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#113c2f;--lime:#d9f279;--ink:#17372c;--muted:#647169;--line:#dce3dd;--paper:#f7f9f5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #799327;outline-offset:4px}.notice{background:var(--green);color:white;padding:12px 5%;font-size:12px;letter-spacing:1.6px}.notice span{float:right;letter-spacing:.5px}header{display:flex;align-items:center;gap:45px;padding:25px 5%;border-bottom:1px solid var(--line)}.brand{font-size:38px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-2px;text-decoration:none;line-height:.9;display:inline-flex;flex-direction:column}.brand span{font-size:10px;letter-spacing:5px;margin-top:10px}.location{font-size:14px}.location small{display:block;color:var(--muted);margin-top:6px;font-size:13px}.cart-open{margin-left:auto;border:1px solid var(--green);border-radius:30px;background:transparent;padding:13px 17px;color:var(--green);font-weight:600;white-space:nowrap}.cart-open span{display:inline-grid;place-items:center;background:var(--green);color:white;border-radius:50%;min-width:25px;height:25px;margin-left:12px}main{max-width:1440px;margin:auto;padding:0 5%}.intro{display:grid;grid-template-columns:1fr 1fr;gap:5%;align-items:center;padding:44px 0 48px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 18px}h1{font-family:Manrope,sans-serif;font-weight:500;font-size:clamp(40px,4.7vw,68px);letter-spacing:-3px;line-height:1.1;margin:0 0 20px}h1 em{font-family:Georgia,serif;font-weight:400}p{line-height:1.6}.intro>div>p:not(.eyebrow){color:var(--muted);margin-bottom:25px}.shop-link{font-weight:700;text-underline-offset:7px}.hero-photo{position:relative;height:345px;border-radius:5px;overflow:hidden;background:#d2d6c6}.hero-photo img{width:100%;height:100%;object-fit:cover}.photo-label{position:absolute;bottom:20px;left:20px;padding:10px 15px;background:var(--paper);font-size:13px;border-radius:2px}.shop-heading{display:flex;justify-content:space-between;align-items:end}.shop-heading .eyebrow{margin-bottom:10px}h2{font-family:Manrope,sans-serif;font-size:32px;font-weight:600;letter-spacing:-1px;margin:0}.shop-heading>span{font-size:14px;color:var(--muted)}.demo-note{font-size:13px;color:var(--muted);margin:16px 0}.categories{display:flex;gap:10px;padding:12px 0 24px;flex-wrap:wrap}.categories button{padding:11px 21px;border:1px solid var(--line);border-radius:30px;background:transparent;color:var(--ink);font-size:14px}.categories .selected{background:var(--green);color:white;border-color:var(--green)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:white;border:1px solid var(--line);border-radius:5px;overflow:hidden;padding:22px;display:flex;flex-direction:column;min-height:236px;transition:transform .2s,border-color .2s}.product:hover{transform:translateY(-3px);border-color:#8a9f8a}.product-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.category-label{font-size:12px;text-transform:uppercase;letter-spacing:1px}.pack{font-size:13px;color:var(--muted);background:var(--paper);padding:5px 9px;border-radius:4px}.product h3{font-family:Manrope,sans-serif;font-weight:700;font-size:19px;letter-spacing:-.5px;margin:0 0 7px}.description{font-size:13px;color:var(--muted);margin:0 0 24px}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:8px}.price{font-size:23px;font-weight:600;letter-spacing:-.8px}.add{background:var(--lime);color:var(--green);border:0;border-radius:5px;padding:10px 14px;font-size:14px;font-weight:700}.quantity{display:flex;align-items:center;gap:10px}.quantity button{background:var(--paper);border:1px solid var(--line);width:34px;height:34px;border-radius:4px;color:var(--green);font-size:20px}.order-info{margin:45px 0;display:grid;grid-template-columns:1fr 1fr;background:var(--green);color:white;gap:40px;padding:34px;border-radius:5px}.order-info p{margin:0;color:#d7e4dd;max-width:490px}footer{border-top:1px solid var(--line);padding:30px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px;color:var(--muted)}footer .brand{color:var(--ink);font-size:30px}footer p{margin:0}footer a{text-underline-offset:4px}dialog{border:0;border-radius:12px;padding:28px;max-width:520px;width:calc(100% - 28px);max-height:88dvh;color:var(--ink);box-shadow:0 30px 100px #0003}dialog::backdrop{background:#05211780;backdrop-filter:blur(3px)}.cart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.cart-head .eyebrow{margin-bottom:6px}.icon-button{background:var(--paper);border:0;border-radius:50%;width:40px;height:40px}.cart-item{display:flex;gap:15px;justify-content:space-between;border-top:1px solid var(--line);padding:19px 0}.cart-item h3{font-size:16px;margin:0 0 5px}.cart-item p{font-size:13px;color:var(--muted);margin:0}.cart-item .quantity{margin-top:12px}.remove{border:0;background:none;text-decoration:underline;color:var(--muted);font-size:13px;padding:6px 0}.item-right{text-align:right}.subtotal{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:18px}.fine{font-size:13px;color:var(--muted);line-height:1.6}.checkout-button{display:block;background:var(--green);color:white;padding:16px;text-align:center;border-radius:5px;text-decoration:none;font-weight:600;margin-top:20px}.centered{text-align:center}.empty{text-align:center;padding:36px 12px 45px}.empty h3{font-size:24px}.empty p{color:var(--muted)}#toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:var(--green);color:white;padding:13px 23px;border-radius:30px;font-size:14px;transition:.2s;z-index:5;max-width:90%;text-align:center}#toast.show{opacity:1;transform:translate(-50%,0)}@media(min-width:1500px){header,footer{padding-left:calc((100% - 1296px)/2);padding-right:calc((100% - 1296px)/2)}}@media(max-width:950px){.products{grid-template-columns:repeat(3,1fr)}.location{display:none}.hero-photo{height:310px}h1{letter-spacing:-2px}}@media(max-width:700px){.notice{text-align:center;font-size:10px;letter-spacing:1px}.notice span{display:none}header{padding:22px 5%;gap:15px}.brand{font-size:32px}.cart-open{font-size:14px;padding:10px 12px}.intro{grid-template-columns:1fr;padding-top:32px;gap:25px}.intro br{display:none}h1{font-size:44px;max-width:400px}.intro .eyebrow{font-size:11px}.intro>div>p:not(.eyebrow){font-size:15px}.hero-photo{height:215px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product{padding:15px;min-height:245px}.product-top{gap:7px;align-items:start;flex-direction:column;margin-bottom:18px}.product h3{font-size:17px}.product-bottom{flex-wrap:wrap}.price{font-size:21px}.description{font-size:13px}.add{padding:9px 12px}.categories{gap:7px}.categories button{padding:10px 15px}.shop-heading h2{font-size:29px}.shop-heading .eyebrow{font-size:11px}.order-info{grid-template-columns:1fr;gap:15px;padding:25px}.order-info h2{font-size:27px}.order-info br{display:none}footer{flex-wrap:wrap}footer>span{width:100%;font-size:12px}.photo-label{font-size:12px;left:12px;bottom:12px}.quantity{gap:7px}.quantity button{width:31px;height:34px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Product-first storefront */
body{background:#f8faf8}header{background:white;gap:28px}.delivery-location{border-left:1px solid var(--line);padding-left:26px;white-space:nowrap}.delivery-location small{display:block;color:var(--muted);font-size:12px;margin-bottom:5px}.delivery-location strong{font-size:14px}.search{display:flex;align-items:center;gap:12px;background:#f5f7f5;border:1px solid var(--line);border-radius:6px;padding:0 15px;flex:1;max-width:530px}.search>span{font-size:28px}.search input{font:inherit;width:100%;min-width:0;border:0;background:transparent;outline:none;padding:14px 0;font-size:14px}.search:focus-within{outline:2px solid var(--green);outline-offset:2px}.intro{margin:25px 0 30px;padding:0;background:#e9f0e7;grid-template-columns:1.2fr 1fr;gap:0;border-radius:8px;overflow:hidden}.intro>div:first-child{padding:30px 36px}.intro h1{font-size:44px;letter-spacing:-1.8px;margin-bottom:12px}.intro .eyebrow{font-size:11px;margin-bottom:13px}.intro>div>p:not(.eyebrow){font-size:14px;margin:0 0 15px}.hero-photo{height:280px;border-radius:0}.hero-photo img{object-position:center 65%}.photo-label{display:none}.shop-link{display:inline-block;background:var(--green);color:white;text-decoration:none;padding:10px 18px;border-radius:5px;font-size:14px}.product{padding:0;overflow:hidden}.product-image{display:block;width:100%;height:170px;object-fit:cover;background:#f1f1ee;border-bottom:1px solid var(--line)}.product-content{padding:18px;display:flex;flex-direction:column;flex:1}.product-top{margin-bottom:13px}.product h3{font-size:18px}.product .description{margin-bottom:20px}.product-bottom{margin-top:auto}.no-results{grid-column:1/-1;padding:50px 20px;text-align:center;background:white;border:1px solid var(--line);border-radius:5px}.no-results h3{font-size:22px;margin-top:0}.no-results p{color:var(--muted)}@media(max-width:950px){header{gap:20px}.delivery-location{display:none}.intro h1{font-size:38px}.intro>div:first-child{padding:25px}.hero-photo{height:270px}}@media(max-width:700px){header{flex-wrap:wrap;gap:18px}.search{order:3;flex-basis:100%;max-width:none}.intro{grid-template-columns:1.2fr 1fr;margin-top:18px}.intro>div:first-child{padding:22px 17px}.intro h1{font-size:29px;letter-spacing:-1px}.intro h1 br{display:initial}.intro .eyebrow{font-size:10px;letter-spacing:.8px}.intro>div>p:not(.eyebrow){font-size:13px;line-height:1.5}.hero-photo{height:100%;min-height:265px}.shop-link{padding:9px 10px;font-size:12px}.product{min-height:355px;padding:0}.product-image{height:140px}.product-content{padding:13px}.product-top{flex-direction:row;flex-wrap:wrap;align-items:center;gap:5px}.category-label{font-size:10px}.pack{font-size:12px;padding:4px 6px}.product h3{font-size:16px}.product .description{font-size:12px}.shop-heading h2{font-size:26px}}@media(max-width:360px){.intro{grid-template-columns:1fr}.hero-photo{display:none}}
.product-title-link{text-decoration:none}.product-title-link:hover{text-decoration:underline;text-underline-offset:3px}.product-link{display:block}.breadcrumbs{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:28px 0;font-size:14px;color:var(--muted)}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs [aria-current]{color:var(--ink)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:6%;padding-bottom:42px;align-items:start}.detail-photo{width:100%;height:auto;aspect-ratio:1.12;object-fit:contain;background:white;border:1px solid var(--line);border-radius:8px;padding:15px}.photo-caption{font-size:12px;color:var(--muted);margin:12px 0}.detail-summary{padding-top:10px}.detail-summary .eyebrow{font-size:12px;margin-bottom:12px}.detail-summary h1{font-size:42px;letter-spacing:-1.5px;margin:0 0 10px}.detail-lead{color:var(--muted);margin:0 0 21px}.detail-price{display:flex;align-items:baseline;gap:12px}.detail-price strong{font-size:34px;font-family:Manrope,sans-serif}.detail-price span{font-size:16px;color:var(--muted)}.pack-option{display:flex;align-items:center;gap:25px;border:1px solid var(--green);border-radius:5px;background:white;width:fit-content;padding:13px 18px;margin-top:23px}.pack-option span{font-size:13px;color:var(--muted)}.detail-note{font-size:13px;color:var(--muted);line-height:1.6;margin:13px 0 22px}.purchase{display:flex;gap:18px;align-items:end}.purchase label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.detail-stepper{display:flex;border:1px solid #aabaae;border-radius:5px;overflow:hidden;height:49px;background:white}.detail-stepper button{width:40px;border:0;background:#f0f4ef;color:var(--green);font-size:21px}.detail-stepper button:disabled{opacity:.4;cursor:default}.detail-stepper input{width:53px;text-align:center;border:0;background:white;font-size:16px;color:var(--ink);appearance:textfield;-moz-appearance:textfield}.detail-stepper input::-webkit-inner-spin-button{appearance:none}.detail-add{min-height:49px;border:0;border-radius:5px;background:var(--green);color:white;font-weight:700;padding:13px 34px;flex:1;max-width:290px}.detail-add:hover{background:#205a43}.selection-total{display:flex;gap:18px;font-size:14px;margin:14px 0 0}.detail-feedback{font-size:14px;min-height:22px;color:var(--green)}.delivery-detail{padding:19px 22px;background:#eaf0e8;border-radius:5px;margin-top:15px}.delivery-detail strong{font-size:14px}.delivery-detail p{font-size:13px;color:var(--muted);margin:6px 0 0}.product-description{display:grid;grid-template-columns:1.3fr 1fr;gap:8%;border-top:1px solid var(--line);padding:35px 0}.product-description .eyebrow{margin-bottom:12px}.product-description h2{font-size:27px}.product-description p{color:var(--muted);font-size:16px}.product-description h3,.product-notes h3{font-size:17px;margin:0 0 12px}.product-description li{margin-bottom:12px;line-height:1.5}.product-description ul{padding-left:20px;margin:18px 0 0}.product-notes{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:28px;background:white;border:1px solid var(--line);border-radius:7px}.product-notes p{font-size:14px;color:var(--muted);margin:0}.back-shop{display:inline-block;margin:30px 0 40px;font-weight:600;text-underline-offset:5px}.search-submit{border:0;background:transparent;color:var(--green);font-size:13px;padding:8px 0 8px 10px}.product-page{min-height:60vh}@media(max-width:700px){.breadcrumbs{font-size:12px;padding:20px 0;gap:8px}.product-detail{grid-template-columns:1fr;gap:20px;padding-bottom:28px}.detail-photo{aspect-ratio:1.3;max-height:380px}.detail-summary{padding-top:0}.detail-summary h1{font-size:34px}.detail-price strong{font-size:30px}.detail-lead{font-size:15px}.detail-add{padding:13px 20px}.product-description{grid-template-columns:1fr;gap:20px;padding:28px 0}.product-description h2{font-size:25px}.product-notes{grid-template-columns:1fr;gap:22px;padding:22px}.detail-feedback{min-height:0}.purchase{gap:12px}}@media(min-width:1000px){.detail-visual{position:sticky;top:25px}}
.summary-about{font-size:15px;line-height:1.7;color:var(--muted);margin:16px 0 8px}.read-details{font-size:14px;font-weight:600;text-underline-offset:4px;display:inline-block;margin-bottom:22px}.pack-shortcuts{border:0;padding:0;margin:20px 0 18px;display:flex;gap:9px}.pack-shortcuts legend{font-size:14px;font-weight:600;margin-bottom:10px}.pack-shortcuts button{border:1px solid var(--line);background:white;border-radius:6px;padding:10px 18px;color:var(--ink);font-size:14px}.pack-shortcuts button[aria-pressed=true]{border-color:var(--green);background:#eaf0e8;box-shadow:inset 0 0 0 1px var(--green)}.ask-options{display:inline-block;font-size:14px;font-weight:600;text-underline-offset:4px;margin:5px 0 10px}.related-section{border-top:1px solid var(--line);padding:30px 0 36px}.related-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}.related-heading .eyebrow{font-size:11px;margin-bottom:8px}.related-heading h2{font-size:27px}.related-arrows{display:flex;gap:8px}.related-arrows button{border:1px solid var(--line);border-radius:50%;width:40px;height:40px;background:white;color:var(--ink);font-size:20px}.related-products{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 64px)/5);gap:16px;overflow-x:auto;padding:2px 1px 15px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#a1b5a2 transparent}.related-card{min-width:0;background:white;border:1px solid var(--line);border-radius:7px;overflow:hidden;scroll-snap-align:start;display:flex;flex-direction:column}.related-card>a{display:block;background:white}.related-card img{display:block;width:100%;height:145px;object-fit:contain}.related-body{padding:14px;display:flex;flex-direction:column;flex:1}.related-category{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.6px}.related-body h3{font-size:16px;margin:9px 0 8px;line-height:1.4}.related-body h3 a{text-decoration:none}.related-body h3 a:hover{text-decoration:underline}.related-body>p{font-size:13px;color:var(--muted);margin:0 0 16px}.related-bottom{display:flex;align-items:center;gap:8px;justify-content:space-between;flex-wrap:wrap;margin-top:auto}.related-bottom strong{font-size:18px}.related-bottom .add{padding:9px 12px}.related-bottom .quantity{gap:6px}.related-bottom .quantity button{width:29px;height:32px}.product-notes{display:block;padding:0 25px}.product-notes details{padding:20px 0;border-bottom:1px solid var(--line)}.product-notes details:last-child{border:0}.product-notes summary{font-size:16px;font-weight:600;cursor:pointer;line-height:1.5}.product-notes details p{padding-top:12px;max-width:950px}.detail-visual{position:static}@media(max-width:1050px){.related-products{grid-auto-columns:calc((100% - 32px)/3)}}@media(max-width:700px){.related-products{grid-auto-columns:72%;gap:13px}.related-card img{height:175px}.related-heading h2{font-size:25px}.related-heading .eyebrow{font-size:10px}.related-arrows button{height:36px;width:36px}.summary-about{font-size:14px}.pack-shortcuts button{padding:10px 16px}.related-body h3{font-size:17px}.related-bottom .quantity button{width:34px;height:36px}.product-notes{padding:0 20px}}
/* Refined product typography and shopping hierarchy. */
body[data-product]{font-family:'Lato',Arial,sans-serif;background:#fff;color:#272b29}body[data-product] .product-page{max-width:1260px}body[data-product] header{box-shadow:0 3px 12px #14392506}body[data-product] .breadcrumbs{font-size:.8125rem;padding:25px 0 32px;color:#747774}body[data-product] .breadcrumbs [aria-current]{color:var(--green)}body[data-product] .product-detail{grid-template-columns:1fr 1fr;gap:40px;padding-bottom:34px}body[data-product] .detail-summary{padding-top:3px}body[data-product] .detail-summary h1{font-family:'Lato',Arial,sans-serif;font-size:2rem;font-weight:900;line-height:1.25;letter-spacing:-.5px;margin-bottom:10px}body[data-product] .detail-summary>.eyebrow{color:#6c766e;font-size:.6875rem;letter-spacing:1.5px;margin-bottom:12px}body[data-product] .detail-lead{font-size:1rem;color:#6b6e6b;margin-bottom:17px}body[data-product] .detail-photo{aspect-ratio:1.25;border:0;border-radius:16px;background:#f7f8f6;padding:18px;max-height:470px}body[data-product] .photo-caption{font-size:.75rem;color:#828682;line-height:1.5}.product-facts{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px}.product-facts>span{font-size:.8125rem;padding:9px 13px;background:#f4f5f3;border-radius:6px;color:#535b53}.product-facts strong{font-weight:700;color:#303a30}.summary-expand{margin-bottom:20px}.summary-expand summary,.pack-details summary{font-size:.875rem;font-weight:700;cursor:pointer;color:#343b34}.summary-expand .summary-about{margin-bottom:10px;font-size:.9375rem;line-height:1.7}.summary-expand .read-details{margin-bottom:0}.price-panel{padding:18px 0 15px;border-top:1px solid #e9ece8;border-bottom:1px solid #e9ece8}.price-panel .detail-price strong{font-family:'Lato',Arial,sans-serif;font-size:1.875rem;font-weight:900;letter-spacing:-.4px}.price-panel .detail-price span{font-size:.9375rem}.price-panel .fine{font-size:.75rem;margin:5px 0 0;color:#797f79}.pack-details{margin:17px 0 0}.pack-details .detail-note{margin-bottom:0}.product-highlights{padding:19px 0;margin:24px 0 0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;border-top:1px solid #ebeee9;border-bottom:1px solid #ebeee9}.product-highlights li{display:flex;align-items:start;gap:8px}.tick-icon{display:grid;place-items:center;flex-shrink:0;background:#e6f5e9;color:#258046;border-radius:50%;width:26px;height:26px}.product-highlights strong{font-size:.8125rem;line-height:1.4;display:block;font-weight:700}.product-highlights small{display:block;font-size:.75rem;line-height:1.5;color:#787e77;margin-top:4px}body[data-product] .pack-shortcuts{margin-top:18px;margin-bottom:17px}body[data-product] .pack-shortcuts legend{font-size:.875rem}body[data-product] .pack-shortcuts button{border-radius:8px;min-width:88px;padding:11px 18px}body[data-product] .pack-shortcuts button[aria-pressed=true]{background:#eef8ef;border-color:#319152;box-shadow:inset 0 0 0 1px #319152;color:#236d3e}body[data-product] .detail-add{border-radius:8px;background:#16723d;max-width:none;box-shadow:0 4px 12px #16723d15;min-height:50px;font-size:1rem}body[data-product] .detail-add:hover{background:#105c30}body[data-product] .detail-stepper{border-radius:8px;height:50px;border-color:#d9e0d6}body[data-product] .detail-stepper button{background:#f6f8f4}body[data-product] .selection-total{color:#646c62;font-size:.8125rem}body[data-product] .selection-total strong{color:#2b3429}body[data-product] .detail-feedback:empty{display:none}body[data-product] .ask-options{margin-top:18px;font-size:.875rem;color:#397247}body[data-product] .delivery-detail{background:#f1f8f0;border:1px solid #dcecd9;border-radius:10px;padding:15px 18px;margin-top:16px}body[data-product] .delivery-detail strong{display:flex;gap:8px;align-items:center;font-size:.875rem}.inline-tick{display:inline-flex;color:#278249}body[data-product] .delivery-detail p{font-size:.8125rem;color:#687562;padding-left:26px}body[data-product] .related-section{border-top:0;padding-top:20px}body[data-product] .related-heading h2,body[data-product] .product-description h2{font-family:'Lato',Arial,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.25px}body[data-product] .related-heading .eyebrow{display:none}body[data-product] .related-card{border:0;border-radius:0;background:white}body[data-product] .related-card img{border-radius:12px;background:#f7f8f6;padding:8px;height:155px}body[data-product] .related-body{padding:13px 0 6px}body[data-product] .related-body h3{font-size:1rem;line-height:1.4;font-weight:700}body[data-product] .related-category{font-size:.6875rem;letter-spacing:.5px}body[data-product] .related-bottom .add{background:white;border:1px solid #d9e8db;color:#16723d;border-radius:7px;min-height:38px}body[data-product] .related-arrows button{border-radius:8px;box-shadow:0 2px 6px #00000005}body[data-product] .product-description{margin-top:12px;gap:50px}body[data-product] .product-description li::marker{color:#2c884b}body[data-product] .product-notes{background:#fafbf9;border-color:#e5eae2;border-radius:12px}body[data-product] .product-notes summary{font-size:.9375rem}@media(max-width:800px){body[data-product] .product-detail{gap:26px}.product-highlights{grid-template-columns:1fr;gap:15px}.product-highlights li{align-items:center}.product-highlights small{margin-top:1px}.product-highlights strong{font-size:.875rem}}@media(max-width:700px){body[data-product] .product-detail{grid-template-columns:1fr;gap:25px}body[data-product] .detail-summary h1{font-size:1.75rem}body[data-product] .detail-photo{max-height:340px;aspect-ratio:1.3;border-radius:12px}body[data-product] .breadcrumbs{padding:19px 0 22px;font-size:.75rem}.product-highlights{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:15px;padding:15px 0;gap:10px}.product-highlights li{display:block}.product-highlights .tick-icon{margin-bottom:8px}.product-highlights strong{font-size:.75rem}.product-highlights small{font-size:.75rem;margin-top:4px}body[data-product] .detail-summary>.eyebrow{font-size:.6875rem}body[data-product] .product-description{gap:22px}body[data-product] .related-card img{height:175px}body[data-product] .related-heading h2{font-size:1.375rem}.price-panel{padding:15px 0}body[data-product] .pack-shortcuts button{min-width:0;flex:1}body[data-product] .delivery-detail p{padding-left:0}body[data-product] .detail-summary .detail-lead{font-size:.9375rem}}@media(prefers-reduced-motion:no-preference){body[data-product] .detail-add{transition:background .15s,box-shadow .15s}body[data-product] .related-card>a:hover img{filter:brightness(.98)}}
.text-product-visual{min-height:170px;background:#eef3ed;padding:23px;display:flex;flex-direction:column;justify-content:center;gap:12px;color:var(--green)}.text-product-visual span{font-size:10px;font-weight:700;letter-spacing:1.5px}.text-product-visual strong{font-family:'Lato',Arial,sans-serif;font-size:23px;line-height:1.2}.text-product-visual small{font-size:13px;color:#626f60}.product-link{text-decoration:none}.detail-text-visual{min-height:350px;border-radius:15px;background:#edf3e9;padding:40px;display:flex;flex-direction:column;justify-content:center}.detail-text-visual h2{font-size:36px;line-height:1.2}.detail-text-visual p{color:#62705d;line-height:1.7}.detail-text-visual>strong{font-size:19px;margin-top:15px}.related-card>a{text-decoration:none}.related-card .text-product-visual{min-height:155px;border-radius:12px;padding:20px}.related-card .text-product-visual strong{font-size:21px}.related-bottom strong{overflow-wrap:anywhere}.price{font-size:21px}.subtotal{flex-wrap:wrap}.subtotal strong{font-size:17px}.detail-price{flex-wrap:wrap}@media(max-width:700px){.text-product-visual{min-height:140px;padding:16px}.text-product-visual strong{font-size:20px}.detail-text-visual{min-height:250px;padding:28px}.detail-text-visual h2{font-size:30px}.related-card .text-product-visual{min-height:175px}}
/* Consistent framing for the new high-resolution catalog photography. */
.product-image{object-fit:contain;background:#fff}.product-link{background:#fff}body[data-product] .detail-photo{background:#fff;padding:0;object-fit:contain}body[data-product] .related-card img{background:#fff;padding:0;object-fit:contain}
.home-slider{margin:26px 0 35px;border-radius:16px;overflow:hidden;background:#edf3e9}.home-slide[hidden]{display:none!important}.home-slide{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:290px;background:#edf3e9}.home-slide img{width:100%;height:290px;object-fit:contain;background:#fff}.slide-copy{padding:30px 38px}.slide-copy h1,.slide-copy h2{font:700 42px/1.15 'Lato',Arial,sans-serif;letter-spacing:-1px;margin:0 0 15px;max-width:420px}.slide-copy>p:not(.eyebrow){font-size:16px;color:#5d6b58;max-width:380px;margin-bottom:23px}.slide-copy .eyebrow{font-size:11px}.slide-1{background:#e7f1f4}.slide-2{background:#fff0d9}.slide-3{background:#f2e9e5}.slide-controls{display:flex;align-items:center;justify-content:center;gap:18px;padding:12px;background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 16px 16px}.slide-controls>button,.rail-tools button{border:1px solid var(--line);background:#fff;color:var(--green);border-radius:7px;min-width:36px;height:36px;cursor:pointer}.slide-dots{display:flex;gap:10px}.slide-dots button{width:12px;height:12px;border:0;border-radius:50%;padding:0;background:#cbd7c6}.slide-dots button[aria-pressed=true]{background:var(--green);width:27px;border-radius:10px}.slide-count{font-size:12px;color:var(--muted)}.home-rail-section{margin:0 0 35px}.home-rail-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px}.home-rail-heading .eyebrow{font-size:11px;margin-bottom:7px}.home-rail-heading h2{font:700 27px/1.2 'Lato',Arial,sans-serif;letter-spacing:-.4px}.rail-tools{display:flex;align-items:center;gap:8px;flex-shrink:0}.rail-tools a{font-size:14px;margin-right:8px;text-underline-offset:4px}.home-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 64px)/5);gap:16px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin;padding:0 0 12px}.home-product-rail .related-card{scroll-snap-align:start}.home-product-rail .related-card img{height:150px;object-fit:contain}.home-product-rail .related-body{padding:14px}.site-footer{display:block!important;background:#113c2f;color:#e2ece4;padding:45px 5% 20px!important;margin-top:40px;border:0}.footer-top{max-width:1296px;margin:auto;display:grid;grid-template-columns:1.25fr .7fr 1.1fr 1.2fr;gap:35px}.site-footer .brand{color:white;font-size:36px}.site-footer .footer-brand>p{font-size:14px;color:#c1d4c6;max-width:260px;margin:20px 0}.footer-whatsapp{display:inline-block;border:1px solid #6a917b;padding:10px 14px;border-radius:6px;text-decoration:none;color:white;font-size:14px}.site-footer h2{font:700 15px/1.4 'DM Sans',sans-serif;letter-spacing:0;color:white;margin:0 0 20px}.footer-top nav>a{display:block;text-decoration:none;color:#cfdfd3;font-size:14px;line-height:1.5;margin-bottom:13px}.footer-top a:hover{color:white;text-decoration:underline}.footer-contact address{font-size:14px;line-height:1.8;font-style:normal;color:#cfdfd3;margin-bottom:15px}.footer-contact>a{color:white;font-size:16px}.footer-contact>p{font-size:12px;line-height:1.6;color:#b7cdbc;margin-top:15px}.footer-bottom{max-width:1296px;margin:35px auto 0;padding-top:20px;border-top:1px solid #365b45;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12px;color:#b7cdbc}.footer-bottom nav{display:flex;gap:20px;flex-wrap:wrap}.footer-bottom a{text-decoration:none}.information-page{max-width:1200px;padding-bottom:15px}.information-head{padding:35px 0 25px}.information-head>a{font-size:14px;display:inline-block;margin-bottom:35px;text-underline-offset:4px}.information-head .eyebrow{font-size:12px}.information-head h1{font:700 clamp(30px,4vw,44px)/1.2 'Lato',Arial,sans-serif;letter-spacing:-1px;margin-bottom:12px}.information-head>p:last-child{color:var(--muted);font-size:18px}.information-layout{display:grid;grid-template-columns:240px 1fr;gap:55px}.information-nav{display:flex;flex-direction:column;gap:5px;align-self:start;position:sticky;top:20px}.information-nav a{padding:12px 14px;font-size:14px;text-decoration:none;border-radius:5px;line-height:1.4}.information-nav a[aria-current]{background:#e7f0e3;font-weight:700}.information-content{max-width:750px}.information-content h2{font:700 22px/1.35 'Lato',Arial,sans-serif;letter-spacing:-.3px;margin:28px 0 12px}.information-content>h2:first-child{margin-top:8px}.information-content p{font-size:16px;color:#5c665b;line-height:1.8;margin:0 0 18px}.information-content a{text-underline-offset:4px}.information-content address{font-style:normal;line-height:1.8}.information-content details{padding:20px 0;border-bottom:1px solid var(--line)}.information-content summary{font-size:17px;font-weight:700;line-height:1.5;cursor:pointer}.information-content details p{margin:13px 0 0}.information-help{background:#eef4ea;border-radius:10px;padding:20px 25px;margin-top:35px}.information-help h2{margin-top:0}.information-help p{margin-bottom:0}.policy-draft{display:flex;flex-direction:column;gap:7px;background:#fff5dc;border:1px solid #ecdeb5;padding:16px 20px;border-radius:8px;margin:0 0 25px;font-size:14px;line-height:1.6;color:#6b5627}@media(max-width:1000px){.footer-top{grid-template-columns:1fr 1fr;gap:30px}.home-product-rail{grid-auto-columns:calc((100% - 32px)/3)}.information-layout{grid-template-columns:190px 1fr;gap:28px}}@media(max-width:700px){.home-slider{margin-top:18px}.home-slide{grid-template-columns:1.05fr 1fr;min-height:255px}.slide-copy{padding:23px 17px}.slide-copy h1,.slide-copy h2{font-size:29px;letter-spacing:-.6px}.slide-copy>p:not(.eyebrow){font-size:13px;line-height:1.6;margin-bottom:17px}.slide-copy .eyebrow{font-size:10px;letter-spacing:.7px}.home-slide img{height:255px}.home-rail-heading h2{font-size:23px}.home-rail-heading{align-items:center}.rail-tools{gap:5px}.rail-tools a{margin-right:0;font-size:12px}.rail-tools button{min-width:31px;height:34px}.home-product-rail{grid-auto-columns:72%;gap:13px}.home-product-rail .related-card img{height:175px}.footer-top{gap:28px 20px}.site-footer{padding:32px 5% 20px!important}.footer-brand{grid-column:1/-1}.footer-contact{grid-column:1/-1}.footer-bottom nav{gap:12px 18px}.information-layout{grid-template-columns:1fr;gap:20px}.information-nav{position:static;flex-direction:row;overflow:auto;gap:6px;padding-bottom:10px}.information-nav a{white-space:nowrap;font-size:13px;background:#f0f4ed}.information-head{padding-top:24px}.information-head>a{margin-bottom:25px}.information-content h2{font-size:21px}.information-head>p:last-child{font-size:16px}.policy-draft{font-size:13px}}@media(max-width:380px){.home-slide{grid-template-columns:1fr}.home-slide img{height:170px}.slide-copy{padding-bottom:10px}.rail-tools button{display:none}}
.home-slider{border-radius:16px}.home-slide{min-height:275px}.customer-stories{padding:35px 0 45px}.stories-heading h2{font:700 27px/1.3 'Lato',Arial,sans-serif;letter-spacing:-.4px;margin:0 0 8px}.stories-heading>p{font-size:14px;color:var(--muted);margin:0 0 24px}.testimonial-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px)/4);gap:20px;overflow-x:auto;padding-bottom:14px;scroll-snap-type:x proximity;scrollbar-width:thin}.testimonial-card{background:linear-gradient(160deg,#ffe8ee,#fff7f9);border-radius:16px;padding:24px;min-height:280px;display:flex;flex-direction:column;scroll-snap-align:start}.review-stars{color:#a56a10;letter-spacing:2px;white-space:nowrap;font-size:17px}.testimonial-card blockquote{font:700 italic 20px/1.45 'Lato',Arial,sans-serif;color:#a7264c;margin:22px 0 30px;overflow-wrap:anywhere;white-space:pre-wrap}.testimonial-author{display:flex;gap:12px;align-items:center;margin-top:auto}.review-avatar{display:grid;place-items:center;flex-shrink:0;background:#f5c8d4;color:#742d45;border-radius:50%;width:43px;height:43px;font-size:16px;font-weight:700}.testimonial-author strong{display:block;font-size:14px;overflow-wrap:anywhere}.testimonial-author a{display:block;color:#795966;font-size:12px;line-height:1.5;margin-top:5px;text-underline-offset:3px}.reviews-empty{grid-column:1/-1;width:100%;padding:35px;background:#fff0f4;border-radius:15px}.testimonial-rail:has(.reviews-empty),.testimonial-rail:has(.review-message),.testimonial-rail:has(.reviews-loading){display:block}.reviews-empty h3{font:700 22px/1.4 'Lato',Arial,sans-serif;margin:0 0 10px}.reviews-empty p{font-size:15px;color:#6e5e62;margin-bottom:20px}.store-values{display:grid;grid-template-columns:1fr 1fr;gap:50px;background:#fdf1f5;padding:35px;border-radius:12px;margin:0 0 35px}.value-mark{display:block;width:40px;height:4px;background:#a7264c;border-radius:4px;margin-bottom:18px}.store-values h2{font:700 17px/1.5 'Lato',Arial,sans-serif;letter-spacing:0;margin:0 0 15px}.store-values p{font-size:14px;line-height:1.8;color:#635d60;margin:0}.product-reviews{padding:18px 0 20px;border-bottom:1px solid #e8ece5}.reviews-heading{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.reviews-heading h2{font:700 16px/1.4 'Lato',Arial,sans-serif;letter-spacing:0;margin:0}.reviews-heading>span{font-size:13px;font-weight:700;color:#297243}.review-disclosure{font-size:12px;line-height:1.6;color:#80867d;margin:8px 0 14px}.customer-review{padding:14px 0;border-bottom:1px solid #edf0e9}.customer-review:last-child{border-bottom:0}.customer-review-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.customer-review-head strong{font-size:14px;overflow-wrap:anywhere}.customer-review-head .review-stars{font-size:15px}.customer-review time{font-size:12px;color:#899082;display:block;margin-top:5px}.customer-review>p{font-size:14px;line-height:1.7;color:#5d6658;margin:9px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.review-list{max-height:355px;overflow-y:auto;scrollbar-width:thin}.reviews-empty-small,.reviews-loading{font-size:14px;line-height:1.6;color:#76816e}.write-review{margin-top:13px}.write-review>summary{font-size:14px;color:#267041;font-weight:700;cursor:pointer}.write-review form{padding-top:16px}.write-review form>label:not(.review-consent){display:block;font-size:14px;font-weight:600;margin:12px 0 7px}.write-review input[type=text],.write-review input:not([type]),.write-review textarea{width:100%;padding:11px;border:1px solid #cdd6c7;border-radius:6px;font:inherit;font-size:15px;background:white;color:#283325}.write-review textarea{resize:vertical;min-height:100px}.rating-picker{border:0;padding:0;margin:16px 0;display:flex;gap:8px}.rating-picker legend{font-size:14px;font-weight:600;margin-bottom:9px}.rating-picker label{cursor:pointer;position:relative}.rating-picker input{position:absolute;opacity:0;width:100%;height:100%;margin:0}.rating-picker label>span[aria-hidden]{display:grid;place-items:center;width:40px;height:40px;color:#a0a49a;background:#f2f4ef;border:1px solid #d7dfcf;border-radius:6px;font-size:25px}.rating-picker input:checked+span{background:#fff1cb;color:#9a6307;border-color:#a67b27}.rating-picker input:focus-visible+span{outline:3px solid var(--green);outline-offset:3px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.review-trap{display:none}.review-consent{display:flex;gap:10px;align-items:start;font-size:12px;line-height:1.6;margin:14px 0;color:#6b7464}.review-consent input{margin-top:3px;flex-shrink:0;width:17px;height:17px}.review-submit,.review-retry,.reviews-more{border:1px solid #b8cbb0;border-radius:6px;background:#eff5eb;color:#255e35;padding:10px 15px;font-size:14px;font-weight:700}.review-submit{background:#16723d;color:white;border-color:#16723d}.review-submit:disabled{opacity:.6;cursor:wait}#review-form-status{font-size:14px;line-height:1.6;color:#346540}.review-message p{font-size:14px;color:#7d534b}.reviews-more[hidden]{display:none}.reviews-more{margin-top:12px}.price .current-price{font-size:21px}.was-price{display:block;font-size:12px;color:#82877f;font-weight:400;letter-spacing:0;margin-top:5px}.discount-badge{display:inline-block;font-size:12px;line-height:1.5;font-weight:700;color:#238247;letter-spacing:0;margin-top:4px}.detail-mrp{font-size:14px!important;color:#8b8d85!important}.detail-price .discount-badge{font-size:14px;align-self:center;background:#e9f6e8;padding:3px 8px;border-radius:5px;margin:0}.detail-price{gap:10px}.related-bottom .current-price{font-size:18px}.home-slider .home-slide img{height:290px}@media(max-width:900px){.testimonial-rail{grid-auto-columns:calc((100% - 20px)/2)}}@media(max-width:700px){.testimonial-rail{grid-auto-columns:82%;gap:14px}.testimonial-card{min-height:260px;padding:22px}.stories-heading h2{font-size:24px}.store-values{grid-template-columns:1fr;gap:28px;padding:26px}.customer-stories{padding:25px 0}.customer-review-head{align-items:start}.reviews-heading{align-items:start}.product-reviews{padding-top:16px}.review-consent{font-size:12px}.rating-picker label>span[aria-hidden]{width:38px;height:38px}.reviews-empty{padding:26px}.home-slider .home-slide img{height:255px}}

/* Delivery checkout */
.checkout-page{max-width:1120px;margin:0 auto;padding:36px 24px 64px}.checkout-page h1{font-size:2.25rem;margin:12px 0 28px}.checkout-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:28px;align-items:start}.checkout-layout[hidden],#checkout-empty[hidden]{display:none}.checkout-card{border:1px solid #dce5df;border-radius:18px;padding:28px;background:#fff}.checkout-card h2{font-size:1.35rem;margin:0 0 24px}.checkout-card label{display:block;font-size:1rem;font-weight:600;margin-bottom:18px}.checkout-card input,.checkout-card textarea{display:block;box-sizing:border-box;width:100%;margin-top:8px;padding:12px;border:1px solid #aebeb4;border-radius:8px;font:inherit;font-weight:400;background:white;color:#173b2c}.checkout-card input:focus,.checkout-card textarea:focus{outline:2px solid #196747;outline-offset:2px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-card .checkout-button{width:100%;box-sizing:border-box;border:0;cursor:pointer;font:inherit;font-weight:700}.order-line{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid #e4e9e6;font-size:1rem}.order-line strong{white-space:nowrap}#checkout-status{font-size:1rem;line-height:1.5}.checkout-summary .subtotal{gap:16px;flex-wrap:wrap}@media(max-width:720px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{grid-row:1}.checkout-card{padding:20px}.checkout-fields{grid-template-columns:1fr;gap:0}.checkout-page{padding:24px 16px 40px}}

/* Keep the cart within reach while shopping. */
.floating-cart{position:fixed;z-index:50;bottom:calc(20px + env(safe-area-inset-bottom,0px));left:50%;transform:translateX(-50%);width:calc(100% - 32px);max-width:620px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#113c2f;color:#fff;padding:16px 20px;border-radius:16px;box-shadow:0 8px 32px #113c2f40}.floating-cart[hidden]{display:none}.floating-cart-summary{display:grid;gap:5px;min-width:0}.floating-cart-summary strong{font-size:1rem}.floating-cart-summary span{font-size:.875rem;line-height:1.4}.floating-cart button{flex-shrink:0;border:0;border-radius:10px;background:white;color:#113c2f;padding:13px 18px;font:inherit;font-weight:700;cursor:pointer;min-height:44px}.floating-cart button:focus-visible{outline:3px solid #ffd780;outline-offset:4px}body.has-floating-cart{padding-bottom:calc(128px + env(safe-area-inset-bottom,0px))}.has-floating-cart #toast{bottom:calc(130px + env(safe-area-inset-bottom,0px))}@media(max-width:420px){.floating-cart{padding:14px;gap:12px}.floating-cart button{padding:12px}.floating-cart-summary span{max-width:210px}}
