(function() { var cdnOrigin = "https://cdn.shopify.com"; var scripts = ["/cdn/shopifycloud/checkout-web/assets/c1/polyfills-legacy.uhRbxNvx.js","/cdn/shopifycloud/checkout-web/assets/c1/app-legacy.DdYbRTCg.js","/cdn/shopifycloud/checkout-web/assets/c1/vendor-legacy.BaWHot8y.js","/cdn/shopifycloud/checkout-web/assets/c1/browser-legacy.CGu6wbDw.js","/cdn/shopifycloud/checkout-web/assets/c1/FullScreenBackground-legacy.LJdIvVd7.js","/cdn/shopifycloud/checkout-web/assets/c1/unactionable-errors-legacy.Dpbzrtp9.js","/cdn/shopifycloud/checkout-web/assets/c1/shop-discount-offer-legacy.7H-9RtV7.js","/cdn/shopifycloud/checkout-web/assets/c1/alternativePaymentCurrency-legacy.C0VvyTcE.js","/cdn/shopifycloud/checkout-web/assets/c1/proposal-legacy.DcloK4uf.js","/cdn/shopifycloud/checkout-web/assets/c1/useHasOrdersFromMultipleShops-legacy.3ZqXxTda.js","/cdn/shopifycloud/checkout-web/assets/c1/locale-en-legacy.D88MgQmH.js","/cdn/shopifycloud/checkout-web/assets/c1/page-OnePage-legacy.D-vHePdZ.js","/cdn/shopifycloud/checkout-web/assets/c1/PaymentButtons-legacy.DYg7sqj0.js","/cdn/shopifycloud/checkout-web/assets/c1/OrderEditVaultedDelivery-legacy.BKPkvVnp.js","/cdn/shopifycloud/checkout-web/assets/c1/SeparatePaymentsNotice-legacy.BL1ETAma.js","/cdn/shopifycloud/checkout-web/assets/c1/ShopPayOptInDisclaimer-legacy.BBpnMThJ.js","/cdn/shopifycloud/checkout-web/assets/c1/useShowShopPayOptin-legacy.BHtRONxb.js","/cdn/shopifycloud/checkout-web/assets/c1/helpers-legacy.Ciw7e-9H.js","/cdn/shopifycloud/checkout-web/assets/c1/MarketsProDisclaimer-legacy.4l0aMHXp.js","/cdn/shopifycloud/checkout-web/assets/c1/useForceShopPayUrl-legacy.ru5Kd-ts.js","/cdn/shopifycloud/checkout-web/assets/c1/RememberMeDescriptionText-legacy.DtWLJ4u4.js","/cdn/shopifycloud/checkout-web/assets/c1/ShopPayLogo-legacy.EFdKQ4Er.js","/cdn/shopifycloud/checkout-web/assets/c1/VaultedPayment-legacy.SaCbfzoO.js","/cdn/shopifycloud/checkout-web/assets/c1/ShippingGroupsSummaryLine-legacy.nfUtbybh.js","/cdn/shopifycloud/checkout-web/assets/c1/StackedMerchandisePreview-legacy.EXGdGVcv.js","/cdn/shopifycloud/checkout-web/assets/c1/PickupPointCarrierLogo-legacy.Csthykyw.js","/cdn/shopifycloud/checkout-web/assets/c1/hooks-legacy.BTEakVad.js","/cdn/shopifycloud/checkout-web/assets/c1/AddDiscountButton-legacy.t7eXuqpa.js","/cdn/shopifycloud/checkout-web/assets/c1/MobileOrderSummary-legacy.BaIZ58bq.js","/cdn/shopifycloud/checkout-web/assets/c1/StockProblemsLineItemList-legacy.Ph5obBi5.js","/cdn/shopifycloud/checkout-web/assets/c1/flags-legacy.BI4WOLdH.js","/cdn/shopifycloud/checkout-web/assets/c1/ShipmentBreakdown-legacy.DcfcOwy8.js","/cdn/shopifycloud/checkout-web/assets/c1/MerchandiseModal-legacy.B6hr8nLW.js","/cdn/shopifycloud/checkout-web/assets/c1/shipping-options-legacy.DY_5m-lf.js","/cdn/shopifycloud/checkout-web/assets/c1/DutyOptions-legacy.Bp6pxalB.js","/cdn/shopifycloud/checkout-web/assets/c1/ShippingMethodSelector-legacy.Db_Ti2Xw.js","/cdn/shopifycloud/checkout-web/assets/c1/SubscriptionPriceBreakdown-legacy.pz156qSy.js","/cdn/shopifycloud/checkout-web/assets/c1/component-RuntimeExtension-legacy.eGNZ_u-5.js","/cdn/shopifycloud/checkout-web/assets/c1/AnnouncementRuntimeExtensions-legacy.B94CaeD1.js","/cdn/shopifycloud/checkout-web/assets/c1/rendering-extension-targets-legacy.C5LunfeC.js","/cdn/shopifycloud/checkout-web/assets/c1/v4-legacy.On_frbc2.js","/cdn/shopifycloud/checkout-web/assets/c1/ExtensionsInner-legacy.C2g5U0kA.js"]; var styles = []; var fontPreconnectUrls = []; var fontPrefetchUrls = []; var imgPrefetchUrls = ["https://cdn.shopify.com/s/files/1/0264/6212/6157/files/AUK_Logo_-_bloom_black_x320.png?v=1615574567"]; function preconnect(url, callback) { var link = document.createElement('link'); link.rel = 'dns-prefetch preconnect'; link.href = url; link.crossOrigin = ''; link.onload = link.onerror = callback; document.head.appendChild(link); } function preconnectAssets() { var resources = [cdnOrigin].concat(fontPreconnectUrls); var index = 0; (function next() { var res = resources[index++]; if (res) preconnect(res, next); })(); } function prefetch(url, as, callback) { var link = document.createElement('link'); if (link.relList.supports('prefetch')) { link.rel = 'prefetch'; link.fetchPriority = 'low'; link.as = as; if (as === 'font') link.type = 'font/woff2'; link.href = url; link.crossOrigin = ''; 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']; }), fontPrefetchUrls.map(function(url) { return [url, 'font']; }), imgPrefetchUrls.map(function(url) { return [url, 'image']; }) ); var index = 0; function run() { var res = resources[index++]; if (res) prefetch(res[0], res[1], next); } var next = (self.requestIdleCallback || setTimeout).bind(self, run); next(); } function onLoaded() { try { if (parseFloat(navigator.connection.effectiveType) > 2 && !navigator.connection.saveData) { preconnectAssets(); prefetchAssets(); } } catch (e) {} } if (document.readyState === 'complete') { onLoaded(); } else { addEventListener('load', onLoaded); } })();