@charset "UTF-8";
.swiper-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
}
.swiper-modal video {
  height: 100%;
}
.product-slider {
  flex-direction: row !important;
}
.swiper {
  width: 100%;
  height: 100%;
}
.custom-slide {
  margin-bottom: 10px;
  width: 80px !important;
  aspect-ratio: 0.6910569106;
}
.custom-slide img {
  aspect-ratio: 0.6910569106;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .swiper-slide {
    width: 100% !important;
  }
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper2 {
  order: 2;
  margin: 0px;
  width: 490px;
  height: 706px;
}
@media only screen and (max-width: 767px) {
  .mySwiper2 {
    width: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .mySwiper2 {
    height: 540px;
    width: 100%;
  }
}
.mySwiper2 .swiper-slide-overlay {
  width: 240px;
  background: red;
  z-index: 999;
  position: absolute;
  bottom: 39px;
  right: -14px;
  padding: 4px 28px 4px 20px;
  background: #2d2d2d;
  border-radius: 16px;
  opacity: 0.8;
}
.mySwiper2 .swiper-slide-overlay span {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
}
.mySwiper {
  box-sizing: border-box;
  order: 1;
  flex-basis: 100px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .mySwiper {
    flex-basis: 70px;
  }
}
.mySwiper .swiper-wrapper {
  display: block;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrapper {
  height: 720px;
}
#video-slide {
  opacity: 1;
}
div.swiper-button-next, div.swiper-button-prev {
  color: var(--bde-body-text-color) !important;
}
div.swiper-button-next::after, div.swiper-button-prev::after {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .mySwiper {
    opacity: 0;
    pointer-events: none;
    /* Deaktiviert alle Maus-Events auf dem Slider */
    overflow: hidden;
    /* Verhindert, dass außerhalb des Sliders etwas sichtbar ist */
    width: 1px !important;
  }
  .mySwiper2 {
    position: absolute;
  }
}
