.sticky-header .header-container {
  position: sticky;
  top: 0;
  z-index: var(--z-index-navigation);
}

.shopify-section-header-sticky .header-wrapper--border-bottom {
  box-shadow: none;
}

.shopify-section-header-hidden {
  transform: translateY(calc(-100% - 0.1rem));
}
