/*Retirar o botão de comprar */
#product-list .product-list-item .wrapper-btn-product, #product-list-sidebar .product-list-item .wrapper-btn-product {
    display: none;
}
.content-main-cols-1 .element-product-detail .wrapper-product-price .wrapper-btn-buy {
    display: none;
}
/*Fim retirar o botão de comprar */

/*remove sombra dos produtos*/
#product-list .product-list-item, 
#product-list-sidebar .product-list-item {
    box-shadow: none;
}