
/* Fallback CSS: when the DOM has the Designer button, hide add-to-cart */
.wpd-has-designer button[name="add_to_cart"],
.wpd-has-designer a[name="add_to_cart"],
.wpd-has-designer .js_add_to_cart,
.wpd-has-designer .o_wsale_product_btn .btn-primary,
.wpd-has-designer .o_wsale_product_btn .o_add_to_cart {
  display: none !important;
}
