.product-listing.mode-grid .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6.25em;
    line-height: 1.25em;
    white-space: unset !important;
}