(function() { var scripts = ["https://cdn.shopify.com/shopifycloud/checkout-web/assets/runtime.esm.en.dba444bd3020f7d5bbce.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/809.esm.en.e9978592fd91c8929562.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/810.esm.en.ed7bbd965d05504c7381.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/Information.esm.en.e677020e6098734aeb72.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/334.esm.en.95e55947cabeb154151c.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/542.esm.en.8ae19d68531a60899d18.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/27.esm.en.683bff2217ae31354a1c.js", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/app.esm.en.799cdf246147575e5623.js"]; var styles = ["https://cdn.shopify.com/shopifycloud/checkout-web/assets/334.esm.en.1fa4e1a35b60ae846c90.css", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/app.esm.en.a040e53e82a657df0812.css", "https://cdn.shopify.com/shopifycloud/checkout-web/assets/739.esm.en.b7b7e51303e92cbfaae3.css"]; function prefetch(url, as, callback) { var link = document.createElement('link'); if (link.relList.supports('prefetch')) { link.rel = 'prefetch'; link.fetchPriority = 'low'; link.as = as; link.href = url; link.onload = link.onerror = callback; document.head.appendChild(link); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', url, true); xhr.onloadend = callback; xhr.send(); } } function prefetchAssets() { var resources = [].concat( scripts.map(function(url) { return [url, 'script']; }), styles.map(function(url) { return [url, 'style']; }) ); var index = 0; (function next() { var res = resources[index++]; if (res) prefetch(res[0], res[1], next); })(); } addEventListener('load', prefetchAssets); })();