main .tp-product-title {
    font-size: 14px !important;
}

.tp-product-title.line-clamp-2 {
  display: block;              
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;

  line-height: 1.33em;
  height: calc(1.33em * 3);    
  overflow: hidden;
}