2023-02-08 14:09:41 +00:00
|
|
|
/*
|
|
|
|
0 - 600PX: Phone
|
|
|
|
600 - 900px: Table portrait
|
|
|
|
900 - 1200px: Tablet landscape
|
|
|
|
[1200 - 1800] is where our nortal styles apply
|
|
|
|
1800px + : Big desktop
|
|
|
|
*/
|
|
|
|
/* Media Query M3 */
|
|
|
|
/* Grid breakpoints */
|
2023-01-12 16:56:35 +00:00
|
|
|
.savings {
|
2023-02-08 14:09:41 +00:00
|
|
|
display: none;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-08 14:09:41 +00:00
|
|
|
.installments {
|
|
|
|
color: #929292;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-08 14:09:41 +00:00
|
|
|
.listPrice {
|
|
|
|
font-family: "Opens Sans", sans-serif;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #bababa;
|
|
|
|
font-size: 14px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-08 14:09:41 +00:00
|
|
|
.listPrice .listPriceValue::before {
|
|
|
|
content: "de ";
|
|
|
|
font-size: 14px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-08 14:09:41 +00:00
|
|
|
.listPrice .listPriceValue::after {
|
|
|
|
content: " por";
|
|
|
|
font-size: 14px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-08 14:09:41 +00:00
|
|
|
.installments--divider {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
line-height: 21px;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-bottom: 8px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-08 14:09:41 +00:00
|
|
|
.sellingPriceValue {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 38px;
|
|
|
|
color: #000;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-08 14:09:41 +00:00
|
|
|
.installmentValue {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|