/* WC Swatches Always Clickable — override disabled swatch cursor */
[class*="wd-swatches"] .wd-swatch.wd-disabled {
	cursor: pointer !important;
	pointer-events: auto !important;
}

/* Disabled state for Add to Cart and Buy Now buttons (unavailable combo) */
body .variations_form .woocommerce-variation-add-to-cart button.single_add_to_cart_button.wcsac-unavailable,
body .variations_form .woocommerce-variation-add-to-cart button.wd-buy-now-btn.wcsac-unavailable,
body button.single_add_to_cart_button.wcsac-unavailable,
body button.wd-buy-now-btn.wcsac-unavailable {
	opacity: 0.5 !important;
	pointer-events: none !important;
	cursor: not-allowed !important;
	filter: grayscale(40%) !important;
	background-color: #ccc !important;
	border-color: #ccc !important;
	color: #666 !important;
}
