.cart-container{max-width:1200px;margin:2rem auto;padding:0 1rem}.cart-empty{text-align:center;padding:3rem 0}.cart-empty-title{font-size:1.5rem;margin-bottom:1rem;color:#333}.cart-empty-link{display:inline-block;padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border-radius:.375rem;text-decoration:none;transition:background-color .2s}.cart-empty-link:hover{background-color:#1d4ed8}.cart-title{font-size:1.875rem;font-weight:600;margin-bottom:1.5rem;color:#111827}.cart-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb;font-weight:600;color:#374151}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.cart-item-product{display:flex;align-items:center;gap:1rem}.cart-item-image{width:80px;height:80px;object-fit:contain;border-radius:.375rem;border:1px solid #e5e7eb}.cart-item-name{font-weight:500;margin-bottom:.25rem;color:#111827}.cart-item-price,.cart-item-total{font-weight:500;color:#111827}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.cart-item-quantity button{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db;background-color:#fff;border-radius:.25rem;cursor:pointer;font-size:1rem}.cart-item-quantity button:disabled{opacity:.5;cursor:not-allowed}.cart-item-quantity span{min-width:1.5rem;text-align:center}.cart-remove-btn{padding:.5rem 1rem;background-color:#fef2f2;color:#dc2626;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s}.cart-remove-btn:hover{background-color:#fee2e2}.cart-remove-btn-mobile{display:none}.cart-summary{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.cart-summary-details{background-color:#f9fafb;padding:1.5rem;border-radius:.5rem;border:1px solid #e5e7eb}.summary-row.total{font-weight:600;font-size:1.125rem;display:flex;justify-content:space-between}.cart-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.continue-shopping{padding:.75rem 1.5rem;background-color:#f3f4f6;color:#111827;border-radius:.375rem;text-decoration:none;transition:background-color .2s}.continue-shopping:hover{background-color:#e5e7eb}.clear-cart{padding:.75rem 1.5rem;background-color:#fef2f2;color:#dc2626;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s}.clear-cart:hover{background-color:#fee2e2}.checkout-btn{padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s;flex-grow:1;max-width:300px}.checkout-btn:hover{background-color:#1d4ed8}.checkout-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.cart-header{display:none}.cart-item{grid-template-columns:1fr;gap:1rem;padding:1.5rem 0;position:relative}.cart-item-product{flex-direction:column;align-items:flex-start}.cart-item-image{width:100%;height:auto;max-height:200px}.cart-item-details{width:100%}.cart-item-price,.cart-item-quantity,.cart-item-total{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.cart-remove-btn{display:none}.cart-remove-btn-mobile{display:inline-block;padding:.25rem .5rem;background-color:#fef2f2;color:#dc2626;border:none;border-radius:.25rem;cursor:pointer;margin-top:.5rem;font-size:.875rem}.cart-actions{flex-direction:column}.checkout-btn{max-width:100%}}
