
jQuery(document).ready(function(){jQuery(document.body).on('update_checkout updated_checkout applied_coupon_in_checkout removed_coupon_in_checkout',function(){if(jQuery('#cf-turnstile-woo-checkout iframe').length<=0){turnstileWooCheckoutReset()}});jQuery(document.body).on('checkout_error',turnstileWooCheckoutReset)});function turnstileWooCheckoutReset(){if(document.getElementById('cf-turnstile-woo-checkout')){turnstile.remove('#cf-turnstile-woo-checkout');turnstile.render('#cf-turnstile-woo-checkout')}}
jQuery('.showlogin').on('click',function(){turnstile.remove('.sct-woocommerce-login');turnstile.render('.sct-woocommerce-login')});


