2023-02-03 00:37:40 +00:00
|
|
|
.sellingPrice--hasListPrice {
|
2023-02-09 00:28:55 +00:00
|
|
|
margin: 51px 0 0;
|
2023-02-03 00:37:40 +00:00
|
|
|
font-weight: 700;
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.installments--sellingInfo {
|
|
|
|
font-size: 0;
|
|
|
|
|
|
|
|
.installmentsNumber,
|
|
|
|
.installmentValue {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: $color-gray6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.installmentsNumber::after {
|
|
|
|
content: " x ";
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.installmentValue {
|
|
|
|
&::before,
|
|
|
|
&::after {
|
|
|
|
content: "de ";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: " sem juros";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|