:root {
  --swatch-white: #ffffff;
  --swatch-off-white: #f5f2ea;
}

.swatch-choice[data-swatch="white"] .swatch-choice__label {
  background-color: var(--swatch-white) !important;
}

.swatch-choice[data-swatch="off-white"] .swatch-choice__label,
.swatch-choice[data-swatch="offwhite"] .swatch-choice__label {
  background-color: var(--swatch-off-white) !important;
}
