/* Product Listing - Start */

.oom-product-listing h2.woocommerce-loop-product__title {
 	min-height: 55px; /* Adjust this if needed */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Number of lines */
    text-overflow: ellipsis;
    white-space: normal;
    height: 55px; /* Ensure the height is sufficient for 2 lines */
}

/* Product Listing - End */