"use strict";!function(c){function t(){c(".crypto-price .crypto-currency").each(function(){c(this).on("mouseover",function(){c(this).siblings(".crypto-currency").removeClass("active"),c(this).addClass("active"),c(this).parent().siblings(".crypto-amount-container").children("#crypto-amount").html(c(this).data("price")+" "+c(this).data("currency"))})}),c("a.woocommerce-LoopProduct-link").on("click",function(t){c(t.target).hasClass("crypto-currency")&&t.preventDefault()})}c(document).on("show_variation updated_cart_totals updated_checkout",t),t()}(jQuery);