(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":4331,"name":"e.l.f. Cosmetics | UK","cookie_name":"bounceClientVisit4331","domain":"elfcosmetics.co.uk","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"// Wrike 8377459 (Contentsquare Reporting)\n\nbouncex.sendToCS = function(csKey, csValue) {\n csKey = \"MA_WK_\" + csKey;\n\n _uxa.push([\"trackDynamicVariable\", {\n key: csKey,\n value: csValue\n }]);\n};\n\nfunction CScallback() {\n if (!disableCallback) {\n disableCallback = true;\n\n if (window.CS_CONF) {\n CS_CONF.integrations = CS_CONF.integrations || [];\n CS_CONF.integrations.push(\"Wunderkind (BounceX)\");\n }\n }\n}\n\nvar disableCallback = false;\n\nwindow._uxa = window._uxa || [];\n_uxa.push([\"afterPageView\", CScallback]);\n\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/* enable.feature.COMPLIANCE_REFACTOR_ENABLED */\n/* enable.feature.TCF_ENABLE_NEW_PURPOSE_LIST */","force_https":false,"waypoints":false,"content_width":900,"gai":"UA-432816-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":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\n\nvar CLEAN_URL = bouncex.utils.url.allowParams();\n\n/*----------------------------- HELPER FUNCTIONS ---------------------------- */\n\nfunction getItemIdFromUrl(url) {\n\treturn url ? bouncex.utils.url.allowParams([], url).split('/').pop().replace('.html', '') : '';\n}\n\nfunction getItemImageUrl() {\n var imageUrl = jQuery('.chakra-button .chakra-aspect-ratio').first().find('img').attr('src') || '';\n return imageUrl.indexOf('sw=208&q=60') > -1 ? imageUrl.replace('sw=208&q=60', 'sw=780&q=90') : imageUrl;\n}\n\n/* ------------------------------ ITEM TRACKING ----------------------------- */\n\nfunction getItem() {\n\treturn {\n\t\tid: getItemIdFromUrl(CLEAN_URL),\n\t\tcopy: jQuery('[data-testid=\"elf-product-info__main-heading\"]').first().text(),\n\t\tcategory: jQuery('[data-testid=\"elf-breadcrumb__item\"] a').last().text() || 'Global',\n\t\turl: CLEAN_URL,\n\t\timageurl: getItemImageUrl(),\n\t\tinstock: jQuery('[data-testid=\"product-details-page__cta\"] [data-testid=\"add-to-cart-button\"]').first().text().indexOf('Add to Bag') > -1\n\t};\n}\n\nfunction initializeItemEvents() {\n\tvar item;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\titem = getItem();\n\t\t\treturn !!item.id &&\n\t\t\t\t!!item.copy &&\n\t\t\t\t!!item.category &&\n\t\t\t\t!!item.url &&\n\t\t\t\t!!item.imageurl;\n\t\t},\n\t\tfunction () {\n\t\t\tif (item.url.indexOf('gift-card') > -1) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tbouncex.push(['item', item]);\n\t\t\tbouncex.push(['view item', { 'item:id': item.id }]);\n\t\t},\n\t\t10\n\t);\n}\n\nfunction initializeQuickViewItemEvents(){\n bouncex.et.onVisible('[data-testid=\"elf-product-tile__overlay\"]', function($quickViewModal){\n var itemId = $quickViewModal.closest('[data-testid=\"elf-product-tile\"]').find('[aria-label*=wishlist]').attr('data-productid') || '';\n \n if (itemId) {\n bouncex.push(['view item', { 'item:id': itemId }]);\n }\n }); \n}\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\n\nfunction getItemIdsCat() {\n\tvar ids = [];\n\n\tjQuery('[data-testid=\"elf-product-tile\"]:has([data-testid=\"add-to-cart-button\"]) [aria-label*=wishlist]').each(function (i, e) {\n\t\tvar id = jQuery(e).attr('data-productid');\n\n\t\tif (id && ids.indexOf(id) < 0) {\n\t\t\tids.push(id);\n\t\t}\n\t});\n\n\treturn ids.join(',');\n}\n\nfunction getCategoryObject() {\n\treturn {\n\t\t'page:url': bouncex.utils.url.allowParams(['q']),\n\t\t'items:ids': getItemIdsCat()\n\t};\n}\n\nfunction initializeCategoryEvents() {\n\tvar categoryObj;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\tcategoryObj = getCategoryObject();\n\t\t\treturn !!categoryObj['items:ids'].length &&\n\t\t\t\t!!categoryObj['page:url'];\n\t\t},\n\t\tfunction () {\n\t\t\tbouncex.push(['view category', categoryObj]);\n\t\t},\n\t\t10\n\t);\n}\n\n/* ------------------------------- CART EVENTS ------------------------------ */\n\nfunction fireAddToCart(itemId) {\n\tbouncex.push(['add to cart', { 'item:id': itemId }]);\n\n\tif (bouncex.vars.cart) {\n\t\treturn;\n\t}\n\tbouncex.setVar('cart', true);\n}\n\nfunction initializeATCClickTracking() {\n\tbouncex.et.on(jQuery('#app-main'), 'click.bxatc', function () {\n\t\tvar itemId = jQuery(this).attr('data-product') || '';\n\n\t\tif (!itemId) {\n\t\t\tvar itemUrlPathName = jQuery('[data-testid=\"elf-product-tile__overlay\"] button[aria-checked=\"true\"]').attr('to') || '';\n\t\t\titemId = getItemIdFromUrl(itemUrlPathName);\n\t\t}\n\n\t\tif (itemId) {\n\t\t\tfireAddToCart(itemId);\n\t\t}\n\n\t}, '[data-testid=\"add-to-cart-button\"]');\n}\n\nfunction emptyCart() {\n\tbouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n\t\tif (bouncex.vars.cart && newVal === 0 && oldVal > 0) {\n\t\t\tbouncex.push(['empty_cart']);\n\t\t\tbouncex.setVar('cart', false);\n\t\t}\n\t});\n}\n\nfunction initializeCartEvents() {\n\tbouncex.et.cart.init({\n\t\treplenish: function () { },\n\t\treplenishmentType: 'single'\n\t});\n\n\temptyCart();\n}\n\n/* ------------------------------ USER TRACKING ----------------------------- */\n/*function getEmail() {\n\tvar localStorageObj = bouncex.parseJSON(localStorage['ab.storage.userId.609afcb2-1dc3-41ef-a771-0a9aaf10bf57']).v || '',\n\t\temailProp = decodeURIComponent(localStorageObj),\n\t\temailPattern = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/,\n\t\temail = emailProp.match(emailPattern) || [];\n\n\treturn email[0];\n}*/\nfunction getEmail() {\n\tvar localStorageObj = bouncex.parseJSON(localStorage['ab.storage.userId.ee22cddf-904f-484e-a004-0181ff9a3268']).v || '',\n\t\temailProp = decodeURIComponent(localStorageObj),\n\t\temailPattern = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/,\n\t\temail = emailProp.match(emailPattern) || [];\n\n\treturn email[0];\n}\n\nfunction initializeUserTracking() {\n\tif (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n\t\treturn;\n\t}\n\n\tvar userEmail;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\tuserEmail = getEmail() || jQuery('p.chakra-text.css-qqfgvy').eq(1).text();\n\t\t\treturn bouncex.utils.validate.email(userEmail);\n\t\t},\n\t\tfunction () {\n\t\t\tbouncex.push([\n\t\t\t\t'user',\n\t\t\t\t{\n\t\t\t\t\t'email': userEmail,\n\t\t\t\t\t'source': 'LoggedIn'\n\t\t\t\t}\n\t\t\t]);\n\t\t\tbouncex.setVar('logged_in_identified', true);\n\t\t},\n\t\t5\n\t);\n}\n\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\n\nfunction isValidDomain() {\n\treturn CLEAN_URL.indexOf('www.elfcosmetics.co.uk') > -1;\n}\n\nfunction isUK() {\n\treturn bouncex.html.attr('lang') === 'en-US';\n}\n\nfunction isValidForTracking() {\n\treturn isValidDomain() && isUK();\n}\n\nfunction init() {\n\tif (!isValidForTracking()) {\n\t\treturn;\n\t}\n\n\tinitializeUserTracking();\n\tinitializeCartEvents();\n\tinitializeATCClickTracking();\n initializeQuickViewItemEvents();\n\n\tswitch (bouncex.website.pts) {\n\t\tcase 'category':\n\t\tcase 'search':\n\t\t\tbouncex.setTimeout2(function() { \n\t\t\t\tinitializeCategoryEvents();\n\t\t\t }, 2500);\n\t\t\tbreak;\n\t\tcase 'product':\n\t\t\tinitializeItemEvents();\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tbreak;\n\t}\n}\n\ninit();\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":"/shopping-bag"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('[data-testid=\"sf-product-list-breadcrumb\"]').length > 0;"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/search"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkout"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/';"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('[data-testid=\"elf-product-detail-page\"]').length > 0;"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/search"}]]}},"els":{"blank_site_element":""},"vars":[{"name":"logged_in","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function () {\n if (bouncex.website.pts === 'checkout') {\n return jQuery('.loyalty-cta-container').first().text().indexOf('Sign In') === -1;\n }\n\n if (jQuery('[data-testid=\"elf-header-account__btn--icon\"]').length) {\n return jQuery('[data-testid=\"elf-header-account__btn--icon\"]').first().text().indexOf('Hi there!') > -1;\n }\n\n return null;\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 if (bouncex.website.pts === 'checkout') {\n return Number(jQuery('[data-testid=\"elf-cart-items\"] .chakra-text').first().text().replace(/[^0-9.]/g, ''));\n }\n return Number(jQuery('[data-testid=\"elf-header__btn--minicart\"]').first().text().replace(/[^0-9.]/g, ''));\n})();","trigger":""},{"name":"cart_value","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function () {\n if (bouncex.website.pts === 'cart') {\n return Number(jQuery('[data-testid=\"elf-cart-summary__subtotal\"]').first().text().replace(/[^0-9.]/g, ''));\n }\n\n if (jQuery('[id*=popover-body-] [data-testid=chakra-image]').length) {\n return Number(jQuery('[data-testid=\"added-to-cart\"] .chakra-text').last().text().replace(/[^0-9.]/g, ''));\n }\n\n if (jQuery('[id*=chakra-modal--header]').length) {\n var count = 0;\n jQuery('[data-testid=\"item-price__li-price\"]').each(function () {\n count += Number(jQuery(this).first().text().replace(/[^0-9.]/g, ''));\n });\n return count;\n }\n\n return null;\n})();","trigger":""},{"name":"prod_price","polling":"none","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"Number(jQuery('.product-content-header .product-price span[itemprop=\"price\"]').text()) || Number(jQuery('.product-content-header .product-price .price-sales').text().replace(/[^0-9.]/g,''));","trigger":""},{"name":"prod_name","polling":"none","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-content-header .product-name').text();","trigger":""},{"name":"in_stock","polling":"none","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-content-header .product-price span.price-sales').text().trim() !== 'N/A';","trigger":""},{"name":"submitted_onsite","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('#footer-subscribe-success-message').length > 0 || null;","trigger":""},{"name":"page_url","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"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","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cookie_modal_present","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('#onetrust-pc-sdk').is(':visible')","trigger":"pageload"},{"name":"cart_set","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"pdp_sku","polling":"vars","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('meta[itemprop=\"sku\"]').attr('content');\n","trigger":"pageload"},{"name":"prev_sku","polling":"none","persist":"no","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":"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":1,"spatm":0,"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":false,"fme":false,"fmx":"","uid2":false,"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,"devMode":0},"ga4_property_id":"314214957","ga4_measurement_id":"G-Y64H8K351H","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":"27166d3b6527a269bad237fea7e0ef3c","creativesBaseStyles":"a53944a2","gpsAuction":"bbb80866120d17013073bb6d284cbd6b","inbox":"75060a85c1a4aebcc6f779b9e84db722","onsite":"abbdf7a49be9b52b097917b7b527b262","sms":"e39203556bab2366e56296ce42e974a7","websdk":"04cde0014774b7eb597770595769aab1"}; 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'); bouncex.initializeTag = function() { var script = document.createElement('script'); script.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_4b048f3d0cfb1030f90fec02949d8c38.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); bouncex.initializeTag = function() {}; }; runtime.onload = bouncex.initializeTag; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();