*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;background:#f7f7f5;color:#171717}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.page{min-height:100vh}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e5e5}.container{max-width:1240px;margin:0 auto;padding:0 20px}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0}.badge{border:1px solid #e5e5e5;background:#f1f1f1;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700}.hero{background:linear-gradient(135deg,#111,#4a4a4a);color:#fff;border-radius:28px;padding:40px 28px;margin:28px 0;box-shadow:0 12px 30px rgba(0,0,0,.12)}.hero p.small{color:#d3d3d3;text-transform:uppercase;letter-spacing:.28em;font-size:12px;margin-bottom:10px}.hero h2{margin:0;font-size:42px;line-height:1.15;max-width:820px}.hero p.desc{margin-top:14px;max-width:760px;color:#ededed;line-height:1.7}.layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:32px;gap:32px;align-items:start;padding-bottom:40px}.filters{display:grid;grid-gap:14px;gap:14px;background:#fff;border:1px solid #e5e5e5;border-radius:24px;padding:16px;box-shadow:0 4px 14px rgba(0,0,0,.04);margin-bottom:24px}.search{width:100%;border:1px solid #ddd;border-radius:16px;padding:14px 16px;outline:none}.category-list{display:flex;flex-wrap:wrap;gap:10px}.category-btn{border:none;border-radius:16px;padding:12px 16px;cursor:pointer;background:#f2f2f2}.category-btn.active{background:#111;color:#fff}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.card{overflow:hidden;border-radius:24px;background:#fff;border:1px solid #e5e5e5;box-shadow:0 8px 20px rgba(0,0,0,.05)}.card-image{width:100%;height:240px;object-fit:cover}.card-body{padding:18px}.card-top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:8px}.pill{background:#f3f3f3;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;color:#555}.price{font-size:22px;font-weight:800}.card h3{margin:8px 0 0;font-size:20px}.card p{color:#666;line-height:1.6;font-size:14px}.primary-btn{width:100%;border:none;cursor:pointer;margin-top:14px;border-radius:16px;background:#111;color:#fff;font-weight:700;padding:14px 16px}.primary-btn:disabled{cursor:not-allowed;background:#bbb}.cart{position:-webkit-sticky;position:sticky;top:94px;background:#fff;border:1px solid #e5e5e5;border-radius:24px;padding:18px;box-shadow:0 8px 20px rgba(0,0,0,.05)}.cart-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.cart-item{border:1px solid #e5e5e5;border-radius:18px;padding:14px;margin-bottom:12px}.cart-item-row{display:flex;justify-content:space-between;gap:12px}.qty{display:flex;align-items:center;gap:8px;margin-top:12px}.qty button{border:1px solid #ddd;background:#fff;border-radius:12px;width:34px;height:34px;cursor:pointer;font-weight:800}.summary{background:#f6f6f6;border-radius:18px;padding:14px;margin-top:18px}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.summary-row.total{border-top:1px solid #ddd;margin-top:12px;padding-top:12px;margin-bottom:0;font-size:17px;font-weight:800}.empty{background:#f7f7f7;border-radius:16px;padding:14px;font-size:14px;color:#666}.note{color:#666;font-size:12px;line-height:1.6;margin-top:12px}@media (max-width:1100px){.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.layout{grid-template-columns:1fr}.cart{position:static}.hero h2{font-size:32px}}@media (max-width:640px){.products{grid-template-columns:1fr}.header-inner{align-items:flex-start;flex-direction:column}.hero{padding:28px 20px}.hero h2{font-size:28px}}