/**
* Theme Name: Zota Child
* Description: This is a child theme for Zota
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: zota
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
@media (max-width: 575px) {
    .product-block.grid .name:not(.full_name) a {
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
    }
}