/** Shopify CDN: Minification failed

Line 19:0 Unexpected "{"
Line 19:1 Expected identifier but found "%"
Line 23:2 Unexpected "{"
Line 23:3 Expected identifier but found "%"
Line 24:28 Expected identifier but found whitespace
Line 24:30 Unexpected "{"
Line 24:39 Expected ":"
Line 27:16 Expected identifier but found whitespace
Line 27:18 Unexpected "{"
Line 27:27 Expected ":"
... and 10 more hidden warnings

**/


/* CSS from section stylesheet tags */
{% if section.settings.animation %}
   .announcement-bar--marquee.direction-left>div {
     animation: none;
   }
  {% endif %}
  --font-announcement-scale: {{ section.settings.font-size }}
  .announcement-bar--inner {
    font-size: var(--font-announcement-scale );
    font-weight: {{ section.settings.font-weight }};
    }
--color-header-links:{{ section.settings.primary_color  }} ;
    --font-navigation-scale;{{ section.settings.font-size }};
  .thb-full-menu a,.thb-full-menu>li>a {
     font-weight:{{ section.settings.font-weight }} ;
     color: --color-header-links;
     font-size:  --font-navigation-scale
  }