.product-item .product-img{
    padding: 0;
}
.product-item .product-title,.product-item-col .product-title{
    margin-top: 10px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 10px;
    padding: 0 10px;
    height: auto;
}
.product-item .product-img img,.product-item-col .product-img a img{
    object-fit: cover;
}
.product-item-col .product-title{
    height: 35px;
}
.header-center.scroll {
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 109px -89px 155px 10px rgba(62, 66, 66, 0.05);
    -moz-box-shadow: 109px -89px 155px 10px rgba(62,66,66,0.05);
    box-shadow: 109px -89px 155px 10px rgba(62, 66, 66, 0.05);
}
