*{box-sizing:border-box}body{background:#fafafa;color:#111;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0}.topbar{align-items:center;background:#fff;border-bottom:1px solid #eee;box-shadow:0 1px 0 #00000008;display:flex;justify-content:space-between;padding:14px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.topbar .logo{color:inherit;font-weight:700;text-decoration:none}.container{margin:0 auto;max-width:1100px;padding:28px 20px}.grid{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 6px 18px #14141408;display:flex;flex-direction:column;gap:10px;min-height:320px;padding:14px;text-align:center;transition:transform .18s ease,box-shadow .18s ease}.card:hover{box-shadow:0 14px 30px #14141412;transform:translateY(-6px)}.card .img-wrap{align-items:center;background:linear-gradient(180deg,#f6f7f9,#fff);border-radius:8px;display:flex;flex:0 0 auto;height:180px;justify-content:center;overflow:hidden;width:100%}.card img{display:block;height:100%;object-fit:cover;width:100%}.card .content{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between}.card h3{font-size:1.05rem;line-height:1.2;margin:8px 0 6px}.card .price{color:#2b8a3e;font-weight:700;margin-bottom:8px}.card .actions{display:flex;gap:8px;margin-top:8px}.card button{background:#2563eb;border:0;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:10px 12px}.card button.secondary{background:#f3f4f6;border:1px solid #e6e7eb;color:#111}button.muted{background:#eee;color:#333;margin-left:8px}.center{padding:40px;text-align:center}.cart-table{border-collapse:collapse;margin-top:12px;width:100%}.cart-table td,.cart-table th{border-bottom:1px solid #eee;padding:10px;text-align:left}.product-cell{align-items:center;display:flex;gap:12px}.product-cell img{border-radius:6px;height:56px;object-fit:cover;width:80px}.cart-summary{align-items:center;display:flex;justify-content:space-between;margin-top:14px}.footer{background:#fff;border-top:1px solid #f1f1f1;color:#666;margin-top:40px;padding:20px;text-align:center}@media (max-width:900px){.grid{gap:18px;grid-template-columns:repeat(2,1fr)}.card{min-height:300px}.product-cell img{height:44px;width:64px}}@media (max-width:520px){.grid{gap:14px;grid-template-columns:1fr}.container{padding:18px 12px}.card{min-height:260px;padding:12px}.card .img-wrap{height:150px}.topbar{padding:12px}}
/*# sourceMappingURL=main.c5b05b1e.css.map*/