/**
 * MorazWEB Color Swatches — variation gallery bridge styling.
 *
 * Just the transient "updating" state applied to the JetWooBuilder gallery
 * widget while the slider is being destroyed and rebuilt for a newly
 * selected variation.
 */

.jet-woo-gallery-updating {
	opacity: 0.6;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
