/* Keep OOS swatch clickable even if theme or plugin adds .disabled */
.wcboost-variation-swatches__item[data-oos="true"] {
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 0.40;
  position: relative;
}

.wcboost-variation-swatches__item[data-oos="true"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 48%, rgba(0,0,0,.2) 50%, transparent 52%);
  pointer-events: none;
}

.wcboost-variation-swatches__item[data-oos="true"] *,
.wcboost-variation-swatches__item[data-oos="true"] img {
  cursor: pointer !important;
}