#shopify-section-header{top:calc(var(--header-height) * -1);position:sticky;z-index:1000;left:0;right:0;-ms-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);-o-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1);background-color:#fff;transition:top .3s ease-in-out}#shopify-section-header.scrolling-down{top:calc(var(--header-full-height) * -1)}#shopify-section-header.scrolling-up{top:calc(var(--header-height) * -1)}