<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nav-main .element-banner-stripe {
 	background-color:#BABABA;   
}

.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 {
    background: #ff4922!important;
}

#vitrine &gt; div.element-highlight &gt; div &gt; span {
    display:none;
}

/* Exibir apenas preço “a partir de” */ 
#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; 
} 

/* Remover Preço á vista na Vitrine */ 
#product-list .product-list-item .product-info .product-cash-price, 
#product-list-sidebar .product-list-item .product-info .product-cash-price { 
display: none !important; 
} 

/* Remover Preço Parcelado na Vitrine */ 
#product-list .product-list-item .product-info .product-parcelled-price, 
#product-list-sidebar .product-list-item .product-info .product-parcelled-price { 
display: none !important; 
} </pre></body></html>