/** Shopify CDN: Minification failed

Line 31:4 Unexpected "{"
Line 31:5 Expected identifier but found "%"
Line 39:4 Unexpected "{"
Line 39:5 Expected identifier but found "%"
Line 41:4 Unexpected "{"
Line 41:5 Expected identifier but found "%"
Line 45:4 Unexpected "{"
Line 45:5 Expected identifier but found "%"
Line 47:4 Unexpected "{"
Line 47:5 Expected identifier but found "%"
... and 14 more hidden warnings

**/


/* CSS from section stylesheet tags */
.header-wrapper {
        position: relative;
    }
    .header {
        border-bottom: 1px solid $bd-color;
    }

    .header__logo {
        margin-left: auto;
        margin-right: auto;
    }

    {% if section.settings.hide_header %}
        .header,
        .announcement-bar,
        .header__cta,
        .header__tools,
        .nav__burger {
            display: none;
        }
    {% endif %}

    {% if section.settings.hide_navigation %}
        .header__nav {
            display: none;
        }
    {% endif %}

    {% if section.settings.hide_footer %}
        .footer {
            display: none;
        }
    {% endif %}
.header-wrapper {
        position: relative;
    }
    .header {
        border-bottom: 1px solid $bd-color;
    }

    .header__logo {
        margin-left: auto;
        margin-right: auto;
    }

    {% if section.settings.hide_header %}
        .header,
        .announcement-bar,
        .header__cta,
        .header__tools,
        .nav__burger {
            display: none;
        }
    {% endif %}

    {% if section.settings.hide_navigation %}
        .header__nav {
            display: none;
        }
    {% endif %}

    {% if section.settings.hide_footer %}
        .footer {
            display: none;
        }
    {% endif %}