We’re sorry, but your transaction failed to process. Please try again or contact site support.
0
    0
    Your Cart
    Your cart is emptyReturn to Shop
    jQuery(document).ready(function($){ $('body').on('added_to_cart', function(e, fragments, cart_hash, $button){ // Hide WooCommerce default notice $('.woocommerce-message, .woocommerce-notices-wrapper').hide(); // Trigger cart sidebar (depends on your theme/plugin) if ($('.elementor-menu-cart__toggle, .widget_shopping_cart_content, .woocommerce-cart-sidebar').length) { $('.elementor-menu-cart__toggle').trigger('click'); // Elementor Pro cart toggle } }); });