body.woocommerce-shop .groups-button-inner{
display:none;
}

body.woocommerce-shop .product-block.grid .rating{
display:none;
}
body.woocommerce-shop .product-block .sale-perc{
display:none;
}
body.woocommerce-shop .product-block.grid.grid-v3 .price{
display:none;
}
body.woocommerce-shop .add-cart{
display:none;
}
body.woocommerce-shop .product-block.grid.grid-v3 a.button:before{
display:none;
}
body.woocommerce-shop .products-grid .product,
body.woocommerce-shop .products-grid .product.first {
        width: 25% !important;
        clear: none !important;
        float: left !important;
    }

body.woocommerce-shop .products-grid .product:nth-child(3n+1) {
        clear: none !important;
    }

body.woocommerce-shop .products-grid .product:nth-child(4n+1) {
        clear: left !important;
    }

body.woocommerce-shop .sidebar-left .widget_block,
body.woocommerce-shop .sidebar-left .widget_bailly_price_filter_slider,
body.woocommerce-shop .sidebar-left .widget_layered_nav,
body.woocommerce-shop .sidebar-left .widget_product_tag_cloud{
display:none;
}


/*body.woocommerce-shop .product-block .name a {*/
/*    white-space: normal !important;*/
/*    overflow: visible !important;*/
/*    text-overflow: unset !important;*/
/*    display: block !important;*/
/*    -webkit-line-clamp: unset !important;*/
/*}*/

body.woocommerce-shop .product-block .name a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important; /* 2 lines */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    line-height: 1.5em !important;
    height: 3em !important; /* 2 × line-height */
}