(function() { function bxBootstrap() { var re = /bot|crawl|slurp|spider|mediapartners|headlesschrome|snap-prefetch|remotasks|woorank|uptime\.com|facebookexternalhit|facebookcatalog/i; if (re.test(navigator.userAgent) || navigator.userAgent == '') { return; } if (!(window.bouncex&&bouncex.website)) { var pushedData = []; if(window.bouncex && bouncex.push && bouncex.length){ pushedData = bouncex; } window.bouncex = {}; bouncex.pushedData = pushedData; bouncex.website = {"id":1986,"name":"KUIU","cookie_name":"bounceClientVisit1986","domain":"kuiu.com","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"// GO: Sets submitted_onsite CV for email captures in footer\nif (!bouncex.vars.submitted_onsite) {\n\tjQuery(document).on('ajaxComplete.bx', function(e,xhr,settings){\n if (xhr.status === 200 && settings.url.indexOf('EmailSignUp-Start') > -1 && xhr.responseText && xhr.responseText.indexOf('Subscribed') > -1) {\n bouncex.setv('submitted_onsite', true);\n bouncex.setBounceCookie();\n bouncex.reload_campaigns();\n }\n\t});\n}\n\n/*AK - Google Analytics fix for wrike https://www.wrike.com/workspace.htm#path=mywork&t=141394067*/\nvar bxga = bouncex.report_ga;\nbouncex.report_ga = function(action,label,bypass){\n if(action === 'impression'){\n setTimeout(function(){\n bxga(action,label,bypass);\n },1000);\n }else{\n bxga(action,label,bypass);\n }\n};\n\n// https://www.wrike.com/open.htm?id=905539012\nbouncex.infoStore = {\n sessionStorageIdentifier: 'bxInfoStore',\n set: function(data) {\n var hashedData = bouncex.lz.compressToURI(JSON.stringify(data));\n try {\n sessionStorage.setItem(this.sessionStorageIdentifier, hashedData);\n } catch(e) {\n bouncex.err('session storage failure');\n }\n },\n \n get: function() {\n var info = sessionStorage.getItem(this.sessionStorageIdentifier);\n return info ? JSON.parse(bouncex.lz.decompressFromURI(info)) : '';\n },\n \n infoIsStored: function() {\n return !!sessionStorage.getItem(this.sessionStorageIdentifier);\n },\n \n populateFields: function(fields) {\n if (!this.infoIsStored()) return;\n \n var data = this.get();\n for (var field in fields) {\n if (fields.hasOwnProperty(field)) {\n fields[field].val(data[field]);\n }\n }\n }\n};\n\n/* --------------------------- INITIALIZE SHOPIFY DYNAMIC COUPON AUTOAPPLY -------------------------- */\nfunction initShopifyCouponAutoApply() {\n var isShopifyHostedTheme = !!bouncex.utils.getNestedProp('Shopify.theme.id');\n\n if (isShopifyHostedTheme) {\n bouncex.off(bouncex.window, 'bxCouponFetched.bx-cpn-auto-apply');\n bouncex.on(bouncex.window, 'bxCouponFetched.bx-cpn-auto-apply', function(event, params) {\n if (params.code !== bouncex.vars.coupon_auto_applied) {\n ajaxShopifyAutoApply(params.code);\n }\n });\n }\n}\n\nfunction ajaxShopifyAutoApply(discount) {\n var updateJSON = JSON.stringify({\n 'discounts': [discount],\n }),\n errorMessage = 'event tracking: error with shopify coupon auto-apply',\n discountUrl = '/discount/'+discount,\n updateUrl = '/cart/update.js';\n\n jQuery.ajax({\n url: discountUrl,\n method: 'GET',\n })\n .then(function(){\n jQuery.ajax({\n url: updateUrl,\n method: 'POST',\n contentType: 'application/json',\n data: updateJSON,\n })\n .then(function(){ updateCouponVar(discount); }, function(){ bouncex.log(errorMessage + ' POST ' + updateUrl); });\n }, function(){ bouncex.log(errorMessage + 'GET '+ discountUrl); });\n}\n\nfunction updateCouponVar(discount) {\n bouncex.setVar('coupon_auto_applied', discount);\n}\n\ninitShopifyCouponAutoApply();","force_https":false,"waypoints":false,"content_width":0,"gai":"UA-45882924-1","swids":"","sd":0,"ljq":"auto","campaign_id":0,"is_preview":false,"aco":{"first_party_limit":"3500","local_storage":"1"},"cmp":{"gdpr":1,"gmp":0,"whitelist_check":1},"burls":[],"ple":false,"fbe":false,"ffs":"","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"var CART_COOKIE_KEY = 'cart';\n\n\nfunction getUrl() {\n return bouncex.utils.url.allowParams('q');\n}\n\nfunction setVarAndCookie(varName, value) {\n bouncex.setVar(varName, value);\n bouncex.setBounceCookie();\n\n return;\n}\n\nfunction getItemImage() {\n var groupOfImages = jQuery(\".media-swiper source, .grid-image source\").first().attr(\"srcset\") || \"\",\n lastImageAndSize = groupOfImages.split(\",\").pop() || \"\",\n itemImage = \"\";\n\n if (lastImageAndSize) {\n itemImage = bouncex.utils.url.allowParams([], lastImageAndSize);\n }\n \n return itemImage;\n}\n\nfunction slugify(text) {\n return text.toLowerCase()\n .replace(/\\s+/g, '-')\n .replace(/[^\\w\\-_]+/g, '')\n .replace(/\\-\\-+/g, '-')\n .replace(/^-+/, '')\n .replace(/-+$/, '')\n .replace(/_/g, '-');\n}\n\nfunction getItemIdFromImageUrl(imageUrl) {\n imageUrl = imageUrl || \"\";\n\n var endOfString = imageUrl.split(\"/\").pop(),\n sluggedEnding = slugify(endOfString.toString()),\n itemId = sluggedEnding.split(\"-\").slice(0, -1).join(\"-\");\n\n return itemId;\n}\n/* ------------------------------ ITEM TRACKING ----------------------------- */\nfunction getItem() {\n var imageUrl = getItemImage();\n return {\n id: getItemIdFromImageUrl(imageUrl),\n copy: jQuery(\".product-content .PDP-Product-Title\").first().text().trim(),\n category: jQuery(\".breadcrumbs li\").last().text().trim(),\n url: getUrl(),\n imageurl: imageUrl && imageUrl.indexOf('https') === -1 ? 'https:'+ imageUrl : imageUrl,\n price: bouncex.vars.prod_price || jQuery(\".price--header\").first().text().replace(/[^0-9.]/g, ''),\n instock: jQuery(\".clickable--chip:not(.oos)\").length > 0,\n excluded: bouncex.utils.getNestedProp(\"wknd_excluded\", false)\n };\n}\n\nfunction isExcluded(item) {\n return item.url.indexOf('gift-card') > -1 || item.url.indexOf('giftcard') > -1;\n}\n\nfunction initializeItemEvents() {\n var item;\n\n bouncex.et.onTrue(\n function () {\n item = getItem();\n return itemLoaded(item);\n },\n function () {\n if (isExcluded(item)) {\n return;\n }\n\n fireItemEvents(item);\n\n listenForProductChangeAndATC(item);\n\n return;\n },\n 10\n );\n\n return;\n}\n\nfunction fireItemEvents(item) {\n bouncex.push(['item', item]);\n bouncex.push(['view item', {\"item:id\" : item.id}]);\n return;\n}\n\nfunction itemLoaded(item) {\n return !!item.id &&\n !!item.copy &&\n !!item.category &&\n !!item.price &&\n !!item.url &&\n !!item.imageurl;\n}\n\nfunction twoItemsAreNotTheSame(itemOne, itemTwo) {\n return itemOne.id !== itemTwo.id &&\n itemOne.url !== itemTwo.url &&\n itemOne.imageurl !== itemTwo.imageurl;\n}\n\nfunction listenForProductChangeAndATC(lastItemFired) {\n bouncex.et.on(jQuery(document), 'click.bxatc', function () {\n var newItem;\n bouncex.et.onTrue(\n function () {\n newItem = getItem();\n return itemLoaded(newItem) && twoItemsAreNotTheSame(newItem, lastItemFired);\n },\n function () {\n fireItemEvents(newItem);\n lastItemFired = newItem;\n \n return;\n }, 5);\n }, '.chip-options button');\n \n bouncex.et.on(jQuery('#add-to-cart,#added-to-cart'), 'click.bxatc', function () {\n fireAddToCart(lastItemFired.id);\n });\n}\n\nfunction initializeQuickViewEvents() {\n var lastFiredItemId = \"\";\n bouncex.et.on(jQuery(document), 'click.bx', function(e) {\n var $target = jQuery(e.target),\n targetClass = $target.attr(\"class\") || \"\",\n imageUrl = \"\",\n itemId;\n\n if (targetClass.indexOf(\"product-card__quick-view\") > -1) {\n imageUrl = $target.parents(\".product-card__image\").find('img').first().attr(\"src\") || \"\";\n } else if (targetClass.indexOf(\"clickable--swatch\") > -1) {\n imageUrl = jQuery(\".product-quickview-modal .product-app__thumb__image:visible\").first().attr(\"src\") || \"\";\n } else if (lastFiredItemId && targetClass.indexOf(\"atc-button\") > -1) {\n fireAddToCart(lastFiredItemId);\n return;\n\n } else {\n return;\n }\n\n itemId = getItemIdFromImageUrl(imageUrl);\n\n if (itemId && itemId != lastFiredItemId) {\n bouncex.push(['view item', { \"item:id\" : itemId }]);\n lastFiredItemId = itemId;\n }\n return;\n });\n}\n\nfunction getItemIdsCat() {\n var ids = [],\n $tiles = jQuery('.product-card__image img'),\n i = 0,\n id = '';\n\n for (i; i < $tiles.length; i++) {\n var itemUrl = jQuery($tiles[i]).attr(\"src\") || \"\";\n id = getItemIdFromImageUrl(itemUrl);\n\n if (!id || ids.indexOf(id) > -1) {\n continue;\n }\n\n ids[ids.length] = id;\n }\n\n return ids.join(',');\n}\n\nfunction getCategoryObject() {\n return {\n 'page:url': getUrl(),\n 'items:ids': getItemIdsCat()\n };\n}\n\nfunction initializeCategoryEvents() {\n var categoryObj;\n\n bouncex.et.onTrue(\n function () {\n categoryObj = getCategoryObject();\n return !!categoryObj['items:ids'].length &&\n !!categoryObj['page:url'];\n },\n function () {\n bouncex.push(['view category', categoryObj]);\n },\n 10\n );\n\n return;\n}\n\nfunction fireAddToCart(itemId) {\n var token;\n\n bouncex.et.onTrue(\n function () {\n token = bouncex.getBounceCookie(CART_COOKIE_KEY);\n return token;\n },\n function () {\n bouncex.push([\n 'add to cart',\n {\n 'item:id': itemId,\n 'cart:token': token\n }\n ]);\n\n if (bouncex.vars.cart) {\n return;\n }\n\n setVarAndCookie('cart', true);\n\n return;\n },\n 10\n );\n\n return;\n}\n\nfunction cartReplenishing() {\n return bouncex.utils.getParam(\"bx_cart\") || bouncex.utils.getParam(\"bx_replen\") || false;\n}\n\nfunction emptyCart() {\n var emptyCartText = jQuery('h1.cart-page__heading:contains(\"Empty\")').length > 0;\n \n if(bouncex.website.pts === 'cart' && !emptyCartText){\n return;\n }\n \n if (\n bouncex.vars.cart && \n bouncex.vars.cart_qty === 0 &&\n !cartReplenishing()\n ) {\n bouncex.push(['empty_cart']);\n setVarAndCookie('cart', false);\n }\n\n return;\n}\n\nfunction emptyCartListener() {\n bouncex.et.onVarChange('cart_qty', emptyCart);\n return;\n}\n\nfunction initializeCartEvents() {\n bouncex.et.cart.init({\n replenishmentType: 'cookie',\n replenish: function (cart) {\n bouncex.utils.cookies.create({\n name: CART_COOKIE_KEY,\n value: cart.token\n });\n replenComplete();\n return;\n }\n });\n\n function replenComplete() {\n window.location.href = window.location.origin +\n window.location.pathname +\n '?bx_replen=true';\n\n return;\n }\n\n emptyCartListener();\n\n return;\n}\n\nfunction getUserEmailFromHTML() {\n var userEmail = bouncex.utils.getNestedProp('spapi.customer.email') || \n bouncex.utils.getNestedProp('swellConfig.customer.email') \n || \"\";\n\n\n if (!userEmail) {\n var beginJSONString = \"ElevarGtmSuite.handlers.user(\",\n scriptWithEmailSJON = jQuery(\"script:contains(\" + beginJSONString + \")\").text(),\n beginningOfJSON = scriptWithEmailSJON.split(beginJSONString).pop(),\n startOfEmail = beginningOfJSON.split('email:\"').pop();\n userEmail = startOfEmail.split('\"')[0] || \"\";\n }\n\n return userEmail;\n}\n\nfunction initializeUserTracking() {\n var userEmail,\n userEmailCheck = function() {\n userEmail = getUserEmailFromHTML();\n return !!userEmail;\n },\n loggedInEvent = function() {\n if (!bouncex.utils.validate.email(userEmail)) {\n return;\n }\n \n bouncex.push([\n 'user',\n {\n 'email': userEmail,\n 'source': 'LoggedIn'\n }\n ]);\n setVarAndCookie('logged_in_identified', true);\n };\n\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n return;\n }\n\n bouncex.et.onTrue(userEmailCheck, loggedInEvent, 10);\n\n return;\n}\n\nfunction customerIsGuide() {\n var guideStatus = bouncex.utils.getNestedProp('__VPV_customer_group', \"\").toLowerCase();\n return guideStatus && guideStatus.indexOf(\"guide\") > -1 || false;\n}\n\nfunction customerIsGuideListener() {\n if (!bouncex.vars.guide_identified && customerIsGuide()) {\n bouncex.push(['user state', {'customer:isguide': true}]);\n setVarAndCookie(\"guide_identified\", true);\n } \n\n if ( bouncex.cookie.vpv === 1 ) {\n bouncex.push(['user state', {'customer:isguide': customerIsGuide()}]);\n }\n}\n\nfunction isValidDomain() {\n return getUrl().indexOf('www.kuiu.com') > -1;\n}\n\nfunction isEn() {\n return jQuery('html').attr('lang') === 'en';\n}\n\nfunction isValidForTracking() {\n return isValidDomain() && isEn();\n}\n\nfunction init() {\n if (!isValidForTracking()) {\n return;\n }\n\n initializeUserTracking();\n initializeCartEvents();\n customerIsGuideListener();\n \n switch (bouncex.website.pts) {\n case 'category':\n case 'search':\n initializeCategoryEvents();\n if (!bouncex.state.mobile) {\n initializeQuickViewEvents();\n }\n break;\n case 'product':\n initializeItemEvents();\n break;\n case 'cart':\n emptyCart();\n break;\n default:\n break;\n }\n\n return;\n}\n\ninit();\n","dge":true,"bxidLoadFirst":false,"pie":true,"cme":true,"gbi_enabled":0,"bpush":false,"pt":{"cart":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"global"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType') === 'collection';"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkouts"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType') === 'home';"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"shopifypreview"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType') === 'product';"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"gift-card"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"?q="}]]}},"els":{"pdp_atc_button":"#add-to-cart","product_grid":".product-grid"},"vars":[{"name":"logged_in","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function(){\n\tif (bouncex.website.pts === 'checkout' && jQuery('.breadcrumb__item--current').text().toLowerCase().indexOf('information') > -1) {\n\t\treturn jQuery('.logged-in-customer-information:visible').length > 0;\n\t}\n\t\n\treturn !!bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.customerId');\n})();","trigger":""},{"name":"ever_logged_in","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in || null;","trigger":""},{"name":"category_page","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.website.pts === 'category';","trigger":""},{"name":"product_page","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.website.pts === 'product';","trigger":""},{"name":"cart_stage","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"(function () {\n\tvar cartStage = (window.top.location.href.indexOf('/cart') > -1) ? 'cart' : '';\n\tvar pageType = (window.dataLayer && window.dataLayer[0] && window.dataLayer[0].pageCategory) ? window.dataLayer[0].pageCategory : false;\n\t\n\tif (pageType && pageType === 'checkout') {\n\t\tvar progressVal = jQuery('.checkout-progress-indicator div.active').text().trim().split('\\n')\n\t\tcartStage = 'checkout' + progressVal[progressVal.length-1].toLowerCase().replace(' ', '-');\n\t} else if (pageType && pageType === 'cart') {\n\t\tcartStage = (jQuery('#main center h1:contains(Checkout)').length > 0) ? 'checkout' : 'cart';\n\t} else if (pageType && pageType === 'MyAccount' && window.dataLayer[0].visitorType === 'Unregistered') {\n\t\tcartStage = 'checkout-acct-creation';\n\t}\n\treturn cartStage;\n})();","trigger":""},{"name":"submitted_onsite","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"jQuery('.klaviyo_inner .success_message:visible').text().indexOf(\"Thank you\") > -1 || null;","trigger":""},{"name":"valid_coupon","polling":"all","persist":"visit","page_types":[],"testmode":true,"default":"false","code":"(function() {\n if (jQuery('.success:visible').length > 0 || jQuery('.redemption.coupon.promo-success:visible').length > 0) {\n return true; \n } else {\n return null;\n }\n})();","trigger":""},{"name":"product_name","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-content .PDP-Product-Title').text().trim();","trigger":""},{"name":"valid_coupon_cart","polling":"none","persist":"visit","page_types":[],"testmode":true,"default":"false","code":"bouncex.vars.valid_coupon_cart \n|| (window.location.pathname === '/cart' && !!jQuery('#add-coupon').siblings('.success').length && jQuery('#add-coupon').siblings('.success').text().indexOf('has been added to your cart') > -1);","trigger":""},{"name":"cart","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null","trigger":""},{"name":"guide_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":""},{"name":"size_selected","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-app__action-pane__option-wrapper:visible:contains(\"size\") .product-app__action-pane__chip-wrapper .selected').length > 0;\n","trigger":"pageload"},{"name":"cart_set","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart_qty","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"0","code":"(function(){\n\tvar $itemQty = jQuery('.product-table .product-thumbnail__quantity'),\n\t\tqty = 0;\n\n\tif (bouncex.website.pts === 'checkout') {\n\t bouncex.et.onTrue(\n\t function() {\n\t $itemQty = jQuery('.product-table .product-thumbnail__quantity');\n\t return $itemQty.length > 0;\n\t }, function() {\n\t $itemQty.each(function(i){\n \t\t\tqty += Number($itemQty.eq(i).text().replace(/[^0-9.]/g, ''));\n \t\t});\n \t\treturn;\n\t },\n\t 10\n );\n\t}\n\n bouncex.et.onTrue(\n function() {\n return jQuery('#global-cart .cart-toggle__count').length > 0;\n }, function() {\n qty = Number(jQuery('#global-cart .cart-toggle__count').text().replace(/[^0-9.]/g, ''));\n return;\n },\n 10\n );\n\t\n\treturn qty;\n})();","trigger":"pageload"},{"name":"cart_value","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"0","code":"(function () {\n\tif (bouncex.website.pts === 'cart') {\n\t\treturn Number(jQuery('#cart .cart-page__right a[href=\"/checkout\"]').text().replace(/[^0-9.]/g, ''));\n\t} else if (bouncex.website.pts === 'checkout') {\n\t\treturn Number(jQuery('.cart_drawer_subtotal .money, .subtotal, .order-summary__emphasis').first().text().replace(/[^0-9.]/g, ''));\n\t}\n\t\n\treturn Number(jQuery('.global-cart__drawer .Topic-Section-Tag').text().replace(/[^0-9.]/g, ''));\n})();","trigger":"pageload"},{"name":"prod_price","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-content .price:last').text().replace(/[^0-9.]/g, '');","trigger":"pageload"},{"name":"logged_in_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"in_stock","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-app button#add-to-cart:visible').length > 0;","trigger":"pageload"},{"name":"is_in_usa","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"","code":"/* RTV used for entrance, do not use jQuery */\n(function(){\n var geo = document.querySelector('.eshopworld-option-label');\n return geo ? (geo.textContent || '').indexOf('USD') > -1 : '';\n})();","trigger":"pageload"},{"name":"active_atc_button","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('#add-to-cart.clickable--contained--unselected, #notify-me').length === 0;","trigger":"pageload"},{"name":"attack_pant_in_cart","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function () {\n\tif (bouncex.website.pts === 'cart') {\n\t\treturn jQuery('.cart-page__left__item-list li img[alt*=\"Attack Pant\"]').length > 0;\n\t} else if (bouncex.website.pts === 'checkout') {\n\t\treturn jQuery('.order-summary__section--product-list .product__description__name.order-summary__emphasis').text().indexOf(\"Attack Pant\") > -1;\n\t}\n return jQuery('body .minicart__item-info .minicart__item-title ').text().indexOf('Attack Pant') > -1;\n})();","trigger":"pageload"},{"name":"coupon_auto_applied","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"}],"dgu":"pixel.cdnwidget.com","dgp":false,"ba":{"enabled":0,"fbte":0},"biu":"assets.bounceexchange.com","bau":"api.bounceexchange.com","beu":"events.bouncex.net","ibx":{"tjs":"","cjs":"","miw":1,"mibcx":1,"te":1,"cart_rep":{"get":"","set":""},"ulpj":{"bxid":"espemailid"},"cus":"","miw_exclude":"","enabled":1},"etjson":null,"osre":true,"osru":"osr.bounceexchange.com/v1/osr/items","checkDfp":false,"gamNetwork":"","spa":0,"spatm":1,"preinit_cjs":"","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"","eventSharing":false,"shqId":"","enabled":0},"pde":true,"fmc":["US","CA"],"fme":true,"fmx":"","sdk":{"android":{"enabled":false,"enabledVersions":[],"eventModifications":null},"ios":{"enabled":false,"enabledVersions":[],"eventModifications":null}},"onsite":{"enabled":1},"ads":{"enabled":0},"pubs":{"enabled":0},"websdk":{"enabled":0},"ga4_property_id":"267294930","ga4_measurement_id":"G-JZW9R8X58W","tag_state_domain":"api.bounceexchange.com"} ; bouncex.tag = 'tag3'; bouncex.$ = window.jQuery; bouncex.env = 'production'; bouncex.restrictedTlds = {"casl":{"ca":1},"gdpr":{"ad":1,"al":1,"at":1,"ax":1,"ba":1,"be":1,"bg":1,"by":1,"xn--90ais":1,"ch":1,"cy":1,"cz":1,"de":1,"dk":1,"ee":1,"es":1,"eu":1,"fi":1,"fo":1,"fr":1,"uk":1,"gb":1,"gg":1,"gi":1,"gr":1,"hr":1,"hu":1,"ie":1,"im":1,"is":1,"it":1,"je":1,"li":1,"lt":1,"lu":1,"lv":1,"mc":1,"md":1,"me":1,"mk":1,"xn--d1al":1,"mt":1,"nl":1,"no":1,"pl":1,"pt":1,"ro":1,"rs":1,"xn--90a3ac":1,"ru":1,"su":1,"xn--p1ai":1,"se":1,"si":1,"sj":1,"sk":1,"sm":1,"ua":1,"xn--j1amh":1,"va":1,"tr":1}}; bouncex.client = { supportsBrotli: 1 }; bouncex.assets = {"ads":"f1562c682b41d65d1608e7f2508f6d9b","creativesBaseStyles":"a53944a2","gpsAuction":"411bfc7edd3e4e6793ed3059882b3458","inbox":"02aca5df0e176b8810a86da97ac05424","onsite":"0e56ab6ba004ee080ce3deb3edae35e9","sms":"e39203556bab2366e56296ce42e974a7","websdk":"437a9f1c542faaacb49577b266dc4d73"}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var runtime = document.createElement('script'); runtime.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_6459738026535cda4232dc813c61447d.br.js'); runtime.setAttribute('async', 'async'); runtime.setAttribute('onload', 'bouncex.initializeTag()'); bouncex.initializeTag = function() { var script = document.createElement('script'); script.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_ed376afd4c3e524435ffe0c3055a255f.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); var deviceGraphScript = document.createElement('script'); deviceGraphScript.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_3a843477d8e318f67237a66d0a58c542.js'); deviceGraphScript.setAttribute('async', 'async'); var dgAttrs = [{"Key":"id","Value":"c.js"},{"Key":"async","Value":"true"},{"Key":"data-apikey","Value":"2^HIykD"},{"Key":"data-cb","Value":"bouncex.dg.initPostDeviceGraph"},{"Key":"data-bx","Value":"1"},{"Key":"data-gm","Value":"1"},{"Key":"data-fire","Value":"1"}]; if (dgAttrs) { for (var i = 0; i < dgAttrs.length; i++) { deviceGraphScript.setAttribute(dgAttrs[i].Key, dgAttrs[i].Value); } } document.body.appendChild(deviceGraphScript); bouncex.initializeTag = function() {}; }; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();