.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; :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; }