<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CUSTOM PREÇOS*/
#product-list-sidebar .product-list-item .product-info p.product-price .product-price, #product-list .product-list-item .product-info p.product-price .product-price, #product-list-sidebar .product-list-item .product-info p.product-price .product-big-price, #product-list .product-list-item .product-info p.product-price .product-big-price {
    font-size: 14px;
    line-height: 23px;
    text-decoration: line-through;
    color: #7e7e7e;
}
p.product-cash-price {
    color: #0dba07;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
p.product-cash-price span:first-child {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #0dba07;
    padding-right: 5px;
}
p.product-price.product-sell-price {
    width: 30%;
    text-align: right;
}
p.product-parcelled-price {
    text-align: left;
    line-height: 24px !important;
    font-weight: bold;
    order: 3;
}
li.product-list-item.product-compounded .product-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
}
#product-list .product-list-item .product-info p.product-price .product-price:before {
    display: inline-block;
    content: "ou";
    margin-right: 3px;
    line-height: 23px;
    color: #000;
}
#product-list-sidebar .product-list-item .product-info .product-name, #product-list .product-list-item .product-info .product-name {
    width: 100%;
}
li.product-list-item.product-compounded .product-info p.product-price.product-sell-price {
    order: 2;
    text-align: left;
    width: max-content;
    margin-right: 5px;
}


/*Pag Produto*/
.element-product-detail .wrapper-product-price .product-price {
    display: flex;
    flex-direction: column;
}
.element-product-detail .wrapper-product-price .product-price .product-new-price span:first-child {
    display: none;
}
.element-product-detail .wrapper-product-price .product-price .product-price-off {
    font-weight: bold;
    order: -1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #0dba07;
}
.element-product-detail span.desconto_avista {
    display: block;
    font-size: 24px;
    line-height: 25px;
    color: #0dba07;
    padding-right: 5px;
}
.element-product-detail .wrapper-product-price .product-price .product-new-price span.product-big-price {
    font-size: 15px;
    color: #7e7e7e;
}
.element-product-detail p.product-parcelled-price {
    order: 0;
}
.element-product-detail .wrapper-product-price .product-price .product-new-price {
    order: -1;
    text-decoration: line-through;
    color: #7e7e7e;
}
/*FIM - CUSTOM PREÇOS*/</pre></body></html>