57 lines
975 B
SCSS
57 lines
975 B
SCSS
.installments--parcelamentos {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: $color-gray6;
|
|
|
|
.installmentsNumber {
|
|
font-weight: 700;
|
|
|
|
&::after {
|
|
content: " x";
|
|
}
|
|
}
|
|
|
|
.installmentValue {
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
//PRATELEIRA PRECOS
|
|
.listPrice--summary {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: $color-gray11;
|
|
margin-bottom: 8px;
|
|
@media screen and (max-width: 1024px) {
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
: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;
|
|
@media screen and (max-width: 1024px) {
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
}
|
|
}
|