.section-header.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  z-index: 3;
  margin-bottom: 0;
}

.section-header.shopify-section-header-sticky.animate {
  transition: top 0.15s ease-out;
}

.section-header.shopify-section-header-sticky.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}
