.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image {
  opacity: 1 !important;
  visibility: visible !important;
}
.woocommerce-product-gallery img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
/* Nur EINE Produktgalerie anzeigen – alle doppelten/zweiten Instanzen verstecken */
.single-product .woocommerce-product-gallery:not(:first-of-type),
.single-product .elementor-widget-woocommerce-product-images ~ .elementor-widget-woocommerce-product-images {
  display: none !important;
}

/* Flexslider-/Slick-Klone (die das "Geisterbild" erzeugen) ausblenden */
.single-product .woocommerce-product-gallery .flex-viewport .slides li.clone,
.single-product .woocommerce-product-gallery .flex-viewport .slides .slick-cloned,
.single-product .woocommerce-product-gallery .flex-control-thumbs li.clone {
  display: none !important;
}

/* Sichtbare Galerie sauber positionieren, kein Hintergrund dahinter */
.single-product .woocommerce-product-gallery{
  position: relative !important;
  z-index: 1 !important;
  background: none !important;
  background-image: none !important;
}
/* Produktbild: Mini-Wackeln beim Scrollen verhindern */
.single-product .elementor-widget-woocommerce-product-images,
.single-product .woocommerce-product-gallery {
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}

/* horizontales Verschieben unterbinden */
html, body { overflow-x: hidden; }

/* MOBIL-FIX: Produktgalerie wieder normal anzeigen */
@media (max-width: 1024px){
  .single-product .woocommerce-product-gallery,
  .single-product .woocommerce-product-gallery__wrapper,
  .single-product .woocommerce-product-gallery__image{
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    z-index: 1 !important;
  }

  /* Falls die linke Spalte durch unsere "nur erste Galerie"-Regel versteckt wurde */
  .single-product .woocommerce-product-gallery:not(:first-of-type),
  .single-product .elementor-widget-woocommerce-product-images:not(:first-of-type){
    display: block !important;
  }

  /* Rechte (sticky) Spalte darf die Galerie nicht überdecken */
  .single-product .elementor-sticky--effects{ z-index: 2 !important; }
  .single-product .product .summary,
  .single-product .entry-summary{ position: relative !important; }
}
