2023-01-31 18:43:21 +00:00
|
|
|
.listPrice,
|
|
|
|
.savings {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sellingPrice {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 38px;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.installments {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
2023-02-11 04:40:19 +00:00
|
|
|
|
|
|
|
:global(.vtex-product-price-1-x-listPrice) {
|
|
|
|
display: none;
|
|
|
|
}
|