.payment-icons {
  margin-left: 0;
  margin-top: 15px;
  display: flex;
  gap: 20px;
  width: auto;
  justify-content: normal;
  max-width: 100%;
  flex-wrap: wrap;
}
.payment-icons img {
  width: 58px;
  height: auto;
  border-radius: 6px;
  border: 1px solid grey;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.swiper-slide.product-card {
  height: 100%;
}

.swiper-slide .product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.swiper-slide .product-card img {
  flex-shrink: 0;
}

.swiper-slide .product-card h5 {
  margin-top: 1rem;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  min-height: 3em; /* Mindesthöhe für 2-3 Zeilen Text */
}

/*# sourceMappingURL=Shop.css.map */
