.cart-container{max-width:1200px;margin:0 auto}.cart-summary-card{background-color:#f8f9fa;border-radius:8px}.cart-item-card{border:1px solid #dee2e6;border-radius:8px;transition:box-shadow .2s ease}.cart-item-card:hover{box-shadow:0 4px 8px #0000001a}.cart-item-image{object-fit:cover;border-radius:4px}.cart-title{font-size:1.5rem;font-weight:600;color:#333}.cart-description{font-size:.9rem;color:#666;max-width:500px}.quantity-btn-group .btn{min-width:38px;padding:.25rem .5rem}.quantity-btn-group .btn.disabled{background-color:#f8f9fa;border-color:#ced4da;color:#495057}.price-details{min-width:200px}.price-label{font-size:1rem;color:#495057;margin-right:1rem}.price-value{font-size:1rem;font-weight:500;color:#212529}.price-value.subtotal{font-weight:600}.price-value.shipping{color:#28a745}.remove-btn{padding:.25rem 1rem;font-size:.875rem}@media (max-width: 768px){.cart-item-card .row{flex-direction:column}.cart-item-image{margin-bottom:1rem;max-width:150px;margin-left:auto;margin-right:auto}.price-details{min-width:100%;margin-top:1rem}.quantity-btn-group{margin-bottom:1rem}}
