/* Add custom CSS styles below */ 
body.switch2_on custom-salla-product-card.product-block .title {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	white-space: wrap;
}