

@media(max-width:552px)
{
   .category-card img {
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    .product-card .product-img {
        height: 170px;
    }
    .product-single .product-form {
        align-items: stretch;
    }
     .title {
        -webkit-line-clamp: 2;
    }
    .product-single .product-title {
        font-size: 16px;
        margin-top: 10px;
    }
    .product-card {
        padding: 10px;
    }
    .price {
    flex-wrap: wrap;
}
}