2023-01-12 16:56:35 +00:00
|
|
|
.listPrice {
|
|
|
|
color: #727273;
|
2023-01-23 19:35:52 +00:00
|
|
|
margin-bottom: 0.25rem;
|
2023-01-12 16:56:35 +00:00
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sellingPrice {
|
|
|
|
color: #3f3f40;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sellingPriceValue {
|
|
|
|
font-size: 2.25rem;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.installments {
|
|
|
|
color: #727273;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.savings {
|
|
|
|
font-weight: 500;
|
2023-01-23 19:35:52 +00:00
|
|
|
color: #79b03a;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sellingPriceValue--summary {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
font-weight: 600;
|
2023-01-23 19:35:52 +00:00
|
|
|
color: #2e2e2e;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.savings--summary {
|
2023-01-23 19:35:52 +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-23 19:35:52 +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-23 19:35:52 +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-23 19:35:52 +00:00
|
|
|
font-size: 0.875rem;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.installments--summary {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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-23 19:35:52 +00:00
|
|
|
color: #ffffff;
|
2023-01-12 16:56:35 +00:00
|
|
|
padding: 0.25rem 0.5rem 0.25rem 0.5rem;
|
|
|
|
}
|