.cart-header{display:flex;justify-content:space-between;align-items:center;width:100%}.cart-header h2{margin:0;font-size:1.5rem;font-weight:700}.cart-content{display:flex;flex-direction:column;gap:1rem;width:60vw;max-width:80vw;border-radius:.5rem;color:var(--color-primary-text, #0d2323);z-index:1001}@media screen and (max-width: 768px){.cart-content{border-radius:0;height:80vh;width:100vw;padding:1rem;overflow-y:auto}.cart-items{max-height:100%;overflow-y:initial}}.cart-items{padding:1rem 0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));max-height:60vh;overflow-y:scroll}.cart-item{display:flex;align-items:start}.checkout-item-msrp{font-size:.7rem;text-decoration:line-through;color:var(--color-muted-text, #4c2c54)}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px;background:var(--color-muted-bg, #c2b7d1)}.cart-item-details{display:flex;flex-direction:column;gap:.5rem}.cart-footer-subtotal{margin:1rem auto;padding:1rem;width:100%;background:var(--color-muted-bg, #f7f5fa);color:var(--color-muted-text, #4c2c54)}.cart-empty{text-align:center;color:var(--color-muted-text, #999);font-size:1.2rem;padding:2rem 0}@media (max-width: 768px){.cart-modal{justify-content:flex-start}}.cart-item-msrp{font-size:.9rem;text-decoration:line-through;color:var(--color-muted-text, #4c2c54)}
