/* Start custom CSS for shortcode, class: .elementor-element-d5d1be2 */.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.8em;
    line-height: 1.4em;
    min-height: 2.8em;
    max-height: 2.8em;
}/* End custom CSS */