2023-01-23 22:15:33 +00:00
|
|
|
.installments--parcelamentos {
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: $color-gray6;
|
|
|
|
|
|
|
|
.installmentsNumber {
|
|
|
|
font-weight: 700;
|
2023-01-27 01:36:11 +00:00
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: " x";
|
|
|
|
}
|
2023-01-23 22:15:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.installmentValue {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
2023-01-26 21:08:57 +00:00
|
|
|
|
|
|
|
//PRATELEIRA PRECOS
|
|
|
|
.listPrice--summary {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: $color-gray11;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
|
|
|
:global(.vtex-product-price-1-x-currencyCode--summary) {
|
|
|
|
&::before {
|
|
|
|
content: "de ";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
:global(.vtex-product-price-1-x-listPriceValue--summary) {
|
|
|
|
&:last-child {
|
|
|
|
&::after {
|
|
|
|
content: " por";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sellingPrice--summary {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 33px;
|
|
|
|
color: $color-black-100;
|
|
|
|
}
|