/* Keep the full header navigation attached to the browser viewport. */
.shopify-section-group-header-group {
  min-height: 145px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  z-index: 100;
}

html {
  scroll-padding-top: 145px;
}

@media (max-width: 749px) {
  .shopify-section-group-header-group {
    min-height: 132px;
  }

  html {
    scroll-padding-top: 132px;
  }
}
