/** Shopify CDN: Minification failed

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

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