/* GamePC: compact, always-visible desktop header. */
@media (min-width: 768px) {
  /* Hide the desktop phone, opening-hours and email contact block. */
  html body .top-navigation-bar .top-navigation-contacts {
    display: none !important;
  }

  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;
  }

  /* Reduce only the white row while preserving the full-size header controls. */
  html body:not(.ordering-process) #header .header-top {
    padding-top: 12px !important;
    padding-bottom: 12px !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, 122px) !important;
    z-index: 10 !important;
    max-height: calc(100dvh - var(--gpc-retail-menu-top, 122px) - 12px) !important;
  }
}
