/* Produktbild-Lightbox Overlay */
.basicLightbox, .mp-product-lightbox {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}
.mp-product-lightbox-close {
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
  z-index: 10001;
}
.mp-product-lightbox-gallery {
  background: transparent;
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  border-radius: 8px;
}
:root {
  --swiper-theme-color: rgba(80,80,80,0.7);
  --swiper-navigation-color: rgba(80,80,80,0.7);
}

/* Optional: Hover-Effekt für bessere Sichtbarkeit */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  --swiper-navigation-color: rgba(40,40,40,0.9);
}
