/**
 * Iuvenio.com — oprava překrývání popupu obsahem kategorie.
 * Soubor načtěte až po stávajících CSS webu.
 */

/*
 * Leadhub vkládá popup dynamicky do bezejmenného elementu přímo pod body.
 * Zvednutí celého obalu zachová overlay i obsah modalu ve stejné horní vrstvě.
 */
body > div:has(.lh-popup--root),
.lh-popup--root {
  position: relative !important;
  z-index: 2147483647 !important;
}

@media screen and (min-width: 768px) {
  body.type-category .category-top,
  body.type-category .breadcrumbs-wrapper {
    z-index: auto !important;
  }

  body.type-category .subcategories.with-image li .image,
  body.type-category .subcategories.with-image li .text {
    z-index: auto !important;
  }
}
