@media (max-width: 767.98px) {
    .product-card h2 {
        font-size: 1.5rem;
    }

    .product-card h4 {
        font-size: 1.25rem;
    }

    .product-card .btn {
        font-size: 0.9rem;
        padding: 6px 12px;
    }

    .quantity-number {
        font-size: 1.2rem;
    }

    .badge-category {
        font-size: 0.7rem;
    }
}