/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 18:16 Expected identifier but found whitespace
Line 18:18 Unexpected "{"
Line 18:27 Expected ":"
Line 18:65 Expected ":"
Line 20:2 Unexpected "{"
Line 20:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
{% if section.settings.logo != blank %}
    .site-header__logo-image {
      max-width: {{ section.settings.logo_max_width | escape }}px;
    }
  {% endif %}