/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 17:31 Unexpected "{"
Line 17:40 Expected ":"
Line 28:35 Unexpected "{"
Line 28:44 Expected ":"
Line 32:4 Unexpected "{"
Line 32:5 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
{% 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 %}