
  :root {
    --enable-sticky-header: 1;
    --enable-transparent-header: 0;
    --loading-bar-background: 40, 49, 64; /* Prevent the loading bar to be invisible */
  }

  #shopify-section-header {--header-background: 255, 255, 255;
    --header-text-color: 40, 49, 64;
    --header-border-color: 223, 224, 226;
    --reduce-header-padding: 0;position: -webkit-sticky;
      position: sticky;top: calc(var(--enable-sticky-announcement-bar) * var(--announcement-bar-height, 0px));
    z-index: 4;
  }#shopify-section-header .header__logo-image {
    max-width: 100px;
  }

  @media screen and (min-width: 741px) {
    #shopify-section-header .header__logo-image {
      max-width: 145px;
    }
  }

  @media screen and (min-width: 1200px) {}