.swatch-container {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

.swatch-box {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
}

.swatch-border {
  border: 2px solid #000;
}