bouncex.callbacks["website"]({"active":"1","advanced_cookie_options":"{\"first_party_limit\":\"3500\",\"local_storage\":\"1\"}","analytics":"0","ba_enabled":null,"ba_settings":null,"ba_settings_json":null,"block_ips":null,"block_urls":[],"campaign_js":{"bbar_index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"bbar_pushup_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"close","exclusions":[],"testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\nbouncex.body.removeClass('bx-menu-open');\nif (!!bouncex.campaigns[ca_id].menuObserver) {\n bouncex.campaigns[ca_id].menuObserver.disconnect();\n}"},"bbar_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\n}\n\nfunction updatePushup() {\n var pushAmount = $creative.outerHeight(true);\n\n var styles = [\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\n '#zowie-chat-btn { transition: margin .5s ease-in-out; }',\n 'body:not(.bx-menu-open, .body--freeze) #zowie-chat-btn { margin-bottom: '+pushAmount+'px; }',\n ];\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\n}\n \nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\n\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\n \nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updatePushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n});\n\nupdatePushup();\n\nfunction checkForMenu() {\n if (jQuery('#mobile-menu-model').hasClass('is-active')) {\n bouncex.body.addClass('bx-menu-open');\n } else {\n bouncex.body.removeClass('bx-menu-open');\n }\n}\n\nif (jQuery('#mobile-menu-model').length \u003e 0) {\n bouncex.campaigns[ca_id].menuObserver = new MutationObserver(checkForMenu);\n bouncex.campaigns[ca_id].menuObserver.observe(document.querySelector('#mobile-menu-model'), { attributes: true, attributeFilter: ['class'], childList: false, subtree: false });\n}"},"close_campaign_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","exclusions":{"2704508":1,"2704510":1},"testmode":true,"ttype":"variation","val":"jQuery(`#bx-campaign-${ca_id} .bx-close-inside`).click(function(){\n bouncex.close_ad(ca_id);\n});"},"cookiebar_index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('.eg-cc-window { z-index: 2147483644; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"heading_focus":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","exclusions":{"2957322":1},"testmode":false,"ttype":"variation","val":"bouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\n if ($htmlHeadingElement.length \u003e 0) {\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\n } else {\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\n var $headingText;\n \n if ($headlineGroup.length === 0) {\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\n $headingText = $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack();\n } else {\n $headingText = $headlineGroup.find('.bx-row-text-headline, .bx-row-text-subheadline').eq(0).nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack();\n }\n \n $headingText.wrapAll('\u003cdiv class=\"bx-2-heading wknd-ally-focus\" id=\"'+$headlineGroup.attr('id')+'-h2\" tabindex=\"-1\" role=\"heading\" aria-level=\"2\"\u003e\u003c/div\u003e'); \n }\n});"},"placement_adjustment":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"preactivation","testmode":false,"ttype":"variation","val":"var $placementTarget = jQuery(bouncex.website.els.skip_link);\nvar placement = 'after';\n\nif ($placementTarget.length === 0) {\n placement = 'prepend';\n $placementTarget = bouncex.body;\n}\n\n$placementTarget[placement](bouncex.campaigns[ca_id].obj1);"},"remove_form_focus":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"bouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');"},"topbar_index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 999; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"topbar_pushdown_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"close","exclusions":[],"testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nif (!!bouncex.campaigns[ca_id].searchObserver) {\n bouncex.campaigns[ca_id].searchObserver.disconnect();\n}\nif (!!document.querySelector('#fast-simon-serp-app')) {\n jQuery(document.querySelector('#fast-simon-serp-app').shadowRoot).find('#bx-campaign-'+ca_id+'-filterShadow-pushup-style').remove();\n}\nif (!!document.querySelector('.fast-ac-container')) {\n jQuery(document.querySelector('.fast-ac-container').shadowRoot).find('#bx-campaign-'+ca_id+'-searchShadow-pushup-style').remove();\n}"},"topbar_pushdown_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative'),\n filterShadowPresent = !!document.querySelector('#fast-simon-serp-app') \u0026\u0026 !!document.querySelector('#fast-simon-serp-app').shadowRoot,\n searchShadowPresent = !!document.querySelector('.fast-ac-container') \u0026\u0026 !!document.querySelector('.fast-ac-container').shadowRoot;\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushdown');\n}\n\nif (filterShadowPresent) {\n bouncex.addCss('', document.querySelector('#fast-simon-serp-app').shadowRoot, 'bx-campaign-'+campaign_id+'-filterShadow-pushup');\n}\n\nif (searchShadowPresent) {\n bouncex.addCss('', document.querySelector('.fast-ac-container').shadowRoot, 'bx-campaign-'+campaign_id+'-searchShadow-pushup');\n}\n\nfunction updatePushdown() {\n var pushAmount = $creative.height(),\n headerHeight = jQuery('.header').outerHeight();\n \n filterShadowPresent = !!document.querySelector('#fast-simon-serp-app') \u0026\u0026 !!document.querySelector('#fast-simon-serp-app').shadowRoot;\n searchShadowPresent = !!document.querySelector('.fast-ac-container') \u0026\u0026 !!document.querySelector('.fast-ac-container').shadowRoot;\n \n var styles = [\n '.header { top: '+pushAmount+'px; }',\n '.header__overlay.is-active { max-height: calc(100vh - '+headerHeight+'px - '+pushAmount+'px); }',\n ];\n \n var filterShadowStyles = [\n '.filters-modal-wrapper, .filters-modal { top: calc('+pushAmount+'px + '+headerHeight+'px) !important; max-height: calc(100vh - '+pushAmount+'px - '+headerHeight+'px); }',\n ];\n\n var searchShadowStyles = [\n '.autocomplete { margin-top: '+pushAmount+'px; max-height: calc(90vh - '+pushAmount+'px) !important; }',\n ];\n \n if (filterShadowPresent) {\n if (jQuery(document.querySelector('#fast-simon-serp-app').shadowRoot).find('#bx-campaign-'+ca_id+'-filterShadow-pushup-style').length) {\n jQuery(document.querySelector('#fast-simon-serp-app').shadowRoot).find('#bx-campaign-'+ca_id+'-filterShadow-pushup-style').text(filterShadowStyles.join(' ')); \n } else {\n bouncex.addCss(filterShadowStyles.join(' '), document.querySelector('#fast-simon-serp-app').shadowRoot, 'bx-campaign-'+campaign_id+'-filterShadow-pushup');\n }\n \n }\n\n if (searchShadowPresent) {\n if (jQuery(document.querySelector('.fast-ac-container').shadowRoot).find('#bx-campaign-'+ca_id+'-searchShadow-pushup-style').length) {\n bouncex.log(\"Search styles present.\");\n jQuery(document.querySelector('.fast-ac-container').shadowRoot).find('#bx-campaign-'+ca_id+'-searchShadow-pushup-style').text(searchShadowStyles.join(' '));\n } else {\n bouncex.log(\"Search styles not present. Adding...\");\n bouncex.addCss(searchShadowStyles.join(' '), document.querySelector('.fast-ac-container').shadowRoot, 'bx-campaign-'+campaign_id+'-searchShadow-pushup');\n }\n }\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').text(styles.join(' '));\n}\n\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushdown);\n\nfunction checkForSearch (e) {\n e.forEach(ev =\u003e {\n if (ev.addedNodes.length) {\n ev.addedNodes.forEach(el =\u003e {\n if (el.classList.contains('fast-ac-container')) {\n return updatePushdown();\n }\n });\n }\n });\n}\n\nif (jQuery('#body').length \u003e 0) {\n bouncex.campaigns[ca_id].searchObserver = new MutationObserver(checkForSearch);\n bouncex.campaigns[ca_id].searchObserver.observe(document.querySelector('#body'), { attributes: false, childList: true, subtree: false });\n}\n\nupdatePushdown();"},"zindex_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"close","exclusions":[],"testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();"}},"cart_rep":null,"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":0,"gmp":0,"whitelist_check":1},"compliance_json":"{\"gdpr\":0,\"gmp\":0,\"whitelist_check\":1}","confirmation_criteria":null,"confirmation_page":"","confirmation_url":null,"content_width":"900","contract_id":"3","cookie_type":"fp_local_storage","currency":"USD","custom_campaign_js":"{\"topbar_pushdown_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative'),\\n filterShadowPresent = !!document.querySelector('#fast-simon-serp-app') \u0026\u0026 !!document.querySelector('#fast-simon-serp-app').shadowRoot,\\n searchShadowPresent = !!document.querySelector('.fast-ac-container') \u0026\u0026 !!document.querySelector('.fast-ac-container').shadowRoot;\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushdown');\\n}\\n\\nif (filterShadowPresent) {\\n bouncex.addCss('', document.querySelector('#fast-simon-serp-app').shadowRoot, 'bx-campaign-'+campaign_id+'-filterShadow-pushup');\\n}\\n\\nif (searchShadowPresent) {\\n bouncex.addCss('', document.querySelector('.fast-ac-container').shadowRoot, 'bx-campaign-'+campaign_id+'-searchShadow-pushup');\\n}\\n\\nfunction updatePushdown() {\\n var pushAmount = $creative.height(),\\n headerHeight = jQuery('.header').outerHeight();\\n \\n filterShadowPresent = !!document.querySelector('#fast-simon-serp-app') \u0026\u0026 !!document.querySelector('#fast-simon-serp-app').shadowRoot;\\n searchShadowPresent = !!document.querySelector('.fast-ac-container') \u0026\u0026 !!document.querySelector('.fast-ac-container').shadowRoot;\\n \\n var styles = [\\n '.header { top: '+pushAmount+'px; }',\\n '.header__overlay.is-active { max-height: calc(100vh - '+headerHeight+'px - '+pushAmount+'px); }',\\n ];\\n \\n var filterShadowStyles = [\\n '.filters-modal-wrapper, .filters-modal { top: calc('+pushAmount+'px + '+headerHeight+'px) !important; max-height: calc(100vh - '+pushAmount+'px - '+headerHeight+'px); }',\\n ];\\n\\n var searchShadowStyles = [\\n '.autocomplete { margin-top: '+pushAmount+'px; max-height: calc(90vh - '+pushAmount+'px) !important; }',\\n ];\\n \\n if (filterShadowPresent) {\\n if (jQuery(document.querySelector('#fast-simon-serp-app').shadowRoot).find('#bx-campaign-'+ca_id+'-filterShadow-pushup-style').length) {\\n jQuery(document.querySelector('#fast-simon-serp-app').shadowRoot).find('#bx-campaign-'+ca_id+'-filterShadow-pushup-style').text(filterShadowStyles.join(' ')); \\n } else {\\n bouncex.addCss(filterShadowStyles.join(' '), document.querySelector('#fast-simon-serp-app').shadowRoot, 'bx-campaign-'+campaign_id+'-filterShadow-pushup');\\n }\\n \\n }\\n\\n if (searchShadowPresent) {\\n if (jQuery(document.querySelector('.fast-ac-container').shadowRoot).find('#bx-campaign-'+ca_id+'-searchShadow-pushup-style').length) {\\n bouncex.log(\\\"Search styles present.\\\");\\n jQuery(document.querySelector('.fast-ac-container').shadowRoot).find('#bx-campaign-'+ca_id+'-searchShadow-pushup-style').text(searchShadowStyles.join(' '));\\n } else {\\n bouncex.log(\\\"Search styles not present. Adding...\\\");\\n bouncex.addCss(searchShadowStyles.join(' '), document.querySelector('.fast-ac-container').shadowRoot, 'bx-campaign-'+campaign_id+'-searchShadow-pushup');\\n }\\n }\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').text(styles.join(' '));\\n}\\n\\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushdown);\\n\\nfunction checkForSearch (e) {\\n e.forEach(ev =\u003e {\\n if (ev.addedNodes.length) {\\n ev.addedNodes.forEach(el =\u003e {\\n if (el.classList.contains('fast-ac-container')) {\\n return updatePushdown();\\n }\\n });\\n }\\n });\\n}\\n\\nif (jQuery('#body').length \u003e 0) {\\n bouncex.campaigns[ca_id].searchObserver = new MutationObserver(checkForSearch);\\n bouncex.campaigns[ca_id].searchObserver.observe(document.querySelector('#body'), { attributes: false, childList: true, subtree: false });\\n}\\n\\nupdatePushdown();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"topbar_pushdown_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nif (!!bouncex.campaigns[ca_id].searchObserver) {\\n bouncex.campaigns[ca_id].searchObserver.disconnect();\\n}\\nif (!!document.querySelector('#fast-simon-serp-app')) {\\n jQuery(document.querySelector('#fast-simon-serp-app').shadowRoot).find('#bx-campaign-'+ca_id+'-filterShadow-pushup-style').remove();\\n}\\nif (!!document.querySelector('.fast-ac-container')) {\\n jQuery(document.querySelector('.fast-ac-container').shadowRoot).find('#bx-campaign-'+ca_id+'-searchShadow-pushup-style').remove();\\n}\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"topbar_index_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 999; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"zindex_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"2\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"cookiebar_index_fix\":{\"val\":\"bouncex.addCss('.eg-cc-window { z-index: 2147483644; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bbar_index_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"bbar_pushup_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\\n}\\n\\nfunction updatePushup() {\\n var pushAmount = $creative.outerHeight(true);\\n\\n var styles = [\\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\\n '#zowie-chat-btn { transition: margin .5s ease-in-out; }',\\n 'body:not(.bx-menu-open, .body--freeze) #zowie-chat-btn { margin-bottom: '+pushAmount+'px; }',\\n ];\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\\n}\\n \\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\\n\\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\\n \\nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updatePushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n});\\n\\nupdatePushup();\\n\\nfunction checkForMenu() {\\n if (jQuery('#mobile-menu-model').hasClass('is-active')) {\\n bouncex.body.addClass('bx-menu-open');\\n } else {\\n bouncex.body.removeClass('bx-menu-open');\\n }\\n}\\n\\nif (jQuery('#mobile-menu-model').length \u003e 0) {\\n bouncex.campaigns[ca_id].menuObserver = new MutationObserver(checkForMenu);\\n bouncex.campaigns[ca_id].menuObserver.observe(document.querySelector('#mobile-menu-model'), { attributes: true, attributeFilter: ['class'], childList: false, subtree: false });\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"bbar_pushup_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\\nbouncex.body.removeClass('bx-menu-open');\\nif (!!bouncex.campaigns[ca_id].menuObserver) {\\n bouncex.campaigns[ca_id].menuObserver.disconnect();\\n}\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"remove_form_focus\":{\"val\":\"bouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"heading_focus\":{\"val\":\"bouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\\n if ($htmlHeadingElement.length \u003e 0) {\\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\\n } else {\\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\\n var $headingText;\\n \\n if ($headlineGroup.length === 0) {\\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\\n $headingText = $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack();\\n } else {\\n $headingText = $headlineGroup.find('.bx-row-text-headline, .bx-row-text-subheadline').eq(0).nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack();\\n }\\n \\n $headingText.wrapAll('\u003cdiv class=\\\"bx-2-heading wknd-ally-focus\\\" id=\\\"'+$headlineGroup.attr('id')+'-h2\\\" tabindex=\\\"-1\\\" role=\\\"heading\\\" aria-level=\\\"2\\\"\u003e\u003c/div\u003e'); \\n }\\n});\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{\"2957322\":1}},\"close_campaign_fix\":{\"val\":\"jQuery(`#bx-campaign-${ca_id} .bx-close-inside`).click(function(){\\n bouncex.close_ad(ca_id);\\n});\",\"event\":\"impression\",\"testmode\":true,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"2\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"3\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{\"2704508\":1,\"2704510\":1}},\"placement_adjustment\":{\"val\":\"var $placementTarget = jQuery(bouncex.website.els.skip_link);\\nvar placement = 'after';\\n\\nif ($placementTarget.length === 0) {\\n placement = 'prepend';\\n $placementTarget = bouncex.body;\\n}\\n\\n$placementTarget[placement](bouncex.campaigns[ca_id].obj1);\",\"event\":\"preactivation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"}}","custom_js":null,"custom_liquid_variable":"{\"Address\":{\"val\":\"719 S LOS ANGELES ST. SUITE 1015, LOS ANGELES, CA 90014\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"AltTextColor\":{\"val\":\"#ffffff\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7378/2bfc0e16f3598277a537a9bc13b64631.jpeg\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-02T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-03T16:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"600px\",\"imgHeight\":\"318px\"},\"BelowProdGridBannerImgHighIntent\":{\"val\":\"\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7378/AB_bottom_banner.jpg\",\"description\":\"DO NOT USE\",\"enabled\":false,\"startDate\":\"2024-06-06\",\"startTime\":\"20:00\",\"endDate\":\"2024-06-10\",\"endTime\":\"20:00\",\"imgSize\":\"\",\"imgWidth\":\"640px\",\"imgHeight\":\"340px\"},\"BelowProdGridBannerImgProspects\":{\"val\":\"\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7378/BMSM US BOTTOM BANNER.jpg\",\"description\":\"DO NOT USE\",\"enabled\":false,\"startDate\":\"2023-10-06\",\"startTime\":\"20:00\",\"endDate\":\"2023-10-18\",\"endTime\":\"20:00\",\"imgSize\":\"\",\"imgWidth\":\"2667px\",\"imgHeight\":\"1415px\"},\"BelowProdGridBannerImgWelcome\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerUrl\":{\"val\":\"https://www.aninebing.com/collections/sale\",\"promoVal\":\"https://www.aninebing.com/collections/sale\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-02T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-03T16:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerUrlProspects\":{\"val\":\"https://www.aninebing.com/collections/sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BgColor\":{\"val\":\"#ffffff\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BorderColor\":{\"val\":\"#c2c2c2\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientId\":{\"val\":\"3906\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientName\":{\"val\":\"ANINE BING\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"EmailAddress\":{\"val\":\"info@aninebing.com\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterLogoImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4035/031120/AnineBing/footerLogo-26.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"52px\",\"imgHeight\":\"56px\"},\"FooterNav1Copy\":{\"val\":\"New In\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav1Url\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav2Copy\":{\"val\":\"Classics\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav2Url\":{\"val\":\"https://www.aninebing.com/collections/classics\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav3Copy\":{\"val\":\"Anine bing kids\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav3Url\":{\"val\":\"https://www.aninebing.com/collections/bing-kids\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav4Copy\":{\"val\":\"Follow Us\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav4Url\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav5Copy\":{\"val\":\"@Aninebingofficial\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav5Url\":{\"val\":\"https://www.instagram.com/aninebingofficial/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav6Copy\":{\"val\":\"@aninebingkids\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav6Url\":{\"val\":\"https://www.instagram.com/aninebingkids/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav7Copy\":{\"val\":\"Contact us\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav7Url\":{\"val\":\"https://www.aninebing.com/pages/contact\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav8Copy\":{\"val\":\"Styling\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav8Url\":{\"val\":\"https://www.aninebing.com/pages/styling\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav9Copy\":{\"val\":\"Find a store\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FooterNav9Url\":{\"val\":\"https://www.aninebing.com/blogs/locations\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HTMLBgColor\":{\"val\":\"#ffffff\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HeadlineColor\":{\"val\":\"#000000\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HeroColor\":{\"val\":\"#ffffff\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HomepageUrl\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IGIconCopy\":{\"val\":\"#Aninebingkids\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IGIconImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4035/031120/AnineBing/icon-64x60.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"5kb\",\"imgWidth\":\"128px\",\"imgHeight\":\"120px\"},\"IGIconUrl\":{\"val\":\"https://www.instagram.com/aninebingkids/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer\":{\"val\":\"\",\"promoVal\":\"*Receive an additional 30% off select items at https://www.aninebing.com/collections/sale or at participating ANINE BING locations from December 1, 2024 at 8:00pm PT until December 3, 2024 at 5:00am PT. Must use promo code 'EXTRA20' at checkout for offer to apply. Offer cannot be combined with any other coupons, discounts, offers, or promotions. In-store prices may vary and may differ from online prices. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, or shipping and handling charges. Offer is not transferable and not valid for cash or cash equivalent. Offer cannot be combined with THE LIST rewards or promotions. No adjustments on previous purchases. Nothing stated herein will affect customers’ legal rights. ANINE BING reserves the right to modify or cancel this promotion at any time without notice. Limit one code per order. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. Online: enter code 'EXTRA30' at checkout. In-store: show this email at register during checkout.\",\"description\":\"Catalog Email Disclaimer 2024\",\"enabled\":true,\"startDate\":\"2024-12-02T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-03T16:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimerCust\":{\"val\":\"\",\"promoVal\":\"*Receive an additional 30% off select items at https://www.aninebing.com/collections/sale or at participating ANINE BING locations from December 1, 2024 at 8:00pm PT until December 3, 2024 at 5:00am PT. Must use promo code 'EXTRA20' at checkout for offer to apply. Offer cannot be combined with any other coupons, discounts, offers, or promotions. In-store prices may vary and may differ from online prices. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, or shipping and handling charges. Offer is not transferable and not valid for cash or cash equivalent. Offer cannot be combined with THE LIST rewards or promotions. No adjustments on previous purchases. Nothing stated herein will affect customers’ legal rights. ANINE BING reserves the right to modify or cancel this promotion at any time without notice. Limit one code per order. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. Online: enter code 'EXTRA30' at checkout. In-store: show this email at register during checkout.\",\"description\":\"Customer evergreen disclaimer 2024\",\"enabled\":true,\"startDate\":\"2024-12-02T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-03T16:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimerProspects\":{\"val\":\"\",\"promoVal\":\"*Receive an additional 30% off select items at https://www.aninebing.com/collections/sale or at participating ANINE BING locations from December 1, 2024 at 8:00pm PT until December 3, 2024 at 5:00am PT. Must use promo code 'EXTRA20' at checkout for offer to apply. Offer cannot be combined with any other coupons, discounts, offers, or promotions. In-store prices may vary and may differ from online prices. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, or shipping and handling charges. Offer is not transferable and not valid for cash or cash equivalent. Offer cannot be combined with THE LIST rewards or promotions. No adjustments on previous purchases. Nothing stated herein will affect customers’ legal rights. ANINE BING reserves the right to modify or cancel this promotion at any time without notice. Limit one code per order. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. Online: enter code 'EXTRA30' at checkout. In-store: show this email at register during checkout.\",\"description\":\"Prospect evergreen disclaimer 2024\",\"enabled\":true,\"startDate\":\"2024-12-02T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-03T16:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimerSale\":{\"val\":\"\",\"promoVal\":\"*Receive up to 70% off select items from November 14, 2024 at 5:00am PT until December 9, 2024 at 2:59pm PT at https://www.aninebing.com/collections/sale or at participating ANINE BING retail locations. Sale prices already reflected. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, nor shipping and handling charges. No adjustments on previous purchases. Cannot be combined with THE LIST rewards or promotions. All items are final sale. No returns, exchanges, or store credit. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. In-store prices may vary and may differ from online prices. ANINE BING reserves the right to modify or cancel this promotion at any time without notice.\",\"description\":\"DO NOT USE\",\"enabled\":false,\"startDate\":\"2024-09-28\",\"startTime\":\"20:00\",\"endDate\":\"2024-10-11\",\"endTime\":\"20:00\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimerWelcome\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"KlarnaCopy\":{\"val\":\"Pay later with\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"KlarnaImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4754/anine-bing/KlarnaImg-238x53.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"12kb\",\"imgWidth\":\"476px\",\"imgHeight\":\"106px\"},\"LogoImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7378/Anine_bing_updated_logo.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"6kb\",\"imgWidth\":\"640px\",\"imgHeight\":\"83px\"},\"LogoImgRefresh\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/4035/012221/AnineBing/logo-266.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"5kb\",\"imgWidth\":\"532px\",\"imgHeight\":\"55px\"},\"LogoImgRefreshSize\":{\"val\":\"133\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LogoImgSize\":{\"val\":\"92\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav1Copy\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav1Url\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav2Copy\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav2Url\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav3Copy\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav3Url\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"PrimaryColor\":{\"val\":\"#000000\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"REFRESH_2021\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Studio_BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerImg\"},\"Studio_BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerUrl\"},\"Studio_BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerImg\"},\"Studio_BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerUrl\"},\"Studio_CurrentYear\":{\"val\":\"{{ formatTime \\\"2006\\\" }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FirstItemCartUrl\":{\"val\":\"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" (base64 $.CartJSON) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FirstItemUrl\":{\"val\":\"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}{{ end }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_HomepageCartUrl\":{\"val\":\"{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_HomepageUrl\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_ListPageUrl\":{\"val\":\"{{ $.ListPageUrl }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_Newdisclaimer\":{\"val\":\"\",\"promoVal\":\"*Receive up to 40% off select items from May 13, 2025 at 9:00pm PT until July 7, 2025 at 3:59pm PT at https://www.aninebing.com or at participating ANINE BING retail locations. Sale prices already reflected. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, nor shipping and handling charges. No adjustments on previous purchases. Cannot be combined with THE LIST rewards or promotions. All items are final sale. Free shipping on all orders. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. In-store prices may vary and may differ from online prices. ANINE BING reserves the right to modify or cancel this promotion at any time without notice.\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-05-20T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-06-04T19:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_TopBannerImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7378/2024_05_29 IBX Promo Banner.png\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7378/fe1249bcfc571807be3ec9c496c20c07.jpg\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-21T01:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-11T22:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerImg\"},\"Studio_TopBannerUrl\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerUrl\"},\"Studio_email1categoryimg\":{\"val\":\"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/3907/images/b72f52d9-7a86-4c31-a109-eb5b026b69d3.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_email1categorysub\":{\"val\":\"Discover top-selling styles from the latest collection.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_email1categorytitle\":{\"val\":\"BEST SELLERS\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_email1categoryurl\":{\"val\":\"https://www.aninebing.com/collections/best-sellers\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"TextColor\":{\"val\":\"#000000\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7378/2024_05_29 IBX Promo Banner.png\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7378/ab_banner.jpg\",\"description\":\"EVERGREEN BANNER: https://assets.bounceexchange.com/assets/uploads/users/7378/2024_05_29 IBX Promo Banner.png\",\"enabled\":true,\"startDate\":\"2024-12-02T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-22T14:00:00.000Z\",\"endTime\":null,\"imgSize\":\"5kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"84px\"},\"TopBannerUrl\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"https://www.aninebing.com/collections/sale\",\"description\":\"EVERGREEN BANNER URL\",\"enabled\":true,\"startDate\":\"2024-12-02T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-04T04:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBar1Copy\":{\"val\":\"New arrivals\u003cbr\u003eevery tuesday\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBar1Url\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBar2Copy\":{\"val\":\"Timeless style with\u003cbr\u003erock ’n’ roll edge\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBar2Url\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopPromoBarCopy\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopPromoBarUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"UPDATE_AUG20\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"UPDATE_SEPT20\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP1CopyA\":{\"val\":\"Sign up for texts\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP1CopyB\":{\"val\":\"Get early access to offers and\u0026nbsp;more.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP1CopyC\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-04-29T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-06-01T04:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP1Url\":{\"val\":\"https://www.aninebing.com/pages/abemail-subscribe-page\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP2CopyA\":{\"val\":\"New In\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP2CopyB\":{\"val\":\"Classics\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP2UrlA\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP2UrlB\":{\"val\":\"https://www.aninebing.com/collections/classics\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP3Copy\":{\"val\":\"@aninebingofficial\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP3CopyA\":{\"val\":\"Clothing\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP3CopyADupe\":{\"val\":\"Clothing\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP3CopyB\":{\"val\":\"Handbags\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP3Copy_UrlA\":{\"val\":\"https://www.aninebing.com/collections/all-clothing\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP3Copy_UrlB\":{\"val\":\"https://www.aninebing.com/collections/bags\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP3Url\":{\"val\":\"https://www.instagram.com/aninebingofficial/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP4CopyA\":{\"val\":\"Contact us\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP4CopyB\":{\"val\":\"Styling\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP4CopyC\":{\"val\":\"Find a store\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP4UrlA\":{\"val\":\"https://www.aninebing.com/pages/contact\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP4UrlB\":{\"val\":\"https://www.aninebing.com/pages/styling\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP4UrlC\":{\"val\":\"https://www.aninebing.com/pages/store-landing\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP5CopyA\":{\"val\":\"Accessories\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP5CopyB\":{\"val\":\"Jewelry\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP5Copy_UrlA\":{\"val\":\"https://www.aninebing.com/collections/all-accessories\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"VP5Copy_UrlB\":{\"val\":\"https://www.aninebing.com/collections/fine-jewelry\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop1Copy\":{\"val\":\"Show us how your little one rocks\u0026nbsp;their\u0026nbsp;new \u003cbr class=\\\"hide\\\"\u003eclothes by tagging us\u0026nbsp;@ANINEBINGKIDS with\u0026nbsp;the \u003cbr class=\\\"hide\\\"\u003e#ANINEBINGKIDS for a\u0026nbsp;chance to be in our\u0026nbsp;feed.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop1Url\":{\"val\":\"https://www.instagram.com/aninebingkids/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop2Copy\":{\"val\":\"Free Shipping On All\u0026nbsp;Orders\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop2Url\":{\"val\":\"https://www.aninebing.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop3CopyA\":{\"val\":\"Sign Up For Texts\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop3CopyB\":{\"val\":\"Get early access to offers and\u0026nbsp;more.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop3Url\":{\"val\":\"https://www.aninebing.com/pages/abemail-subscribe-page\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"WebsiteName\":{\"val\":\"WWW.ANINEBING.COM\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"listgrowthdisclaimer\":{\"val\":\"*Offer valid for new subscribers only. View full offer terms \u003ca href=\\\"https://www.aninebing.com/pages/may-2025-email-sign-up-disclaimer\\\" target=\\\"_blank\\\" style=\\\"text-decoration:underline;\\\"\u003eExclusions Apply\u003c/a\u003e. \",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer1\":{\"val\":\"BE THE FIRST TO KNOW\",\"promoVal\":\"EXCLUSIVE OFFER\",\"description\":\"BE THE FIRST TO KNOW\",\"enabled\":true,\"startDate\":\"2025-05-01T13:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-07-01T00:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer2\":{\"val\":\"Enter your email to be notified about new collections, exclusive offers, and more. \",\"promoVal\":\"Enter your email and receive 20% off your first purchase for a limited time.\",\"description\":\"Enter your email to be notified about new collections, exclusive offers, and more. \",\"enabled\":true,\"startDate\":\"2025-05-01T13:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-07-01T00:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"}}","custom_variable":"{\"logged_in\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"(function() {\\n if (bouncex.website.pts === 'checkout') {\\n \\tif (window.location.href.indexOf('step=contact_information') \u003e -1) {\\n \\treturn jQuery('div.logged-in-customer-information').length \u003e 0;\\n }\\n return null;\\n }\\n return bouncex.utils.getNestedProp('Shopify.customer_logged_in', false);\\n})();\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"ever_logged_in\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"bouncex.vars.logged_in || null;\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"cart_qty\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"(function() {\\n var $cartIcon = jQuery('.js-cart-count');\\n if ($cartIcon.eq(0).text().trim() === \\\"0\\\") {\\n return 0;\\n }\\n return Number($cartIcon.eq(0).text().replace(/[^0-9.]/g, '')) || null;\\n})();\",\"t\":\"int\",\"page_type_json\":[],\"testmode\":false},\"cart_value\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"(function() {\\n if (bouncex.vars.cart === true \u0026\u0026 bouncex.vars.cart_qty \u003e 0){\\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 }\\n return 0;\\n})();\",\"t\":\"float\",\"page_type_json\":[],\"testmode\":false},\"prod_price\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"bouncex.website.pts === 'product' \u0026\u0026 Number(jQuery('span.price--final .money').eq(0).text().replace(/[^0-9.]/g, ''));\",\"t\":\"float\",\"page_type_json\":[],\"testmode\":false},\"prod_name\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"bouncex.website.pts === 'product' \u0026\u0026 jQuery('h1.product__title').eq(0).text().trim();\",\"t\":\"string\",\"page_type_json\":[],\"testmode\":false},\"in_stock\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"bouncex.website.pts === 'product' \u0026\u0026 jQuery('button.js-product-atc:not(\\\".button--secondary\\\"):visible:contains(\\\"Add to bag\\\")').length \u003e 0;\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"submitted_onsite\":{\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"jQuery('.footer__newsletter--success:visible:contains(\\\"Thank You For Subscribing.\\\")').length \u003e 0 || null;\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":false},\"item_id_product\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"testmode\":true},\"item_id_quickview\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":true,\"trigger\":\"event\"},\"item_id_hover\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":true,\"trigger\":\"event\"},\"items_ids\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"category\",\"search\"],\"testmode\":true},\"item_url\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"testmode\":true},\"item_image_url\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"testmode\":true},\"item_category\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"testmode\":true},\"item_price\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"testmode\":true},\"item_in_stock\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"testmode\":true},\"page_url\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"category\",\"search\"],\"testmode\":true},\"page_title\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"category\"],\"testmode\":true},\"item_copy\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"trigger\":\"pageload\",\"datatype\":\"string\",\"testmode\":true},\"cart_token\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"cart_items\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"cart_set\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"logged_in_identified\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cart\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"days_since_purchase\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"(function() {\\n var currentTime = parseInt(new Date().getTime() / 1000);\\n return bouncex.cookie.lc ? Math.floor((currentTime - bouncex.cookie.lc) / 86400) : false;\\n})();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"page_type\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"bouncex.website.pts;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false}}","deployment_json":null,"deployment_presets":{"Email Capture Eligible":[[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/orders/"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=Promotional"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_medium=Trigger"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"behavioralemail"}],[{"activation":"variable","prop":"equal","prop2":"submitted_onsite","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"false"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"peoplebasedmarketing"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}]],"Exclude Checkout Pages":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/checkouts"}]],"IBX Continuity ":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_BehavioralWelcome"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_CartAbandon_Pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_ProductAbandon_Pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_CategoryRecap_Pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_SearchAbandon_Pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_LowStock_Pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_Welcome_"}]],"Items in Cart":[[{"activation":"variable","prop":"greater","prop2":"cart_qty","prop3":"","val":"0"}],[{"activation":"variable","prop":"greater","prop2":"cart_value","prop3":"","val":"0"}]],"Pause continuity - Yes":[[{"activation":"date","prop":"less_equal","prop2":"","prop3":"","val":"03/27/2024 00:00"},{"activation":"date","prop":"greater","prop2":"","prop3":"","val":"03/27/2024 00:00"}]],"Target US Only":[[{"activation":"location","prop":"exactly","prop2":"country","prop3":"","val":"US"}]],"URL Exclusions":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"account/login"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"our-story"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"about-bing-kids"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"anine-bing-careers"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"faq"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"shipping"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"returns-exchanges"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"gift-card"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"contact"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"store-landing"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"site-accessibility"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"terms-of-use"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"privacy-policy"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"abemail-subscribe-page"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ABLIST-subscribe-page"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ABLOVE-subscribe-page"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/pages/sale"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"paidsocial"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/free-gift-lili-tee-tonal"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/gwp-lili-tee-tonal"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/samsung-giveaway-gateway"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/fall-2023-giveaway"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/nyc-katemoss"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"reebok-x-anine-bing-nyc-activation"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/pages/email-sign-up-apr"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/pages/email-sign-up-offer"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/may-june-email-sign-up-terms-conditions"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/furtuna_sign_up"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"the-elly-bag-featuring-kate-moss"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"the-elly-bag-collection"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"blog"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"sign-up"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/denim-campaign-2025"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/denim-1"}]],"off for promo = YES":[[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"05/01/2025 09:00"},{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"06/30/2025 20:00"}]],"on for promo = YES":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"05/01/2025 09:00"}],[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"06/30/2025 20:00"}]]},"deployment_settings":null,"device_graph_enabled":"1","device_graph_settings":{"tagData":{"async":"true","data-fire":"1","data-gm":"1","id":"c.js","src":"//pixel.cdnwidget.com/cdn/c.min.js"},"trafficPercentage":100},"dfp_account_id":null,"dt_inserted_unix":"1579273960","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":"","skip_link":"[title=\"Skip to Main Content\"]"},"enable_advanced_cookie":"0","enable_ally":"0","enable_bpush":"0","enable_ga_integration":"1","enable_iframe":"0","enable_waypoints":"0","enabled":"1","encrypt_email":"0","encrypt_email_two_way":"0","event_stream_enabled":"1","event_tracking_enabled":"1","event_tracking_js":"bouncex.log('Testing1234_New');\n\n\nvar ANINE_BING_DOMAIN = 'https://www.aninebing.com/',\n QUICKVIEW_MODAL_SELECTOR = '#isp_product_quick_view_model:not(.is-checkout-view)',\n ATC_DESKTOP = '#ProductForm--desktop-AddToCart',\n ATC_MOBILE = '#ProductForm--mobile-AddToCart',\n QUICK_ADD_ATC = 'button.wixob-atc, .isp_quick_view_add_to_cart_btn',\n shadowRoot = categoryOrSearch ? document.querySelector('#fast-simon-serp-app').shadowRoot : '',\n categoryOrSearch = bouncex.website.pts === 'category' || bouncex.website.pts === 'search',\n QUICK_SIZE_SELECTOR = jQuery(shadowRoot).find(\".variantsContainer li\"),\n PDP_SKU_SELECTOR = '.js-product-option label:visible, .form--product__option-selector',\n COOKIE_NAME = 'cart',\n EXCLUDED_PATHS = ['/en-'];\n\n/** ************************ HELPERS ***************************/\nfunction contains(array, string){\n for (var i = 0; i \u003c array.length; i++){\n if (string.indexOf(array[i]) \u003e -1){\n return true;\n }\n }\n return false;\n}\nfunction isCorrectCountry(){\n return bouncex.state.geo.country_code === 'US';\n}\n\nfunction getUrl() {\n return bouncex.utils.url.allowParams();\n}\n\nfunction getPdpUrl() {\n return jQuery('link[rel=\"canonical\"]').attr('href');\n}\n\nfunction isEn() {\n return jQuery('html').attr('lang') === 'en';\n}\n\nfunction isValidDomain() {\n var currentUrl = getUrl();\n return getUrl().indexOf(ANINE_BING_DOMAIN) \u003e -1 \u0026\u0026 isCorrectCountry() \u0026\u0026 !contains(EXCLUDED_PATHS, currentUrl);\n}\n\nfunction isGiftCard() {\n return window.location.href.indexOf('gift-card') \u003e 0;\n}\n\nfunction isComingSoon() {\n return jQuery('.form__atc-wishlist button:visible').text().indexOf('Coming Soon - Notify Me') \u003e -1;\n}\n\nfunction getPdpId() {\n var selectedColorId = (jQuery('.form--product__option-selector:checked').attr('data-color-id') || '').split('-').pop();\n return selectedColorId || bouncex.utils.getNestedProp('window.ShopifyAnalytics.meta.product.id');\n}\n\nfunction getQuickAddDesktopID($el) {\n return $el.closest('.isp_grid_product').attr('product_id');\n}\n\nfunction getQuickViewMobileID() {\n return jQuery('.isp_quick_view_title').attr('product_id');\n}\n\nfunction getItemCopy() {\n return jQuery('h1.product__title').eq(0).text().trim();\n}\n\nfunction getItemCategory() {\n return bouncex.utils.getNestedProp(\n 'window.ShopifyAnalytics.meta.product.type'\n );\n}\n\nfunction getItemImage() {\n return jQuery('meta[property = \"og:image\"]')\n .first()\n .attr('content');\n}\n\nfunction getItemPrice() {\n return jQuery('meta[property=\"product:price:amount\"]').attr('content');\n}\n\nfunction itemInStock() {\n return (\n jQuery('meta[property=\"product:availability\"]')\n .attr('content')\n .indexOf('instock') \u003e -1\n );\n}\n\nfunction isExludedProducts(itemId) {\n var EXCLUSIONS_SKU = [6783469912136, 6777583599688];\n\n return EXCLUSIONS_SKU.indexOf(itemId) \u003e -1;\n}\n\nfunction checkTags(array) {\n var requiredTags = [\"swym-comingsoon\", \"back-in-stock-suppress\", \"pdp_preorder\"];\n for (var i = 0; i \u003c requiredTags.length; i++) {\n if (array.indexOf(requiredTags[i]) !== -1) {\n return true;\n }\n }\n return false;\n}\n\n/** ************************ ITEM ***************************/\n\nfunction isValidItem() {\n var itemId = getPdpId();\n var itemImage = getItemImage();\n\n /* prevent OSR from initializing while campaigns are still loading */\n var campaignsLoading = bouncex.campaigns \u0026\u0026 !bouncex.css_added;\n return itemId \u0026\u0026 itemImage \u0026\u0026 !campaignsLoading;\n}\n\nfunction getItem() {\n var TAGS = SwymProductInfo.product.tags;\n return {\n id: getPdpId(),\n copy: getItemCopy(),\n category: getItemCategory(),\n url: getPdpUrl(),\n imageurl: getItemImage(),\n price: getItemPrice(),\n instock: itemInStock(),\n comingsoon: isComingSoon(),\n excluded: isExludedProducts(getPdpId()),\n tagexclude: checkTags(TAGS),\n additionalimage: 'http:' + jQuery('.product-media-thumbnail--cell[data-index=\"3\"] img').attr('src')\n };\n}\n\nfunction viewItem(itemId) {\n bouncex.push([\n 'view item',\n {\n 'item:id': itemId,\n 'item:itemgroupid': itemId\n }\n ]);\n}\n\nfunction firePdpEvents() {\n var item = getItem();\n bouncex.push(['item', item]);\n viewItem(item.id);\n initializePdpATCClickTracking(item.id);\n}\n\n/** *********************** CATEGORY **************************/\n\nfunction getCategoryPageTitle() {\n return jQuery('meta[property=\\'og:title\\']').attr('content');\n}\n\nfunction getCategoryIds() {\n var shopifyProducts = bouncex.utils.getNestedProp('ShopifyAnalytics.meta.products', []),\n ids = [];\n\n for (var i = 0; i \u003c shopifyProducts.length; i++ ) {\n var id = shopifyProducts[i].id;\n\n if (!!id \u0026\u0026 ids.indexOf(id) === -1){\n ids.push(id);\n }\n }\n\n return ids.join(',');\n}\n\nfunction getCategoryObj() {\n return {\n 'page:title': getCategoryPageTitle(),\n 'page:url': getUrl(),\n 'items:ids': getCategoryIds()\n };\n}\n\nfunction isValidCategory() {\n var categoryIds = getCategoryIds();\n return categoryIds.length;\n}\n\nfunction fireCategoryEvents() {\n var categoryObj = getCategoryObj();\n if (categoryObj['items:ids'].length) {\n bouncex.push(['view category', categoryObj]);\n }\n}\n\n/** *********************** CATALOG **************************/\n\n// Tracks SKU event with PDP sizes and QuickView Sizes\nfunction trackSku(skuSelector) {\n var lastSkuFired,\n itemId,\n skuId;\n\n bouncex.off(bouncex.document, 'click.bxsku', skuSelector);\n bouncex.et.on(\n bouncex.document,\n 'click.bxsku',\n function () {\n var $el = jQuery(this);\n\n bouncex.et.onTrue(function () {\n itemId = getPdpId() || getQuickAddDesktopID($el) || getQuickViewMobileID();\n skuId = $el.attr('data-variant-id') || jQuery('input[name=\"id\"]').val();\n return itemId \u0026\u0026 skuId \u0026\u0026 skuId !== lastSkuFired;\n }, function () {\n bouncex.push([\n 'select_sku',\n {\n 'item:id': itemId,\n 'item:itemgroupid': itemId,\n 'item:feedid': skuId\n }\n ]);\n lastSkuFired = skuId;\n }, 2);\n },\n skuSelector\n );\n}\n\n/** ********************** QUICK VIEW *************************/\n\nfunction fireQuickViewEvents() {\n var itemId = getQuickViewMobileID();\n\n if (itemId) {\n viewItem(itemId);\n initializeQuickAddClickTracking();\n }\n}\n\nfunction initializeQuickAddClickTracking() {\n bouncex.off(bouncex.document, 'click.bxatc', QUICK_ADD_ATC);\n bouncex.et.on(bouncex.document, 'click.bxatc', function () {\n var itemId = getQuickAddDesktopID(jQuery(this)) || getQuickViewMobileID();\n fireAddToCart(itemId);\n }, QUICK_ADD_ATC);\n}\n\n/** ************************* CART ****************************/\n\nfunction fireAddToCart(itemId) {\n var token;\n\n bouncex.et.onTrue(\n function () {\n token = bouncex.getBounceCookie(COOKIE_NAME);\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 bouncex.setVar('cart_set', true);\n bouncex.setVar('cart', true);\n },\n 10\n );\n}\n\nfunction replenish(cart) {\n bouncex.utils.cookies.create({ name: COOKIE_NAME, value: cart.token });\n \n var cartUrl = '/cart'; \n window.location.href = cartUrl + '?bx_replen=true';\n}\n\nfunction initializePdpATCClickTracking(itemId) {\n var atcSelector = ATC_DESKTOP + ',' + ATC_MOBILE;\n\n bouncex.off(bouncex.document, 'click.bxatc', atcSelector);\n bouncex.et.on(bouncex.document, 'click.bxatc', function () {\n fireAddToCart(itemId);\n }, atcSelector);\n}\n\nfunction fireQuickSKUEvents(){\n \n var lastSkuFired=\"\";\n QUICK_SIZE_SELECTOR.on('click.bxatc', function () {\n\n var itemId = jQuery(this).closest('.product-card').attr('data-product-id'); \n var skuId = jQuery(this).attr(\"data-variantid\");\n if (itemId \u0026\u0026 skuId \u0026\u0026 skuId !== lastSkuFired){\n bouncex.push([\n 'select_sku',\n {\n 'item:id': itemId,\n 'item:itemgroupid': itemId,\n 'item:feedid': skuId\n }\n ]);\n lastSkuFired = skuId\n }\n });\n}\n\nfunction initializeQuickAddToCart(){\n bouncex.log(\"initializeQuickAddToCart function reached\");\n var shadowElem = jQuery('#fast-simon-serp-app')[0].shadowRoot,\n atcButtons = jQuery(shadowElem).find('.atc_button');\n \n atcButtons.on('click.bxatc', function () {\n bouncex.log(\"quick ATC clicked\");\n var itemId = jQuery(this).closest('.product-card').attr('data-product-id');//.closest('.product-card-items-wrapper').find('.product-image').attr('aria-labelledby').match(/\\d+/)[0];\n var variants = jQuery(this).parents('.wixcusttom_atc').find('.variantsContainer');\n if (itemId){\n bouncex.log(\"quick ATC item id\");\n if (variants.length \u003e 0 \u0026\u0026 variants.find('.prod-avail.active').length \u003e 0) {\n bouncex.log(\"quick ATC item id 1\");\n fireAddToCart(itemId);\n bouncex.log('variants available and selected..')\n } else if (variants.length === 0) {\n bouncex.log(\"quick ATC item id 2\");\n fireAddToCart(itemId);\n }\n }\n });\n}\n\n\n\n/*function emptyCart() {\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n if (bouncex.vars.cart_set \u0026\u0026 newVal === 0 \u0026\u0026 oldVal \u003e 0) {\n bouncex.push(['empty_cart']);\n bouncex.setVar('cart_set', false);\n bouncex.setVar('cart', false);\n }\n });\n}*/\nfunction emptyCart() {\n if (bouncex.vars.cart_qty === 0 \u0026\u0026 bouncex.vars.cart_set) {\n bouncex.push([\"empty_cart\", {}]);\n bouncex.setv(\"cart_set\", false);\n bouncex.setv(\"cart\", false);\n setBounceCookie();\n }\n}\n\n/** *********** SEARCH TRACKING **************/\nfunction getSearchIds() {\n var shadowElem = document.querySelector('#fast-simon-serp-app').shadowRoot,\n ids = [];\n \n shadowElem.querySelectorAll('.product-card').forEach(function(e, i){\n var id = e.getAttribute('data-product-id');\n if (id \u0026\u0026 ids.indexOf(id) \u003c 0) {\n ids.push(id);\n }\n });\n return ids.join(',');\n}\n\nfunction getSearchPageUrl(){\n var searchUrl = bouncex.utils.url.allowParams('q');\n return searchUrl.indexOf('q') \u003e -1 ? searchUrl : false;\n}\nfunction getSearchObj(){\n return {\n 'page:url': getSearchPageUrl(),\n 'items:ids': getSearchIds()\n };\n}\n\n/** ******************** USER TRACKING ***********************/\n\n/*function getLoggedInUserEmail() {\n return (\n bouncex.utils.getNestedProp('window.Shopify.customer_email') ||\n bouncex.utils.getNestedProp(window.dataLayer[1].customerEmail)\n );\n}*/\nfunction getLoggedInUserEmail() {\n var dataObj = window.dataLayer;\n var customerEmail;\n\n for (var i = 0; i \u003c dataObj.length; i++) {\n if (dataObj[i].customerEmail) {\n customerEmail = dataObj[i].customerEmail;\n }\n }\n \n return customerEmail;\n}\n\n/** ***************** INITIALIZE EVENTS *********************/\n\nfunction initializePdpEvents() {\n if (bouncex.website.pts === 'product') {\n bouncex.et.onTrue(isValidItem, firePdpEvents, 10);\n trackSku(PDP_SKU_SELECTOR);\n }\n}\n\nfunction initializeCategoryEvents() {\n if (bouncex.website.pts === 'category') {\n bouncex.et.onTrue(isValidCategory, fireCategoryEvents, 10);\n }\n\n if (bouncex.website.pts === 'category' || bouncex.website.pts === 'search'){\n // Checks to see if Quickview Modal is Open\n bouncex.et.onVisible(QUICKVIEW_MODAL_SELECTOR, function() {\n fireQuickViewEvents();\n });\n fireQuickSKUEvents();\n\n // Fires ATC event when quick add to cart is clicked\n initializeQuickAddClickTracking();\n initializeQuickAddToCart();\n }\n\n}\n\nfunction initializeCartEvents() {\n bouncex.et.cart.init({\n replenishmentType: 'cookie',\n replenish: replenish\n });\n bouncex.et.onVarChange('cart_qty', emptyCart);\n}\n\nfunction initializeSearchEvents(){\n if (bouncex.website.pts === 'search'){\n setTimeout(function(){\n var searchObj = getSearchObj();\n if (searchObj['items:ids'].length \u0026\u0026 searchObj['page:url']){\n bouncex.push(['view search', searchObj]);\n }\n }, 1000);\n }\n}\n\n/*function initializeLoggedInUser() {\n if (bouncex.vars.logged_in || bouncex.vars.logged_in_identified === false) {\n var userEmail = getLoggedInUserEmail();\n\n if (bouncex.utils.validate.email(userEmail)) {\n bouncex.push([\n 'user',\n {\n email: userEmail,\n source: 'LoggedIn'\n }\n ]);\n\n bouncex.setv('logged_in_identified', true);\n }\n }\n}*/\nfunction initializeLoggedInUser() {\n if (bouncex.vars.logged_in \u0026\u0026 bouncex.vars.logged_in_identified === false) {\n var userEmail = getLoggedInUserEmail();\n if (bouncex.utils.validate.email(userEmail)) {\n bouncex.push([\n \"user\",\n {\n email: userEmail,\n source: \"LoggedIn\"\n }\n ]);\n\n bouncex.setv(\"logged_in_identified\", true);\n setBounceCookie();\n }\n }\n}\n\nif (isValidDomain() \u0026\u0026 isEn() \u0026\u0026 !isGiftCard()) {\n initializeCategoryEvents();\n initializeSearchEvents();\n initializePdpEvents();\n initializeCartEvents();\n initializeLoggedInUser();\n}\n","event_tracking_test_mode":"0","fastboot_enabled":"1","feed_config_json":"{\n \"WebsiteID\": \"3906\",\n \"Type\": \"product\",\n \"StepsToRun\": [\n \"import\"\n ],\n \"Source\": {\n \"Transport\": \"web\",\n \"Format\": \"csv\",\n \"ClientFeedCredsID\": \"3906/source\",\n \"FormatConfig\": {\n \"Type\": \"product\",\n \"Separator\": \",\",\n \"FixQuotes\": false,\n \"Mappings\": [\n {\n \"BXField\": \"ID\",\n \"ClientField\": \"ID\"\n },\n {\n \"BXField\": \"ItemGroupID\",\n \"ClientField\": \"Item_group_id\"\n },\n {\n \"BXField\": \"QuantityOnline\",\n \"ClientField\": \"Available_Quantity\"\n },\n {\n \"BXField\": \"Link\",\n \"ClientField\": \"Product_Page_URL\"\n },\n {\n \"BXField\": \"Price\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"OriginalPrice\",\n \"ClientField\": \"price\"\n },\n {\n \"BXField\": \"PromoPrice\",\n \"ClientField\": \"sale_price\"\n },\n {\n \"BXField\": \"MarkdownPrice\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Title\",\n \"ClientField\": \"Title\"\n },\n {\n \"BXField\": \"ImageLink\",\n \"ClientField\": \"Image_link\"\n },\n {\n \"BXField\": \"Category\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Brand\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Color\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Margin\",\n \"ClientField\": \"\"\n }\n ]\n }\n },\n \"ExportDestinations\": []\n}","force_https":"0","gbi_enabled":"0","global_control_size":"0","global_deployment":{"any_page_url|/orders/|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/orders/"},"any_page_url|/orders/|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"/orders/"},"any_page_url|AB_US-EN_BehavioralWelcome|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_BehavioralWelcome"},"any_page_url|AB_US-EN_CartAbandon_Pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_CartAbandon_Pros"},"any_page_url|AB_US-EN_CategoryRecap_Pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_CategoryRecap_Pros"},"any_page_url|AB_US-EN_LowStock_Pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_LowStock_Pros"},"any_page_url|AB_US-EN_ProductAbandon_Pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_ProductAbandon_Pros"},"any_page_url|AB_US-EN_SearchAbandon_Pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_SearchAbandon_Pros"},"any_page_url|AB_US-EN_Welcome_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"AB_US-EN_Welcome_"},"any_page_url|behavioralemail|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"behavioralemail"},"any_page_url|bxtest|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"bxtest"},"any_page_url|dbxtest2579047|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"dbxtest2579047"},"any_page_url|peoplebasedmarketing|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"peoplebasedmarketing"},"any_page_url|utm_medium=Promotional|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=Promotional"},"any_page_url|utm_medium=Trigger|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_medium=Trigger"},"any_page_url|utm_medium=email|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"},"any_page_url|utm_promo=4VNBWBD1|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"utm_promo=4VNBWBD1"},"any_page_url|utm_promo=4VNBWBD2|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"utm_promo=4VNBWBD2"},"any_page_url|utm_promo=WB5MAYD1|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"utm_promo=WB5MAYD1"},"any_page_url|utm_promo=WB5MAYD2|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"utm_promo=WB5MAYD2"},"any_page_url|utm_source=wunderkind|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"},"google_mobile_policy|session":{"activation":"google_mobile_policy","prop":"yes","prop2":"session","prop3":"","val":""},"google_organic_policy|session":{"activation":"google_organic_policy","prop":"yes","prop2":"session","prop3":"","val":""}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":"UA-30466083-1","google_analytics_view_account":"analytics@bounceexchange.com","google_analytics_view_id":"58104225","ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"3906","inbox_reporting_enabled":"1","lang":"english","liquid_vars":{"Address":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"719 S LOS ANGELES ST. SUITE 1015, LOS ANGELES, CA 90014"},"AltTextColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#ffffff"},"BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowProdGridBannerImg":{"description":"","enabled":true,"endDate":"2024-12-03T16:00:00.000Z","endTime":null,"imgHeight":"318px","imgSize":"","imgWidth":"600px","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7378/2bfc0e16f3598277a537a9bc13b64631.jpeg","startDate":"2024-12-02T04:00:00.000Z","startTime":null,"val":""},"BelowProdGridBannerImgHighIntent":{"description":"DO NOT USE","enabled":false,"endDate":"2024-06-10","endTime":"20:00","imgHeight":"340px","imgSize":"","imgWidth":"640px","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7378/AB_bottom_banner.jpg","startDate":"2024-06-06","startTime":"20:00","val":""},"BelowProdGridBannerImgProspects":{"description":"DO NOT USE","enabled":false,"endDate":"2023-10-18","endTime":"20:00","imgHeight":"1415px","imgSize":"","imgWidth":"2667px","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7378/BMSM US BOTTOM BANNER.jpg","startDate":"2023-10-06","startTime":"20:00","val":""},"BelowProdGridBannerImgWelcome":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowProdGridBannerUrl":{"description":"","enabled":true,"endDate":"2024-12-03T16:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"https://www.aninebing.com/collections/sale","startDate":"2024-12-02T04:00:00.000Z","startTime":null,"val":"https://www.aninebing.com/collections/sale"},"BelowProdGridBannerUrlProspects":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/sale"},"BgColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#ffffff"},"BorderColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#c2c2c2"},"ClientId":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"3906"},"ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"ANINE BING"},"EmailAddress":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"info@aninebing.com"},"FooterLogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"56px","imgSize":"2kb","imgWidth":"52px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4035/031120/AnineBing/footerLogo-26.png"},"FooterNav1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"New In"},"FooterNav1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/new-arrivals"},"FooterNav2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Classics"},"FooterNav2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/classics"},"FooterNav3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Anine bing kids"},"FooterNav3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/bing-kids"},"FooterNav4Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Follow Us"},"FooterNav4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/new-arrivals"},"FooterNav5Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"@Aninebingofficial"},"FooterNav5Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/aninebingofficial/"},"FooterNav6Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"@aninebingkids"},"FooterNav6Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/aninebingkids/"},"FooterNav7Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Contact us"},"FooterNav7Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/pages/contact"},"FooterNav8Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Styling"},"FooterNav8Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/pages/styling"},"FooterNav9Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Find a store"},"FooterNav9Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/blogs/locations"},"HTMLBgColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#ffffff"},"HeadlineColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#000000"},"HeroColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#ffffff"},"HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/new-arrivals"},"IGIconCopy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#Aninebingkids"},"IGIconImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"120px","imgSize":"5kb","imgWidth":"128px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4035/031120/AnineBing/icon-64x60.png"},"IGIconUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/aninebingkids/"},"IbxDisclaimer":{"description":"Catalog Email Disclaimer 2024","enabled":true,"endDate":"2024-12-03T16:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"*Receive an additional 30% off select items at https://www.aninebing.com/collections/sale or at participating ANINE BING locations from December 1, 2024 at 8:00pm PT until December 3, 2024 at 5:00am PT. Must use promo code 'EXTRA20' at checkout for offer to apply. Offer cannot be combined with any other coupons, discounts, offers, or promotions. In-store prices may vary and may differ from online prices. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, or shipping and handling charges. Offer is not transferable and not valid for cash or cash equivalent. Offer cannot be combined with THE LIST rewards or promotions. No adjustments on previous purchases. Nothing stated herein will affect customers’ legal rights. ANINE BING reserves the right to modify or cancel this promotion at any time without notice. Limit one code per order. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. Online: enter code 'EXTRA30' at checkout. In-store: show this email at register during checkout.","startDate":"2024-12-02T04:00:00.000Z","startTime":null,"val":""},"IbxDisclaimerCust":{"description":"Customer evergreen disclaimer 2024","enabled":true,"endDate":"2024-12-03T16:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"*Receive an additional 30% off select items at https://www.aninebing.com/collections/sale or at participating ANINE BING locations from December 1, 2024 at 8:00pm PT until December 3, 2024 at 5:00am PT. Must use promo code 'EXTRA20' at checkout for offer to apply. Offer cannot be combined with any other coupons, discounts, offers, or promotions. In-store prices may vary and may differ from online prices. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, or shipping and handling charges. Offer is not transferable and not valid for cash or cash equivalent. Offer cannot be combined with THE LIST rewards or promotions. No adjustments on previous purchases. Nothing stated herein will affect customers’ legal rights. ANINE BING reserves the right to modify or cancel this promotion at any time without notice. Limit one code per order. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. Online: enter code 'EXTRA30' at checkout. In-store: show this email at register during checkout.","startDate":"2024-12-02T04:00:00.000Z","startTime":null,"val":""},"IbxDisclaimerProspects":{"description":"Prospect evergreen disclaimer 2024","enabled":true,"endDate":"2024-12-03T16:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"*Receive an additional 30% off select items at https://www.aninebing.com/collections/sale or at participating ANINE BING locations from December 1, 2024 at 8:00pm PT until December 3, 2024 at 5:00am PT. Must use promo code 'EXTRA20' at checkout for offer to apply. Offer cannot be combined with any other coupons, discounts, offers, or promotions. In-store prices may vary and may differ from online prices. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, or shipping and handling charges. Offer is not transferable and not valid for cash or cash equivalent. Offer cannot be combined with THE LIST rewards or promotions. No adjustments on previous purchases. Nothing stated herein will affect customers’ legal rights. ANINE BING reserves the right to modify or cancel this promotion at any time without notice. Limit one code per order. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. Online: enter code 'EXTRA30' at checkout. In-store: show this email at register during checkout.","startDate":"2024-12-02T04:00:00.000Z","startTime":null,"val":""},"IbxDisclaimerSale":{"description":"DO NOT USE","enabled":false,"endDate":"2024-10-11","endTime":"20:00","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"*Receive up to 70% off select items from November 14, 2024 at 5:00am PT until December 9, 2024 at 2:59pm PT at https://www.aninebing.com/collections/sale or at participating ANINE BING retail locations. Sale prices already reflected. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, nor shipping and handling charges. No adjustments on previous purchases. Cannot be combined with THE LIST rewards or promotions. All items are final sale. No returns, exchanges, or store credit. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. In-store prices may vary and may differ from online prices. ANINE BING reserves the right to modify or cancel this promotion at any time without notice.","startDate":"2024-09-28","startTime":"20:00","val":""},"IbxDisclaimerWelcome":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxOffer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"KlarnaCopy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Pay later with"},"KlarnaImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"106px","imgSize":"12kb","imgWidth":"476px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4754/anine-bing/KlarnaImg-238x53.jpg"},"LogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"83px","imgSize":"6kb","imgWidth":"640px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/7378/Anine_bing_updated_logo.jpg"},"LogoImgRefresh":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"55px","imgSize":"5kb","imgWidth":"532px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/4035/012221/AnineBing/logo-266.png"},"LogoImgRefreshSize":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"133"},"LogoImgSize":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"92"},"Nav1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Nav1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Nav2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Nav2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Nav3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Nav3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"PrimaryColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#000000"},"REFRESH_2021":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_CurrentYear":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ formatTime \"2006\" }}"},"Studio_FirstItemCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \"#bx_cart=%s\" (base64 $.CartJSON) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}"},"Studio_FirstItemUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}{{ end }}"},"Studio_HomepageCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}"},"Studio_HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/new-arrivals"},"Studio_ListPageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $.ListPageUrl }}"},"Studio_Newdisclaimer":{"description":"","enabled":true,"endDate":"2025-06-04T19:59:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"*Receive up to 40% off select items from May 13, 2025 at 9:00pm PT until July 7, 2025 at 3:59pm PT at https://www.aninebing.com or at participating ANINE BING retail locations. Sale prices already reflected. Offer not valid on purchases of gift cards or e-gift cards, applicable taxes, nor shipping and handling charges. No adjustments on previous purchases. Cannot be combined with THE LIST rewards or promotions. All items are final sale. Free shipping on all orders. Items marked online as “FINAL SALE” and store sale merchandise are all FINAL SALE and cannot be returned or exchanged. In-store prices may vary and may differ from online prices. ANINE BING reserves the right to modify or cancel this promotion at any time without notice.","startDate":"2025-05-20T04:00:00.000Z","startTime":null,"val":""},"Studio_TopBannerImg":{"description":"","enabled":true,"endDate":"2024-12-11T22:59:00.000Z","endTime":null,"group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerImg","origin":"Studio","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7378/fe1249bcfc571807be3ec9c496c20c07.jpg","startDate":"2024-11-21T01:00:00.000Z","startTime":null,"val":"https://assets.bounceexchange.com/assets/uploads/users/7378/2024_05_29 IBX Promo Banner.png"},"Studio_TopBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/new-arrivals"},"Studio_email1categoryimg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/3907/images/b72f52d9-7a86-4c31-a109-eb5b026b69d3.jpg"},"Studio_email1categorysub":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Discover top-selling styles from the latest collection."},"Studio_email1categorytitle":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"BEST SELLERS"},"Studio_email1categoryurl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/best-sellers"},"TextColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#000000"},"TopBannerImg":{"description":"EVERGREEN BANNER: https://assets.bounceexchange.com/assets/uploads/users/7378/2024_05_29 IBX Promo Banner.png","enabled":true,"endDate":"2024-12-22T14:00:00.000Z","endTime":null,"imgHeight":"84px","imgSize":"5kb","imgWidth":"1280px","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7378/ab_banner.jpg","startDate":"2024-12-02T04:00:00.000Z","startTime":null,"val":"https://assets.bounceexchange.com/assets/uploads/users/7378/2024_05_29 IBX Promo Banner.png"},"TopBannerUrl":{"description":"EVERGREEN BANNER URL","enabled":true,"endDate":"2024-12-04T04:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"https://www.aninebing.com/collections/sale","startDate":"2024-12-02T04:00:00.000Z","startTime":null,"val":"https://www.aninebing.com/collections/new-arrivals"},"TopBar1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"New arrivals\u003cbr\u003eevery tuesday"},"TopBar1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/new-arrivals"},"TopBar2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Timeless style with\u003cbr\u003erock ’n’ roll edge"},"TopBar2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/new-arrivals"},"TopPromoBarCopy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopPromoBarUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"UPDATE_AUG20":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"UPDATE_SEPT20":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"VP1CopyA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Sign up for texts"},"VP1CopyB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Get early access to offers and\u0026nbsp;more."},"VP1CopyC":{"description":"","enabled":true,"endDate":"2024-06-01T04:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"2024-04-29T04:00:00.000Z","startTime":null,"val":""},"VP1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/pages/abemail-subscribe-page"},"VP2CopyA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"New In"},"VP2CopyB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Classics"},"VP2UrlA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/new-arrivals"},"VP2UrlB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/classics"},"VP3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"@aninebingofficial"},"VP3CopyA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Clothing"},"VP3CopyADupe":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Clothing"},"VP3CopyB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Handbags"},"VP3Copy_UrlA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/all-clothing"},"VP3Copy_UrlB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/bags"},"VP3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/aninebingofficial/"},"VP4CopyA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Contact us"},"VP4CopyB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Styling"},"VP4CopyC":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Find a store"},"VP4UrlA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/pages/contact"},"VP4UrlB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/pages/styling"},"VP4UrlC":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/pages/store-landing"},"VP5CopyA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Accessories"},"VP5CopyB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Jewelry"},"VP5Copy_UrlA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/all-accessories"},"VP5Copy_UrlB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/fine-jewelry"},"Vprop1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Show us how your little one rocks\u0026nbsp;their\u0026nbsp;new \u003cbr class=\"hide\"\u003eclothes by tagging us\u0026nbsp;@ANINEBINGKIDS with\u0026nbsp;the \u003cbr class=\"hide\"\u003e#ANINEBINGKIDS for a\u0026nbsp;chance to be in our\u0026nbsp;feed."},"Vprop1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/aninebingkids/"},"Vprop2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Free Shipping On All\u0026nbsp;Orders"},"Vprop2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/collections/new-arrivals"},"Vprop3CopyA":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Sign Up For Texts"},"Vprop3CopyB":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Get early access to offers and\u0026nbsp;more."},"Vprop3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.aninebing.com/pages/abemail-subscribe-page"},"WebsiteName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"WWW.ANINEBING.COM"},"couponcode1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"listgrowthdisclaimer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"*Offer valid for new subscribers only. View full offer terms \u003ca href=\"https://www.aninebing.com/pages/may-2025-email-sign-up-disclaimer\" target=\"_blank\" style=\"text-decoration:underline;\"\u003eExclusions Apply\u003c/a\u003e. "},"onsitedisclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer1":{"description":"BE THE FIRST TO KNOW","enabled":true,"endDate":"2025-07-01T00:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"EXCLUSIVE OFFER","startDate":"2025-05-01T13:00:00.000Z","startTime":null,"val":"BE THE FIRST TO KNOW"},"onsiteoffer2":{"description":"Enter your email to be notified about new collections, exclusive offers, and more. ","enabled":true,"endDate":"2025-07-01T00:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"Enter your email and receive 20% off your first purchase for a limited time.","startDate":"2025-05-01T13:00:00.000Z","startTime":null,"val":"Enter your email to be notified about new collections, exclusive offers, and more. "},"onsiteoffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"client_plan":"managed","enable_ally_settings_json":"{\"enable_ally_aria_labels\":1,\"enable_ally_focus\":0,\"enable_ally_number_to_string\":1}","enable_osr_events":"1","enable_short_links":"0","google_analytics_v4_measurement_id":"G-D40RW98DQ5","google_analytics_v4_property_id":"306690186","gs_url_identifiers":"","minify_email":"1","newsletter_config":"{\"prefix\":\"\",\"items\":[],\"mrr_percentage\":\"\"}","preinit_custom_js":"SinglePageApp.setCustomParams({\n currentPageIdentifier: function () {\n if (window.location.pathname.indexOf('search-results') \u003e -1 || window.location.href.indexOf('?q=') \u003e -1) {\n return window.location.search;\n }\n return true;\n }\n});","single_page_app_on":"1","single_page_app_test_mode":"0","sms_block_quebec":"0","sms_configs":"{}","sms_creds_id":"","sms_double_opt_in":"0","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{}","use_button_tag_for_close":"0","use_verbose_label_for_close":"0"},"name":"Anine Bing - US","no_control_ips":[],"no_ecaps_in_canada":"1","order_email_js":"","order_id_js":"","order_val_js":"","overlay_js":null,"page_type_json":{"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=') \u003e -1;"}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":false,"script_delay":"0","script_tags_json":"[{\"name\":\"bouncex_tag\",\"version\":null},{\"name\":\"conversion_multipixel\",\"version\":\"shopify\"}]","sibling_website_ids":null,"template_site":"0","test_child_id":"0","test_enabled":"0","test_traffic":"50","third_party_cookie":"0","top_stats_disabled":"0","tp_conversion_js":null,"use_website_cookie":"0","user_history_enabled":"0","v2_enabled":"1","vars":[{"code":"null;","default":"false","name":"cart","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"cart_items","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"(function() {\n var $cartIcon = jQuery('.js-cart-count');\n if ($cartIcon.eq(0).text().trim() === \"0\") {\n return 0;\n }\n return Number($cartIcon.eq(0).text().replace(/[^0-9.]/g, '')) || null;\n})();","default":"0","name":"cart_qty","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"cart_set","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"cart_token","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"(function() {\n if (bouncex.vars.cart === true \u0026\u0026 bouncex.vars.cart_qty \u003e 0){\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 }\n return 0;\n})();","default":"0","name":"cart_value","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":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})();","default":"false","name":"days_since_purchase","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"bouncex.vars.logged_in || null;","default":"false","name":"ever_logged_in","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":false},{"code":"bouncex.website.pts === 'product' \u0026\u0026 jQuery('button.js-product-atc:not(\".button--secondary\"):visible:contains(\"Add to bag\")').length \u003e 0;","default":"false","name":"in_stock","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"","default":"false","name":"item_category","page_types":["product"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"item_copy","page_types":["product"],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"","default":"false","name":"item_id_hover","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"event"},{"code":"","default":"false","name":"item_id_product","page_types":["product"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"item_id_quickview","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"event"},{"code":"","default":"false","name":"item_image_url","page_types":["product"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"item_in_stock","page_types":["product"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"item_price","page_types":["product"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"item_url","page_types":["product"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"items_ids","page_types":["category","search"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"(function() {\n if (bouncex.website.pts === 'checkout') {\n \tif (window.location.href.indexOf('step=contact_information') \u003e -1) {\n \treturn jQuery('div.logged-in-customer-information').length \u003e 0;\n }\n return null;\n }\n return bouncex.utils.getNestedProp('Shopify.customer_logged_in', false);\n})();","default":"false","name":"logged_in","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"logged_in_identified","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"code":"","default":"false","name":"page_title","page_types":["category"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"bouncex.website.pts;","default":"false","name":"page_type","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"","default":"false","name":"page_url","page_types":["category","search"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"bouncex.website.pts === 'product' \u0026\u0026 jQuery('h1.product__title').eq(0).text().trim();","default":"false","name":"prod_name","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"bouncex.website.pts === 'product' \u0026\u0026 Number(jQuery('span.price--final .money').eq(0).text().replace(/[^0-9.]/g, ''));","default":"false","name":"prod_price","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('.footer__newsletter--success:visible:contains(\"Thank You For Subscribing.\")').length \u003e 0 || null;","default":"false","name":"submitted_onsite","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":false}],"website":"aninebing.com","website_id":"3906","cache_meta":{"paths":{"1109627":"1109627-cc16fc2a922588dd06f0fd2b8247fc20","1109628":"1109628-06bf90b8b17e70e6c3109cf18e9b8790","1109629":"1109629-c5f0e525d2135328121c1775a8b2703f","1109630":"1109630-33f821ba5f9706e03d79104087e0ab9a","1109631":"1109631-7c61184b99b90877d05ca1fac0b99dc2","1109632":"1109632-b07194aa16bf573a31c688d66659e2b7","1109633":"1109633-4f5788f20f199276bebb393dace0e426","1109634":"1109634-b93ae7a82e5923c6942334d70a7ee167","1109635":"1109635-af4b659d0e658e56820807d7d9463405","1109636":"1109636-16033eda221c91a923bbc795638c7685","1109637":"1109637-c109008a7c77e7849592551adbaace7e","1109638":"1109638-a740e9024b78c0c63758cf5f3fe46b2e","1109639":"1109639-5b545517fb0768c9522f227a5742e80d","1109640":"1109640-ce8e3ae8b07d2adbc2ceec7e72ccee6e","1109641":"1109641-3470e2a4c91305b37a541b6c8b602469","1109642":"1109642-0e696bf542453da320fb91ac5c5a04aa","1109643":"1109643-0c7dd4798c1a616e0dec4ed5e723d94f","1109644":"1109644-dc3e03866719020394e4044f633b7b87","1122541":"1122541-763064e67b57e2fa800ebd8bb56d9086","1129849":"1129849-dec9cc2b6c97a10ad72650b45afaf7dc","1129850":"1129850-aaa2f995de8f6a9764439c32389a5b47","1129852":"1129852-614ffa93c070424c8ac477b78428d8fc","1129853":"1129853-fccc6db1b7264fb2dd01c739bbc509f8","1129855":"1129855-c59a0aace32a601e23b1332d3bf612d3","1129856":"1129856-8c96b128d2be1237e913be5bc5cbce44","1129869":"1129869-539b807e8599cd3f3424b7ff238bed03","1129870":"1129870-dbc88338840283e4b1ea043707ab3dc8","1129872":"1129872-314680ce4e10952a0eed6103a223d011","1129873":"1129873-f140be8ba3f1d1fa3758b581bd91c490","1129875":"1129875-e6c61d4d3f35e2caf4bcd924588125c4","1129876":"1129876-c8bcdcb9816489dd863ddf6dab4205d1","1129878":"1129878-d09a7fa58523248ca6b4c6027ee5aa47","1129879":"1129879-fe7196c7b16a734bab6d51b29d5a26f6","1129893":"1129893-211e9e210effafa99df352c08addfc2e","1129894":"1129894-0c292cfeaca4c00a020683127698d9c6","1129896":"1129896-fb95309d38812cca4f2e5065fb254d58","1129897":"1129897-23c63098a4e4525b20fea8913e841046","1129899":"1129899-c7d380a4455abb67f05aef936641321c","1129900":"1129900-2593a572ea7a6b01980ae1b7821e1e67","1129913":"1129913-7aa4916a3c50b5408cc1dbb8d7a08149","1129914":"1129914-1829820ed1541bf48d3e916cd591630a","1129916":"1129916-9ba7b1445a1536325244d3ad6675385e","1129917":"1129917-ec0bc9b6ba70562cfb9c289b6f2fc018","1129919":"1129919-66d4df9c1c191a6e8d4c62ad61238f64","1129920":"1129920-0a3dcb9405800ea71dd6e6bef7811038","1129922":"1129922-e839c2a34829268f82abf730802a21ed","1129923":"1129923-f5728f6c0d2e052aca9d2d05525c99a0","1129937":"1129937-234e38d822fef266b0e2e97a3121ac46","1129938":"1129938-046d109dd2e5f8fa1ca12be5893c2818","1129940":"1129940-e1ade8cdc6bab63d9c71716653ff840e","1129941":"1129941-34b8ed25f3c346ac07278f0d6c2cdac0","1129943":"1129943-cabfb465f521c38c905dbfc832e26fcc","1129944":"1129944-247f228ea546c870a719d2a4e0d1082e","1129955":"1129955-1d3cd981a85a399c6e9f4714a07596e7","1129956":"1129956-ce3402d0164ed562f074275e065f8c2f","1129958":"1129958-165ee1d5f5417f9d0d4ddc9d85e00278","1129959":"1129959-ece483b744e8f1e0f9e6a8ddc304d2ed","1129961":"1129961-798a7f1770d86e5fec547b5ecc2074ec","1129962":"1129962-24048b7cde100d3c7776197c852ae3ac","1129973":"1129973-2ec23352fbf45693c5bc922ad8f88afe","1129974":"1129974-f4156b007e1f52da428e9041d823d8a0","1129976":"1129976-979019c0b6a44146992db350c0cd6a92","1129977":"1129977-bc9f097ff2499e4c990c01413a981073","1129979":"1129979-be3e80e966354fac212efc5ccc699966","1129980":"1129980-c0df62c1aa73b4c7d6e27261717650ee","1129982":"1129982-c0bcf3aaf009f8421b7127cb225706ba","1129983":"1129983-0303a8025b074c99b1de47e07ea59bc0","1129997":"1129997-5ff3a6752b2c8be0a779ca5c84062d2b","1129998":"1129998-f0ea92e543ba2a0e7681493ed6561eab","1130000":"1130000-ddcfa7d541f8c73bf75fd5329ba253c1","1130001":"1130001-c8368d95fb5b9c727f17f5135bdb8868","1130003":"1130003-49b63ac17441adf6c3bbf043e8a09366","1130004":"1130004-1825bef296146b97b0dddaafcaa7ba5d","1130015":"1130015-472d95836676db4fe80dfd42e13bd9c2","1130016":"1130016-1df0c0636e0633b2ce8f91774ed3aa33","1130018":"1130018-c754845761ba494d8414b759f5e172d7","1130019":"1130019-4239a6715f717c0f137d00d85abdefc6","1130021":"1130021-b48d439cabdb28c142b0a13b0443c34f","1130022":"1130022-d6dbfbf04334aecba835028f57eccec6","1130024":"1130024-07b19fc83d7da313704013a9e3302926","1130025":"1130025-bdd07e1174b1957066f4d604b8e73a1e","1130041":"1130041-1c2da6957ecbfcb753b59b14175c9971","1130042":"1130042-8c4978bf70b6bcd62a4a57042de5aabc","1130044":"1130044-cd2ed6c6b0565cfa9d78bd12158defdf","1130045":"1130045-b611306d19ac668989cb06a0d3752a2a","1130053":"1130053-445a6fafb6d5102bdd0f63f43f223104","1130054":"1130054-0318aa18d081dd7af536b212685e013d","1130056":"1130056-bfcc21b67d0aafa80d336524a289ea57","1130057":"1130057-9ff492a505fdcd514b334da186669a62","1130065":"1130065-9541e7c6e86553e5493bb5e75a9fcfd1","1130066":"1130066-e70b6e085bb610f635f0d4fcc97e4398","1130068":"1130068-a966630a518c79d826133e78238ba50d","1130069":"1130069-347b0ac16979cd741f853ce506a80e05","1130077":"1130077-1a187b7800dfe534685dc1e033124c33","1130078":"1130078-90a8e3c11774f4936d7bd447256ed68a","1130080":"1130080-9a30d14abc70ac9d54b8c231d46f7306","1130081":"1130081-d1df9ae3d772ad5e473bd642f4556944","1130089":"1130089-4b0cd8d47a04aba58868a4d0cf7d60c7","1130090":"1130090-9530448aac675805b090a4cac654fa2b","1130092":"1130092-78e1072de9b96f503f4721f49bbd208c","1130093":"1130093-a828c125c8189c8d1ea638166b5e4f8c","1130101":"1130101-9c53e9da5f085ef7813b58e417572156","1130102":"1130102-c8ff7627ed90fe91b40d6fda024933ee","1130104":"1130104-23ef468a4bdf2f4061ec40491bfa0116","1130105":"1130105-15194772ab7831dd4d52b097c0753258","1130637":"1130637-9fc8f853b4054f933893d2d52add4234","1130638":"1130638-cf218a44a2dba5634cedfaedf2929be4","1130639":"1130639-f7eace70046c76d6ef6eafa9b84b3c30","1130642":"1130642-3ef22e358e6820964ab494e4fa773e1e","1131191":"1131191-81306cbe8ddfa114672c8be1e7d06ee6","1131192":"1131192-9821e4cbf5ab58eb95d0febd023b0a05","1131194":"1131194-264778fff496ea568c422c4f415b418f","1131195":"1131195-e19092bb066b652d18f597a3b7fc395b","1132715":"1132715-e0a71f02e188808d7e247254d76b5429","1134404":"1134404-c1bb1ce385a77f54ba9a6c7887058bc8","1134597":"1134597-88aa08f2d940029c66ce0a7761c682aa","1134598":"1134598-8b86e986a997eb36be58a5f3160db586","1134599":"1134599-b739646b13fef1a9148562a96632d9d8","1134600":"1134600-5c40906440286344f881da57cd82478d","1134601":"1134601-9f724b5c6655e11ddcc4b4c4fbb05f57","1134602":"1134602-85564e00487c75ded45ac5f5c5f5eaba","1134631":"1134631-36fff388ed76327db0bc9a2dab515ca7","1134632":"1134632-95c734488b1452341194d8542102fe94","1134633":"1134633-6f8f6179394b5e6e38a179eaf1d9f95c","1134634":"1134634-e2993ad04338fe518dd64d420f822a3c","1134636":"1134636-10b309c662bf972f5b454af1e9d259fe","1134637":"1134637-4ad1d1c1a937d3b22d7fce23fad479bd","1134638":"1134638-95a23f1626df0738984373d913fc2f02","1134639":"1134639-bb5ab504ec008429453046024339d051","1134641":"1134641-d8ffd3d90aa1e7e40aa50a6bf188bdb6","1134642":"1134642-7d1860de8ce178b5f4a092fb465a926b","1134643":"1134643-ad79049b51666ae6f4107c5e69a16c1f","1134644":"1134644-92e7109796d3aba2c7a062ad8864fc8d","1134646":"1134646-ef69dae1a343ef7922944460543eaa68","1135538":"1135538-9f20879388da46fc4ca3c2d85f1a9d15","1135539":"1135539-5c37a17c265fffb67626d2d3baa0c463","1135540":"1135540-9de2cd7784a0b307c84d6af02a0d1426","1135541":"1135541-43e392ab37b9642e4fe64280ae7f2ac8","1140305":"1140305-e8e5e1f0a447721953381eba88759e3e","1140306":"1140306-fded8f09ac5bed7216314733b9b857cc","1140307":"1140307-3dc0d03de1dfa61ea1fe0684d7bdc09d","1140308":"1140308-16c08106466a810a587f039b92b782d1","1140310":"1140310-272ebe88f39c5179834192d24acb9da7","1140311":"1140311-91d292fcd30edb40fafe38b8b35f38c1","1140312":"1140312-8dacb5acfe18a4cf9b45a8af39e94ea9","1140313":"1140313-3c9f6b80310fd0f05883b65df66b977b","1140315":"1140315-88ab66acb15b4e5d68e5de1b22fdf355","1140316":"1140316-c2bc2d498fe54a1ca1bd0a0a30c2c62d","1140317":"1140317-ac2afaf787b00fb3c9b7b169e9bd3b79","1140318":"1140318-8b909fefe9339f104b3a85fbba79591a","1140320":"1140320-d0201a67d04f26749d313e5d26dd97d5","1140322":"1140322-342d475a9024dc7a80d1de5cf7f73705","1140323":"1140323-8cdca6533af98f786623897811f67cb3","1140324":"1140324-5eb864df5058af16ad4add811c755f56","1140325":"1140325-05417846c8eaed784716a7fd3e9c30a7","1141512":"1141512-484542082754c09713a268cad7682e0f","1141513":"1141513-0d6da016a426f091b6740229107b8481","1141572":"1141572-d7602d1e441288ba6c56d5b9aea71876","1141644":"1141644-702cc12e5dc84d6d0d4d85171e341d6d","1149915":"1149915-45f0ab4c5b6f63795db6b57b130057b1","1149916":"1149916-ca5fbdde6aa32962525ac451b1f50a4a","1149917":"1149917-d10610a212a3658bc90d8a65c0da824e","1149918":"1149918-92046e7cdf41cb22359545db16776209","1149920":"1149920-39059c5af43fc19cb14fb2628975243b","1149921":"1149921-7ca3ea0101aa0263671af669516f5729","1149922":"1149922-e26273ad2a103e1051e7ab5b6ba236f1","1149923":"1149923-a3c26842bcef0e3bfb0d3226629a1e94","1150005":"1150005-bd05607753582df9487ed96f4e0cade1","1150141":"1150141-4b39879e073c6303a386c32e9200290b","1151632":"1151632-cd374b1b1bb6cb7ad188a12183911e07","1151646":"1151646-6ac1251bc66459188a586dde1f8db60a","1170545":"1170545-717b3787ba34f239410d0534c72ff241","1171120":"1171120-80d8b25400310814249c882d3ce0eee0","1171121":"1171121-89a5ad75c68e929cba1a4fc431de1dcb","1171122":"1171122-844438a502168ca2393066966443abfb","1171123":"1171123-34dda08a6c32aa8485b33d095deb7c4c","1181446":"1181446-639dab4ee73dc5135cf08c7d2c239cd9","1181447":"1181447-4077b906d203ab6124ad5b0a0fd31d9b","1181448":"1181448-127a932327e3c808fb9c354c672f8d02","1181449":"1181449-ae653693289e8beff9242c2d8256c90c","1181451":"1181451-b55e29e9353f8f6b427b5569c73d6070","1181452":"1181452-a616f1928c3cc46720ea6087f8c27986","1181453":"1181453-94ec96d48c6248dc54fdd2341ba1ea46","1181454":"1181454-55a63df5aeadad571377387814966ac7","1184432":"1184432-a3f7e3b3b41fa2015de59f2f3199aefb","1184433":"1184433-e4a6850648e13c33acc9e1bd84475064","1184434":"1184434-210cca42208d0793364f5202723ae936","1184435":"1184435-abcf1f647cb9873bdb1d184694973b0b","1184437":"1184437-dc440246c983b90d10dcd036483f06df","1184438":"1184438-88ed28d6fbf175a03fa0a284c141188d","1184439":"1184439-3db44961e2f27f7a2c357b5adda7f030","1184440":"1184440-6889e41dc29eeeb388b8681e2a153db0","1184441":"1184441-7997c00d732f9519a477854ee2e9e05f","1184483":"1184483-d22970696a5d7fa3fcd26289caf4f7c5","1208647":"1208647-e063280cbe78acb5a705f9099a7ab24e","1208648":"1208648-30154727394fba5e617d003125373747","1208649":"1208649-f7509b60f57bab47685f4477f48799cd","1208654":"1208654-766fb2c551a18dfe5701225a7fc9182c","1211952":"1211952-8e5b6ea3293d682c20739eb0684ab0db","1211953":"1211953-02d162cb8214c2edb1f61236ee9cbe1a","1211955":"1211955-2e942c1d50122cbce12f85cdfb064d3b","1211956":"1211956-a5fe79c647ad0ed7de2125edc585ae4e","1211958":"1211958-52a0f210fa8876bccb839762ec7eec76","1211959":"1211959-a5696087c2ebeb4c0221e0063a4d48ea","1211961":"1211961-1e4b8575b597fba027f5de3582d2ed84","1211962":"1211962-07981eae924458218158eb377a6173df","1212969":"1212969-53ca672f8c3857893e6527a721e2abd9","1213331":"1213331-918d2e794e12f2708bec02b252d4ca65","1214566":"1214566-f2471c69fcecd183f0e74e0517f948b9","1214567":"1214567-05a42780ccac19f743b57b16ffd33e7d","1214568":"1214568-723372e814a7d79bc30ad7f6a4e6de74","1214569":"1214569-5daf945ec47d0943a3265187cfb79366","1214575":"1214575-258b275d15a5f1b9c87a1bb16f7cffb8","1214576":"1214576-846b43b66583aa26f4ff8a4f71440370","1214577":"1214577-91bd6cd60d253e02d77a7be6a205edab","1214578":"1214578-ab55adfb913903e76669986bbfd6fcbb","1214587":"1214587-b6b1ced376d72784d54eab3f2ef684bf","1214588":"1214588-e5eb1b793cc2d82f27127472c02de620","1214590":"1214590-c15624b4302c6a574bf08eb6f6162c23","1214591":"1214591-48fe973d5cf38d2b4f4d9308be986f90","1214593":"1214593-71ea947875713e04fd5f31c67b662013","1214594":"1214594-28798e5fc7cac500f227aa3cb6ef8c16","1214596":"1214596-ca06392d01a6c1837204559b0b582d4d","1214597":"1214597-603c64e6fcaa2f2995470f17f8317000","1214599":"1214599-fa494183837848be46bbbf73f6323464","1214601":"1214601-d0a1a1488c039051a036b51504bbb0ed","1216169":"1216169-c8a63b829b1f67eb3ea88a52f07a6566","1216171":"1216171-8a38667ac38166b4b8b6232a043b230e","1228700":"1228700-faa77edd50c910cb0da68a064db64fa2","1235120":"1235120-d09dda9551673ac86474ed677f386966","1235121":"1235121-9e9e7e37519d289e8222109dc82f245b","1235122":"1235122-031cb68214e668273b052d2504fb6527","1235123":"1235123-c6998ceeeece23f9a07febf77063f296","1235163":"1235163-7a419a2c63e042e3648b0967e7cf1d43","1235164":"1235164-e27a1cbd767955ec7308baf93062de76","1246222":"1246222-9cb9eafff9b99ddb8a4920dbd6637eb7","1246223":"1246223-1c3921bf8da3fc2c9c0960c12417e149","1246224":"1246224-4610abeaae48e10b980fd08578481f88","1246225":"1246225-66085dbe8e483e5d5929fac70c3f6145","1246227":"1246227-79860b9deb48d6eabecad368fdffb72e","1246228":"1246228-8d113307f563e864e4dd3cea8ee3d075","1246229":"1246229-c7066b79fb558434fe8a43cd19b7cbed","1246230":"1246230-f1e53a507847fb4a805e8f5caf73bad1","1254895":"1254895-a53cc79915ce8dd97ce1c81a9bae5ad0","1254896":"1254896-5929f93de014d500eec05d2540bd1e30","1256079":"1256079-dbee2371b8d32ad91c84fbbd703c4287","1256091":"1256091-d02e491826567ba39c532a9a36b89342","1256781":"1256781-30ae63ad5f56a7c37af16bf3de3590e5","1256783":"1256783-7c1e9a72089d093db03c5ec38c9d6622","1256786":"1256786-5a8b81cc9e283c688b533fd62dc773f9","1263445":"1263445-45f70894e19090ecf5a7d2d872656965","1263446":"1263446-f2fa1687b4f031eed71724e75d0d8ded","1263447":"1263447-008a2e970857faeacb2f537524e7a667","1263448":"1263448-1bc9862f40c69dd9b3028476baf5cc86","1263450":"1263450-80e3f26f0b87ea6c4ed3ef23a1526c0f","1263451":"1263451-2326bfaa6fd2fb5e26d40a4c83a311d1","1263453":"1263453-2fac78f7fa649f4405f49b231eae17cf","1263454":"1263454-520dc373e83072ccf3a38fbeb28ffe4d","1263456":"1263456-7ae65d8b7e0a86598feeaf2153c6d1e8","1263457":"1263457-51feb30f7ae620c9e4dcc2aa1ceb57d4","1263459":"1263459-afad8380b41797ac49dc1baeb5f8e74e","1263460":"1263460-81a0d1b109532434b3e562dc4d5e01de","1263462":"1263462-09d67278c12777f8a1b926d4e8a8d093","1263463":"1263463-cab61e84c86a619b63988fdeb9d9cd2d","1263465":"1263465-06f2a36fdf7d2faba3ea5fa7fe365ce1","1263466":"1263466-5e8ef1c56ccbd10f5c18a82227ba2a2c","1263468":"1263468-faaf213b580fdb03ea941e54f1365b00","1263469":"1263469-d1baa55fd0d20b3fba8fb9ad50254531","1263471":"1263471-da83d8b052ef1756d3e2e111f4b9b0a6","1263472":"1263472-7d54eff9379e10d9d51323bd3b09b537","1263474":"1263474-dff134683cea907d784d62431ddeb119","1263475":"1263475-40a0d8e54c350d014a7db62204f5fb16","1263477":"1263477-1d797987dc6148a50e846c7dc64dad88","1263478":"1263478-aba95ed5fabbb44044615326638f4726","1263480":"1263480-696c3a9dcb586fc9e664a7cafcc431c6","1263481":"1263481-cd8f7f0f1aed9d3e815d10e583bb106e","1263483":"1263483-d26e864e149268898f1c7f87d56ba7c5","1263484":"1263484-bf10a3bd5d9d28d985eb485fca69f484","1263486":"1263486-99910b6fa1c16186b0f0d7480063a991","1263487":"1263487-1ceb003e9cab0036a1f7f816e0cb1eca","1263489":"1263489-21e90f731664e119f8807f0d37710b40","1263490":"1263490-e8953694e36588c66204549c17a759fc","1263492":"1263492-5f62b807a2490706e1abd2ec82fd6889","1263493":"1263493-d9b87951ce747e1b7e7ac1edfd7465fb","1263499":"1263499-9ddbb400d368aa1488cbb7e280fb3419","1263500":"1263500-7f161c20006682d002a8c9bac74c90d5","1263502":"1263502-f777005b1f835d81994fcc238c91c2ad","1263503":"1263503-c82993546ec9a8597e8cd6ed6f6c97c0","1263505":"1263505-93a3c9f7db2d7840aaba7a308048a41d","1263506":"1263506-aecaead53d0fa39cfd90eb7a4a074fd9","1263508":"1263508-5cef59da3846c65e3e0e7ba33757d351","1263509":"1263509-330d21ec63df9762e1cbf2d84a6d561c","1263511":"1263511-a3c2cbe71bfa07ff62b531f703ba86de","1263512":"1263512-f964b651e770f3d4888883e79695e55a","1263516":"1263516-60e71a9c6aa098935a36ae145fc14607","1263517":"1263517-ccfc98ee6347d1483af3330a2f1aaeae","1263519":"1263519-906aea1ff5d8ca4c1c3c8bf3ab5c24f7","1263520":"1263520-89f1216ce26a400b8c6e389b797b792d","1263522":"1263522-cadee05d2991a0faf834d8f0aa10f8a6","1263523":"1263523-24cc656cd19e65700a3e568d1046127b","1263525":"1263525-2ce944980eeb8e9462fe2d1da903ee17","1263526":"1263526-74f80720718209fb104f07942af39570","1263528":"1263528-c2ebc5ead539be21e26571ec43b5c6bd","1263529":"1263529-85ef68bd6608b37e8e0696771ad3d790","1263531":"1263531-e53520ce99422fc26d1aa937f1c71aad","1263532":"1263532-b06e4a5b5091bf3189be957cb5a1da1b","1263534":"1263534-91990a03e8b3117c7d9994622ea7c080","1263535":"1263535-bbf59c3ef6acda6ec69007994f9d07f5","1263542":"1263542-d12d30a8279780fa974a9aa27003e998","1263543":"1263543-e40e6bc4aad3af497f1ad0547dc78c40","1263544":"1263544-29198f306de512143716529ca471125f","1263546":"1263546-77d559a0754c610b7774d7abda0b7b87","1263547":"1263547-641685c9f04d4427aef4e1e289459b67","1263549":"1263549-1e16f7d6cfe665deb62240538bec7a7b","1263550":"1263550-09128d24afdc0b4bcf0d6a4b60f85d97","1263552":"1263552-78870cbf00fb370e4065429b119a5f25","1263553":"1263553-0cd7da803d2f79e60bcb0b9bca154a3a","1263555":"1263555-2370d52ef3f9cc7aeb36b0a575772c3e","1263556":"1263556-d720876e7bfdfb468b48570e46e4d703","1263558":"1263558-85cd14364fe91ee41f6961d99f5ff130","1263559":"1263559-13b3a9d1e8ce20661dc239daf9bafa82","1263565":"1263565-3eac21b3d9bd6e0855bae409ebdbb338","1263566":"1263566-47515cd7fb4ae72fa3abcdecdc685893","1263568":"1263568-848615b51a4936b1f73d4eb07945e3b7","1263569":"1263569-7050daec902f371f3d5459e20ca1a336","1263571":"1263571-85ef56416e7f05249faf4938da7cc572","1263572":"1263572-0e05fddc48c58a286b6bb595e2964bd0","1263573":"1263573-15ad2f8f482a1efec973a7b5c2f6f7f8","1263575":"1263575-91352e6f8a8f30450487de091639089f","1263576":"1263576-730c41fbe20b010becf26ca249485aab","1263578":"1263578-25e9689fd2c537fb859c927b70661a0b","1263579":"1263579-8ee1d9fd79f32662bfed3c6d20bf7525","1263581":"1263581-3362861698053b04aa0b56e0d3f62fbc","1263582":"1263582-ac3894b3eda93c16352137e994705c44","1282196":"1282196-c65f34371d2ee5bd80afe8b39e9747da","1282197":"1282197-d0da78e80207744f15cbde12dd8bd0af","1282198":"1282198-624a14aee2b2b638c4e86780a8ca2dfe","1282199":"1282199-444ba44ddfe71eeeab21d6cd8b4b5cbf","1282201":"1282201-9d09fdc8bbdb0e6c733fb96a2423f918","1282202":"1282202-ec869056aff34069e66fc8b19abf70c4","1282203":"1282203-91a7b12e5ae483c3c0505476e1b54caf","1282204":"1282204-c6ace7b2c912b07d392a25a8e05b117f","1282904":"1282904-a8335df0812513ae2922bea3fb2ecba7","1282906":"1282906-1ec4db287364e2cbd65a878ee8222c6c","1284202":"1284202-652a39227523989218927b1d3450a88e","1284203":"1284203-f1a64182b7956d071f8007777f815c93","1284822":"1284822-3524a5eaf83dbd15a3e69c6858372ebf","1284823":"1284823-cb2531015fabcd787fcf9bcf8f6700cb","1284825":"1284825-f9996fbc7b773431e1033fed9c13335f","1284826":"1284826-b7c8baa75c25c296f497adf98c3737fa","1284828":"1284828-5ca96fc5c08f0be13bd07a0d943badba","1284829":"1284829-cf0c2aa13c3bd152187919c7bee40e61","1284831":"1284831-dee895c3450317dd8ede1a14a6ac9e17","1284832":"1284832-e9aff99fb1af14b87ae9f9bb44d2bbd0","1284833":"1284833-6242cff292b186c6155b2aa369384457","1284835":"1284835-598a59ffdcd10de0a071928a4b4f4e0e","1284836":"1284836-f4689c51e2d30e1566b7db65e1e179cc","1284838":"1284838-8d55b38186f92463c2e1cb8504d4e926","1284839":"1284839-e37d50e534f37fefa76e6b67ca66e649","1284841":"1284841-35de13eaadc1ce2709d2f7198e3936f2","1284842":"1284842-a310eb049e20edeeb4a167266fc8e7de","1291971":"1291971-eae739edbd5cb980ba6e0725d2d179e1","1291972":"1291972-fdc7a158a8d318a74f05e199241a7be2","1291973":"1291973-e70093ff098d884bc20808b83e66a336","1291974":"1291974-0b3f2ed838538aacc3dff6fc28cfbce0","1293749":"1293749-d0bfadee8532c6df60de336e06cb5f0c","1293750":"1293750-7bf9145a4ce69e703a39817d376e18da","1293751":"1293751-35274faf66ea2f2a382aafb1514009dd","1293752":"1293752-15ad7c12fe66f2a097dbfda501aee9cd","1297750":"1297750-d58274fa91acc2f55190b465f98a3247","1300498":"1300498-7749402cb2c206263371a680cf2f79f2","1300499":"1300499-eb7c3029cc73ca51cb4a0f10f8917378","1300500":"1300500-c91d8b9701dca4ab9da54dbc0231b28f","1320786":"1320786-ba7109f80b0253ce5a4d90b3d54d25c3","1336095":"1336095-ec927b5f96e8a918745616ba2d152d61","1336096":"1336096-529f4f5e747bf664f0c07225213ed46c","1336098":"1336098-60ee6ad28625ef2e4bbef387fe7d3110","1336099":"1336099-018b53a09a7abb18ff495b75e4a9ec0f","1336101":"1336101-39bbb8db86acde03038737973c0d4757","1336102":"1336102-3e5e3a2e3dd3fe7bf4a3d5055acfdc93","1336104":"1336104-0fa5037cb41b098a22ab8f2ccfc55385","1336105":"1336105-6268503c848a8cfd3691cdca6d112f78","1336107":"1336107-fbb69f101db9377f2430f72504b3f950","1336108":"1336108-da9eae7730d6708c4c2a43fad50abf39","1336110":"1336110-144cd305083981e8657ede8207f77720","1336111":"1336111-1875a15d023766da8d84b34c9d6a167a","1336113":"1336113-904a7ebb6980bcc2aad8cbed0bace4c1","1336114":"1336114-ec2bad33f7759dc15401e1599ae0deb5","1340039":"1340039-034fd0607559b5e9dcb1c7f989da4096","1340040":"1340040-a2ef0dfd307aa3d443dadd17c1a20fdd","1340041":"1340041-df488465d93628fd3f7ef8652c49b663","1340042":"1340042-f88ee897bce9d0565dd4efb49f5f6f43","1341722":"1341722-056ceb23d14368873baa69869cd7b2f7","1346361":"1346361-c02623d940e1ea018ac73ded7821e1c3","1346362":"1346362-f950ca9cfd138206991dbc8fc16bfccc","1346363":"1346363-e0e7be26b6abdaca40909847ba97a3ff","1346364":"1346364-7f457be46f433b1fe7989cbcc59f0a5c","1347903":"1347903-51129916f31557f4384f00eb99c33965","1347904":"1347904-8dbcdb8f11a0a97d9e7afdb7baf9af7f","1347905":"1347905-b0d059337dd4debe9fafd85138438dc0","1347933":"1347933-58f3c64e1b65a0a8fccf77175b5d2dbe","1347934":"1347934-11b35b7adf3865f3e31109b7fae6e82d","1347935":"1347935-f29a979ee6722c6956de61985748b1e1","1350063":"1350063-aa279717f30f73615198db6f592f64ae","1350069":"1350069-a1f0963db49b4dfb31b3a30ef44b72bd","1350091":"1350091-d1f5d832f85531fae2b51eb428257476","1350392":"1350392-ac29202f3e468f95ac7001d3e9d0f612","1350393":"1350393-fd8982cda076ee0471a2d06251a40fd5","1351857":"1351857-9805e33bcb20ca43de3e606b578c73e3","1351859":"1351859-174a8e6bd94a989c43c20d146fb9f26f","1354424":"1354424-b8285eb5c16a467193e09b4852452a37","1354425":"1354425-18fdb37886e14c74e4eef8e091481cc5","1354426":"1354426-e478ae06820e379433c5e2ba334d9794","1354427":"1354427-a5da1b5ffd09cd4ef72cbf22bdb2a297","1355607":"1355607-6672cac737e14b10ac8cc36fad854594","1355617":"1355617-c2ddbebc63305b502f995136ea725c4a","1355619":"1355619-22833edf1b03989b77a2813127a24c24","1355621":"1355621-37f46f2587b483e0104e5a5e12283071","1355623":"1355623-81a01d0c3c3da5b0630153c0b0f88999","1355625":"1355625-21ef60d474812f461bf2fa799a42c32d","1380305":"1380305-c3f487e5127a7cd21794e6d2c326679b","1380317":"1380317-e7e3a56debcde4e0cd6c37b46a62d11c","1410026":"1410026-20690880f76111b233974cf60aad981a","1412930":"1412930-edfcc2b63ba7df544108ddff9a8c266f","1412931":"1412931-c98d7dc32f5b949793fc0d3bed2bc552","1412932":"1412932-8123674bc6f196a0d638f3d09e62d300","1413602":"1413602-d26ea56b1b6f158fac3583a83c7c280d","1413628":"1413628-3fe0f24c8d567227f42565f7178c73b4","1413656":"1413656-8cf3196f283415e7a891d7fe693e7da3","1419018":"1419018-73a3c1533a9c6031550ff4ac806ae1ce","1419019":"1419019-e5f2518b6e85bd08036250e733bbbeea","1419020":"1419020-3727e4ece0b5fe7cb07d595a5aacf4e9","1478164":"1478164-e6b79d3494647db898a77e0ecf1047ee","1478165":"1478165-3fb581f2e2f373d0337df7115027c863","1478166":"1478166-eabb2cf166c949d7d8daff3a29f3c3ce","1478184":"1478184-cc66f15cb2c437cea407374dfbd85e42","1478202":"1478202-756817367cfac58d1c9a384069bcd3a1","1484525":"1484525-fb679435278cd170f361163a3af1fd11","1484532":"1484532-8c326395429cca1aa78433622dd54370","1485897":"1485897-a89eaf9755aa3541df2ea880e7844a9f","1485898":"1485898-b08946d81cd59abd781633ecafde556c","1485899":"1485899-e9dfef86fd978b2f6de255898732d368","1485900":"1485900-989c96ca34e7726930444ca523bb169f","1530275":"1530275-9b8eada292d0b3292922f5c18c077280","1533164":"1533164-1a20c620f13f1da7560c74eaffb379de","1537842":"1537842-3181e0c37dd810e365ed497aa5b8fb51","1537897":"1537897-6a612d41b4233ef044ea1aac8352c150","1537916":"1537916-66a95f55ce32d9423ba6e4dae203c1f4","1537997":"1537997-9396a7db9bce0cc28fdce99b586dccb2","1537998":"1537998-07bd5c1231400cc7c5f7f9576bfd85ef","1537999":"1537999-3119d6f01b5722946e4c869894a29b2d","1538001":"1538001-b22bf65cf1dd40a5eed44c645bea3871","1538002":"1538002-85ca89245133ef89c3423a700e846043","1538003":"1538003-357919e73d4d836bc089730b9a4c7ccd","1538066":"1538066-376891eafbe740d93be2c624b9a7a019","1538067":"1538067-5eacb7084025830d9f44cb19c95e8d4f","1538068":"1538068-4c672e1e5c16cb8abf2d81b23dfe0802","1538070":"1538070-7001bd0528ab5314d91fbf8441c82a72","1538071":"1538071-d0a062be5481d4d48b651e072353f5ed","1538072":"1538072-4b3ed8a8cb29bae515612fec0618af7b","1605941":"1605941-b0f34a3276e8c4a99b7d488244ef792c","1605943":"1605943-dc37d36bd980c42a6823db8f0e9ba96c","1605945":"1605945-ea47e624630965508bd762d7f1df5c6e","1606552":"1606552-aa0ee145cf306572c24f61128520869b","1606874":"1606874-94c1ea64fbd9bf482685860f599a2773","1606875":"1606875-0a9b47d375fe6d67eda3c77ff51f1c66","1606891":"1606891-1b88fbf15e4438c82d1c5dfd22afdf1b","1606892":"1606892-cf652f43a933ff045ee805844d796a0c","1606893":"1606893-34322be6e909ad6576b5bd696dc86b9a","1606895":"1606895-a4034e3d648e69599bf1dfecf40c1f0f","1606896":"1606896-630b4590918359e70b8f9aed817b9c4e","1606897":"1606897-544d46a1b8eed19e0a335702c218a220","1687572":"1687572-9b0cc4183f0f0edea1f1dbf5ab6c74d0","1703128":"1703128-9ac4024964ad88ca6a924777f8afb7b7","1708090":"1708090-e676fd4ad15264280759eb0b0a29ef13","1708105":"1708105-94fcbf2c9daa4e9e54f44bab3b1f9f70","1708107":"1708107-db06b5330ea4bc7026ded8486f728057","1710304":"1710304-0e22dccadfe9707bd9581d9dc5f94b16","1822554":"1822554-4d14af1358efdae8497d8fe88b255f59","1844425":"1844425-5699f2cd4ebf66a853b422f21e5822f5","1844426":"1844426-1ea508a07e1738387f1b9d68df8952ab","1844427":"1844427-9a52462fe092caf26e5d0f90181cad77","1844428":"1844428-7ffa2127f34d1b6d5879641093b5fb09","1971742":"1971742-489918b2e7a86122907550fa765582a6","1971743":"1971743-f8d0bc6fdd30f9419d911cd1c80d1196","1971744":"1971744-493172c04648822a18a632c72d8c8467","1971745":"1971745-994d6969c1d50f909fdea4bb27bd0809","1971971":"1971971-051765c0a23c963bdeb3c4ba7846d3c8","1971973":"1971973-ece56274e53cc8d82d7d4a4373fc1371","1971974":"1971974-f9538cfbdba5e94f267e8bdcd06bd1cc","1971975":"1971975-a49a6c5a8f6ec0e3f587746a2bce7f32","2281136":"2281136-271e65217d009622f8b8e2f941fe572f","2353413":"2353413-60ccaf44e8f66085487e583f55b112ba","2353414":"2353414-e87e3e5f3a952b0eb16ecd76bf980a5e","2353416":"2353416-dd17e05180bcb586de849ba07ce42ff2","2353417":"2353417-fff261beaa00fdb1f82f909c65d69b3f","2353419":"2353419-4dd40223cd47c9cab4454546e94c52ec","2353420":"2353420-fb5e24bb8322289efe5f0de693a620fd","2353422":"2353422-9cb4dec96a57c0bdc2ba2ef4ac1c9940","2353423":"2353423-53182e061efda2a461271539155726d9","2353425":"2353425-f62360b2d220703c52c0e08add945cd9","2353426":"2353426-3e35fc473b0712f00950c55c36c6d784","2353428":"2353428-fc9825852172924a7a85ccd1d50f3a14","2353429":"2353429-56238027456205381d02907c688e0756","2353431":"2353431-6ecfa4142e28fbebf45328f10e9ff6e7","2353432":"2353432-4ad4ed36cb9eb07194367e8428ed9418","2353434":"2353434-17e26712ab81a5826f1805a98b1b2429","2353435":"2353435-81d97ad6999e720dd1a91c635e67610d","2353437":"2353437-02c77dda3793c12c80f43c8ab9334a51","2353438":"2353438-34ba722129052319e0ba0ce941eca5e5","2353440":"2353440-2ffb19234afc5b3c4267fd239dd69e5a","2353441":"2353441-a2999b38ede2889f32a2aec9047a3aa6","2353443":"2353443-b3025bf39546935e57a005113ae43286","2353444":"2353444-bf4d023654a01a7a5d50688d75d69917","2353446":"2353446-ea8a7d89e1c8f4804eea12a86be6acc0","2353447":"2353447-5d73060927edf9f14188cf0519fc8946","2353449":"2353449-1b14fe7f64289ded8f8c2d0658114513","2353450":"2353450-83137e0f476da021be5265b5e7147c50","2353452":"2353452-254634175ddb1466d97eb91e8423ce21","2353453":"2353453-a36a91e7e88dd16adb8cd10c2224cebd","2353455":"2353455-6791f4c5de6c4708e3fadd12ccf600bd","2353456":"2353456-73f5bc986bb8c2db71a01d70502c3a6f","2353458":"2353458-9af21f0b11c93204cba6d72c2d7d234c","2353459":"2353459-084010849e2f090e809bc19419f2daa2","2353461":"2353461-11910bc86c525ab4dec8cbdf07f2812c","2353462":"2353462-545186fa7db86d9bad1faf5b6089e40d","2353464":"2353464-0e89a4e02b8d66744ac7356df801b4c7","2353465":"2353465-4b6280a3a47ab902f16c7aef7891b8b2","2353467":"2353467-9e537ed07e13e08f657c5e4e3076b5bb","2353468":"2353468-32b757ccaf6b3ec9e7d9c94a090f7554","2353470":"2353470-0967395b90c8788b4e8cfc3e591784f6","2353471":"2353471-4f5f430baea47920d61ed35d3cdd35e0","2353473":"2353473-89fec5cbfb0c68ea0595e086755b4343","2353474":"2353474-e316cbcfb8d61e301ea5d570d43726e5","2353476":"2353476-892b7761cb4739ee545849934b9ea47f","2353477":"2353477-9378612adcb1a9da3dd81ef2d6094c7d","2353479":"2353479-e164ec593aaf2b06fccc2fc23abb2d05","2353480":"2353480-1f97f36744b267d7257c5352b3eccc4b","2353482":"2353482-43615a9cd052673e94ddd016fa8580a1","2353483":"2353483-df4d4056916b22915cb73bc6d81a78ac","2353485":"2353485-8f86b201b28e67eb9c89e45d5a19b1e6","2353486":"2353486-797aee51843a403a31728a3e40686a18","2353488":"2353488-17e462be5352176cb09436f714cff224","2353489":"2353489-095f15b24dde8e4a7caf32e3e22d8abd","2353491":"2353491-06d4a976f7556383ed2019ce82bf6d16","2353492":"2353492-ad0561ccae50a2bdfa760f2c9f70878e","2353494":"2353494-bcb6361e9f5f291fe6cc53ef5251e145","2353495":"2353495-f1766214c733d913c6a22c8f8c50ef0f","2353497":"2353497-1d512ee5cef7b6fd0bd4c6cf27079b3c","2353498":"2353498-7039873e393cf0db28931eebfa380430","2353500":"2353500-d9fdfb0ac1aeec9c8388d182b0696290","2353501":"2353501-c624af6474b19b9ca7557c5d1d5d2308","2353503":"2353503-5482d31bb2a8074429b8df45262d3d4a","2353504":"2353504-f52ebd03310086eed05203f60efa47c5","2353506":"2353506-2a47d4749863f046ab349f7f4a46319d","2353507":"2353507-0f2193f0833228b0402275901494227b","2356317":"2356317-1e8d0e86aff0e74b9b1dcba8fb0c0d4e","2356319":"2356319-1ac931bf9482537baab444fe76e8c6ec","2356321":"2356321-653c18e96be605b4e019c8848009a22b","2356323":"2356323-639348e9a6bd6c6b605ebc0a84d9933b","2391915":"2391915-45d6525404f5b7e0dc5d09206bfad304","2391916":"2391916-d8568d5ea79bb42eff5ebfd87ff4898d","2391917":"2391917-2d4db6b4c613c3dbf7238030e9343440","2391921":"2391921-f687f27816a6c61b86efc5b8da14bab8","2391924":"2391924-adbb76a05f35bae55992933ea5ebf37b","2391926":"2391926-54f5a02529e2d44f852857e92841b9eb","2391938":"2391938-5d3f5236901bfaaaf498a87a8054f2f9","2391940":"2391940-11e210a8a1db69e93f91e485834ec559","2391942":"2391942-254da8737446889cd9174fdd79f2eaa0","2391944":"2391944-db4e865c5e54d4a514d55201c959777e","2391946":"2391946-5eb743f33bbe4073b893b0a6b464a85c","2391948":"2391948-df5a362c9c68dd0fc000fc7eb7eb8c98","2396338":"2396338-1362a4ee4ce32e0ec298c3d13042e310","2396340":"2396340-5efce72f3d8475b76d78967500e3f6a3","2396342":"2396342-a4d170feceed238dfc87ea06bea2b6ee","2396344":"2396344-53772ee97a44b2e198dacc48aa8be497","2396346":"2396346-e40e8e4f08c5bb11c307a11371f0dfec","2396348":"2396348-d6dc731c8335f9ab66619d8648be5748","2396350":"2396350-0936f00fafc9fd8fac76a981f27a5dbb","2396352":"2396352-8c8c6f82d2c95f90339bf8366759322f","2396354":"2396354-5aabd8df866a9ebd77780a73138c7dc3","2396356":"2396356-24c4f105bbb240c56d28ac4117a252fc","2396358":"2396358-d36ecd659ab5c4ba455feaa6a2a15160","2396360":"2396360-2e293d81e984d86cec4ab2601d7a3e0d","2396362":"2396362-a076868473a8afba4907f2e5219c8083","2396364":"2396364-54914ffb23b35998a7265cb2960091cf","2396366":"2396366-425853554993238550bd8e4b9acfc855","2396368":"2396368-037760278639a05d66ca4edafbc50bfd","2396370":"2396370-48c9652d5506c9eede42afbca66918c3","2396372":"2396372-979f0b8f3fb29b78463104a5882aec67","2464444":"2464444-bb1464216fa10db9cef518393f236e2d","2465966":"2465966-989b394c074b688dbb1756f899ae83ba","2508788":"2508788-737d6d4ce49768ac6e0e6dcfc2346766","2508832":"2508832-c053f94e9bf7d4e80192da0c59aee1b7","2508833":"2508833-bca59a16d50015673c36a088e5c86dad","2528721":"2528721-ccd1975b19a2b06c38d7f4f2f5be3314","2530498":"2530498-aa02194da4e0789bc3b7624c11d6027b","2530499":"2530499-7dbe9605b93a3d4facafca696c208925","2530500":"2530500-f0bfe06f6cee57dffc4199fe1ebf51eb","2540841":"2540841-6d8cbd4872ddc89924d108380d7a6622","2543217":"2543217-7c0e68b5cc20c7dbf3748d65a9b1d3da","2553554":"2553554-02dd52690466411c145a27ec8b79856f","2553556":"2553556-85d0b68749c53789a18e6a2bf5f574a8","2553558":"2553558-b2bcbd195fb95249990394c057d29b73","2553599":"2553599-94ce5684d8d765702a39b53936436b7f","2553601":"2553601-09a2af018940e8bd245b236b5ab3f5cd","2553603":"2553603-a290290bc03b86d952bb1a9f070c845c","2553605":"2553605-3c0a29ceaa2ffdcc521925ad659e05b7","2553633":"2553633-3d9d9437eb2a538d6457cdbff1020f15","2553635":"2553635-0b97fe08e1b810e11e40c11e627fd098","2553637":"2553637-db8667a47e66970c38f5e2527595a10e","2553652":"2553652-bc02a41755e9de48eb9a397ec4c9e0a8","2553654":"2553654-346837af7ebd9529e6ba103fd7059876","2553656":"2553656-6ab9d40ed5762fa36bd061b15a014e23","2553658":"2553658-53564950134551a70818b5401b0951e3","2553840":"2553840-7648b3b56698ef35110a0b369b6c408d","2553842":"2553842-2aae96a6dfba9adc1de4a9595388d2ed","2553844":"2553844-2a2e2e937a40687b81db1ef60f21a70a","2554538":"2554538-5a0b094867ff4130aa69ea229059ea99","2554540":"2554540-e4a839d1f06b54b22606c1110eddab83","2554542":"2554542-21dc2dc64734917887aadf4a71a35f6c","2554544":"2554544-26c96e50085c4fa9b8f44e236707be51","2554979":"2554979-71c3900c91c770420fdf253300711221","2554981":"2554981-0865cbb81814b618cb51067f634bd18d","2554983":"2554983-e12679fef182674521044a581c6d4035","2555339":"2555339-a06b61587e8828aeebf6118ac2ea76d6","2555341":"2555341-14089f267fbf756b09c7dc70c7c6b67b","2555343":"2555343-dc4dfb7fb9ec67e4725c5dd0762c04c0","2555345":"2555345-a813d997ffe794882ce5ccfd244aa83f","2555448":"2555448-fb3ada0d9613dee51bef5eb43d389aa2","2555450":"2555450-d630f88ea34dbc69e916f44164efc2e3","2555478":"2555478-ee68745c72d2a649d9019554156e10cb","2555480":"2555480-388aa0ab58247767acb47a51812dd5aa","2555791":"2555791-5e92222be504d82ffcfe77d0c70d8bcf","2558769":"2558769-56b89b42ff56ccdfaf26ac0faf82eb57","2558770":"2558770-2ffe23c5408754900bf504789890bd96","2558771":"2558771-cebb8be3f12ec4b4b8938fa0890050d8","2564370":"2564370-0424ee3b9e7c8ba27da6b6c098969674","2564601":"2564601-2d898e8f7d2cb55d81e2ae08f05a1cde","2579041":"2579041-85954e49018ee2373bf1255b455db783","2579043":"2579043-fd79e9735b52662d46fdf55538dd8b66","2579045":"2579045-54ae2d30b8de504927747b65d9abb5ad","2579047":"2579047-d7752493e56dd30149ffb25264e0de9b","2581215":"2581215-1a4cbcbb966e6ae7ed89ff3bc3695793","2581217":"2581217-625692b5556c72de104a34e520d55f3f","2581218":"2581218-39a29cf74209f20c6df54dfe4fa8a831","2585122":"2585122-0da4ecd881d50952441b98d9eafec74e","2585124":"2585124-f8d33bb3f2951fb2e6e7fc87a041f840","2598884":"2598884-9363b8fae584c0e8051b205d8690342e","2632853":"2632853-027b80218bf6aa9142763e2cff31cd97","2637671":"2637671-7e30b31cb1a0d22e47585869303c5426","2645092":"2645092-5a19d3b1e613b5983e0bc24076f399c7","2654743":"2654743-70f0c07c908bfa659b03c6e657ab8584","2656038":"2656038-6539518e4df344bb3ab8f62dab2a19b7","2663312":"2663312-2bb9871dd84cf49a2b0e6be6c818d927","2663313":"2663313-22a089477e1acfc916909914007ea6d2","2663315":"2663315-c7a5d33a4ce24b9f1306b36ccaf0b9be","2663317":"2663317-d959f3745ad82067c8e3b6d60d1db39b","2663319":"2663319-5c180aabda765f1ceb16c8b534a22b49","2663321":"2663321-4ac1730fb9963199c9d74c6b0121414d","2663323":"2663323-fec470d3fb4c9274c328b9a95bf4d45a","2663325":"2663325-63c0ebd6c9eb344bf3b46d1ca8c0f7a4","2663327":"2663327-f14312b047f4b33316a8f05fcd0c02fb","2663329":"2663329-1d7d032442f7fbce8e07e36857132552","2663331":"2663331-9c9611e4975b3d62115b2d4b01b53575","2663333":"2663333-a73b02d5619322f2c2821351a3c4f7c8","2663335":"2663335-17f589402c0291138f629fe45a567999","2663337":"2663337-1b27bde8a9cd14810bc175d5b583af89","2663339":"2663339-88f282f4df10d18c2a7146055433c2e0","2663341":"2663341-776959bf918517ec88ac166556382946","2663343":"2663343-1c3a8edfaeb8460a8b7b666840b0bd5e","2663345":"2663345-c81c971012bcf4071fc1213a15cac2cc","2663347":"2663347-db09983d0fd729d372ebb483b7ffa873","2663349":"2663349-34f877ce77aa20b81121cac8395d14c9","2663351":"2663351-2b0813accf8e0212a21852ab21a4524e","2663353":"2663353-54879f654dbe48720f0f82e6add129c4","2663355":"2663355-f832d65cac23efa4fc8b4a9b2ed18709","2663357":"2663357-bae2f5354e21dc1ccd919a7659c63820","2663359":"2663359-176a50fc4dd40e8d79a1388dfaf88230","2663361":"2663361-f2f2702edc1046dd99d4c642f652ccbd","2665101":"2665101-07eac18ae9dd569fa3e1aa46393b5019","2665102":"2665102-f0212cea81d931cbcd1c81a698c6a7f8","2665104":"2665104-8f9d829ac15cfad66f47857ce4d78710","2665105":"2665105-815b4ae44f88593a4cb721a92e3b829e","2665107":"2665107-0eefd11dbd35ca04e205d9b460218123","2665108":"2665108-f07697e221138ac1640cb4d7ff570726","2665110":"2665110-cb95232c50b306a504d9fa12e6213962","2665111":"2665111-b057b6cbe59ce0ac1de3d30e64f0ec5b","2667491":"2667491-acf49daaad429099893fa821f8c95d57","2667492":"2667492-e36d26c8d241a7d99baace9b48c18018","2667494":"2667494-154d733b24abb2df4f2f60f07c9ed0e9","2667496":"2667496-c434bbb4055476e169b30316af2e0bf8","2667498":"2667498-d88068717132b51600be91e649dd28fe","2667500":"2667500-e374434261b3b2fe0fa28d5f38ed098e","2667502":"2667502-cbc83ba9eb76c75eb4e04716fb3a2969","2667504":"2667504-bbf80074078d3154aa48e1324e96383f","2667505":"2667505-c94f3d63fa5b6b0a6acc386c73355e73","2667506":"2667506-e349ac7b810cf44f239b67d9a6c09618","2667508":"2667508-0944c8b3021a02c3b7117dfc6572d0e9","2667509":"2667509-698cd5c914d1ecec9f609d56538a832c","2667572":"2667572-12eb3743793126edb0371bd4896f9f9b","2667574":"2667574-828b4db29ca8367f942775a49630c758","2667576":"2667576-cbc2414115346c184edeece16fa16262","2667590":"2667590-91c422627cc64e08d25866c8c1143f53","2667592":"2667592-099d066fc8e957ad3ae9b5922d02af28","2667594":"2667594-5e2fa50e1b6389631aa0111e84c5a33c","2667596":"2667596-2daf9dd7aad2f89ed990bd5f3f0b2c0d","2667611":"2667611-a9f8b31046337cab2b91b57e0b378ba1","2667616":"2667616-31a31966312efcf159dbcd52220ce0f2","2667625":"2667625-99c46f6df0e43945e025a97a71a2fe3f","2667626":"2667626-3ed745ef029d99923ae115a6be86c0ca","2675287":"2675287-80011412797170139b6b46ff3ff38230","2675288":"2675288-2784a2d65df8bef9bfaf4fda4ad7ab65","2675290":"2675290-f82c8a9c4a2dfc6c3068ad35b74050d2","2675292":"2675292-f85507d79a0c188fa18e5cdbb3fed76a","2675293":"2675293-d10ec1a1952a5e2b0d4bfb556f2af61e","2675295":"2675295-6895145fcd3767dafd3ec081f6233b2f","2675296":"2675296-d2af21c89a86e0c4edf2738403daa98f","2675298":"2675298-f1fbef4e4a3f55b1026fcdc609a9328c","2675300":"2675300-cc0f148c75c044c87484cf0f2b4d0698","2675302":"2675302-36ab26de39d2b46c57a32a4fd34dae50","2675303":"2675303-b130a68e5dfbed5934fa4f55c99fceb0","2675347":"2675347-313669edf02f065d45e6548a8b2773dc","2675348":"2675348-0cd163ed9d91328a7e6eadae6f16c745","2675350":"2675350-c32483e1f99ecaf102bfb003498c9072","2675352":"2675352-05fd5bed7b0916e91799662e3a049138","2675353":"2675353-f33c4c120cb10366286aaacf92594672","2675367":"2675367-0b9f4cb362e7a859353078e391c0fc3e","2675368":"2675368-25472ff7cce7212e058eb8fb4d744b59","2675370":"2675370-d3e30fb9c95a4ef9ee2f5c54d31075dd","2675372":"2675372-ab4020bafd7af5e39dda8b20fc32b0cf","2675374":"2675374-a046897b93419d0a6fa58e8f79a743df","2675375":"2675375-d222c0262dd3197e88952504e111c621","2675418":"2675418-b967999b52c77036955bca8977250efb","2675419":"2675419-d83a6fac3f68a0376a5ee0f0e4aa7b24","2675421":"2675421-97da5d0c820e0935beb7cff2243f4e80","2675422":"2675422-bf940a81349a19b349a4f3a17d4f8bea","2675424":"2675424-6ba37d7bacf23189526be5ed1ce779eb","2675425":"2675425-4d54447becfdfc7f1f2390a3b59e05d0","2675427":"2675427-6acc7ab5b7109892a2669d595b7035be","2675428":"2675428-3c7df7328494da9e05ea5e2879b2b97c","2689392":"2689392-47262b118a71271d756506defa198823","2689394":"2689394-41490c634ee6667d0342fb6736c4b745","2689396":"2689396-0276491f8a35ef838bc5d92b991ee131","2689398":"2689398-06692f1d3b9fee9c7a70125a9c7df1c1","2689754":"2689754-cc9d7be2996dbac6283a939e9f37f7ba","2689755":"2689755-2c978c910d1a62b307385a891db4096c","2704508":"2704508-03693ed29bbada4df64dafd8d7d38c3c","2704510":"2704510-7f6541a63d0a7997c5b1f427211477e3","2722061":"2722061-1407257146c58c1d52160c2f58b4e5c7","2722063":"2722063-655c65593f6fb89bece45249a294006a","2722065":"2722065-2a489ee9c580875d053e74fc4bfa2e96","2722067":"2722067-10b4fc4f9df7516619e561e2324a9f58","2722068":"2722068-8e6437f946bb21b3c69b699a6bc8eb67","2722069":"2722069-5e01180cd522a272617a0b331bd6d341","2722070":"2722070-8f60358ed8c06f2770f3ad03a1a161fe","2722071":"2722071-851d460f4727c1ceb362a9546524e253","2722072":"2722072-68605bdaa125d118a277cc3e2e229837","2722073":"2722073-ab9d4ca997bfca53c16573b9b41fb1cb","2722074":"2722074-e5c62bfd4d4a713d6fea9c9996af1a07","2722075":"2722075-5acca41c53a449c0a63703a1545b8f67","2722076":"2722076-d748fcc3e7253fedf075335674e61650","2722077":"2722077-bfbf2b169b6c92ea63259b5ccbf01dd0","2722078":"2722078-f699e06e5d44568d6b2335c4654d7760","2722079":"2722079-31ad44a3e321d11cdd252dd8bd5e8fbc","2722080":"2722080-74d937961ebf4790f45fa747f655a3f0","2722081":"2722081-0994562c26ac30c6180348590e67194b","2722082":"2722082-59f643efb53986d1dc95066ad2dc8b00","2722083":"2722083-855d488314d317cd18ae1526877535cc","2722086":"2722086-17c2da7f0bd620667d7153d4f5873adb","2722087":"2722087-d7f66db1dbf8181c6f4d2e09fdf9b9a4","2722096":"2722096-a12df2b80fdb81a59cc8f9052f918cd7","2722097":"2722097-1196a753e53fbb8d87314bf3bae2ddbf","2722099":"2722099-763f8f60fcee1e4ef9a6208a1ad39041","2722100":"2722100-d30573a43a8cef3ecefefc9195605afc","2722102":"2722102-860d4e6584d8567b721de632390bef1f","2722103":"2722103-73e4e9aaa3ad2372946f7992466291f9","2722109":"2722109-9e670bf83258f19038e04d5d6e1b961c","2722110":"2722110-b6c2a37dbd55a74a3dba360ad94d0d49","2722111":"2722111-d18abee606b0c61960951ac3e2d70a2c","2722112":"2722112-b94cf04d4839e868855835d5f03771c6","2722115":"2722115-d9548771d577fbe885aed8437771aed4","2722116":"2722116-04c1165453c05e66ebc33d6ca53666ec","2722119":"2722119-ece248649c378c424acf95a3f01a9fbe","2722120":"2722120-9340fa0fe86d4440e570d53e193b854e","2725152":"2725152-ffa9f7cc939265ec7d02fa631b74507b","2725155":"2725155-15357cd7cece3569fa852eb4fc8b81aa","2725157":"2725157-06582ba227d653e8ad71d54de08bfef4","2725160":"2725160-a99ca6a64f953c8967db182ffdc1659e","2725170":"2725170-4dcde18bd165944a67af843bdff23021","2725171":"2725171-81a714739c09e5f0a0198681b3979165","2725343":"2725343-fce896e6c82b38a46e2c24bb009f7b58","2725344":"2725344-377cb757887180ebffe85d253bf1cc0b","2725345":"2725345-3aa5c560f49333359432f3616e4c23db","2725346":"2725346-3018e20294cc19f58ba6fb7ebfa93f2b","2728433":"2728433-10797d6bc1cdc15fcf832f2d02841d60","2728456":"2728456-9b57120983fa7717ef5b16d4848d3407","2728583":"2728583-22fc21cbd7823ba730b61fa7c18f7260","2728620":"2728620-c183cc4174d91360fd53b74063eb78f0","2728731":"2728731-6898e7fcd132335fd9223e65c92d67ec","2728775":"2728775-0f4a598229186f94d8c80bd207f74c39","2728892":"2728892-f0a625d7436797b5f8992d08589f0ff3","2728994":"2728994-77eaf3e4e982c5519f0fe272f6c75f34","2730305":"2730305-7d790b5e6e9d73561ffecdf24e108727","2730406":"2730406-89e9a1e7f5791fbbec105c2d98cab948","2732071":"2732071-e9428e0d41ff2878edd58bbc9f11393f","2732214":"2732214-20ac485ddaa9a6c6e13c1b44bb961c24","2732811":"2732811-8b728adf7c612f13378d48ecedd1d18b","2732984":"2732984-d7264c6a60ad8ef75460181f90b4116f","2733238":"2733238-b9b4d211000b51b6e749b95ddc3028bb","2733685":"2733685-81e10b146c9c246cd2f4e506a657e95c","2733821":"2733821-62c26c24765b84ce5f02b5b50918c3fd","2733910":"2733910-db93247ee5fd2c8a9761e1353101fcf5","2734029":"2734029-e3d5eebb2b26f33993911326a7e541fe","2734327":"2734327-157f2a98a51b644a8ae3c4213b2854ae","2734417":"2734417-d9afc69c3f159018e67e50a90bbf7f9d","2734526":"2734526-cb82aec77ad707c84ea39f2a45e6a308","2734762":"2734762-125467dba03ea560f407a63d0b5c00eb","2734865":"2734865-3eabdcde85a7e49dba7b1c0847ea16f3","2734947":"2734947-4a25821a8b4b093c71e67b1d350b0367","2735036":"2735036-7a8b714cf953a20a3ce5f4d694d7d566","2735415":"2735415-215f8f7a16040da80335934fb489b8f5","2735491":"2735491-fb5baaaa1ce9803c62670d972dfb6093","2735701":"2735701-e57d9d2754798ce6af1756b74d1ae174","2735789":"2735789-b63ef30bae75f8ab158ac22e8aafdde6","2735868":"2735868-e9a1cf166b473ff9e5ee0d5f5d39becd","2735946":"2735946-2b6b2e774ac896abdfe3ef85d34190d8","2736191":"2736191-36818d6f62d8e3686dbf4cbc37f48554","2736274":"2736274-0d565908c04b7cd4c915c7f7d347dd89","2736339":"2736339-d6abc13b4d37121ad8932385a10835f8","2736492":"2736492-60aff411158a95b6a0a7bf8326467f82","2736551":"2736551-9064dd622310b5ed57109f96b7203e0e","2736598":"2736598-616c18b6e123ed6acf2f59bac9a45612","2755701":"2755701-034cb6ff83fce93ce10a98e8f5b2f095","2755703":"2755703-c62402c73c9ddfc801729e99c0797af3","2755705":"2755705-49e97d266124e7574ca084942617a9d8","2755709":"2755709-25c30826d6bf1cdfe0bf6bed4bc9a363","2755735":"2755735-dbe524b53ddd03ae4c6eb9f6fb7a6060","2755739":"2755739-19f75b952ea676b536d0a9ff9c392863","2755856":"2755856-b612686965025050c0888d4767aca93a","2755860":"2755860-06ec46b7ff36a0fbd98dd3e2d91bcfb1","2768309":"2768309-08ce5a17ba87c92a275f7e63d28e873b","2807827":"2807827-32fe964a91b01acc5f6d34345e635d24","2807854":"2807854-98ee3a6ffb0909f8ac8e85e992ab3f58","2822677":"2822677-9a3b848d7ad56573d52438ab2f6c73e9","2822678":"2822678-56a7e5a2300b475ae8c8b6b8beba2c80","2822679":"2822679-50a149c21c31280c74430b428973d49c","2822680":"2822680-0cf8af6b974b6350710d40c9b402a5bf","2822682":"2822682-68c0a03868118387f712489741de6dfc","2822683":"2822683-ba4f0446d2681cf6fe3aaf2b0bb23053","2822685":"2822685-b90761815017f5e50625dedb5b745eeb","2822686":"2822686-5a785ca9636fdef2bf91da5392f6e735","2828509":"2828509-7c6ef7bc576298f7dc61cb626cf48c50","2828708":"2828708-e0bf5ca5d46407cfc45d40bb9c17bcc7","2828863":"2828863-80a9e448662767d6fe25f0129e91a124","2828877":"2828877-9a917fbbb663066d3d7c8d767e283af3","2828882":"2828882-81e3a511554ce938236b175544c609b1","2828884":"2828884-fcce36547a135868acaf5189ada7f527","2828885":"2828885-f55408246d762304c32fdbd0315d68f5","2829658":"2829658-c435c49d359a6dc70259d61a55f69140","2829659":"2829659-af381fd9bf3492e94116701e456ff530","2829661":"2829661-c223ddc2c1d554236a076047d50dfa32","2829662":"2829662-30470add67664818ada9d7d255d9e489","2829664":"2829664-ce9cffa54370100046a73ab9903957e4","2829665":"2829665-15009eb72044d32ec20d7ec577d34ab0","2829691":"2829691-da6a95ce2679e79848cf9b7bdae079cf","2829692":"2829692-80111adf0a5450bf8bd80b5d09b830f5","2829693":"2829693-c8b26a03166732b23a7c5c3f68354eb4","2829694":"2829694-76ed33d18606e42c14e50bd5ce4220f8","2829696":"2829696-2555cad88fabcb5114d36ec3288d0095","2829697":"2829697-07fb6f6b91ceba88200f256a1fa85882","2829699":"2829699-5c729f33d4eabae6c7181282e0ce9779","2829700":"2829700-fa3b557ae951cd82c778b9a18bc7038b","2829841":"2829841-0944ca985a69b2701c7324dba3e190af","2829842":"2829842-2a92a346d2a1004502af9b83b2f80a46","2829843":"2829843-eb3c0b0c26cf7a0641e561922a2f1b12","2829844":"2829844-910a0df4fc3840797d5b52c5fb934624","2829846":"2829846-5447dd08804dd5d75891cda08c30d13e","2829847":"2829847-8898d147893a2b436ed24a57c2e12dcf","2829849":"2829849-e56da252563689a73c50e15f69cced1e","2829850":"2829850-7b4b1f4f817d56f530694e3846ea4a33","2830312":"2830312-0c64c45a17378723ef380a88a8ccc534","2830313":"2830313-22770b056e8f08487fcf21bee9503fd9","2830315":"2830315-6fe4c7a1642138a932bf937bf14f6451","2830316":"2830316-41d4156db39f4d2dd1b00d86395117b3","2830318":"2830318-1c6764f95e4abec09e9804730edc8645","2830319":"2830319-49b7e7fd5cc17511bf6475a4a3373e52","2830340":"2830340-fb066f23dde4196dcb633e121e4ddbd9","2830341":"2830341-03635260e0e001669b3f6586f16d2f3a","2830342":"2830342-ef1c541164fafc8b34e242010af358b6","2830343":"2830343-86b161206987765e9c018262dcc4de0c","2830345":"2830345-a00c465be893adba8768170ff1258e5e","2830346":"2830346-83ecc215e800c2446fdb63f6b6960e8d","2830609":"2830609-6acfdee75adab247c0ca7738617f0d43","2830610":"2830610-33867e308c347ebf03893b8d2e362da5","2830612":"2830612-73d8ede47d9a92f83d570f76d21447b8","2830613":"2830613-c39d005065f6c9eea415116bb4b06368","2830615":"2830615-6ca098511b74f182512ed78b1622d076","2830616":"2830616-b04da79b00d27b42707d83607fba50bb","2830622":"2830622-8e3ee47897b1e2a605199c141e3d7bca","2830623":"2830623-ed271b7272b0eb292c516134e47b7f51","2830625":"2830625-e10def569267ae9666bb1034837e04af","2830626":"2830626-50603b266ff85af8caf0ae6150113351","2830628":"2830628-fecdd2eb99d5694ed7035152f2e9d1bd","2830629":"2830629-1aae47f4e4d8f1ffb647001788cd104a","2833498":"2833498-28d24c58057fa77c625d2d717724bb6d","2833499":"2833499-d6350f9350d12fbec6590b875b5bb796","2833500":"2833500-c48d5cd1def80040851a1f0a9da09880","2833501":"2833501-6a6a6eb8ece670d4753782486e58e219","2833503":"2833503-8b1b33b8e2b6077c793c0a16455a1f8b","2833504":"2833504-45a6d63529560bcec9abdf173052028a","2833843":"2833843-8003e79c5e81f85984d8d7109f2c6bf3","2833844":"2833844-96fd5f9ef15c389dec6a9951974992fd","2833845":"2833845-37ccd6a3f025ab4c4f6f41a9e518afef","2833846":"2833846-d918451ddd6c28d223161b5a2f41787a","2833848":"2833848-a9aad22ce56d9b4f5650d55de43db03f","2833849":"2833849-6a15395fe58a434924de0f59bf43319e","2833858":"2833858-cda7db00f4a29958bf00c436df3696e3","2833907":"2833907-13d8c73f66ad1b4c415c17cf38ee2fb5","2833908":"2833908-17e327a0cbc05c5997c83ab956845591","2833910":"2833910-ba5b0ffb6fcf47aaec9669e852ba2b26","2833911":"2833911-519255d8786f9a32baa3d1ebc9e4a152","2833916":"2833916-1995e4cfe914c1df13840822f6ec8ca7","2833920":"2833920-b79fde14c5cd9944f74002eb10f609dd","2833946":"2833946-6e2b8df5368f83d048c9cb096d3883ab","2833947":"2833947-6bd448d66e49fe4ae03bf8d1e9d8f54d","2833948":"2833948-af415a08acb3d11a7d4d838dce70c0ce","2833949":"2833949-64646f1684b52e555af4dd08d0a05b38","2833951":"2833951-80643a13402a3bf4e1aa697fa79f4d12","2833952":"2833952-04c1beda30f13b1467f0bb54f75def10","2833956":"2833956-9ab01f09ebb3eb1253c74b2ae67d24ec","2833959":"2833959-41cbd07727defc3feb6e14f49cf2d0d3","2833960":"2833960-4023d12518ce1502f6b6c6f1b5b57cc5","2833962":"2833962-f653b70018b969adb3dc355807276412","2833963":"2833963-5a311e9dddf7f3284135842d84abf9f8","2833965":"2833965-276c00b8dc3210818543aa17c386052d","2833967":"2833967-25f4ec9c0d72f6f21cb1dd3393afdabe","2845117":"2845117-31b1f981ee10cb95b9429f0a8e7eef62","2854606":"2854606-060e5658f0c24ec3303c80bdadbbcba3","2879604":"2879604-89d5a97d554f36d640d7da6849bef023","2881082":"2881082-316607f61918679660c9ed3a502d1516","2903697":"2903697-4204e926c7df0fb537a675d3c2f44699","2906144":"2906144-10d0b551eeb31fa23df8346160acfe4d","2906145":"2906145-a53618bba8445028eedf96b4313d8b9e","2906146":"2906146-daf32b4eed47754f765cd872cf143e8b","2906147":"2906147-6f26323cf4c7a71db8866e37efdc75f8","2908091":"2908091-bc7dff793f13d56a0496c6954025f135","2908092":"2908092-8bf6a721805c9a52913498df1baeb7b3","2908093":"2908093-0c4cf42942968dd011aa4b5cc05b8f27","2908094":"2908094-78345711a4fbc26b465defdd3f8617f6","2911339":"2911339-66ca8f0dde02a60a046b459107ba1947","2911341":"2911341-7d22b3abb369f005abceafcdaf185693","2912534":"2912534-a935e9ee18d7017d13baf5c2fe702f1d","2912535":"2912535-e9ccc9325c163d971584e4e5179f1440","2912537":"2912537-352725031cd0899829f37ca872efa0f2","2912538":"2912538-9eaa66bc1601a24996fa1bf44d45b600","2912540":"2912540-82abc82b72859b5450454bcb8ee01c6b","2912541":"2912541-210aa4d000845196b0337c198a5f2cdd","2912543":"2912543-19cb502f29d032a5d065d7512d676678","2912544":"2912544-cdd4da985c85a9ba30ecd4e7863b4fe7","2912546":"2912546-bfa675af82c84342134c2dd06b81700a","2912547":"2912547-b9f2868714d0d835e1904ddd55439e83","2912549":"2912549-ba7105e9be49e59a1052ff5e32ba6c66","2912550":"2912550-407229a0b1c90f0f0faea12991f806fc","2912552":"2912552-a2f051b9a99472ba70a692dee7efc0a4","2912553":"2912553-d365e89bade499099e6e0b95d25d317b","2912555":"2912555-bc8f057ff108fed8c05f8e53c0d63e58","2912556":"2912556-dd4deb135c656df8d50695a8a40d2eda","2912558":"2912558-9e8f76622571169bf8f0f81127e436c3","2912559":"2912559-72286a5c02f49ea7d1bf1c6370dcf2d6","2912561":"2912561-7269ca3bfa93301d81e1e0de080bef18","2912562":"2912562-1c729e504e1552459367e2319762bb18","2912564":"2912564-2f6d0db303f97e299a912488c1cc8b20","2912565":"2912565-b95a40d703e6090137be7c4392ffc15c","2912567":"2912567-c78e802ef960adb5321dd8686a459d0b","2912568":"2912568-bd64c01d6c73a2a8395d227debcb3cfb","2912570":"2912570-ec194729337e9db4772e1eceb63a4e3e","2912571":"2912571-dd0465c28da9177c06cc6ee2788636f0","2912573":"2912573-fc8bca038534a255ffa3880bf42e04ea","2912574":"2912574-4f4ee53ff60ef5e221de13e7fe7a30ee","2912576":"2912576-e7d7bcc38a163238931bcd44b48d5241","2912577":"2912577-a4f42a9354f577368ec5dbcdc1f5525f","2912579":"2912579-28c767b03f7d11415a14638f9a47e7f6","2912580":"2912580-330a91721c3c83da4ca30c92553ec571","2912582":"2912582-f6104b9ee73137f1c8d58cfc1264c653","2912583":"2912583-db3d6d55c1b0d7c35a3feff2a3bc82ef","2912585":"2912585-32ccfd38bca11459bc678048400c7f38","2912586":"2912586-800e6d3ac9856c79f41efb969c486b9f","2912588":"2912588-198bb94ed14c39ba8ea3b6ecb8407e63","2912590":"2912590-a35ee57108646e889a042a1c4fa66ba9","2912592":"2912592-edbfd66378f595814b8f3d04a4b6a738","2912594":"2912594-670481372f123e40ff620b0ce155ce51","2912596":"2912596-9e3b8a202c2d17b84d0e562e1cf9c0cb","2912598":"2912598-d437257834c773cd0e0157fed88b4efe","2912600":"2912600-44e2fe92accda0242a44067daae1b3f6","2912602":"2912602-9de5ce924d9aeae0762e3c6dbaacab73","2926010":"2926010-96efbbb84a3b9bbbdb38c3b49288304b","2957322":"2957322-96d165ade881a4012da946cb59244bfe","2958660":"2958660-0bfa6e8c831bc57c2f394e2206cfa2fb","2958662":"2958662-c2e4da3139294c6c3103f3efda4824fd","2958664":"2958664-50543371baa007ed992527891bf47475","2958667":"2958667-9fe46db0b93e737a1ced82898ff86210","2958669":"2958669-fb1768e58b315efbc30f1baf689889dc","2958671":"2958671-66fc04897dcc6e37866fa497b6de9a20","2994899":"2994899-dbbff03565610239e922d6db8fd81f57"},"index_live":"cache/3906/campaign-index-live-8267d280d6099d5ca6203d496adc7f07","index_test":"cache/3906/campaign-index-test-a22cf34ba26d22706e7037e3ad8cce78"}});