diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 591859a..d084200 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -396,4 +396,8 @@ .productDescriptionContainer .productDescriptionText { font-size: 18px; } +} + +.discountInsideContainer { + display: none; } \ No newline at end of file diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index ee3eead..ba9d014 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -553,5 +553,7 @@ } - +.discountInsideContainer{ + display: none; +} // tab-descrição-fim