'use strict';(function(d){function e(){d.querySelectorAll(".oc-sku-list-table-component .oc-modal, .oc-sku-card-w365 .oc-modal").forEach(b=>{var c=b.querySelector(".oc-hybrid-price"),a=b.querySelector(".oc-non-hybrid-price");b=b.querySelector(".oc-price-difference");c&&a&&b&&(c=parseFloat(c.textContent),a=parseFloat(a.textContent),isNaN(c)||isNaN(a)||(a=(a-c).toFixed(2),b.textContent=a))})}setTimeout(function(){e()},1E3)})(document);