.headerdesktop__section__wrapper__icons .search,
.headermobile__actions .icon__search,
.newsletterform,
.submenus {
  display: none;
}

@media screen and (min-width:600px) {
  .bigbanner__media__image__pc {
    display:block;
  }
  .bigbanner__media__image__mobile {
    display:none;
  }
  .bigbanner__copy--color-white {
    color: #fff;
  }
}
 @media screen and (max-width:600px) {
  .bigbanner__media__image__pc {
    display:none;
  }
  .bigbanner__media__image__mobile {
    display:block;
  }
}

.nav__item__children {
  top: 73px;
}

.header .sticky {
  height: 32px;
}

.header .sticky__content {
  top: 0;
}

.header--mobile .sticky {
  height: auto;
}

.header--mobile .sticky__content {
  top: 32px;
}

.header--desktop .sticky {
  height: 74px;
}

.header--desktop .sticky__content {
  top: 73px;
}

.header--desktop .sticky__content .nav__item__children {
  top: 73px !important;
}

.swiper-slide {
  max-width: calc(50% - 12px);
  margin-right: 12px;
}

@media only screen and (min-width: 768px) {
  .swiper-slide {
    max-width: calc(33.333333% - 12px);
  }
}

@media only screen and (min-width: 1024px) {
  .swiper-slide {
    max-width: calc(25% - 25px);
    margin-right: 25px;
  }
}

.swiper-slide a:hover .item__images__image:nth-child(1) {
  opacity: 0;
}

.nestedlist__item--highlight .nestedlist__item__text {
  color: #ed0000;
}

.icp_license {
  margin-bottom: 2rem;
}

.icp_license > a {
  font-weight: bold;
  text-decoration: none;
}

.productcarousel__title {
  color: #000;
}

/* Mobile Menu Open State */
.nav--visible div.open {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  top: 0px;
  right: auto;
  left: 0px;
  width: calc(100% + 0px);
  padding: 0px;
  overflow-y: scroll;
}