.product-row {
  display: flex;
  flex-wrap: wrap;
}
.product-row > [class*="col-"] {
  display: flex;
}
.toolSection {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.swatch-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}
.swatch {
  width: 20px;
  height: 20px;
  border: 0px solid #222;
}
.swatch.swatch-white {
  border: 1px solid #222;
}
