.dw-color-swatches {
  margin-top: 16px;

  display: grid;
  gap: 4px;
  grid-template-columns: repeat(8, 1fr);
  width: fit-content;
}

.color-swatch {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid var(--dw-gray);
}

.color-swatch-active {
  border: 1px solid var(--dw-dark);

}

.color-swatch-link {
  cursor: pointer;
}

.color-section-wrapper {
  margin-top: 24px;
  font-size: 16px;
  display: flex;
  gap: 8px;
}

.color-title {
  font-weight: 500;
}

.color-name {

}