diff --git a/styles/css/vtex.product-price.css b/styles/css/vtex.product-price.css index 9243a0d..90e06a3 100644 --- a/styles/css/vtex.product-price.css +++ b/styles/css/vtex.product-price.css @@ -59,12 +59,13 @@ } .listPrice .listPriceValue { padding: 0; + text-decoration-thickness: 1px; + color: #bababa; } .listPrice .listPriceValue .currencyContainer { font-weight: 400; font-size: 14px; line-height: 19px; - text-decoration-line: line-through; color: #bababa; display: block; } diff --git a/styles/sass/pages/product/vtexProduct/vtex.product-price.scss b/styles/sass/pages/product/vtexProduct/vtex.product-price.scss index c2f638f..9a502a2 100644 --- a/styles/sass/pages/product/vtexProduct/vtex.product-price.scss +++ b/styles/sass/pages/product/vtexProduct/vtex.product-price.scss @@ -51,11 +51,12 @@ } .listPriceValue { padding: 0; + text-decoration-thickness: 1px; + color: #bababa; .currencyContainer { font-weight: 400; font-size: 14px; line-height: 19px; - text-decoration-line: line-through; color: $BABABA; display: block; @media (max-width: 1025px) and (min-width: 768px) {