.savings, .listPrice { display: none; } .sellingPrice { font-weight: 700; font-size: 25px; line-height: 38px; } .installments { font-size: 0; &Number { font-weight: 700; font-size: 16px; line-height: 22px; color: $color-gray7; &::after { content: " x "; } } } .installmentValue { .currencyContainer { font-weight: 700; font-size: 16px; line-height: 22px; color: $color-gray7; &::before { content: "de "; font-weight: 400; } &::after { content: " sem juros "; font-weight: 400; } } }