.cardGallery .swiper-button-next:after,
.cardGallery .swiper-button-prev:after {
  content: '' !important;
}
.cardGallery .swiper-pagination {
  height: 100%;
  display: flex;
  justify-content: space-around;
  position: absolute;
  top: 0;
}

.cardGallery span.swiper-pagination-bullet {
  height: 100%;
  border-radius: 0;
  width: 100%;
  opacity: 0;
}

.productCard .propName {
  font-weight: bold;
}
.productCard .propValues {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.productCard .propValues .selected {
  border: solid 1px #ccc;
  font-weight: bold;
}
.productCard .propValues .possible {
  font-weight: bold;
}
