.elementor-37037 .elementor-element.elementor-element-708e2f65{--display:flex;}/* Start custom CSS for container, class: .elementor-element-708e2f65 *//* Force show Add to Cart button */
.single_add_to_cart_button {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Force show variation dropdowns like Size */
.variations_form,
.variations,
.variations select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Force show the quantity field */
.quantity {
    display: inline-block !important;
}

/* Force show cart wrapper (if hidden) */
.single-product .cart {
    display: flex !important;
    flex-direction: column !important;
}/* End custom CSS */