.breadcrumb-item a { color: #e94560; text-decoration: none; }
    .cart-img { width: 80px; height: 70px; object-fit: cover; border-radius: 8px; }
    .qty-input { width: 60px; text-align: center; }
    .btn-remove { color: #e94560; background: none; border: none; font-size: 1.1rem; }
    .btn-remove:hover { color: #c73652; }
    .summary-card { border-radius: 12px; border: 1px solid #eee; }
    .summary-card .card-header { background: #1a1a2e; color: #fff; border-radius: 12px 12px 0 0 !important; font-weight: 700; }
    .btn-checkout { background: #e94560; border: none; color: #fff; font-weight: 700; }
    .btn-checkout:hover { background: #c73652; color: #fff; }
    .coupon-input { border-radius: 8px 0 0 8px; }
    .coupon-btn { border-radius: 0 8px 8px 0; background: #1a1a2e; color: #fff; border: none; }