#product-list-sidebar .product-list-item .product-info p.product-price span:first-child, 
#product-list .product-list-item .product-info p.product-price span:first-child { 
    display: initial !important; 
    text-transform: lowercase; 
} 
 
#product-list-sidebar .product-list-item .product-info p.product-price.product-old-price + .product-price.product-sell-price, 
#product-list .product-list-item .product-info p.product-price.product-old-price + .product-price.product-sell-price { 
    display: none !important; 
}

.element-banner-main img,
.bx-wrapper img {
    display: block;
    width: 100%;
    height: 100%; 
    object-fit: contain
}

.bx-wrapper {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto; 
    display: block;
    object-fit: contain;
}

.element-banner-main {
    background-image: url "https://cdn.dlojavirtual.com/static1/102370/banner/topo_172926552395270.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
/* Aumentar espaço da imagem (Estilo Monnieri)  */ 
#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%; 
} 
