/**
 * Theme Name:     Galaxy Bazar Child
 * Author:         Sarim Hussain
 * Template:       galaxy-bazar
 * Text Domain:	   galaxy-bazar-child
 * Description:    Its a Ecommerce Website
 */
h2.woocommerce-loop-product__title {
    max-width: 28ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}