/**
 * Out-of-stock variable products in Woodmart loops.
 *
 * The product page is intentionally excluded: its variation form owns the
 * availability state and initializes without the archive-card hover delay.
 */
.product-grid-item.outofstock .wd-swatches-grid .wd-swatch {
	cursor: not-allowed;
	opacity: .4 !important;
	pointer-events: none;
}
