/*
  IONTMAX sitewide anti-FOUC boot – CSS
  Nahraj: /user/documents/upload/iontmax-site-boot.css

  <link rel="stylesheet" href="/user/documents/upload/iontmax-site-boot.css?v=2">
  <script src="/user/documents/upload/iontmax-site-boot.js?v=2"></script>

  Bez full-page hide (žádné bílé „cvaknutí“).
  Schovává jen nativní chrome, který JS stejně přestaví.
*/

:root {
  --im-max: 1800px;
  --im-pad: clamp(20px, 4vw, 72px);
  --im-text: #1a1b1d;
}

/* Top bar – IONTMAX ho vždy schovává */
.top-navigation-bar {
  display: none !important;
}

/* Header: logo zůstane, schovej jen části, které JS přesune do .im-header */
#header:not(:has(.im-header)) {
  min-height: 64px;
  background: #fff;
}

#header:not(:has(.im-header)) .navigation-buttons,
#header:not(:has(.im-header)) .navigation-tools,
#header:not(:has(.im-header)) #navigation,
#header:not(:has(.im-header)) .navigation-in,
#header:not(:has(.im-header)) .user-action,
#header:not(:has(.im-header)) [data-testid="hamburgerMenu"],
#header:not(:has(.im-header)) [data-target="navigation"] {
  display: none !important;
}
