/* Force add-to-cart form and its container to be visible */
.commerce-product--full form.commerce-order-item-add-to-cart-form,
.commerce-product--full .commerce-order-item-add-to-cart-form,
.commerce-product--full .form-actions {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* In case some wrapper div is hidden */
.commerce-product--full .commerce-product__content,
.commerce-product--full .field,
.commerce-product--full .field--name-variations {
  display: block !important;
}

/* Safety: undo any 'display:none' from other themes */
form.commerce-order-item-add-to-cart-form[style*="display:none"],
.commerce-order-item-add-to-cart-form[hidden] {
  display: block !important;
}
