2023-01-27 05:57:50 +00:00
|
|
|
@charset "UTF-8";
|
2023-01-23 03:08:32 +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-27 05:57:50 +00:00
|
|
|
/* VALOR PRINCIPAL DO PRODUTO */
|
2023-01-23 03:08:32 +00:00
|
|
|
.sellingPrice--hasListPrice {
|
2023-01-12 16:56:35 +00:00
|
|
|
font-weight: 700;
|
2023-01-23 03:08:32 +00:00
|
|
|
font-size: 25px;
|
|
|
|
line-height: 38px;
|
|
|
|
color: #000000;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 05:57:50 +00:00
|
|
|
/* VALORES DE PARCELAMENTOS E JUROS */
|
|
|
|
.installments--divider {
|
2023-01-26 04:35:27 +00:00
|
|
|
margin-bottom: 8px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-01-27 05:57:50 +00:00
|
|
|
.installments--divider .installmentsNumber {
|
2023-01-23 03:08:32 +00:00
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-01-27 05:57:50 +00:00
|
|
|
color: #929292;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-01-27 05:57:50 +00:00
|
|
|
.installments--divider .installments-x--divider {
|
2023-01-23 03:08:32 +00:00
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-01-27 05:57:50 +00:00
|
|
|
color: #929292;
|
2023-01-26 04:35:27 +00:00
|
|
|
}
|
2023-01-27 05:57:50 +00:00
|
|
|
.installments--divider .installmentValue--divider {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
font-weight: 700;
|
2023-01-26 04:35:27 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-01-27 05:57:50 +00:00
|
|
|
color: #929292;
|
2023-01-26 04:35:27 +00:00
|
|
|
}
|
2023-01-27 05:57:50 +00:00
|
|
|
.installments--divider .installments-discount--divider {
|
2023-01-26 04:35:27 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-01-27 05:57:50 +00:00
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* PROMOÇÃO DA PRATELEIRA VOCÊ TAMBÉM PODE GOSTAR */
|
|
|
|
.listPrice {
|
|
|
|
font-family: "Opens Sans", sans-serif;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #bababa;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.listPrice .listPriceValue::before {
|
|
|
|
content: "de ";
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.listPrice .listPriceValue::after {
|
|
|
|
content: " por";
|
|
|
|
font-size: 14px;
|
2023-01-23 03:08:32 +00:00
|
|
|
}
|