/** Shopify CDN: Minification failed

Line 19:2 Unexpected "{"
Line 19:3 Expected identifier but found "%"
Line 33:2 Unexpected "{"
Line 33:3 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-header (INDEX:9, SCOPED:FALSE) */
.collection-image-hide .collection-hero{
      background: none;
      height: auto;
    
  }
  {% if section.settings.hide_image_mobile %}
  @media (max-width: 768px) {
    .collection-image-hide .collection-hero{
      background: none;
      height: auto;
      
    }
    .collection-image-hide parallax-image{
      display: none;
    }
    .collection-image-hide .hide-in-mobile{
      display: none;
    }
  }
  {% endif %}
/* END_SECTION:collection-header */