/** Shopify CDN: Minification failed

Line 18:2 Unexpected "{"
Line 18:3 Expected identifier but found "%"
Line 19:23 Expected ")" to end URL token
Line 20:2 Unexpected "{"
Line 20:3 Expected identifier but found "%"
Line 21:15 Expected identifier but found whitespace
Line 21:17 Unexpected "{"
Line 21:27 Expected ":"
Line 21:48 Expected identifier but found "!"
Line 22:2 Unexpected "{"
... and 1 more hidden warnings

**/
/* Custom background override for Dawn */
body {
  {% if settings.background_image != blank %}
    background: url({{ settings.background_image | image_url }}) center center / cover no-repeat fixed !important;
  {% else %}
    background: {{ settings.background_color }} !important;
  {% endif %}
}
