*{box-sizing:border-box;font-family:Inter,system-ui,Segoe UI,Roboto,Arial}body{margin:0;background:#f7f7f7}.container{max-width:1100px;margin:18px auto;padding:16px}header{display:flex;justify-content:space-between;align-items:center}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:16px}.card{background:#fff;padding:12px;border-radius:8px;cursor:pointer;box-shadow:0 1px 4px #0000000f}.card img{width:100%;height:140px;object-fit:cover;border-radius:6px}.price{font-weight:700;margin-top:8px}.detail{display:flex;gap:16px;margin-top:12px}.detail img{width:320px;height:240px;object-fit:cover;border-radius:8px}.back{background:none;border:0;color:#007bff;cursor:pointer}.cartPanel{position:fixed;right:18px;top:80px;width:220px;background:#fff;padding:12px;border-radius:8px;box-shadow:0 4px 18px #00000014}.cartItem{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #eee}
