.ee_autocomplete__item:hover {
  cursor: pointer;
}
@media (min-width: 480px) {
  .hero {
    position: relative;
  }
}
.hero__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 912px) {
  .hero__wrapper {
    flex-direction: row;
    align-items: stretch;
    min-height: 88px;
  }
  .hero__wrapper.has-image-desktop .hero__content,
  .hero__wrapper.has-image-desktop .hero__image {
    width: 50%;
  }
  .hero__wrapper.has-image-desktop.hero__wrapper--standard {
    flex-direction: row-reverse;
  }
}
.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  -webkit-hyphens: auto;
          hyphens: auto;
  width: 100%;
}
@media (min-width: 912px) {
  .hero__content {
    justify-content: center;
  }
  .hero__wrapper:not(.has-image-desktop) .hero__content {
    position: static;
  }
}
@media (min-width: 1152px) {
  .hero__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .hero__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 912px) {
  .hero__wrapper--product-teaser .hero__content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1152px) {
  .hero__wrapper--product-teaser .hero__content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 912px) {
  .hero__wrapper--stage-teaser .hero__content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1152px) {
  .hero__wrapper--stage-teaser .hero__content {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (min-width: 912px) {
  .hero__wrapper--storer.has-image-desktop .hero__teaser-headline,
  .hero__wrapper--storer.has-image-desktop .hero__teaser__teaser-title {
    margin-right: 108px;
  }
}
.hero__teaser .hero__teaser-headline + .hero__teaser__teaser-title {
  padding-top: 4px;
}
@media (min-width: 768px) {
  .hero__teaser .hero__teaser-headline + .hero__teaser__teaser-title {
    padding-top: 8px;
  }
}
.hero__teaser .hero__teaser-headline + .hero__teaser__teaser-text {
  padding-top: 12px;
}
.hero__teaser .hero__teaser__teaser-title + .hero__teaser__teaser-text {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .hero__teaser .hero__teaser__teaser-title + .hero__teaser__teaser-text {
    padding-top: 48px;
  }
}
.hero__image {
  position: relative;
}
.hero__image-img {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 912px) {
  .hero__wrapper--product-teaser .hero__image {
    min-height: 360px;
  }
}
@media (min-width: 912px) {
  .hero__wrapper--stage-teaser .hero__image {
    min-height: 540px;
  }
}
@media (min-width: 912px) {
  .hero__wrapper--storer:not(.has-image-desktop) .hero__content,
  .hero__wrapper--trust:not(.has-image-desktop) .hero__content {
    width: calc(100% - 270px);
  }
}
@media (min-width: 1152px) {
  .hero__wrapper--storer:not(.has-image-desktop) .hero__content,
  .hero__wrapper--trust:not(.has-image-desktop) .hero__content {
    width: calc(100% - 180px);
  }
}
.hero.hero--text-only.position-center .hero__teaser {
  text-align: center;
}
.hero.hero--text-only.position-center .aem-react-child-components,
.hero.hero--text-only.position-center .price-wrapper {
  justify-content: center;
}
.hero__h1-prerender {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.hero__storer {
  position: absolute;
  top: 0;
  left: 24px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero__storer--right {
    left: auto;
    right: 24px;
  }
}
@media (min-width: 912px) {
  .hero__storer {
    top: 24px;
    right: 24px;
    left: auto;
    transform: none;
  }
}
.hero__storer img {
  display: block;
  width: 80px;
  height: 80px;
}
@media (min-width: 912px) {
  .hero__storer img {
    width: 96px;
    height: 96px;
  }
}
@media (max-width: 767px) {
  .hero__wrapper--storer.has-storer-mobile .hero__content {
    padding-top: 56px;
  }
  .hero__wrapper--storer.has-storer-mobile:not(.has-image-mobile) .hero__content {
    padding-top: 128px;
  }
  .hero__wrapper--storer.has-storer-mobile:not(.has-image-mobile) .hero__storer {
    top: 24px;
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 911px) {
  .hero__wrapper--storer .hero__content {
    padding-top: 56px;
  }
  .hero__wrapper--storer:not(.has-image-tablet) .hero__content {
    padding-top: 128px;
  }
  .hero__wrapper--storer:not(.has-image-tablet) .hero__storer {
    top: 24px;
    transform: translateY(0);
  }
}
.hero__trust {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.hero__trust:not(:empty) {
  display: flex;
}
@media (min-width: 768px) {
  .hero__trust {
    flex-direction: row;
  }
}
@media (min-width: 912px) {
  .hero__trust {
    margin-top: 0;
    padding: 0 24px;
    position: absolute;
    right: 0;
    bottom: 24px;
    z-index: 1;
  }
}
@media (min-width: 912px) and (max-width: 1151px) {
  .hero__trust {
    justify-content: flex-end;
    max-width: 50%;
  }
}
@media (min-width: 912px) {
  .has-image-desktop.hero__wrapper--standard + .hero__trust.hero__trust--left {
    left: 50%;
    right: auto;
  }
}
@media (min-width: 912px) {
  .has-image-desktop.hero__wrapper--standard + .hero__trust.hero__trust--right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 912px) {
  .has-image-desktop.hero__wrapper--reverse + .hero__trust.hero__trust--left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 912px) {
  .has-image-desktop.hero__wrapper--reverse + .hero__trust.hero__trust--right {
    right: 50%;
    left: auto;
  }
}
.hero__trust__enlarge {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 912px) and (max-width: 1151px) {
  .hero__trust__box:first-child:nth-last-child(2),
  .hero__trust__box:nth-child(2):last-child {
    max-width: 50%;
  }
}
.hero__trust__box:nth-child(2) {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .hero__trust__box:nth-child(2) {
    margin-top: 0;
    margin-left: 24px;
  }
}
.hero__trust__box--enlarge {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.hero__trust__box--enlarge .hero__trust-enlarge {
  justify-content: center;
}
.hero__trust__image {
  display: flex;
  justify-content: center;
}
.hero__trust__image picture {
  display: flex;
}
.hero__trust__image img {
  height: 100px;
  max-width: 100%;
}
@media (min-width: 912px) and (max-width: 1151px) {
  .hero__trust__image img {
    height: auto;
    width: auto;
    max-height: 100px;
  }
}
.hero__trust__box--enlarge .hero__trust__image img {
  height: 84px;
}
@media (min-width: 912px) and (max-width: 1151px) {
  .hero__trust__box--enlarge .hero__trust__image img {
    height: auto;
    width: auto;
    max-height: 84px;
  }
}
.hero__trust__image + .hero__trust__info {
  margin-top: 4px;
}
.hero__trust__info {
  display: flex;
  justify-content: center;
}
.hero__trust__info:not(:empty) {
  min-height: 16px;
}
.hero__trust__info svg.ee_icon.ee_svg-icon {
  fill: #000000;
}
@media (min-width: 912px) {
  .hero--text-only .hero__trust {
    max-width: 270px;
    flex-direction: column;
  }
}
@media (min-width: 1152px) {
  .hero--text-only .hero__trust {
    max-width: 180px;
  }
}
@media (min-width: 912px) {
  .hero--text-only .hero__trust .hero__trust__box {
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 912px) {
  .hero--text-only .hero__trust .hero__trust__box + .hero__trust__box {
    margin-top: 24px;
  }
}
@media (min-width: 912px) {
  .hero--text-only .hero__trust .hero__trust__image {
    height: auto;
    width: auto;
    max-height: 100px;
  }
}
.hero--text-only .hero__trust .hero__trust__image img {
  height: auto;
}
@media (min-width: 912px) {
  .hero--text-only .hero__trust.hero__trust--right {
    align-items: flex-end;
  }
}
@media (min-width: 912px) {
  .hero--text-only .hero__trust.hero__trust--left {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .hero__trust-modal-content {
    display: flex;
  }
  .hero__trust-modal-content .modal-image + .modal-text {
    padding-left: 24px;
  }
}
.hero__trust-modal-content .modal-image img {
  height: initial;
  max-width: 100%;
}
@media (max-width: 767px) {
  .hero__trust-modal-content .modal-image img {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .hero__trust-modal-content .modal-image img {
    max-width: 224px;
    max-height: none;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .hero__trust-modal-content .modal-image img {
    max-width: 272px;
  }
}
.hero__trust-modal-content .modal-image:only-child {
  flex-grow: 1;
  text-align: center;
}
.hero__trust-modal.hero__trust-modal-content--no-text .ee_modal__container {
  width: auto;
}
@media (max-width: 767px) {
  .hero__trust-modal.hero__trust-modal-content--no-text .ee_modal__container {
    max-width: 90vw;
  }
}
@media (max-width: 767px) {
  .hero__trust-modal .ee_modal__container .ee_modal__content {
    padding: 12px;
  }
}
.heroReact .aem-react-child-components {
  display: none;
}
.hero__placeholder .priceReact .PriceComponent .ee_price {
  font-size: 1.125rem;
}
.hero__placeholder .newpar.new {
  width: 100%;
}
.hero__placeholder .aem-react-child-components {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero__placeholder :is(.priceReact, .price) {
  width: 100%;
  margin-top: 14px;
}
@media (min-width: 912px) {
  .hero__placeholder :is(.priceReact, .price) {
    margin-top: 24px;
  }
}
.hero__placeholder .ctaReact,
.hero__placeholder .ee_button {
  width: 100%;
}
.hero__placeholder .ee_button.ee_button--text-link {
  justify-content: flex-start;
}
.hero.hero--large-image .ctaReact {
  margin-top: 32px;
}
@media (min-width: 480px) {
  .hero.hero--large-image .ctaReact {
    margin-top: 32px;
    width: calc(50% - 12px);
  }
}
@media (min-width: 912px) {
  .hero.hero--large-image .ctaReact {
    margin-top: 48px;
    width: 100%;
  }
}
@media (min-width: 1152px) {
  .hero.hero--large-image .ctaReact {
    margin-top: 48px;
    width: calc(50% - 12px);
  }
}
.hero.hero--large-image .ctaReact + .ctaReact {
  margin-top: 16px;
}
@media (min-width: 480px) {
  .hero.hero--large-image .ctaReact + .ctaReact {
    margin-top: 32px;
  }
}
@media (min-width: 912px) {
  .hero.hero--large-image .ctaReact + .ctaReact {
    margin-top: 24px;
  }
}
@media (min-width: 1152px) {
  .hero.hero--large-image .ctaReact + .ctaReact {
    margin-top: 48px;
  }
}
.hero.hero--text-only .aem-react-child-components {
  justify-content: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.hero.hero--text-only .ctaReact {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .hero.hero--text-only .ctaReact {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1152px) {
  .hero.hero--text-only .ctaReact {
    width: 386px;
    max-width: calc(50% - 12px);
    margin-top: 48px;
  }
}
.hero.hero--text-only .ctaReact + .ctaReact {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .hero.hero--text-only .ctaReact + .ctaReact {
    margin-top: 32px;
  }
}
@media (min-width: 1152px) {
  .hero.hero--text-only .ctaReact + .ctaReact {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .hero__image .teaser-mobile-crop.hero__image-outer::before {
    content: none;
  }
  .hero__image .teaser-mobile-crop .hero__image-img {
    position: static;
  }
  .hero__image .teaser-mobile-crop picture {
    display: flex;
  }
}
@media (max-width: 911px) {
  .hero__image .teaser-tablet-crop.hero__image-outer::before {
    content: none;
  }
  .hero__image .teaser-tablet-crop .hero__image-img {
    position: static;
  }
  .hero__image .teaser-tablet-crop picture {
    display: flex;
  }
}
@media (max-width: 911px) {
  .hero__image-outer {
    position: relative;
  }
  .hero__image-outer::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 75%;
  }
  .hero__wrapper--product-teaser .hero__image-outer::before {
    padding-top: 50%;
  }
  .hero__image-outer .hero__image-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

