
.indexeo-swatches {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.swatch {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
}
.swatch.selected,
.swatch:hover {
  border-color: #000;
}
.swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
