2023-01-23 23:10:06 +00:00
|
|
|
.savings,
|
|
|
|
.listPrice {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-01-25 00:36:12 +00:00
|
|
|
|
2023-02-10 15:33:41 +00:00
|
|
|
.listPrice--summary {
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: $color-gray13;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
2023-02-10 16:34:21 +00:00
|
|
|
@include mq(md, max) {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
2023-02-10 15:33:41 +00:00
|
|
|
&::before {
|
|
|
|
content: 'de ';
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: ' por';
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-10 16:22:28 +00:00
|
|
|
.sellingPrice--summary {
|
|
|
|
font-size: 24px !important;
|
|
|
|
line-height: 33px !important;
|
2023-02-10 16:34:21 +00:00
|
|
|
|
|
|
|
@include mq(md, max) {
|
|
|
|
font-size: 18px !important;
|
|
|
|
line-height: 25px !important;
|
|
|
|
}
|
2023-02-10 15:33:41 +00:00
|
|
|
}
|
|
|
|
|
2023-01-25 00:36:12 +00:00
|
|
|
.sellingPrice {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.installments {
|
|
|
|
font-size: 0;
|
|
|
|
|
|
|
|
&Number {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: $color-gray7;
|
|
|
|
|
|
|
|
&::after {
|
2023-02-10 15:33:41 +00:00
|
|
|
content: ' x ';
|
2023-01-25 00:36:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.installmentValue {
|
|
|
|
.currencyContainer {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: $color-gray7;
|
|
|
|
|
|
|
|
&::before {
|
2023-02-10 15:33:41 +00:00
|
|
|
content: 'de ';
|
2023-01-25 00:36:12 +00:00
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
2023-02-10 15:33:41 +00:00
|
|
|
content: ' sem juros ';
|
2023-01-25 00:36:12 +00:00
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|