.sellingPriceValue { // background-color: yellowgreen; // font-family: "Open Sans"; font-weight: 700; font-size: 25px; line-height: 38px; color: #000000; } .installments { margin-bottom: 8px; font-family: "Open Sans"; font-size: 16px; line-height: 22px; color: #929292; .installmentsNumber, .currencyContainer { font-weight: 700; } } .savings { // font-family: "Open Sans"; font-weight: 300; font-size: 13px; color: #929292; } /* ----- SHELF ----- */ .listPrice--summary { // background-color: red; // font-family: "Open Sans"; // font-style: normal; // font-weight: 400; font-size: 14px; line-height: 19px; // text-align: center; text-decoration-line: line-through; color: #bababa; @include mq(lg, max) { font-size: 12px; line-height: 16px; } } .sellingPrice--summary { padding-top: 8px; // background-color: white; .sellingPriceValue--summary { // font-family: "Open Sans"; // font-style: normal; // font-weight: 700; font-size: 24px; line-height: 33px; color: #000000; @include mq(lg, max) { font-size: 18px; line-height: 25px; } } }