[class*="title-line-"] .product-grid-item .wd-entities-title {
	overflow: hidden;
	max-height: calc(var(--title-line-count) * var(--title-line-height));
	line-height: var(--title-line-height);
}

.title-line-two {
	--title-line-count: 2;
}

@media (max-width: 576px) {
	[class*="title-line-"] .product-grid-item.col-6, .owl-items-xs-2 [class*="title-line-"] .product-grid-item {
		--title-line-height: 15px;
	}
}