// source --> https://anaphoradiscs.com/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js?ver=10.7.0 
jQuery(function(s){"use strict";var r={init:function(){s(document.body).on("keyup change","form.register #reg_password, form.checkout #account_password, form.edit-account #password_1, form.lost_reset_password #password_1",this.strengthMeter),s("form.checkout #createaccount").trigger("change")},strengthMeter:function(){var e,t=s("form.register, form.checkout, form.edit-account, form.lost_reset_password"),a=s('button[type="submit"]',t),o=s("#reg_password, #account_password, #password_1",t),d=o.val(),n=!t.is("form.checkout");r.includeMeter(t,o),e=r.checkPasswordStrength(t,o),wc_password_strength_meter_params.stop_checkout&&(n=!0),d.length>0&&e<wc_password_strength_meter_params.min_password_strength&&-1!==e&&n?a.attr("disabled","disabled").addClass("disabled"):a.prop("disabled",!1).removeClass("disabled")},includeMeter:function(r,e){var t=r.find(".woocommerce-password-strength");if(""===e.val())t.hide(),s(document.body).trigger("wc-password-strength-hide"),e.removeAttr("aria-describedby");else if(0===t.length){t='<div id="password_strength" class="woocommerce-password-strength" role="alert"></div>';(r=e.parent()).is(".password-input")?r.after(t):e.after(t),e.attr("aria-describedby","password_strength"),s(document.body).trigger("wc-password-strength-added")}else t.show(),s(document.body).trigger("wc-password-strength-show")},checkPasswordStrength:function(s,r){var e=s.find(".woocommerce-password-strength"),t=s.find(".woocommerce-password-hint"),a='<small class="woocommerce-password-hint">'+wc_password_strength_meter_params.i18n_password_hint+"</small>",o=wp.passwordStrength.meter(r.val(),wp.passwordStrength.userInputDisallowedList()),d="";if(e.removeClass("short bad good strong"),t.remove(),e.is(":hidden"))return o;switch(o<wc_password_strength_meter_params.min_password_strength&&(d=" - "+wc_password_strength_meter_params.i18n_password_error),o){case 0:e.addClass("short").html(pwsL10n.short+d),e.after(a);break;case 1:case 2:e.addClass("bad").html(pwsL10n.bad+d),e.after(a);break;case 3:e.addClass("good").html(pwsL10n.good+d);break;case 4:e.addClass("strong").html(pwsL10n.strong+d);break;case 5:e.addClass("short").html(pwsL10n.mismatch)}return o}};r.init()});
// source --> https://anaphoradiscs.com/wp-content/plugins/woocommerce/assets/js/frontend/account-i18n.min.js?ver=10.7.0 
jQuery(function(t){var e=t('[role="alert"]').filter(function(){return t(this).text().trim().length>0});e.length>0&&setTimeout(function(){t(e[0]).attr("tabindex","-1").focus()})});
// source --> https://anaphoradiscs.com/wp-content/plugins/woocommerce/assets/js/frontend/utils/custom-place-order-button.min.js?ver=10.7.0 
!function(e){"use strict";window.wc=window.wc||{},window.wc.customPlaceOrderButton=window.wc.customPlaceOrderButton||{},function(){var e="wc-custom-place-order-button-styles";if(!document.getElementById(e)){var t=document.createElement("style");t.id=e,t.textContent="form.has-custom-place-order-button #place_order { display: none !important; }",document.head.appendChild(t)}}();var t={},o=null,r=null;function n(){return e("form.checkout").length?e("form.checkout").first():e("#order_review").length?e("#order_review").first():e("#add_payment_method").length?e("#add_payment_method").first():e([])}function c(e){return-1!==("undefined"!=typeof wc_checkout_params&&wc_checkout_params.gateways_with_custom_place_order_button?wc_checkout_params.gateways_with_custom_place_order_button:"undefined"!=typeof wc_add_payment_method_params&&wc_add_payment_method_params.gateways_with_custom_place_order_button?wc_add_payment_method_params.gateways_with_custom_place_order_button:[]).indexOf(e)}function a(){r&&r.length&&(r.remove(),r=null)}window.wc.customPlaceOrderButton.register=function(o,r){t[o]||("string"==typeof o&&o?"object"==typeof r&&null!==r?"function"==typeof r.render?"function"==typeof r.cleanup?(t[o]=r,n().find('input[name="payment_method"]:checked').val()===o&&e(document.body).trigger("wc_custom_place_order_button_registered",[o])):console.error("wc.customPlaceOrderButton.register: cleanup must be a function"):console.error("wc.customPlaceOrderButton.register: render must be a function"):console.error("wc.customPlaceOrderButton.register: config must be an object"):console.error("wc.customPlaceOrderButton.register: gatewayId must be a non-empty string"))},window.wc.customPlaceOrderButton.__maybeShow=function(u,d){var s=n();if(o&&t[o])try{t[o].cleanup()}catch(i){console.error("Error in custom place order button cleanup:",i)}if(Boolean(t[u])){s.addClass("has-custom-place-order-button"),o=u;var l=function(){if(r&&r.length&&e.contains(document,r[0]))return r;var t=n().find("#place_order");return t.length?(r=e('<div class="wc-custom-place-order-button"></div>'),t.after(r),r):e([])}();l.empty();try{t[u].render(l.get(0),d)}catch(i){console.error("Error rendering custom place order button:",i)}}else c(u)||s.removeClass("has-custom-place-order-button"),o=null,a()},window.wc.customPlaceOrderButton.__maybeHideDefaultButtonOnInit=function(e){c(e)&&n().addClass("has-custom-place-order-button")},window.wc.customPlaceOrderButton.__cleanup=function(){if(o&&t[o])try{t[o].cleanup()}catch(e){console.error("Error in custom place order button cleanup:",e)}a(),o=null},window.wc.customPlaceOrderButton.__getForm=n}(jQuery);