/*esconder o numero do telefone*/
span.info-phone:not(.info-whatsapp) {
    display: none !important;
}

/*Ajuste fundo dos produtos*/
#product-list .product-list-item .product-list-item-inner {
    background: #000;
    }
/* trocar Texto do Botão Comprar na Vitrine 
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy .btn-text, 
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit .btn-text { 
font-size: 0; 
} 
 
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy .btn-text:before, 
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit .btn-text:before { 
content: "Compre pelo whats"; 
font-size: 15px;
} 
*/ 

.esconder {
    display: none !important;
}