.h2m-megamenu__product {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.h2m-product--image {
  width: 100% !important;
  height: 160px !important;
  margin-bottom: 8px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.h2m-poduct-image-item {
  width: auto !important;
  height: 100% !important;
  object-fit: contain !important;
}

.h2m-product--info {
  width: 100% !important;
  text-align: center !important;
}

.h2m-submenu-content.h2m-list-megamenu {
  justify-content: center !important;
}

.h2m-mega-wrapper {
  background-color: rgb(244, 243, 240) !important;
}

/* ANG / H2M Menü im Header transparent machen */
.header-wrapper .h2m-menu-nav,
.header-wrapper .h2m-main-menu-item,
.header-wrapper .h2m-menu-item-inner,
.header-wrapper .h2m-title-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* Aktiven Menüpunkt nicht einfärben */
.header-wrapper .h2m-main-menu-item:hover,
.header-wrapper .h2m-main-menu-item:focus,
.header-wrapper .h2m-main-menu-item.active,
.header-wrapper .h2m-menu-item-inner:hover,
.header-wrapper .h2m-menu-item-inner:focus {
  background: transparent !important;
}