.elite-swatch-outer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

/* arrows */
.elite-swatch-arrow {
  width: 14px;
  height: 20px;
  font-size: 32px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #000;
}

/* track */
.elite-swatch-track {
  display: flex;
  gap: 6px;
  overflow: hidden;
  max-width: calc((19px * 7) + (6px * 6));
  height: 22px;
  align-items: center;
}

/* swatch */
.elite-swatch {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  flex: 0 0 auto;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.elite-swatch:hover {
  transform: scale(1.2);
}

.elite-swatch.active {
  box-shadow: 0 0 0 1px #000;
}

/* 主图 hover 切换过渡 */
.product img.wvs-archive-product-image,
.product img.attachment-woocommerce_thumbnail {
  transition: opacity 0.25s ease;
}
