:root {
    --enable-sticky-header: 1;
    --enable-transparent-header: 0;
    --loading-bar-background: 46, 46, 46
}

#shopify-section-sections--15021601554499__header {
    --header-background: 255, 255, 255;
    --header-text-color: 46, 46, 46;
    --header-border-color: 224, 224, 224;
    --reduce-header-padding: 1;
    position: -webkit-sticky;
    top: 0;
    z-index: 4
}

.shopify-section--announcement-bar~#shopify-section-sections--15021601554499__header {
    top: calc(var(--enable-sticky-announcement-bar, 0) * var(--announcement-bar-height, 0px))
}

#shopify-section-sections--15021601554499__header .header__logo-image {
    max-width: 150px
}

@media screen and (min-width:741px) {
    #shopify-section-sections--15021601554499__header .header__logo-image {
        max-width: 215px
    }
}

@media screen and (min-width:1200px) {
    .header__logo {
        order: -1;
        flex: 1 1 0
    }

    .header__inline-navigation {
        flex: 1 1 auto;
        justify-content: center;
        max-width: max-content;
        margin-inline: 48px
    }
}