/*
Theme Name: Sadpar
Theme URI: https://example.com/
Author: Your Name
Version: 2
Description: A custom zero theme built from scratch for an e-commerce website.
*/
.loop-product-title, .result-product-title ,.product-name a {
	display:-webkit-box !important;
	-webkit-text-size-adjust:100% !important;
	-ms-text-size-adjust:100% !important;
	max-height:3rem !important;
	-webkit-line-clamp:2 !important;
	-webkit-box-orient:vertical !important;
	-moz-box-orient:vertical !important;
	-ms-box-orient:vertical !important;
	overflow:hidden !important;
	
}
