2023-01-24 00:02:03 +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
|
|
|
.listPrice {
|
2023-01-24 00:02:03 +00:00
|
|
|
display: none;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sellingPriceValue {
|
|
|
|
font-weight: 700;
|
2023-01-25 02:22:27 +00:00
|
|
|
font-size: 25px;
|
|
|
|
line-height: 38px;
|
|
|
|
color: #000000;
|
|
|
|
margin: 0;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.savings--summary {
|
2023-01-24 00:02:03 +00:00
|
|
|
background: #8bc34a;
|
2023-01-12 16:56:35 +00:00
|
|
|
border-radius: 1000px;
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
font-weight: 600;
|
|
|
|
vertical-align: baseline;
|
2023-01-24 00:02:03 +00:00
|
|
|
color: #ffffff;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.savings-discount--summary {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
font-weight: 600;
|
|
|
|
vertical-align: baseline;
|
2023-01-24 00:02:03 +00:00
|
|
|
color: #ffffff;
|
2023-01-12 16:56:35 +00:00
|
|
|
padding-left: 0.5rem;
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listPrice--summary {
|
|
|
|
margin-bottom: 0.25rem;
|
2023-01-24 00:02:03 +00:00
|
|
|
font-size: 0.875rem;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.installments--summary {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
}
|
|
|
|
|
2023-01-25 02:22:27 +00:00
|
|
|
.installments {
|
2023-01-26 00:55:10 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-01-28 15:31:26 +00:00
|
|
|
font-weight: 400;
|
2023-01-26 00:55:10 +00:00
|
|
|
color: #929292;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2023-01-28 15:31:26 +00:00
|
|
|
.installments .installments-discount,
|
|
|
|
.installments .installmentValue {
|
|
|
|
font-weight: 700;
|
2023-01-25 02:22:27 +00:00
|
|
|
}
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
.savings--summaryPercentage {
|
|
|
|
background: #0f3e99;
|
|
|
|
border-radius: 1000px;
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.savingsPercentage--summaryPercentage {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
font-weight: 600;
|
|
|
|
vertical-align: baseline;
|
2023-01-24 00:02:03 +00:00
|
|
|
color: #ffffff;
|
2023-01-12 16:56:35 +00:00
|
|
|
padding: 0.25rem 0.5rem 0.25rem 0.5rem;
|
2023-01-24 00:02:03 +00:00
|
|
|
}
|