woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product .woocommerce-loop-category__title {
 --line-height: 1.4;
 line-height: var(--line-height);
 min-height: calc(2em * var(--line-height));
}