/* Page-level sugar that leans on your theme, minimal inline */
    .cart-hero { background: #fff5f8; }
    .cart-card { border: 0; border-radius: 18px; box-shadow: 0 6px 16px rgba(255, 182, 193, 0.18); }
    .cart-img { width: 72px; height: 72px; object-fit: cover; border-radius: 12px; }
    .qty-input { width: 72px; border-radius: 12px; }
    .remove-link { color: #dc3545; text-decoration: none; }
    .remove-link:hover { text-decoration: underline; }
    .summary-card { border: 0; border-radius: 18px; box-shadow: 0 6px 16px rgba(255, 182, 193, 0.18); }