Cart
0
.product__title h1 {
font-size: 34px !important;
line-height: 1.2 !important;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}