.kollektion-productlink {
  position: relative;
  height: 100%;
  width: 100%;
}

.kollektion-product {
  position: relative;
  height: clamp(150px, 15vw, 200px);
  width: 100%;
  overflow: hidden;
}

.default-image, .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-in-out;
}

.hover-image {
  opacity: 0;
}

/* Initially set the second image's opacity to 0 */

.kollektion-product:nth-child(2) {
  opacity: 0;
}

.kollektion-productlink:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom center;
  transition: transform 1s ease-out;
}

/* Button Text Animation */

.kollektion-productlink:hover .button-text .arrow-forward {
  transform: translateX(30px);
  animation: arrowslideleft 0.5s forwards;
}

.icons {
  z-index: 999;
}

/* Product Heading */

/* Product Composition */

