diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php
index 80384b3..05e90cc 100755
--- a/frontend/views/catalog/product.php
+++ b/frontend/views/catalog/product.php
@@ -327,6 +327,7 @@
variant->price_old){?>
+ Цена
= $product->variant->price_old ?>
грн.
diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css
index d7db32b..93d4cc5 100755
--- a/frontend/web/css/css_header.css
+++ b/frontend/web/css/css_header.css
@@ -23948,6 +23948,11 @@ line-height: 28px;
display: block
}
+.product_detail .info_table .price_block .price .main .price_prefix {
+font-size: 12px;
+font-weight: 400;
+}
+
.product_detail .info_table .price_block .price .currency,.product_popup_gallery .price .currency {
font-size: 12px;
font-weight: 400
--
libgit2 0.21.4