@media screen and (max-width:991px) {
    .styleWrapper .swiper-slide {
        width: 248px !important;
    }
}

.card-product-style-generic-2 .product-style{
    font-size: 15px;
  }
.card-product-style-generic-2 .product-info{
    font-size: 13px;
}
@media (min-width: 768px) {
    .card-product-style-generic-2 .product-style{
        font-size: 18px;
    }
}