.nu-product-option-swatch {
  background-clip: padding-box;
  color: transparent !important;
  overflow: hidden;
  width: 6.5rem;
  height: 3.5rem;
}

.nu-product-option-swatch:active {
  filter: brightness(0.9);
}

.product-form__input input[type=radio]:checked+.nu-product-option-swatch {
  border-color: rgb(var(--color-foreground));
}