/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 9:8 Expected identifier but found "%"
Line 13:8 Expected identifier but found "%"

**/
{
        % comment %
    }

    All custom CSS in this file will be kept when updating the theme Write your custom CSS below {
        % endcomment %
    }

    /* HEader  */
    .shopify-section-group-header-group {
        position: sticky;
        /* bottom: 0; */
        z-index: 3;
    }

    /* Main section */
    #MainContent {
        position: sticky;
        /* bottom: 0; */
        z-index: 2;
    }

    /* Footer */
    .shopify-section-group-footer-group {
        position: sticky;
        bottom: 0;
        z-index: 1;
    }
    /* mobile home page logic in theme.liquid */