[class*="title-line-"] {
    --title-line-count: 1;
    --title-line-height: 18px
}

[class*="title-line-"] .product-grid-item .wd-entities-title {
    /* overflow:hidden; */
    /* line-height:var(--title-line-height); */
    /* max-height:calc(var(--title-line-count) * var(--title-line-height)); */
}

.title-line-two {
    --title-line-count: 2
}

@media (max-width: 576px) {
    [class*="title-line-"] .product-grid-item.col-6 {
        --title-line-height: 15px
    }
}
