.product-item .product-item__title {
    text-decoration: none !important;
    color: #222021 !important;
    margin-bottom: 0;
    min-height: 67px;
    max-height: 67px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}