*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f7fb;color:#111827}button,input,select{font:inherit}button{cursor:pointer;border:0}.nav{max-width:1180px;margin:auto;min-height:72px;display:flex;gap:14px;align-items:center;padding:10px 4%}.logo{font-size:25px;color:#6d5dfc;white-space:nowrap}.logo span{color:#111827}.nav input{flex:1;height:44px;border:1px solid #e5e7eb;border-radius:13px;padding:0 15px;background:white;outline:0}.nav button{height:44px;border-radius:13px;background:#111827;color:#fff;padding:0 15px}.hero{max-width:1180px;margin:25px auto;padding:55px;border-radius:28px;color:#fff;background:linear-gradient(120deg,#111827,#312e81,#7c3aed)}.hero h1{font-size:clamp(38px,6vw,64px);line-height:1;margin:12px 0}.hero p{max-width:560px;color:#ddd6fe;line-height:1.7}.primary{background:#fff;color:#312e81;padding:13px 20px;border-radius:12px;font-weight:800}main>section:not(.hero){max-width:1180px;margin:30px auto;padding:0 4%}.cats{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.cat{background:#fff;border:1px solid #e5e7eb;border-radius:15px;padding:16px 8px;text-align:center}.cat.active{border-color:#6d5dfc;background:#f5f3ff}.cat div{font-size:27px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:10px}.section-title select{padding:10px;border:1px solid #ddd;border-radius:10px;background:#fff}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 5px 20px #00000008}.pic{height:190px;background:#eef2ff;display:grid;place-items:center;font-size:65px;position:relative}.fav{position:absolute;right:10px;top:10px;width:36px;height:36px;border-radius:50%;background:#fff}.info{padding:15px}.catname{font-size:11px;color:#6d5dfc;font-weight:800}.rating{color:#f59e0b;font-size:13px}.price{font-size:19px;font-weight:900;margin:8px 0 12px}.old{text-decoration:line-through;color:#9ca3af;font-size:11px}.add{width:100%;padding:11px;border-radius:11px;background:#111827;color:#fff}.drawer{position:fixed;inset:0;background:#0008;display:none;z-index:5}.drawer.show{display:block}.drawer-box{position:absolute;right:0;top:0;width:min(430px,100%);height:100%;background:#fff;padding:22px;overflow:auto}.cartitem{display:grid;grid-template-columns:55px 1fr auto;gap:10px;padding:13px 0;border-bottom:1px solid #eee}.thumb{width:55px;height:55px;border-radius:10px;background:#eef2ff;display:grid;place-items:center;font-size:25px}.qty{display:flex;gap:8px;align-items:center;margin-top:6px}.qty button{width:25px;height:25px;border-radius:7px}.checkout{width:100%;padding:14px;background:#6d5dfc;color:#fff;border-radius:12px;font-weight:800}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#111827;color:#fff;padding:12px 18px;border-radius:12px;opacity:0;transition:.2s;z-index:10}.toast.show{opacity:1;transform:translate(-50%,0)}footer{margin-top:60px;background:#111827;color:#d1d5db;padding:40px 4%;text-align:center}@media(max-width:850px){.products{grid-template-columns:repeat(3,1fr)}.cats{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.nav{flex-wrap:wrap}.nav input{order:5;flex-basis:100%}.hero{margin:18px 4%;padding:35px 25px}.products{grid-template-columns:repeat(2,1fr);gap:10px}.cats{grid-template-columns:repeat(3,1fr)}.pic{height:150px}}