[class*=title-line-] .wd-product .wd-entities-title {
    overflow:hidden;
    max-height:calc(var(--wd-line-count, 1)*var(--wd-line-height, 1.4em));
    line-height:var(--wd-line-height, 1.4em)
}
.title-line-two {
    --wd-line-count: 2
}
