/* Hide product-card swatches when there is only one color choice. */
.product-card__swatch-list:not(:has(.color-swatch ~ .color-swatch)) {
  display: none !important;
}
