/*
 * Ensure out-of-stock/disabled swatches remain clickable.
 * CartFlows swatches plugin ignores clicks on these; BB CP Swatch Auto-Resolve handles them.
 */
.cfvsw-swatches-option.cfvsw-swatches-out-of-stock,
.cfvsw-swatches-option.cfvsw-swatches-disabled,
.cfvsw-swatches-option[class*="-disable"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}
