.Cart-module__buTLTa__cartPage{background-color:hsl(var(--background))}.Cart-module__buTLTa__pageTitle{color:hsl(var(--primary));margin-bottom:3rem;font-size:2.5rem}.Cart-module__buTLTa__emptyCart{text-align:center;padding:5rem 0}.Cart-module__buTLTa__emptyCart h2{margin-bottom:1rem;font-size:2rem}.Cart-module__buTLTa__emptyCart p{opacity:.6;margin-bottom:2rem}.Cart-module__buTLTa__cartGrid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.Cart-module__buTLTa__cartGrid{grid-template-columns:2fr 1fr}}.Cart-module__buTLTa__cartItems{flex-direction:column;gap:1.5rem;display:flex}.Cart-module__buTLTa__cartItem{border-bottom:1px solid hsl(var(--border));grid-template-columns:80px 1fr auto 100px;align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:grid}.Cart-module__buTLTa__itemImage{aspect-ratio:1;background-color:hsl(var(--accent));border-radius:8px;overflow:hidden}.Cart-module__buTLTa__itemImg{object-fit:cover;width:100%;height:100%}.Cart-module__buTLTa__imgPlaceholder{width:100%;height:100%;color:hsl(var(--primary));opacity:.5;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex}.Cart-module__buTLTa__itemInfo h3{margin-bottom:.25rem;font-size:1.125rem}.Cart-module__buTLTa__itemCategory{opacity:.6;margin-bottom:.5rem;font-size:.8rem}.Cart-module__buTLTa__removeBtn{color:#ff4d4d;font-size:.75rem;font-weight:600;text-decoration:underline}.Cart-module__buTLTa__itemQuantity{background-color:hsl(var(--accent));border-radius:4px;align-items:center;gap:1rem;padding:.5rem .75rem;display:flex}.Cart-module__buTLTa__itemQuantity button{font-size:1.25rem;font-weight:700}.Cart-module__buTLTa__itemPrice{text-align:right;font-weight:700}.Cart-module__buTLTa__cartSummary{background-color:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border));height:fit-content;padding:2.5rem;position:sticky;top:6rem}.Cart-module__buTLTa__cartSummary h3{border-bottom:2px solid hsl(var(--primary));margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.Cart-module__buTLTa__summaryRow{justify-content:space-between;margin-bottom:1.25rem;font-size:1rem;display:flex}.Cart-module__buTLTa__totalRow{border-top:1px solid hsl(var(--border));color:hsl(var(--primary));margin-top:1rem;margin-bottom:2rem;padding-top:1.5rem;font-size:1.25rem;font-weight:800}.Cart-module__buTLTa__continueLink{text-align:center;opacity:.6;margin-top:1.5rem;font-size:.875rem;font-weight:600;display:block}.Cart-module__buTLTa__continueLink:hover{opacity:1;color:hsl(var(--secondary))}@media (max-width:640px){.Cart-module__buTLTa__cartItem{grid-template-rows:auto auto;grid-template-columns:60px 1fr}.Cart-module__buTLTa__itemQuantity,.Cart-module__buTLTa__itemPrice{grid-column:span 1}}
