/* product-itembox.scss */

.layout-gallery .mcm-box-container .mcm-product-bottom .mcm-product-overlay .dropdown-menu.show, .bootstrap-select .dropdown-menu {
  z-index: 1001;
  max-height: 18rem;
}

/* banner-logo.scss */
.banner-logo-pattern img {
  min-width: 150px;
}
/* table.scss */
.table.artikeltabelle th:has([data-toggle="popover"]) [data-toggle="popover"] {
  position: unset;
  top: 10px;
  right: 10px;
}
/* mcm-multibanner.scss */
.mcm-product-wrapper .mcm-product-inside .mcm-product-top img {
  max-width: 100%;
}

/* header.scss der folgende Stil wird vermutlich nicht gebraucht und kann aus der datei ganz entfernt werden (aktuell: z-index: 5000000) */
@media (max-width: 991.98px) {
  header {
    z-index: 1020;
  }
}

.modal {z-index: 9999999999}