templates/website/includes/css-product-detail.html.twig line 1

Open in your IDE?
  1. :root {
  2.     {% if (productPage.pageColorText is not null) or (productPage.pageColorText != 'null') %}
  3.         --product-banner-color: {{ productPage.pageColorText }};
  4.     {% endif %}
  5. }