57 lines
906 B
SCSS
57 lines
906 B
SCSS
.listPrice {
|
|
display: none;
|
|
}
|
|
|
|
// Preço
|
|
|
|
:global(.vtex-product-price-1-x-sellingPrice--hasListPrice) {
|
|
@media screen and (max-width: 1024px) {
|
|
margin-top: 24px !important;
|
|
}
|
|
}
|
|
|
|
.sellingPriceValue {
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
color: $black;
|
|
margin: 0;
|
|
}
|
|
|
|
// Informações de parcelamento
|
|
|
|
.installments {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
font-weight: 400;
|
|
color: $gray-500;
|
|
margin-bottom: 16px;
|
|
|
|
.installments-discount,
|
|
.installmentValue {
|
|
font-weight: 700;
|
|
}
|
|
|
|
// .installmentsNumber {
|
|
// font-size: 0 !important;
|
|
|
|
// &::before {
|
|
// content: "36 x";
|
|
// font-size: 16px;
|
|
// }
|
|
|
|
// &::after {
|
|
// content: " de ";
|
|
// font-weight: 400;
|
|
// font-size: 16px;
|
|
// }
|
|
// }
|
|
|
|
// .installmentValue {
|
|
// &::after {
|
|
// content: " sem juros";
|
|
// font-weight: 400;
|
|
// }
|
|
// }
|
|
}
|