/** Shopify CDN: Minification failed

Line 18:0 Unexpected "{"
Line 18:1 Expected identifier but found "%"
Line 19:31 Unexpected "{"
Line 19:40 Expected ":"
Line 30:35 Unexpected "{"
Line 30:44 Expected ":"
Line 34:4 Unexpected "{"
Line 34:5 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-image-banner (INDEX:16) */
{% if section.settings.mob_bg_color != false %}
    #shopify-section-template-{{ section.id }} .banner__content:after{
        content: '';
        background: hsl(0deg 0% 100% / 60%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    @media screen and (min-width: 1025px) {
        #shopify-section-template-{{ section.id }} .banner__content:after{
            display: none;
        }
    }
    {% endif %}
/* END_SECTION:custom-image-banner */