/* Force 2 line title inclusve */
.woocommerce ul.products li.product h2 {
  line-height: 2.5ex;
  height: 6ex; /* 2.5ex for each visible line */
  overflow: hidden;
}