.color-swatches {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 5px;
  row-gap: 5px;
  margin: 10px 5px;
}
.color-swatches .color-swatch {
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  text-indent: -999999px;
  background-color: #f9f9f9;
  cursor: pointer;
}
.color-swatches .color-swatch.no-thumbnail {
  cursor: unset;
}

/*# sourceMappingURL=swatches.css.map */
