/* Add custom CSS styles below */ 
.product-entry__title, 
.product-card__title, 
.s-product-card-entry .s-product-card-content-title { 
text-align: center !important; 
line-height: 1.5 !important; 
min-height: 4.5em !important;

display: -webkit-box !important;
-webkit-box-orient: vertical !important;
-webkit-line-clamp: 3 !important;
overflow: hidden !important;
}