/* Hide Add to Cart and Buy Now buttons when Design It button is present - CSS fallback */
.product-page-designer ~ #product-addtocart-button,
.product-page-designer ~ .action.tocart:not(.product-designer-button) {
    display: none !important;
}
