.product-wrapper .product-information .product-detail a .product-image {
    max-height: unset !important;
}

.product-wrapper .product-information .product-detail a .product-image img {
    height: 215px;
    object-fit: scale-down;
}

#product-lists .product-wrapper .product-information .product-detail a .product-image img,
.productRecommend .product-wrapper .product-information .product-detail a .product-image img {
    height: 215px;
    object-fit: scale-down;
}
.product-wrapper .product-information .product-detail .product-image,
.product-wrapper .product-information .product-detail a .product-image {
    height: 215px;
}
.blockSlideWrp {
    height: 381px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .product-wrapper .product-information .product-detail a .product-image img,
    #product-lists .product-wrapper .product-information .product-detail a .product-image img,
    .productRecommend .product-wrapper .product-information .product-detail a .product-image img,
    .product-wrapper .product-information .product-detail .product-image,
    .product-wrapper .product-information .product-detail a .product-image
    {
        height: 225px;
    }
}
@media (max-width: 600px) {
    .product-wrapper .product-information .product-detail a .product-image img,
    #product-lists .product-wrapper .product-information .product-detail a .product-image img,
    .productRecommend .product-wrapper .product-information .product-detail a .product-image img,
    .product-wrapper .product-information .product-detail .product-image,
    .product-wrapper .product-information .product-detail a .product-image {
        height: 185px;
    }
}
@media (max-width: 400px) {
    .product-wrapper .product-information .product-detail a .product-image img,
    #product-lists .product-wrapper .product-information .product-detail a .product-image img,
    .productRecommend .product-wrapper .product-information .product-detail a .product-image img,
    .product-wrapper .product-information .product-detail .product-image,
    .product-wrapper .product-information .product-detail a .product-image {
        height: 165px;
    }
}