*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#090b0a;color:#fff;font-family:Arial,Helvetica,sans-serif}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:12px 5%;background:rgba(9,11,10,.94);backdrop-filter:blur(12px);border-bottom:1px solid #26352b}.brand{display:flex;align-items:center;gap:10px}.brand img{width:52px;height:52px;object-fit:contain}.brand strong,.brand span{display:block}.brand strong{font-size:15px}.brand span{font-size:10px;color:#8acb52;letter-spacing:2px;margin-top:3px}.cart-btn,.quick a,.primary,.checkout{border:0;border-radius:14px;padding:13px 17px;font-weight:800;text-decoration:none;cursor:pointer}.cart-btn{background:#18221b;color:#fff;border:1px solid #314535}.cart-btn b{background:#8bcf50;color:#071006;border-radius:50%;padding:3px 7px;margin-left:4px}.hero{min-height:510px;padding:80px 7%;display:flex;align-items:center;background:radial-gradient(circle at 80% 25%,rgba(111,184,55,.22),transparent 35%),linear-gradient(135deg,#0b100d,#101912)}.hero-copy{max-width:650px}.tag{color:#9bdd60;font-size:11px;font-weight:900;letter-spacing:2px}.hero h1{font-size:clamp(38px,8vw,72px);line-height:.98;margin:15px 0}.hero p{font-size:18px;color:#b8c0b9;line-height:1.6;max-width:560px}.primary{display:inline-block;margin-top:18px;background:#8bd050;color:#081006;box-shadow:0 10px 30px rgba(139,208,80,.18)}.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 7%;background:#0d120f}.quick a{text-align:center;background:#151d18;color:#fff;border:1px solid #29382d}.section{padding:60px 7%}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.section h2,.delivery h2{font-size:34px;margin:8px 0}.categories{display:flex;gap:10px;overflow:auto;padding-bottom:14px}.categories button{white-space:nowrap;background:#121814;color:#cbd4cd;border:1px solid #2b3a2f;border-radius:999px;padding:10px 15px;font-weight:700}.categories button.active{background:#8bd050;color:#071006}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#111713;border:1px solid #26352b;border-radius:18px;padding:14px;overflow:hidden}.product img{width:100%;height:180px;object-fit:contain;background:#0a0d0b;border-radius:13px}.product h3{margin:12px 0 5px;font-size:16px}.product p{color:#9ea9a1;font-size:12px;margin:0 0 10px}.price{font-size:20px;font-weight:900;color:#a6df79}.add{width:100%;margin-top:12px;background:#8bd050;border:0;border-radius:11px;padding:11px;font-weight:900;cursor:pointer}.delivery{margin:20px 7% 70px;padding:42px;border-radius:24px;background:linear-gradient(135deg,#172219,#0f1511);border:1px solid #2b3d30}.delivery p{color:#b8c0b9}.drawer{position:fixed;right:-520px;top:0;z-index:50;width:min(500px,100%);height:100vh;background:#0d120f;padding:22px;overflow:auto;transition:.3s;border-left:1px solid #334638}.drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head button{background:none;color:#fff;border:0;font-size:25px}.cart-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:15px 0;border-bottom:1px solid #26352b}.qty button{background:#1a251d;color:#fff;border:1px solid #344637;border-radius:7px;padding:5px 9px}.cart-total{display:flex;justify-content:space-between;font-size:20px;padding:20px 0}.cart-total strong{color:#a6df79}form{display:grid;gap:10px}form h3{margin:10px 0}input,select{width:100%;padding:13px;border-radius:10px;border:1px solid #344637;background:#151c17;color:#fff}.two{display:grid;grid-template-columns:1fr 100px;gap:10px}.checkout{background:#8bd050;color:#071006}.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:40}.overlay.show{display:block}footer{text-align:center;padding:40px;color:#88948c;border-top:1px solid #26352b}footer img{width:70px;display:block;margin:auto}footer strong,footer span{display:block;margin-top:8px}footer strong{color:#fff} @media(max-width:900px){.products{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.topbar{padding:10px 4%}.brand img{width:45px;height:45px}.brand strong{font-size:12px}.cart-btn span{display:none}.hero{min-height:520px;padding:65px 6%}.quick{grid-template-columns:1fr;padding:15px 6%}.section{padding:45px 6%}.section-title{display:block}.products{grid-template-columns:repeat(2,1fr);gap:10px}.product{padding:10px}.product img{height:140px}.product h3{font-size:14px}.price{font-size:17px}.delivery{margin:10px 6% 50px;padding:28px}.two{grid-template-columns:1fr 90px}}