/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2025 | 02:13:45 */
/* Set a fixed height for WooCommerce product titles */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    height: 100px; /* Change the height value as needed */
    overflow: hidden; /* Hide any overflow text */
    text-overflow: ellipsis; /* Show '...' if the title is too long */
    /*line-height: 1.2em; /* Adjust line height for vertical centering */
}
	.woocommerce .sale-flash {
    display: none !important;
}