/** Shopify CDN: Minification failed

Line 22:4 Unexpected "{"
Line 22:5 Expected identifier but found "%"
Line 23:23 Expected identifier but found whitespace
Line 23:25 Unexpected "{"
Line 23:35 Expected ":"
Line 24:4 Unexpected "{"
Line 24:5 Expected identifier but found "%"
Line 25:23 Expected identifier but found whitespace
Line 25:25 Unexpected "{"
Line 25:35 Expected ":"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:theme-footer (INDEX:101) */
footer {
    {% if settings.footer_global_background_color != blank and settings.footer_global_background_color != 'rgba(0,0,0,0)' %}
      background-color: {{ settings.footer_global_background_color }};
    {% else %}
      background-color: {{ settings.footer_background_color }};
    {% endif %}
  }
/* END_SECTION:theme-footer */