@charset "utf-8";

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

#shopify-section-sections--19140125065371__header { --header-background: 40, 40, 40; --header-text-color: 255, 255, 255; --header-border-color: 72, 72, 72; --reduce-header-padding: 1; position: sticky; top: 0px; z-index: 4; }

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

#shopify-section-sections--19140125065371__header .header__logo-image { max-width: 85px; }

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

@media screen and (min-width: 1200px) {
  .header__logo { order: -1; flex: 1 1 0px; }
  .header__inline-navigation { flex: 1 1 auto; justify-content: center; max-width: max-content; margin-inline: 48px; }
}