diff --git a/styles/css/vtex.product-price.css b/styles/css/vtex.product-price.css index a33f3cc..b63b44a 100644 --- a/styles/css/vtex.product-price.css +++ b/styles/css/vtex.product-price.css @@ -155,4 +155,10 @@ .sellingPrice--hasListPrice { margin-bottom: 24px; } + .listPrice--product-list-price { + font-size: 12px; + } + .sellingPriceValue { + font-size: 18px; + } } \ No newline at end of file diff --git a/styles/sass/pages/product/vtex.product-price.scss b/styles/sass/pages/product/vtex.product-price.scss index 5995e4a..d017fb5 100644 --- a/styles/sass/pages/product/vtex.product-price.scss +++ b/styles/sass/pages/product/vtex.product-price.scss @@ -146,4 +146,12 @@ .sellingPrice--hasListPrice { margin-bottom: 24px; } + + .listPrice--product-list-price { + font-size: 12px; + } + + .sellingPriceValue { + font-size: 18px; + } }