#product-list .product-list-item .product-image a:not(.label-unavailable),
#product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) {
	padding-top: 150%;
}
#product-list .product-list-item .product-image a:not(.label-unavailable) img {
    width: 100%;
}
#product-list .product-list-item .product-image a:not(.label-unavailable),
#product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) {
	padding-top: 150%;
}

body:not(.pagina-produto) .product-name h2 {
    font-size: 14px !important;
}

/* Exibir apenas preço maior */ 
p.product-price.product-wholesale {display: none}
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit {
    background: #4f9071;
}
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy, .element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy-kit, .element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-dealer {
    background: #4f9071;
}
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy:hover, .element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy-kit:hover, .element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-dealer:hover {
    background: #009950;
}
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy:hover, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit:hover {
    background: #009950;
}
.btn-buy::after {
    content: "Comprar Agora";
    display: inline-block;
}
.btn-buy .btn-text {
    display: none;
}
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit {
    background: #4f9071;
    padding: 19px 20px;
    font-weight: 900;
}

img[title="EsconderNoDesktop"] {
    display: none !important;
}