/* Gallerie Anfang */
.ppw-thumb-navs {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  display: flex;
  justify-content: space-between;
  max-width: 300px; /* anpassen */
}

.ast-single-product-thumbnails {
  position: relative; /* Referenz für absolute Buttons */
}

.ppw-thumb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.8);
  border-radius: 3px;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  color: #333;
  padding: 4px 8px;
  cursor: pointer;
  user-select: none;
}

.ppw-thumb-nav.ppw-prev {
  left: 0;
  border-style: solid;
  border-width: 1px;
  border-radius: 30%;
  left: -10px;
}
.ppw-thumb-nav.ppw-next {
  right: 0;
  border-style: solid;
  border-width: 1px;
  border-radius: 30%;
  right: -10px;
}

.ppw-thumb-nav:hover {
  background: rgba(255,255,255,1);
}

.ast-single-product-thumbnails .flex-viewport {
  overflow-x: auto !important;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  touch-action: none !important; /* kein swipen erlauben */
}

.woocommerce-product-gallery-thumbnails__wrapper {
  display: inline-flex;
}

/* Bildgröße beschränken */
.ast-woocommerce-product-gallery__image {
  width: 175px;   /* oder 130px */
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  cursor: zoom-in !important;
}
/* Gallerie Ende */

