/* Čistírna Jímka — Task 10: cold-load reservation for the desktop native header.
 * Enabled only by the inline bootstrap while no replacement header is mounted.
 * No content is hidden; the 65px reservation equals the v2 header (64px + 1px border).
 */
@media (min-width: 900px) {
  html.cj-cold-header-pending body:not(.cj-mega-menu-v2-ready):not(.id-1057.retention-category-redesign) #header {
    box-sizing: border-box !important;
    height: 65px !important;
    min-height: 65px !important;
    max-height: 65px !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  html.cj-cold-header-pending body:not(.cj-mega-menu-v2-ready):not(.id-1057.retention-category-redesign) #header .navigation-wrapper {
    display: none !important;
  }
}