/* Animate top, not transform: the member bottom navigation is a fixed descendant. */
html body .product-header.scroll-aware-header{position:fixed!important;inset-inline:0;top:0!important;width:100%;z-index:50;transition:top .18s ease}
html body .product-header.scroll-aware-header.is-scroll-hidden{top:calc(-1 * var(--scroll-header-height,160px) - 2px)!important}
.scroll-header-spacer{display:block;flex-shrink:0;pointer-events:none}
@media(prefers-reduced-motion:reduce){html body .product-header.scroll-aware-header{transition:none}}
