/* Forces the add to cart button to be clickable, bypassing frontend blocks */
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    pointer-events: initial !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

.wc-variation-selection-needed {
    cursor: pointer !important;
    pointer-events: initial !important;
}