/** Shopify CDN: Minification failed

Line 13:0 Unexpected "{"
Line 13:1 Expected identifier but found "%"
Line 15:30 Expected ")" to end URL token
Line 17:2 Unexpected "{"
Line 17:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
{% if section.settings.background %}
    .breadcrumb-background{
      background-image:url({{ section.settings.background | img_url: 'master'}}) !important;
    }
  {% endif %}