.card__color-swatches {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.card__color-swatch {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--swatch-background);
  background-image: var(--swatch-background);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(18, 18, 18, 0.15);
}
