(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":3907,"name":"Anine Bing - EU","cookie_name":"bounceClientVisit3907","domain":"eu.aninebing.com","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"/* enable.feature.COMPLIANCE_REFACTOR_ENABLED */\n","force_https":false,"waypoints":false,"content_width":900,"gai":"UA-30466083-5","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":true,"ffs":"","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"var ANINE_BING_DOMAIN = \"https://eu.aninebing.com/\",\r\n QUICKVIEW_MODAL_SELECTOR = \"#isp_product_quick_view_model:not(.is-checkout-view), #isp_search_results_container li.isp_grid_product:hover .d-flex-class.size-wrapper, .isp-wrapper li.wade:hover .d-flex-class.size-wrapper\",\r\n ATC_DESKTOP = \"#ProductForm--desktop-AddToCart, #ProductForm---AddToCart\",\r\n ATC_MOBILE = \"#ProductForm--mobile-AddToCart\",\r\n ATC_QUICK_ADD = \".isp_quick_view_add_to_cart_btn, .wixob-atc:not(:contains(Pre Order))\",\r\n QUICK_ATC_BTN = '.isp_quick_view_add_to_cart_form input[value=\"Add to cart\"]',\r\n QUICK_SIZE_BTN = '.options__group .option',\r\n PDP_SIZE_BTN = 'label[role=\"button\"], .wx-size-single label',\r\n COOKIE_NAME = 'cart',\r\n EXCLUDED_PATHS = ['/en-'];\r\n\r\n/************************** HELPERS ***************************/\r\nfunction contains(array, string){\r\n for (var i = 0; i < array.length; i++){\r\n if (string.indexOf(array[i]) > -1){\r\n return true;\r\n }\r\n }\r\n return false;\r\n}\r\n\r\nfunction getUrl() {\r\n return bouncex.utils.url.allowParams();\r\n}\r\n\r\nfunction getPdpUrl() {\r\n return jQuery('link[rel=\"canonical\"]').attr(\"href\");\r\n}\r\n\r\nfunction isEn() {\r\n return jQuery(\"html\").attr(\"lang\") === \"en\";\r\n}\r\n\r\nfunction isValidDomain() {\r\n var currentUrl = getUrl();\r\n return getUrl().indexOf(ANINE_BING_DOMAIN) > -1 && !contains(EXCLUDED_PATHS, currentUrl);\r\n}\r\n\r\nfunction isGiftCard() {\r\n return window.location.href.indexOf(\"gift-card\") > 0;\r\n}\r\n\r\nfunction isComingSoon() {\r\n return jQuery('.form__atc-wishlist button:visible').text().indexOf('Coming Soon - Notify Me') > -1;\r\n}\r\n\r\nfunction checkTags(array) {\r\n var requiredTags = [\"swym-comingsoon\", \"back-in-stock-suppress\", \"pdp_preorder\"];\r\n for (var i = 0; i < requiredTags.length; i++) {\r\n if (array.indexOf(requiredTags[i]) !== -1) {\r\n return true;\r\n }\r\n }\r\n return false;\r\n}\r\n\r\n/************************** ITEM ***************************/\r\n\r\nfunction getItemId() {\r\n return bouncex.utils.getNestedProp(\r\n \"window.ShopifyAnalytics.meta.product.id\"\r\n );\r\n}\r\n\r\nfunction getItemCopy() {\r\n return jQuery('meta[property=\"og:title\"]').attr(\"content\");\r\n}\r\n\r\nfunction getItemCategory() {\r\n return bouncex.utils.getNestedProp(\r\n \"window.ShopifyAnalytics.meta.product.type\"\r\n );\r\n}\r\n\r\nfunction getItemImage() {\r\n return jQuery('meta[property = \"og:image\"]')\r\n .first()\r\n .attr(\"content\");\r\n}\r\n\r\nfunction getItemPrice() {\r\n return jQuery('meta[property=\"product:price:amount\"]').attr(\"content\");\r\n}\r\n\r\nfunction itemInStock() {\r\n return (\r\n jQuery('meta[property=\"product:availability\"]')\r\n .attr(\"content\")\r\n .indexOf(\"instock\") > -1\r\n );\r\n}\r\n\r\nfunction getParentSku() {\r\n return jQuery(\"#ProductForm--desktop\").attr(\"data-product-id\") || jQuery(\"form.form--product\").attr(\"data-product-id\") \r\n}\r\n\r\nfunction isExludedProducts(itemId) {\r\n var EXCLUSIONS_SKU = [7797775073479, 7773066133703];\r\n\r\n return EXCLUSIONS_SKU.indexOf(itemId) > -1\r\n}\r\n\r\nfunction isValidItem() {\r\n var itemId = getItemId();\r\n var itemImage = getItemImage();\r\n /* prevent OSR from initializing while campaigns are still loading */\r\n var campaignsLoading = bouncex.campaigns && !bouncex.css_added; \r\n return itemId && itemImage && !campaignsLoading;\r\n}\r\n\r\nfunction getItem() {\r\n var TAGS = SwymProductInfo.product.tags;\r\n return {\r\n id: getItemId(),\r\n copy: getItemCopy(),\r\n category: getItemCategory(),\r\n url: getPdpUrl(),\r\n imageurl: getItemImage(),\r\n price: getItemPrice(),\r\n instock: itemInStock(),\r\n comingsoon: isComingSoon(),\r\n excluded: isExludedProducts(getItemId()),\r\n tagexclude: checkTags(TAGS)\r\n };\r\n}\r\n\r\nfunction viewItem(itemId) {\r\n bouncex.push([\r\n \"view item\",\r\n {\r\n \"item:id\": itemId,\r\n \"item:itemgroupid\": itemId\r\n }\r\n ]);\r\n}\r\n\r\nfunction firePdpEvents() {\r\n var item = getItem();\r\n bouncex.push([\"item\", item]);\r\n viewItem(item.id);\r\n}\r\n\r\n/************************* CATEGORY **************************/\r\n\r\nfunction getCategoryPageTitle() {\r\n return jQuery('meta[property=\\'og:title\\']').attr('content');\r\n}\r\n\r\nfunction getCategoryIds() {\r\n var shopifyProducts = bouncex.utils.getNestedProp('ShopifyAnalytics.meta.products', []),\r\n ids = [];\r\n\r\n for (var i = 0; i < shopifyProducts.length; i++ ) {\r\n var id = shopifyProducts[i].id;\r\n\r\n if (!!id && ids.indexOf(id) === -1){\r\n ids.push(id);\r\n }\r\n }\r\n\r\n return ids.join(',');\r\n}\r\n\r\nfunction getCategoryObj() {\r\n return {\r\n 'page:title': getCategoryPageTitle(),\r\n 'page:url': getUrl(),\r\n 'items:ids': getCategoryIds()\r\n };\r\n}\r\n\r\nfunction isValidCategory() {\r\n var categoryIds = getCategoryIds();\r\n return categoryIds.length;\r\n}\r\n\r\nfunction fireCategoryEvents() {\r\n var categoryObj = getCategoryObj();\r\n if (categoryObj['items:ids'].length) {\r\n bouncex.push(['view category', categoryObj]);\r\n }\r\n}\r\n\r\n/************************* CATALOG **************************/\r\n\r\n// Tracks SKU event with PDP sizes and QuickView Sizes\r\nfunction trackSku(sizeBtn) {\r\n var productSizeBtns = jQuery(sizeBtn);\r\n\r\n bouncex.setv(\"last_selected_sku\", getParentSku());\r\n setBounceCookie();\r\n\r\n productSizeBtns.click(function(e) {\r\n\r\n var productSku = jQuery(e.target).attr(\"data-variant-id\");\r\n var quickViewPid;\r\n \r\n if (jQuery('#isp_product_quick_view_model').length > 0) {\r\n quickViewPid = jQuery(e.target)\r\n .parent()\r\n .parent()\r\n .find(\"select\")\r\n .attr(\"onchange\")\r\n .split(\",\")[1]\r\n .split(\")\")[0];\r\n }\r\n\r\n if(jQuery(QUICKVIEW_MODAL_SELECTOR).length > 0){\r\n quickViewPid = jQuery('#isp_search_results_container .isp_grid_product:hover, #isp_quick_view_content_lookalike .isp_grid_product:hover').attr('product_id');\r\n }\r\n\r\n if (+productSku !== bouncex.vars.last_selected_sku) {\r\n bouncex.push([\r\n \"select_sku\",\r\n {\r\n \"item:id\": getItemId() || quickViewPid,\r\n \"item:itemgroupid\": getParentSku() || quickViewPid,\r\n \"item:feedid\": productSku\r\n }\r\n ]);\r\n\r\n bouncex.setv(\"last_selected_sku\", productSku);\r\n setBounceCookie();\r\n }\r\n });\r\n}\r\n\r\n/*************************** CART ****************************/\r\nfunction fireAddToCart(itemId) {\r\n var token;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n token = bouncex.getBounceCookie(COOKIE_NAME);\r\n return token;\r\n },\r\n function () {\r\n bouncex.push([\r\n 'add to cart',\r\n {\r\n 'item:id': itemId,\r\n 'cart:token': token\r\n }\r\n ]);\r\n\r\n if (bouncex.vars.cart) {\r\n return;\r\n }\r\n\r\n bouncex.setVar('cart_set', true);\r\n },\r\n 10\r\n );\r\n}\r\n\r\nfunction getCookie() {\r\n return bouncex.getBounceCookie(COOKIE_NAME);\r\n}\r\n\r\nfunction replenish(cart) {\r\n bouncex.utils.cookies.create({ name: COOKIE_NAME, value: cart.token });\r\n window.location.href = window.location.pathname + \"?bx_replen=true\";\r\n}\r\n\r\nfunction addToCart() {\r\n bouncex.et.onTrue(getCookie, function() {\r\n var cookie = getCookie();\r\n var itemId = getItemId();\r\n\r\n // Grabs product Id when not in PDP and in Quick View\r\n if (!itemId) {\r\n itemId = jQuery(\".isp_quick_view_title\").attr(\"product_id\") || jQuery('#isp_search_results_container .isp_grid_product:hover, #isp_quick_view_content_lookalike .isp_grid_product:hover').attr('product_id');\r\n }\r\n\r\n bouncex.push([\r\n \"add to cart\",\r\n { \"item:id\": itemId, \"cart:token\": cookie }\r\n ]);\r\n bouncex.setv(\"cart_set\", true);\r\n setBounceCookie();\r\n });\r\n}\r\n\r\nfunction initializeQuickAddToCart(){\r\n var shadowElem = jQuery('#fast-simon-serp-app')[0].shadowRoot,\r\n atcButtons = jQuery(shadowElem).find('.atc_button');\r\n \r\n atcButtons.on('click.bxatc', function () {\r\n var itemId = jQuery(this).closest('.product-card-items-wrapper').find('.product-image').attr('aria-labelledby').match(/\\d+/)[0];\r\n if (itemId){\r\n fireAddToCart(itemId);\r\n }\r\n });\r\n}\r\n\r\nfunction emptyCart() {\r\n if (bouncex.vars.cart_qty === 0 && bouncex.vars.cart_set) {\r\n bouncex.push([\"empty_cart\", {}]);\r\n bouncex.setv(\"cart_set\", false);\r\n setBounceCookie();\r\n }\r\n}\r\n\r\n/************* SEARCH TRACKING **************/\r\nfunction getSearchIds() {\r\n var shadowElem = document.querySelector('#fast-simon-serp-app').shadowRoot,\r\n ids = [];\r\n \r\n shadowElem.querySelectorAll('.product-card').forEach(function(e, i){\r\n var id = e.getAttribute('data-product-id');\r\n if (id && ids.indexOf(id) < 0) {\r\n ids.push(id);\r\n }\r\n }) \r\n return ids.join(',');\r\n}\r\n\r\nfunction getSearchPageUrl(){\r\n var searchUrl = bouncex.utils.url.allowParams('q');\r\n bouncex.log('searchUrl', searchUrl);\r\n return searchUrl.indexOf('q') > -1 ? searchUrl : false;\r\n}\r\n\r\nfunction getSearchObj(){\r\n return {\r\n 'page:url': getSearchPageUrl(),\r\n 'items:ids': getSearchIds()\r\n };\r\n}\r\n\r\n/********************** USER TRACKING ***********************/\r\n\r\nfunction getLoggedInUserEmail() {\r\n var dataObj = window.dataLayer;\r\n var customerEmail;\r\n\r\n for (var i = 0; i < dataObj.length; i++) {\r\n if (dataObj[i].customerEmail) {\r\n customerEmail = dataObj[i].customerEmail;\r\n }\r\n }\r\n \r\n return customerEmail;\r\n}\r\n\r\n/******************* INITIALIZE EVENTS *********************/\r\n\r\nfunction initializePdpEvents() {\r\n if (bouncex.website.pts === \"product\") {\r\n bouncex.et.onTrue(isValidItem, firePdpEvents, 10);\r\n }\r\n}\r\n\r\nfunction initializeCategoryEvents() {\r\n if (bouncex.website.pts === \"category\") {\r\n bouncex.et.onTrue(isValidCategory, fireCategoryEvents, 10);\r\n \r\n }\r\n\r\n if (bouncex.website.pts === \"category\" || bouncex.website.pts === \"search\"){\r\n // Checks to see if Quickview Modal is Open\r\n bouncex.et.onVisible(QUICKVIEW_MODAL_SELECTOR, function() {\r\n trackSku(QUICK_SIZE_BTN);\r\n });\r\n\r\n // Fires ATC event when quick add to cart is clicked\r\n \r\n initializeQuickAddToCart();\r\n }\r\n \r\n}\r\n\r\nfunction initializeCartEvents() {\r\n bouncex.et.cart.init({\r\n replenishmentType: \"cookie\",\r\n replenish: replenish\r\n });\r\n bouncex.et.on(jQuery(ATC_DESKTOP), \"click.bx\", addToCart);\r\n bouncex.et.on(jQuery(ATC_MOBILE), \"click.bx\", addToCart);\r\n bouncex.et.onVarChange(\"cart_qty\", emptyCart);\r\n}\r\n\r\nfunction initializeCatalogEvents() {\r\n trackSku(PDP_SIZE_BTN);\r\n}\r\n\r\nfunction initializeSearchEvents(){\r\n if (bouncex.website.pts === 'search'){\r\n setTimeout(function(){\r\n var searchObj = getSearchObj();\r\n if (searchObj['items:ids'].length && searchObj['page:url']){\r\n bouncex.push(['view search', searchObj]);\r\n }\r\n }, 1000);\r\n }\r\n}\r\n\r\nfunction initializeLoggedInUser() {\r\n if (bouncex.vars.logged_in && bouncex.vars.logged_in_identified === false) {\r\n var userEmail = getLoggedInUserEmail();\r\n if (bouncex.utils.validate.email(userEmail)) {\r\n bouncex.push([\r\n \"user\",\r\n {\r\n email: userEmail,\r\n source: \"LoggedIn\"\r\n }\r\n ]);\r\n\r\n bouncex.setv(\"logged_in_identified\", true);\r\n setBounceCookie();\r\n }\r\n }\r\n}\r\n\r\nif (isValidDomain() && isEn() && !isGiftCard()) {\r\n initializeCategoryEvents();\r\n initializePdpEvents();\r\n initializeCartEvents();\r\n initializeLoggedInUser();\r\n initializeCatalogEvents();\r\n initializeSearchEvents();\r\n}\r\n","dge":false,"bxidLoadFirst":false,"pie":false,"cme":false,"gbi_enabled":0,"bpush":false,"pt":{"cart":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('meta.page.pageType') === 'collection';"}],[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.href.indexOf('?q=') === -1;"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkouts"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/login?checkout_url="}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('meta.page.pageType') === 'home';"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('meta.page.pageType') === 'product';"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/search-results?"},{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.href.indexOf('?q=') > -1;"}]]}},"els":{"CART - Checkout Button":"","CART - Promo Code Apply Button":"","CART - Promo Code Box":"","CAT - Product Grid Image":"","CAT - Quickview Box":"","CAT-AddtoCartButton":"","CAT-QuickviewAddtoCart":"","Footer":"","Navigation bar":"","PDP - Add to Cart Button":"","PDP - Color Option":"","PDP - Hero Image":"","PDP - Product Name":"","PDP - Product Price":"","PDP - Quantity Option":"","PDP - Review Stars":"","PDP - Size Option":"","PDP - Thumbnail Image":"","SEARCH - Product Grid Image":""},"vars":[{"name":"logged_in","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var customerData = bouncex.utils.getNestedProp('theme.customer', false);\n if (bouncex.website.pts === 'checkout') {\n \tif (window.location.href.indexOf('step=contact_information') > -1) {\n \treturn jQuery('div.logged-in-customer-information').length > 0;\n }\n return null;\n }\n if (customerData && customerData.id > 0) {\n return true;\n } else {\n return false;\n }\n})();","trigger":""},{"name":"ever_logged_in","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in || null;","trigger":""},{"name":"cart_qty","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function() {\n var $cartIcon = jQuery('.js-cart-count');\n var $emptyCart = jQuery('.cart__empty-container .cart__empty-body');\n if ($cartIcon.eq(0).text() === \"0\" || ($emptyCart && $emptyCart.text().toLowerCase().indexOf('empty') > 0)) {\n return 0;\n }\n return Number($cartIcon.eq(0).text().replace(/[^0-9.]/g, '')) || null;\n})();","trigger":""},{"name":"cart_value","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function() {\n var $cartIcon = jQuery('.js-cart-count');\n if ($cartIcon.eq(0).text() === \"0\") {\n return 0;\n }\n return Number(jQuery('#cart-flyout .total__value, .cart__totals .total__value, #order-summary span[data-checkout-subtotal-price-target]').eq(0).text().replace(/[^0-9.]/g, '')) || null;\n})();","trigger":""},{"name":"prod_price","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.website.pts === 'product' && Number(jQuery('span.price--final .money').eq(0).text().replace(/[^0-9.]/g, ''));","trigger":""},{"name":"prod_name","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.website.pts === 'product' && jQuery('h1.product__title').eq(0).text().trim();","trigger":""},{"name":"in_stock","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.website.pts === 'product' && jQuery('button.js-product-atc:not(\".button--secondary\"):visible:contains(\"Add to bag\")').length > 0;","trigger":""},{"name":"submitted_onsite","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('.footer__newsletter--success.js-success-msg:contains(\"Thank You For Subscribing.\"):visible').length > 0 || null;","trigger":""},{"name":"item_id_product","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_id_quickview","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"","trigger":"event"},{"name":"item_id_hover","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"","trigger":"event"},{"name":"items_ids","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_url","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_image_url","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_category","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_price","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_in_stock","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"page_url","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"page_title","polling":"none","persist":"no","page_types":["category"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_copy","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":"pageload"},{"name":"cart_token","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart_items","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart_set","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"last_selected_sku","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"logged_in_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"","trigger":"pageload"},{"name":"cart","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"days_since_purchase","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var currentTime = parseInt(new Date().getTime() / 1000);\n return bouncex.cookie.lc ? Math.floor((currentTime - bouncex.cookie.lc) / 86400) : false;\n})();","trigger":"pageload"},{"name":"country_selector_onsite","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.globale_popup_wrapper').length > 0;","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":0,"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":1,"spatm":0,"preinit_cjs":"SinglePageApp.setCustomParams({\n currentPageIdentifier: function () {\n if (window.location.pathname.indexOf('search-results') > -1 || window.location.href.indexOf('?q=') > -1) {\n return window.location.search;\n }\n return true;\n }\n});","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"","eventSharing":false,"shqId":"","enabled":0},"pde":false,"fme":false,"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":"311028802","ga4_measurement_id":"G-JF84ZNMWMZ","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":"005ab6b05ecd8ae76686b26c919990d4","creativesBaseStyles":"a53944a2","gpsAuction":"bbb80866120d17013073bb6d284cbd6b","inbox":"75060a85c1a4aebcc6f779b9e84db722","onsite":"abbdf7a49be9b52b097917b7b527b262","sms":"e39203556bab2366e56296ce42e974a7","websdk":"dbf896ad7d9c86338a81674dc2b145ad"}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var runtime = document.createElement('script'); runtime.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.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_9d211eb186177a1005c747735de6140a.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); bouncex.initializeTag = function() {}; }; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();