.s-product-card-content,
.s-product-card-content-main,
.s-product-card-entry {
    height: auto !important;
    min-height: unset !important;
}

.s-product-card-content-title,
.s-product-card-content-title a,
.s-product-card-name,
.s-product-card-name a,
.product-title,
.product-title a {
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    line-height: 1.5 !important;
    height: auto !important;
    max-height: none !important;
}