/* ==============================================
   TM24 NOVAChild – Modal z-index Fix
   Modul: modules/shared/modal/modal.css
   Scope: #productImagesModal, body.modal-open
   Quelle: tm24-pdp-fix.css Zeilen 673-704
   UTF-8 ohne BOM
   ============================================== */

/* Modal über alle Header-Elemente heben */
#productImagesModal.modal { z-index: 10000 !important; }

/* Backdrop ebenfalls über den Header */
#productImagesModal.modal + .modal-backdrop,
.modal-backdrop.show { z-index: 9999 !important; }

/* Close-Button immer erreichbar */
#productImagesModal .close { z-index: 10001 !important; opacity: 1 !important; }

/* Bei offenem Modal: Header/Topbar unsichtbar machen */
body.modal-open .shop-topbar,
body.modal-open .tm24-topbar,
body.modal-open .shop-header,
body.modal-open .shop-catsbar,
body.modal-open .shop-home-catsbar {
    visibility: hidden !important;
    pointer-events: none !important;
}
