.product-grid-item .name a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: calc(3 * 1.5em);
}

.ga-clicks-track {
    white-space: unset !important;
    display: -webkit-box;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    height: auto!important;
}
.swiper-container2 .swiper-wrapper .product-grid-item .name a {
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    height: calc(2 * 1.5em)!important;
}

.two-lines {
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    height: calc(2 * 1.5em)!important;
}

.three-lines-show {
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical!important;
    height: calc(3 * 1.5em)!important;
}