/* Disabled swatches must still receive click/touch events */
.single-product .variations_form .variable-item.disabled {
	pointer-events: auto !important;
	cursor: pointer;
}

/*
 * Hide the duplicate variation price under the form (price is synced to
 * .price-wrapper). Keep .wcsatt-options-wrapper visible for subscriptions.
 */
.single-product .variations_form.amoc-var-selected .woocommerce-variation-price > .price {
	display: none !important;
}
