.kaiya-product-swatches {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.kaiya-swatch {
  border: 1px solid rgba(67, 62, 44, 0.2);
  border-radius: 999px;
  padding: 0.3rem 0.9rem 0.3rem 0.3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kaiya-swatch.is-active {
  border-color: var(--kaiya-rose);
  box-shadow: 0 0 0 1px rgba(192, 119, 86, 0.3);
}

.kaiya-swatch__chip {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(67, 62, 44, 0.2);
  background-size: cover;
  background-position: center;
}

.kaiya-swatch__label {
  font-size: 0.9rem;
  color: var(--kaiya-ink);
}
