.savings, .listPrice { display: none; } .listPrice--summary { display: block; font-size: 14px; line-height: 19px; color: $color-gray13; padding-bottom: 8px; @include mq(md, max) { font-size: 12px; line-height: 16px; } &::before { content: 'de '; text-decoration: line-through; } &::after { content: ' por'; text-decoration: line-through; } } .sellingPrice--summary { font-size: 24px !important; line-height: 33px !important; @include mq(md, max) { font-size: 18px !important; line-height: 25px !important; } } .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; } } }