@media screen and (min-width: 1200px) {
    .products-page .v3__product_item-title,
    .v3__homepage .v3__product_item-title {
        overflow: hidden;

        height: 48px;
    }

    .products-page .v3__product_item-heart-wrapper,
    .v3__homepage .v3__product_item-heart-wrapper {
        zoom: normal;

        padding: 4px 5px;
    }

    .products-page .product-latest-widget-image,
    .v3__homepage .product-latest-widget-image {
        width: 38px;
        height: 38px;
    }
}