:root{--g:#075b31;--g2:#0b7b43;--y:#ffb800;--bg:#f6f8f6;--text:#17251c;--muted:#708078;--line:#e1e8e3;--red:#bd2b20}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Inter,system-ui,Arial;color:var(--text);padding-bottom:76px}button,input,select,textarea{font:inherit}button,a{cursor:pointer}.top{height:72px;position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:18px;padding:9px max(18px,calc((100vw - 1180px)/2));background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;color:var(--g);text-decoration:none;letter-spacing:1px}.brand img{width:45px;height:45px;margin-right:9px}.brand b{font-size:21px}.location{border:0;background:none;text-align:left;flex:1;min-width:0}.location small{display:block;color:var(--muted)}.location span{display:block;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-actions{display:flex;align-items:center;gap:10px}.top-actions button,.cart-icon{border:0;background:#f0f6f2;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:var(--g);text-decoration:none;font-size:21px;position:relative}.cart-icon em{position:absolute;right:-4px;top:-5px;background:var(--y);font:700 11px system-ui;border-radius:20px;padding:3px 6px}.bottom{display:none}.page{width:min(1180px,calc(100% - 32px));margin:22px auto}.hero{border-radius:22px;overflow:hidden;display:flex;gap:14px;scroll-snap-type:x mandatory;overflow-x:auto;scrollbar-width:none}.hero::-webkit-scrollbar{display:none}.banner{min-width:100%;height:260px;scroll-snap-align:center;background:linear-gradient(120deg,#064326,#08783e);position:relative;color:#fff;padding:40px;border-radius:22px;overflow:hidden}.banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.banner .overlay{position:absolute;inset:0;background:linear-gradient(90deg,#052a20c9,transparent)}.banner .copy{position:relative;max-width:420px}.banner h2{font-size:35px;margin:0 0 9px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:30px 0 14px}.section-title h2{font-size:22px;margin:0}.section-title a{color:var(--g2);font-weight:700;text-decoration:none}.hscroll{display:grid;grid-auto-flow:column;grid-auto-columns:150px;gap:14px;overflow:auto;scrollbar-width:none}.category{text-align:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px}.category img{width:75px;height:75px;border-radius:50%;object-fit:cover;background:#f0f3f1}.category b{display:block;margin-top:9px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.store,.product{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;box-shadow:0 5px 20px #173a2408}.store>img,.product>img{width:100%;height:155px;object-fit:cover;background:#e8eeea}.store .info,.product .info{padding:13px}.store h3,.product h3{margin:0 0 6px;font-size:16px}.meta{font-size:12px;color:var(--muted);display:flex;gap:8px;flex-wrap:wrap}.price{margin-top:9px;color:var(--g);font-weight:800}.price del{color:#999;font-weight:400;margin-left:5px}.pill{display:inline-block;padding:4px 8px;border-radius:20px;background:#e8f5ed;color:var(--g2);font-size:11px}.pill.closed{background:#ffe9e7;color:var(--red)}.product{position:relative}.product .add{position:absolute;right:10px;bottom:10px;border:1px solid var(--g2);background:#fff;color:var(--g2);border-radius:8px;font-weight:800;padding:6px 13px}.empty,.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px}.empty{text-align:center;color:var(--muted);padding:60px 25px}.form{max-width:520px;margin:auto}.form label{display:block;font-weight:700;font-size:13px;margin:15px 0 6px}.form input,.form select,.form textarea,.searchbar{width:100%;padding:13px 14px;border:1px solid #ccd8d0;border-radius:11px;background:#fff}.btn{border:0;background:var(--g2);color:#fff;border-radius:11px;padding:13px 20px;font-weight:800;text-decoration:none;display:inline-block}.btn.light{background:#fff;color:var(--g2);border:1px solid var(--g2)}.btn.block{width:100%;margin-top:16px}.order{display:flex;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);padding:15px;border-radius:15px;margin-bottom:12px;text-decoration:none;color:inherit}.order img{width:58px;height:58px;border-radius:11px;object-fit:cover}.order .grow{flex:1}.cartrow{display:grid;grid-template-columns:70px 1fr auto;gap:13px;padding:15px 0;border-bottom:1px solid var(--line)}.cartrow img{width:70px;height:70px;border-radius:11px;object-fit:cover}.summary p{display:flex;justify-content:space-between}.summary .total{font-size:20px;border-top:1px solid var(--line);padding-top:12px}.modal{position:fixed;z-index:50;inset:0;background:#001e1480;display:grid;place-items:end center}.sheet{width:min(650px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px 24px 0 0;padding:25px;position:relative}.close{position:absolute;right:18px;top:15px;width:38px;height:38px;border:0;border-radius:50%;font-size:25px}.hidden{display:none!important}.loader{position:fixed;z-index:100;inset:0;background:#ffffffa8;display:grid;place-items:center}.loader i{width:45px;height:45px;border:5px solid #dbe7df;border-top-color:var(--g2);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#toast{position:fixed;z-index:110;left:50%;bottom:90px;transform:translateX(-50%);background:#15271c;color:#fff;border-radius:10px;padding:11px 18px;opacity:0;pointer-events:none;transition:.25s}#toast.show{opacity:1}.tracking{height:240px;border-radius:15px;background:linear-gradient(135deg,#d8eee0,#edf5f0);display:grid;place-items:center;color:var(--g)}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.banner{height:220px}.banner h2{font-size:28px}}@media(max-width:620px){body{padding-bottom:72px}.top{height:64px;padding:8px 13px;gap:8px}.brand img{width:40px;height:40px}.brand b{display:none}.top-actions button{display:none}.page{width:calc(100% - 24px);margin:14px auto}.banner{height:165px;padding:23px}.banner h2{font-size:22px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store>img,.product>img{height:115px}.store .info,.product .info{padding:10px}.product h3,.store h3{font-size:14px}.bottom{position:fixed;z-index:30;bottom:0;left:0;right:0;height:65px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.bottom a{display:grid;place-items:center;color:#627068;font-size:10px;text-decoration:none;padding:5px}.bottom span{font-size:20px;color:var(--g)}.hscroll{grid-auto-columns:110px}.category img{width:58px;height:58px}.cartrow{grid-template-columns:55px 1fr}.cartrow img{width:55px;height:55px}.cartrow>:last-child{grid-column:2}.top .location{max-width:190px}}
