/*@media (max-width: 1440px) {
    .product-card {
        width:22% !important;
    }
}
@media (max-width: 1024px) {
    .product-card {
        width: 45% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 600px) {
    .product-card {
        width: 80% !important;
    }
}*/