.sneaker-swatches {
  margin-bottom: 10px;
}

.color-selector { 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  column-gap: 5px;
  row-gap: 7px;
}

.color-selector > a {
  width: 50px;
  height: 50px;
}

.color-selector .selected {
  border: 1px solid #1c1b1b;
}

.sneaker-swatches + .ProductForm__Option {
  display: none;
}