
.cart-items { background: white; padding: 1rem; border-radius: 8px; margin-bottom: 1rem; }
.cart-item { display: flex; gap: 1rem; padding: 1rem; border-bottom: 1px solid #eee; }
.cart-item img { width: 80px; height: 80px; object-fit: cover; }
.cart-total { background: white; padding: 1rem; border-radius: 8px; text-align: right; }
.checkout-btn { background: #28a745; color: white; padding: 0.5rem 1rem; text-decoration: none; border-radius: 4px; }
