:root{--green:#008b3a;--dark:#153b29;--lime:#d8ee9a;--text:#202923;--muted:#788078;--line:#e8ece8;--bg:#f7f9f6;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:150px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:white;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button{border:0}button:disabled{opacity:.5;cursor:not-allowed}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #78bdf4;outline-offset:3px}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.topline{background:var(--dark);color:#fff;font-size:13px;padding:8px 24px}.topline>div{max-width:1320px;margin:auto}.topline span{float:right;opacity:.85}header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:28px;padding:22px 32px;background:#fffffff5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;flex-direction:column;align-items:center;line-height:1.1;flex-shrink:0}.brand img{width:120px;height:36px;object-fit:contain}.brand span{font-size:14px;letter-spacing:3px;margin-top:4px;color:var(--green)}.search{background:#f3f5f2;border:1px solid #edf0eb;border-radius:12px;height:52px;display:flex;align-items:center;gap:12px;padding:0 16px;flex:1}.search input{border:0;background:transparent;width:100%;outline:none;min-width:0}.location{display:flex;gap:8px;font-size:12px;color:var(--muted)}.location svg{color:var(--green)}.location strong{display:block;font-size:14px;color:var(--text)}.cart-head{display:flex;align-items:center;gap:12px;border-radius:12px;background:#f0f7eb;padding:10px 14px;color:var(--dark);text-align:left;font-size:13px}.cart-head strong{display:block;font-size:15px}.cart-head b{background:var(--green);color:white;border-radius:50%;min-width:23px;text-align:center;font-size:12px}main{max-width:1384px;padding:24px 32px 60px;margin:auto}.hero{background:#e9f3d8;min-height:350px;border-radius:24px;position:relative;overflow:hidden;padding:36px 42px;isolation:isolate}.hero-copy{position:relative;z-index:3}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.5px;color:var(--green)}h1{font-size:46px;line-height:1.1;letter-spacing:-1.5px;margin:16px 0;color:var(--dark)}h1 em{font-style:normal;color:var(--green)}.hero p{font-size:16px;line-height:1.55;color:#506447;margin-bottom:20px}.hero-cta{display:inline-flex;align-items:center;gap:30px;padding:13px 20px;background:var(--green);color:white;border-radius:10px;font-weight:600}.hero small{display:block;margin-top:14px;font-size:12px;color:#64775b}.hero-number{position:absolute;right:5%;top:8px;font-size:168px;font-weight:900;line-height:1;color:#a4cc65;letter-spacing:-12px;z-index:-1}.hero-number span{font-size:95px;letter-spacing:-6px}.hero-items{position:absolute;bottom:-6px;right:7%;height:240px;display:flex;align-items:flex-end;gap:0}.hero-items img{width:150px;height:180px;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 18px 10px #44623418)}.hero-items img:first-child{height:245px;width:180px;transform:rotate(-9deg)}.hero-items img:nth-child(2){transform:rotate(8deg);margin-left:-28px}.hero-items img:last-child{margin-left:-20px;height:145px;width:165px}.service-strip{display:flex;justify-content:center;gap:65px;padding:20px 0;color:#657361;font-size:14px;border-bottom:1px solid var(--line)}.service-strip span{display:flex;align-items:center;gap:8px}.service-strip svg{width:19px;height:19px}.section-title{display:flex;align-items:end;justify-content:space-between;margin:32px 0 20px}.section-title h2{font-size:28px;letter-spacing:-.6px;margin:3px 0}.section-title>span{color:var(--muted);font-size:14px}.categories{display:flex;overflow:auto;gap:8px;padding:0 0 18px;scrollbar-width:thin}.categories button{white-space:nowrap;background:#f4f6f2;color:#63705c;border-radius:10px;padding:11px 17px;font-size:14px}.categories button.active{background:var(--green);color:white}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.product{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:white;transition:box-shadow .15s,border-color .15s}.product:hover{border-color:#bed5b4;box-shadow:0 8px 25px #153b2909}.product-image{display:block;background:white;width:100%;padding:16px;height:165px}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:0 14px 14px;display:flex;flex-direction:column}.pack{font-size:12px;color:#899082;min-height:18px}.product-name{background:transparent;text-align:left;color:#344130;font-size:14px;line-height:1.4;margin:5px 0 13px;padding:0;height:59px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.price{font-size:18px;color:var(--dark);margin-bottom:12px}.add,.quantity{border-radius:9px;background:#edf5e6;color:#357028;min-height:40px;width:100%;font-size:14px;font-weight:600}.add:hover{background:#dceecf}.quantity{display:flex;align-items:center;justify-content:space-between;background:var(--green);color:white}.quantity button{background:transparent;color:white;font-size:23px;min-width:40px;min-height:40px}.quantity span{font-size:14px}.load-more{display:block;margin:30px auto 0;background:white;border:1px solid var(--line);border-radius:10px;padding:12px 40px;color:var(--dark)}footer{border-top:1px solid var(--line);background:#f7f9f5;padding:30px 40px;display:flex;align-items:center;gap:24px;font-size:14px;color:#788273}footer img{width:100px}footer>span{margin-left:auto;font-size:12px}.mobile-cart{display:none}.empty,.loading{text-align:center;padding:60px;color:var(--muted)}dialog{border:0;padding:0;max-width:650px;width:calc(100% - 24px);border-radius:20px;box-shadow:0 24px 100px #0003}dialog::backdrop{background:#16291c80;backdrop-filter:blur(3px)}#toast{position:fixed;z-index:200;bottom:90px;left:50%;transform:translateX(-50%);background:var(--dark);color:white;border-radius:12px;padding:12px 20px;display:none;max-width:90vw}
@media(min-width:1550px){header{padding-left:calc((100% - 1320px)/2);padding-right:calc((100% - 1320px)/2)}}@media(max-width:1150px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.location{display:none}.hero-number{right:2%;font-size:140px}.hero-items{right:1%}.hero-items img{width:120px}.hero-items img:first-child{width:140px}.hero-items img:last-child{width:135px}.hero-copy{max-width:55%}h1{font-size:39px}.service-strip{gap:25px}}@media(max-width:700px){html{scroll-padding-top:140px}.topline{font-size:12px;padding:6px 16px}.topline span{display:none}header{padding:12px 16px;gap:10px;flex-wrap:wrap}.brand{flex-direction:row;gap:7px}.brand img{width:82px;height:28px}.brand span{font-size:12px;letter-spacing:.5px;margin:0}.search{order:3;flex-basis:100%;height:43px;border-radius:10px}.search input{font-size:14px}.cart-head{margin-left:auto;background:transparent;padding:4px}.cart-head span{display:none}.cart-head svg{width:24px}.cart-head b{min-width:20px}.hero{min-height:350px;border-radius:18px;padding:23px 22px}.hero-copy{max-width:100%}.hero .eyebrow{font-size:10px;letter-spacing:.8px}h1{font-size:34px;letter-spacing:-1px;margin:12px 0}.hero p{font-size:14px;margin:12px 0;max-width:240px}.hero-cta{font-size:14px;padding:11px 14px;gap:12px}.hero small{font-size:10px;max-width:185px}.hero-number{top:auto;bottom:35px;right:14px;font-size:90px;letter-spacing:-6px;opacity:.55}.hero-number span{font-size:50px;letter-spacing:-2px}.hero-items{right:0;bottom:-12px;height:135px;pointer-events:none;z-index:0}.hero-items img{width:70px;height:85px}.hero-items img:first-child{width:86px;height:130px}.hero-items img:nth-child(2){margin-left:-15px}.hero-items img:last-child{width:70px;height:65px;margin-left:-10px}main{padding:16px 16px 100px}.service-strip{gap:14px;justify-content:space-between;font-size:11px;padding:14px 0}.service-strip span:last-child{display:none}.service-strip svg{width:15px;height:15px}.section-title{margin-top:25px;align-items:center}.section-title .eyebrow{font-size:10px}.section-title h2{font-size:22px;line-height:1.25}.section-title>span{font-size:12px;white-space:nowrap}.categories{margin-right:-16px;padding-right:16px}.categories button{font-size:13px;padding:10px 13px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product{border-radius:13px}.product-image{height:145px;padding:14px}.product-info{padding:0 12px 12px}.product-name{font-size:14px;height:59px}.price{font-size:18px}.add,.quantity{min-height:42px}.quantity button{min-height:42px}.pack{font-size:12px}.mobile-cart{position:fixed;bottom:calc(12px + env(safe-area-inset-bottom));left:16px;right:16px;z-index:25;background:var(--green);color:white;display:flex;align-items:center;gap:10px;border-radius:13px;padding:14px 17px;box-shadow:0 5px 25px #004a3133;font-size:14px}.mobile-cart strong{margin-left:auto}.mobile-cart b{background:#ffffff25;padding:2px 7px;border-radius:5px;margin-left:4px}footer{padding:24px 18px 105px;flex-wrap:wrap;gap:15px}footer>span{margin-left:0;width:100%}footer p{font-size:13px}footer img{width:85px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
