.h2m-menu__mobile .h2m-main-menu-item>.h2m-menu-item-inner img{
    max-width: 100%;
}
.h2m-menu__mobile .h2m-main-menu-item.main-banner >.h2m-menu-item-inner img{
height: 120px;
object-fit: cover;
}
.h2m-menu__mobile .h2m-main-menu-item.main-banner >.h2m-menu-item-inner{padding: 0 !important; border-radius: 0 !important;}
.h2m-menu-nav .h2m-megamenu__block-item .h2m-block--title{flex-wrap: nowrap;}
.h2m-menu__desktop .h2m-megamenu__block-item .h2m-block--title{margin-inline: var(--h2m-mega-h-padding);}
.h2m-menu__mobile .h2m-megamenu__block-item .h2m-block--title .h2m-block--title_text{flex: 1 1 auto;}

.badge-neu > a .h2m-title-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.badge-neu > a .h2m-title-wrapper::after {
  content: "Neu";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #5A74FF;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.badge-neu-sub > a {
  display: inline-flex;
  align-items: center;
}

.badge-neu-sub > a ::after {
  content: "Neu";
  margin-left: 6px;
  padding: 2px 8px;
  background: #5A74FF;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.badge-neu-sub-mobile .h2m-block--title_text {
  display: inline-flex;
  align-items: center;
}

.badge-neu-sub-mobile .h2m-block--title_text::after {
  content: "Neu";
  margin-left: 6px;
  padding: 2px 8px;
  background: #5A74FF;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  top: -1px;
}

@media (min-width: 990px) {
  .badge-neu-sub-mobile .h2m-block--title_text::after {
    display: none;
  }
}