/** Shopify CDN: Minification failed

Line 14:0 Unexpected "{"
Line 14:1 Expected identifier but found "%"
Line 15:31 Unexpected "{"
Line 15:40 Expected ":"
Line 26:35 Unexpected "{"
Line 26:44 Expected ":"
Line 30:4 Unexpected "{"
Line 30:5 Expected identifier but found "%"

**/
/* 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 */
