The problem is the stylesheet eael-post-(some number).min.css file in upload folder
wp-content/uploads/essential-addons-elementor/
(which can be a security problem – try to search this path on google you will see results)
This file is updating every day with his styles, because of that if you make any changes will not affect for long time.
Styles that must be change in this code are:
.eael-product-grid .woocommerce ul.products{
margin:0!important;
padding:0!important
}
.eael-post-grid .woocommerce ul.products{
display:grid;
grid-gap:25px;
margin:0!important;
padding:0!important}
.eael-product-grid .woocommerce ul.products .product,.eael-post-grid .woocommerce ul.products .product{
width:24%;
margin:2px;
padding:4px
}