*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#15231b;background:#f7f8f6}button,input{font:inherit}button{cursor:pointer}header{height:72px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid #e4e8e4;position:sticky;top:0;z-index:10}.brand{font-size:30px;font-weight:900;color:#123c27;text-decoration:none}.brand span{color:#ef7f2d}.actions{display:flex;gap:8px}.actions button{background:#fff;border:1px solid #d9dfda;padding:10px 14px;border-radius:12px}.actions b{background:#ef7f2d;color:#fff;border-radius:99px;padding:2px 7px}.searchbar{background:#0d6b3c;padding:18px 6%;display:flex}.searchbar input{flex:1;padding:15px;border:0;border-radius:12px 0 0 12px;outline:none}.searchbar button{border:0;background:#ff9a3d;color:#172018;font-weight:800;padding:0 22px;border-radius:0 12px 12px 0}nav{display:flex;gap:10px;overflow:auto;padding:14px 6%;background:#fff}nav button{white-space:nowrap;border:1px solid #dde2de;background:#fff;border-radius:999px;padding:9px 15px}nav button.active{background:#173f2a;color:#fff}main{max-width:1180px;margin:auto;padding:28px 5%}.hero{min-height:360px;border-radius:26px;padding:50px;background:linear-gradient(135deg,#0c6739,#154b30);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.hero h1{font-size:48px;margin:10px 0}.hero p{max-width:580px;line-height:1.6}.hero button,.seller button{background:#ff9a3d;border:0;border-radius:12px;padding:13px 20px;font-weight:800}.hero-card{background:#fff;color:#173322;padding:28px;border-radius:20px;min-width:270px}.section-head{display:flex;justify-content:space-between;align-items:end;margin:42px 0 18px}.section-head h2,.seller h2{font-size:32px;margin:5px 0}.section-head small,.seller small{color:#0d6b3c;font-weight:800}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#fff;border:1px solid #e4e8e4;border-radius:18px;overflow:hidden}.pic{height:170px;display:grid;place-items:center;font-size:64px;background:#eef2ee}.product .info{padding:16px}.product h3{margin:4px 0 8px;font-size:17px}.price{font-weight:900;color:#0d6b3c}.product button{width:100%;margin-top:12px;border:0;background:#173f2a;color:#fff;border-radius:10px;padding:10px}.seller{margin:50px 0 20px;background:#fff1e4;border-radius:22px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.drawer{position:fixed;right:-420px;top:0;width:min(390px,90vw);height:100%;background:#fff;z-index:30;padding:24px;transition:.25s;box-shadow:-8px 0 30px #0002}.drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head button{font-size:28px;border:0;background:none}.overlay{display:none;position:fixed;inset:0;background:#0007;z-index:20}.overlay.show{display:block}.cart-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee}.total{display:flex;justify-content:space-between;margin:25px 0}.checkout{width:100%;padding:14px;border:0;border-radius:12px;background:#0d6b3c;color:#fff;font-weight:800}footer{background:#10271c;color:#fff;padding:30px 6%;display:flex;justify-content:space-between;gap:20px}@media(max-width:800px){.hero{padding:30px 22px;display:block}.hero h1{font-size:36px}.hero-card{margin-top:25px;min-width:0}.grid{grid-template-columns:repeat(2,1fr)}.seller{display:block}.seller button{margin-top:15px}footer{flex-direction:column}}@media(max-width:430px){header{padding:0 4%}.brand{font-size:25px}.actions button:first-child{display:none}.searchbar{padding:14px 4%}nav{padding:12px 4%}main{padding:18px 4%}.hero h1{font-size:32px}.grid{gap:10px}.pic{height:125px}.product .info{padding:12px}.section-head h2{font-size:26px}}