/* GamePC: keep the complete desktop header visible while the page scrolls. */
@media (min-width: 768px) {
  html body:not(.ordering-process) #header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9 !important;
    width: 100% !important;
    background-color: #fff !important;
    transform: none !important;
  }

  /* Keep account/cart/search panels attached to the sticky header. */
  html body:not(.ordering-process).user-action-visible .popup-widget {
    position: fixed !important;
    top: var(--gpc-retail-menu-top, 158px) !important;
    z-index: 10 !important;
    max-height: calc(100dvh - var(--gpc-retail-menu-top, 158px) - 12px) !important;
  }
}
