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":{"attv_custom_attributes":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""}]],"event":"impression","testmode":true,"ttype":"variation","val":"/* Pass the creative id and name into the Attentive API payload via the Attentive Custom Attributes ESP Profile */\nvar $campaign = bouncex.campaigns[ca_id],\n $idEC = $campaign.obj1.find('input[name=\"creative_id\"]'),\n $nameEC = $campaign.obj1.find('input[name=\"creative_name\"]');\n\nif ($idEC.length \u003e 0 \u0026\u0026 $nameEC.length \u003e 0) {\n $idEC.val($campaign.id);\n $nameEC.val($campaign.name);\n}\n\n/* Pass a TRUE/FALSE if a coupon has been passed with the submission. */\nvar $icaEC = $campaign.obj1.find('input[name=\"is_coupon_assigned\"]'),\n $couponEC = $campaign.obj1.find('input[name=\"coupon_code\"]');\n\nif ($icaEC.length \u003e 0 \u0026\u0026 $couponEC.length \u003e 0) {\n bouncex.on(bouncex.window, \"bxCouponFetched\", function(event, params) {\n if (params.code !== \"\" \u0026\u0026 params.campaignId === ca_id) { \n $icaEC.val('TRUE');\n bouncex.log('$icaEC val', $icaEC.val());\n }\n });\n}"},"attv_trigger_with_email":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""}]],"event":"submission","exclusions":{"2760779":1,"2821011":1,"2821402":1},"testmode":false,"ttype":"variation","val":"// if (data.email) {\n// window.__attentive.trigger(null, null, data.email, null);\n// }\n\nif (data.email) {\n try {\n window.__attentive.trigger(null, null, data.email, null);\n bouncex.report(ca_id, 'attentive_trigger_called');\n } catch (e) {\n bouncex.err(e, { source : 'attentive trigger', ca_id: ca_id, livetraffic: 100 });\n }\n} else {\n bouncex.err('Missing data.email', { source : 'attentive trigger', ca_id: ca_id, livetraffic: 100 });\n}"},"ctab_index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 1; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"ctab_pushup_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nif (bouncex.website.pts === 'product'){\n bouncex.off(bouncex.window, 'scroll.bx-'+campaign_id);\n}\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);"},"ctab_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","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+'-corner-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\n}\n\nfunction updateCornerPushup() {\n var pushAmount = $creative.outerHeight(true),\n atcBbarHeight = (jQuery('[class*=ProductCheckoutstyles__StickyAddToBag]:last()').css('position') === 'fixed' \u0026\u0026jQuery('[class*=ProductCheckoutstyles__StickyAddToBag]:last()').css('bottom') === '0px') ? jQuery('[class*=ProductCheckoutstyles__StickyAddToBag]:last()').outerHeight() : 0,\n checkoutBbarHeight = jQuery('[class*=CartContentWrap] \u003e [class*=CartSection]~[class*=Wrapper-]').css('position') === 'fixed' ? jQuery('[class*=CartContentWrap] \u003e [class*=CartSection]~[class*=Wrapper-]').outerHeight() : 0;\n \n var styles = [\n '.footer, footer { padding-bottom: '+(pushAmount+atcBbarHeight)+'px; }',\n '.faceted-left-nav__child { padding-bottom: '+(pushAmount)+'px; }',\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: '+(atcBbarHeight+checkoutBbarHeight)+'px; }'\n ];\n \n var stylesRight = [\n 'body:not(.pane-open):not(.body__scroll-disabled) button.Twilio { bottom: '+(pushAmount+atcBbarHeight +15)+'px!important; }',\n 'body:not(.pane-open):not(.body__scroll-disabled) button.scroll-to-top-btn { bottom: '+(pushAmount+atcBbarHeight +20)+'px!important; }',\n ];\n \n var stylesLeft = [\n 'body:not(.pane-open):not(.body__scroll-disabled) #attentive_overlay \u003e #attentive_creative { bottom: '+(pushAmount+atcBbarHeight +15)+'px!important; }',\n ];\n \n var stylesFull = [\n 'body:not(.pane-open):not(.body__scroll-disabled) #attentive_overlay \u003e #attentive_creative { bottom: '+(pushAmount+atcBbarHeight +15)+'px!important; }',\n 'body:not(.pane-open):not(.body__scroll-disabled) button.Twilio { bottom: '+(pushAmount+atcBbarHeight +15)+'px!important; }',\n 'body:not(.pane-open):not(.body__scroll-disabled) button.scroll-to-top-btn { bottom: '+(pushAmount+atcBbarHeight +20)+'px!important; }',\n ];\n \n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\n \n if ($creative.outerWidth() === bouncex.body.width()) {\n styles.push(stylesFull.join(' '));\n }\n \n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\n}\n\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\n if (bouncex.website.pts === 'product'){\n bouncex.on(bouncex.window, 'scroll.bx-'+campaign_id, updateCornerPushup);\n }\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\n \n var onInterval = bouncex.setInterval2(function() {\n updateCornerPushup();\n }, 50);\n \n bouncex.setTimeout2(function(){ clearInterval(onInterval); }, 2000);\n \n bouncex.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 updateCornerPushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n });\n \n updateCornerPushup();\n}"},"form_focus_fix":{"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');"},"headline_focus_fix":{"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: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});"},"index_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();"},"index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 1001; } body.body__scroll-disabled #bx-campaign-' + campaign_id + ' .bx-slab, body.pane-open #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 150; } ', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"placement_adjustment":{"deployments":[[{"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);"},"pushdown_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);"},"pushdown_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","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+'-pushdown-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushdown');\n}\n\nfunction updatePushdown() {\n var pushAmount = $creative.height();\n \n var styles = [\n '.ecm-siteticker, div.site-ticker { display: none; }',\n '.header-wrapper--shadowed { top: '+pushAmount+'px; }',\n '.faceted-left-nav__fixed { top: '+pushAmount+'px; }',\n '.faceted-left-nav__child { height: calc( 100% - '+pushAmount+'px); }',\n '.sticky-header-controls { margin-top: '+pushAmount+'px; }',\n '@media screen and (max-width: 767px) {',\n '.sticky-header { margin-top: '+pushAmount+'px; }',\n '.sticky-header.active .site-ticker-wrapper { min-height: unset; }',\n '}',\n '#contentContainer:not([style=\"padding-top:0px\"]) { padding-top: 89px!important; }'\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\nupdatePushdown();"}},"cart_rep":null,"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":0,"gmp":0,"whitelist_check":0},"compliance_json":"{\"gdpr\":0,\"gmp\":0,\"whitelist_check\":0}","confirmation_criteria":null,"confirmation_page":"","confirmation_url":null,"content_width":"900","contract_id":"3","cookie_type":"fp_local_storage","currency":"USD","custom_campaign_js":"{\"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\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"form_focus_fix\":{\"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\\\":\\\"\\\"}}}\"},\"headline_focus_fix\":{\"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\\\":\\\"\\\"}}}\"},\"index_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 1001; } body.body__scroll-disabled #bx-campaign-' + campaign_id + ' .bx-slab, body.pane-open #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 150; } ', 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\\\":\\\"\\\"}}}\"},\"ctab_index_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 1; }', 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\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"index_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\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"pushdown_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\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\\nfunction updatePushdown() {\\n var pushAmount = $creative.height();\\n \\n var styles = [\\n '.ecm-siteticker, div.site-ticker { display: none; }',\\n '.header-wrapper--shadowed { top: '+pushAmount+'px; }',\\n '.faceted-left-nav__fixed { top: '+pushAmount+'px; }',\\n '.faceted-left-nav__child { height: calc( 100% - '+pushAmount+'px); }',\\n '.sticky-header-controls { margin-top: '+pushAmount+'px; }',\\n '@media screen and (max-width: 767px) {',\\n '.sticky-header { margin-top: '+pushAmount+'px; }',\\n '.sticky-header.active .site-ticker-wrapper { min-height: unset; }',\\n '}',\\n '#contentContainer:not([style=\\\"padding-top:0px\\\"]) { padding-top: 89px!important; }'\\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\\nupdatePushdown();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"pushdown_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ctab_pushup_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\\n}\\n\\nfunction updateCornerPushup() {\\n var pushAmount = $creative.outerHeight(true),\\n atcBbarHeight = (jQuery('[class*=ProductCheckoutstyles__StickyAddToBag]:last()').css('position') === 'fixed' \u0026\u0026jQuery('[class*=ProductCheckoutstyles__StickyAddToBag]:last()').css('bottom') === '0px') ? jQuery('[class*=ProductCheckoutstyles__StickyAddToBag]:last()').outerHeight() : 0,\\n checkoutBbarHeight = jQuery('[class*=CartContentWrap] \u003e [class*=CartSection]~[class*=Wrapper-]').css('position') === 'fixed' ? jQuery('[class*=CartContentWrap] \u003e [class*=CartSection]~[class*=Wrapper-]').outerHeight() : 0;\\n \\n var styles = [\\n '.footer, footer { padding-bottom: '+(pushAmount+atcBbarHeight)+'px; }',\\n '.faceted-left-nav__child { padding-bottom: '+(pushAmount)+'px; }',\\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: '+(atcBbarHeight+checkoutBbarHeight)+'px; }'\\n ];\\n \\n var stylesRight = [\\n 'body:not(.pane-open):not(.body__scroll-disabled) button.Twilio { bottom: '+(pushAmount+atcBbarHeight +15)+'px!important; }',\\n 'body:not(.pane-open):not(.body__scroll-disabled) button.scroll-to-top-btn { bottom: '+(pushAmount+atcBbarHeight +20)+'px!important; }',\\n ];\\n \\n var stylesLeft = [\\n 'body:not(.pane-open):not(.body__scroll-disabled) #attentive_overlay \u003e #attentive_creative { bottom: '+(pushAmount+atcBbarHeight +15)+'px!important; }',\\n ];\\n \\n var stylesFull = [\\n 'body:not(.pane-open):not(.body__scroll-disabled) #attentive_overlay \u003e #attentive_creative { bottom: '+(pushAmount+atcBbarHeight +15)+'px!important; }',\\n 'body:not(.pane-open):not(.body__scroll-disabled) button.Twilio { bottom: '+(pushAmount+atcBbarHeight +15)+'px!important; }',\\n 'body:not(.pane-open):not(.body__scroll-disabled) button.scroll-to-top-btn { bottom: '+(pushAmount+atcBbarHeight +20)+'px!important; }',\\n ];\\n \\n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\\n \\n if ($creative.outerWidth() === bouncex.body.width()) {\\n styles.push(stylesFull.join(' '));\\n }\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\\n}\\n\\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\\n if (bouncex.website.pts === 'product'){\\n bouncex.on(bouncex.window, 'scroll.bx-'+campaign_id, updateCornerPushup);\\n }\\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\\n \\n var onInterval = bouncex.setInterval2(function() {\\n updateCornerPushup();\\n }, 50);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onInterval); }, 2000);\\n \\n bouncex.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 updateCornerPushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n });\\n \\n updateCornerPushup();\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ctab_pushup_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nif (bouncex.website.pts === 'product'){\\n bouncex.off(bouncex.window, 'scroll.bx-'+campaign_id);\\n}\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"attv_trigger_with_email\":{\"val\":\"// if (data.email) {\\n// window.__attentive.trigger(null, null, data.email, null);\\n// }\\n\\nif (data.email) {\\n try {\\n window.__attentive.trigger(null, null, data.email, null);\\n bouncex.report(ca_id, 'attentive_trigger_called');\\n } catch (e) {\\n bouncex.err(e, { source : 'attentive trigger', ca_id: ca_id, livetraffic: 100 });\\n }\\n} else {\\n bouncex.err('Missing data.email', { source : 'attentive trigger', ca_id: ca_id, livetraffic: 100 });\\n}\",\"event\":\"submission\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{\"2760779\":1,\"2821011\":1,\"2821402\":1}},\"attv_custom_attributes\":{\"val\":\"/* Pass the creative id and name into the Attentive API payload via the Attentive Custom Attributes ESP Profile */\\nvar $campaign = bouncex.campaigns[ca_id],\\n $idEC = $campaign.obj1.find('input[name=\\\"creative_id\\\"]'),\\n $nameEC = $campaign.obj1.find('input[name=\\\"creative_name\\\"]');\\n\\nif ($idEC.length \u003e 0 \u0026\u0026 $nameEC.length \u003e 0) {\\n $idEC.val($campaign.id);\\n $nameEC.val($campaign.name);\\n}\\n\\n/* Pass a TRUE/FALSE if a coupon has been passed with the submission. */\\nvar $icaEC = $campaign.obj1.find('input[name=\\\"is_coupon_assigned\\\"]'),\\n $couponEC = $campaign.obj1.find('input[name=\\\"coupon_code\\\"]');\\n\\nif ($icaEC.length \u003e 0 \u0026\u0026 $couponEC.length \u003e 0) {\\n bouncex.on(bouncex.window, \\\"bxCouponFetched\\\", function(event, params) {\\n if (params.code !== \\\"\\\" \u0026\u0026 params.campaignId === ca_id) { \\n $icaEC.val('TRUE');\\n bouncex.log('$icaEC val', $icaEC.val());\\n }\\n });\\n}\",\"event\":\"impression\",\"testmode\":true,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"}}","custom_js":"(function() {\n var userEmail;\n if (bouncex.vars.logged_in_identified === true) {\n return;\n }\n bouncex.et.onTrue(function() {\n var userJSONString = sessionStorage \u0026\u0026 sessionStorage.getItem \u0026\u0026 sessionStorage.getItem('utagData');\n userEmail = bouncex.parseJSON(userJSONString, {}).url_email_decoded;\n if (bouncex.utils.validate.email(userEmail)) {\n return true;\n }\n\n if (window.utag \u0026\u0026 window.utag.data \u0026\u0026 window.utag.data['cp.attntv_mstore_email']) {\n var mstoreEmailParts = window.utag.data['cp.attntv_mstore_email'].split(':');\n \n if (mstoreEmailParts[0] \u0026\u0026 bouncex.utils.validate.email(mstoreEmailParts[0])) {\n userEmail = mstoreEmailParts[0];\n return true;\n }\n }\n \n if (window.utag \u0026\u0026 window.utag.data) {\n var userDataKeys = Object.keys(window.utag.data).filter(k =\u003e k.indexOf('userData') \u003e -1);\n if(userDataKeys.length) {\n var userDataStr = window.utag.data[userDataKeys[0]];\n try {\n var userData = JSON.parse(userDataStr);\n if (userData \u0026\u0026 userData.UserAttributes \u0026\u0026 userData.UserAttributes.length) {\n var emailObject = userData.UserAttributes.find(item =\u003e item \u0026\u0026 item.Name \u0026\u0026 item.Name === 'email');\n if (emailObject \u0026\u0026 emailObject.Value \u0026\u0026 bouncex.utils.validate.email(emailObject.Value))\n userEmail = emailObject.Value;\n return true;\n }\n \n }catch(e) {\n \n }\n }\n \n } \n \n return false;\n }, function() {\n bouncex.push([\n 'user',\n {\n 'email': userEmail,\n 'source': 'input',\n 'input_id': 'url-email-decoded'\n }\n ]);\n bouncex.setVar('logged_in_identified', true);\n }, 15);\n}());\n\nfunction fireUserEvent(id) {\n var userData = {\n source: 'input_submission',\n input_id: 'checkout-confirmation',\n };\n \n if (id) {\n userData.email = id;\n bouncex.push(['user', userData]); \n }\n}\n\n(function() {\n var dataCollectionFuncs = {\n confirmationPage: function() {\n var element = document.querySelector('[class^=\"ConfirmationDescription-\"] span:nth-child(2)') || false;\n \n if (!element) {\n bouncex.log(\"WKND: Confirmation element missing; returning early\");\n return;\n }\n \n var email = element.textContent || element.innerText;\n if (email) {\n bouncex.log(\"WKND: Firing user event\");\n fireUserEvent(email);\n }\n },\n };\n\n Object.keys(dataCollectionFuncs).forEach((f) =\u003e {\n setTimeout(dataCollectionFuncs[f](), 1000);\n });\n})();\nvar states = [ 'AL', 'AK', 'AS', 'AZ', 'AR', 'CA', 'CO', 'CT', 'DE', 'DC', 'FM', 'FL', 'GA', 'GU', 'HI', 'ID', 'IL', 'IN', 'IA', 'KS', 'KY', 'LA', 'ME', 'MH', 'MD', 'MA', 'MI', 'MN', 'MS', 'MO', 'MT', 'NE', 'NV', 'NH', 'NJ', 'NM', 'NY', 'NC', 'ND', 'MP', 'OH', 'OK', 'OR', 'PW', 'PA', 'PR', 'RI', 'SC', 'SD', 'TN', 'TX', 'UT', 'VT', 'VI', 'VA', 'WA', 'WV', 'WI', 'WY', 'US' ];\nwindow.wunderkind.sdk.addGeos(states);","custom_liquid_variable":"{\"Address\":{\"val\":\"\",\"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\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientId\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientName\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"DeadZone\":{\"val\":\"true\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HomepageUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LogoImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LogoImgWidth\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SLOfferCustomer\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SLOfferProspect\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Studio_AAreplaceme\":{\"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\":\"texts\"},\"Studio_AboveFooterBannerAlt\":{\"val\":\"\",\"promoVal\":\"Friends \u0026 Family 25% off select styles Plus, 20% off jewelry Shop the event\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-03-26T00:30:00.000Z\",\"startTime\":null,\"endDate\":\"2025-03-27T03:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_AboveFooterBannerDisclaimer\":{\"val\":\"\u003cb\u003eFriends \u0026 Family:\u003c/b\u003e Online \u0026 in stores. Discount applies to select regular-price merchandise in USD; sale and reduced-price merchandise do not qualify. Qualifying items are designated on the site. Does not apply to beauty or fragrances, exclusives, swimwear, activewear, previous purchases, gift registry items, purchases of the Neiman Marcus Gift Card, catalog orders, Bergdorf Goodman, or Last Call. Other exclusions may apply. Neiman Marcus employees are not eligible for offer. \u003cb\u003eEnds 3/26/25 at 10:00 PM CT.\u003c/b\u003e\u003cbr\u003e\u003cbr\u003e\u003cb\u003eDouble Point Event:\u003c/b\u003e Offer valid in stores and online 3/18/25-3/26/25. To earn double InCircle points on any qualifying purchase, shop using your Neiman Marcus or Bergdorf Goodman Credit Card at Neiman Marcus stores or NeimanMarcus.com. Qualifying items will be designated on the site. During this event, President’s Circle and Chairman’s Circle members earn 10 points per dollar on any qualifying purchase. Points are automatically earned only on Neiman Marcus or Bergdorf Goodman Credit Card purchases after applicable discounts or gift card values have been applied. For International orders, once you have selected your items, call 010.972.556.6011 to speak with one of our international sales associates to complete your order. Points cannot be earned on sales tax, shipping, alterations, gift packaging, fur services, monogramming, beauty salons, valet parking, and store services such as the upkeep of shoes, handbags, optical, and precious jewelry. Bonus points cannot be earned on purchases of Neiman Marcus or Bergdorf Goodman Gift Cards. Any offer that awards bonus points cannot be combined with other InCircle point offers. Offer excludes purchases at Bergdorf Goodman, Last Call, and Horchow. This offer cannot be applied to previous purchases. Returns will result in bonus point adjustments. Neiman Marcus employees are not eligible for this offer. Other exclusions may apply. See your sales associate or visit NeimanMarcus.com/my/Loyalty for additional details. \u003cb\u003eEnds 3/26/25 at 10:00 PM CT.\u003c/b\u003e\",\"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_AboveFooterBannerDisclaimer2\":{\"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\":\"links\"},\"Studio_AboveFooterBannerImg\":{\"val\":\"\",\"promoVal\":\"https://res.cloudinary.com/nmg-prod/image/upload/v1741626311/content/marketing/C_PCTOff_FriendsFamily_031825.jpg\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-03-26T00:30:00.000Z\",\"startTime\":null,\"endDate\":\"2025-03-27T03:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_AboveFooterBannerUrl\":{\"val\":\"https://www.neimanmarcus.com/c/now-on-sale-cat65970754\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"links\"},\"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_BelowNavImage\":{\"val\":\"\",\"promoVal\":\"https://res.cloudinary.com/nmg-prod/image/upload/v1733763685/content/marketing/A_NMHURRY_LAUNCH_121224.jpg\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-12T12:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-21T16:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_BelowNavImageAlt\":{\"val\":\"Do not use\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_BelowNavImageUrl\":{\"val\":\"\",\"promoVal\":\"https://www.neimanmarcus.com/\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-12T12:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-21T16:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_BelowNavPromoAlt\":{\"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\":\"texts\"},\"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_CartUrl\":{\"val\":\"https://www.neimanmarcus.com/cart{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ 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_CouponCode\":{\"val\":\"{{$.ucrm.coupon_code}}\",\"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_DealAnnotation_AvailabilityEnds\":{\"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\":\"texts\"},\"Studio_DealAnnotation_AvailabilityStarts\":{\"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\":\"texts\"},\"Studio_DealAnnotation_Description\":{\"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\":\"texts\"},\"Studio_DealAnnotation_DiscountCode\":{\"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\":\"texts\"},\"Studio_FirstItemUrl\":{\"val\":\"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ end }}{{ 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{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ end }}{{ $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\",\"label\":\"$HomepageCartUrl\"},\"Studio_HomepageUrl\":{\"val\":\"https://www.neimanmarcus.com{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ 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\",\"label\":\"$HomepageUrl\"},\"Studio_ListPageUrl\":{\"val\":\"{{ $.ListPageUrl }}{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ 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\",\"label\":\"$ListPageUrl\"},\"Studio_MenWomenCategory\":{\"val\":\"Deployed\",\"promoVal\":\"NotDeployed\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-25T12:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-25T05:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_OfferDisclaimer\":{\"val\":\"*Offer valid online only for new email and text subscribers. Not valid in store. To receive 15% off, enter the promo code above in the promotion code box in your shopping bag at checkout. Offer valid for one-time use only and expires 30 days from date of issuance. Discount applies to merchandise total only, vendor exclusions may apply. List could change at anytime. Offer may not be combined with any other discounts, offers, or promotions. Does not apply to prior purchases, the purchase of Neiman Marcus Gift Cards, or gift registry items. One discount per customer. Other exclusions may apply. Offer valid only for the owner of the email address to which this offer was sent. Neiman Marcus employees are not eligible for offer. Neiman Marcus reserves the right to change or cancel this promotion at any time without notice.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_PromoOfferDisclaimer\":{\"val\":\"\",\"promoVal\":\"\u003cb\u003eUp to $275 off:\u003c/b\u003e Online and in stores. To receive USD discount offer, enter the promo code \u003cb\u003eFASHION\u003c/b\u003e in the promotion code box in your shopping bag during checkout. The value of your select regular-price order must total at least $200 USD before shipping and tax; sale and reduced-price merchandise do not qualify. Qualifying items will be designated on the site. Does not apply to beauty, fragrances, exclusives, previous purchases, gift registry items, Neiman Marcus Gift Card purchases, catalog orders, in-store locations, Bergdorf Goodman, Last Call, or with any other discount offer. Neiman Marcus employees are not eligible for offer. One discount per customer. Other exclusions may apply. \u003cb\u003eEnds 3/6/25 at 10:00 PM CT.\u003c/b\u003e\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-03-06T12:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-03-07T04:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProspectOffer\":{\"val\":\"15%\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ShippingDisclaimer\":{\"val\":\"\u003cspan\u003e*Free standard shipping will automatically be applied at checkout on qualifying orders of $50 USD or more before shipping and taxes. Valid only on standard US domestic orders after all discounts have been applied. Free online returns and exchanges on most items within 15 days. Free store returns and exchanges on most items within 30 days. Taxes apply to some orders. Certain items requiring special delivery, oversized or heavy items, items shipping directly from vendors, shipments to delivery locations outside of the United States, and select merchandise have additional shipping charges. For complete delivery, shipping, return, and exchange details, including cost and delivery time, see our \u003ca href=\\\"https://assistance.neimanmarcus.com/shipping#shippinginformation\\\" target=\\\"_blank\\\" style=\\\"text-decoration: underline; color: #000000;\\\"\u003eShipping\u003c/a\u003e and \u003ca href=\\\"https://assistance.neimanmarcus.com/returns#returnpolicy\\\" target=\\\"_blank\\\" style=\\\"text-decoration: underline; color: #000000;\\\"\u003eReturns\u003c/a\u003e policies or call \u003ca href=\\\"tel:+18888884757\\\" target=\\\"_blank\\\" style=\\\"text-decoration: underline; color: #000000;\\\"\u003e1.888.888.4757\u003c/a\u003e.\u003c/span\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_TieredDollarOff2025\":{\"val\":\"\",\"promoVal\":\"https://res.cloudinary.com/nmg-prod/image/upload/v1735578900/content/marketing/C_TiredDollarOff_010625.jpg|Up to $275 off||https://www.neimanmarcus.com/c/dollar-off-event-cat71210789|||\u003cb\u003eUp to $275 off:\u003c/b\u003e Online only. To receive USD discount offer, enter the promo code \u003cb\u003eNEWYEAR\u003c/b\u003e in the promotion code box in your shopping bag during checkout. The value of your select regular-price order must total at least $200 USD before shipping and tax; sale and reduced-price merchandise do not qualify. Qualifying items will be designated on the site. Does not apply to beauty, fragrances, exclusives, previous purchases, gift registry items, Neiman Marcus Gift Card purchases, catalog orders, in-store locations, Bergdorf Goodman, Last Call, or with any other discount offer. Neiman Marcus employees are not eligible for offer. One discount per customer. Other exclusions may apply. \u003cb\u003eEnds 1/10/25 at 10:00 PM CT.\u003c/b\u003e\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-01-06T12:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-01-11T04:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_TopBannerImg\":{\"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\":\"$TopBannerImg\"},\"Studio_TopBannerUrl\":{\"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\":\"$TopBannerUrl\"},\"Studio_promotest\":{\"val\":\"\\\"\u003cb\u003eFriends \u0026 Family:\u003c/b\u003e Online \u0026 in stores. Discount applies to select regular-price merchandise in USD; sale and reduced-price merchandise do not qualify. Qualifying items are designated on the site. Does not apply to beauty or fragrances, exclusives, swimwear, activewear, previous purchases, gift registry items, purchases of the Neiman Marcus Gift Card, catalog orders, Bergdorf Goodman, or Last Call. Other exclusions may apply. Neiman Marcus employees are not eligible for offer. \u003cb\u003eEnds 3/26/25 at 10:00 PM CT.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e \u003cb\u003eDouble Point Event:\u003c/b\u003e Offer valid in stores and online 3/18/25-3/26/25. To earn double InCircle points on any qualifying purchase, shop using your Neiman Marcus or Bergdorf Goodman Credit Card at Neiman Marcus stores or NeimanMarcus.com. Qualifying items will be designated on the site. During this event, President’s Circle and Chairman’s Circle members earn 10 points per dollar on any qualifying purchase. Points are automatically earned only on Neiman Marcus or Bergdorf Goodman Credit Card purchases after applicable discounts or gift card values have been applied. For International orders, once you have selected your items, call 010.972.556.6011 to speak with one of our international sales associates to complete your order. Points cannot be earned on sales tax, shipping, alterations, gift packaging, fur services, monogramming, beauty salons, valet parking, and store services such as the upkeep of shoes, handbags, optical, and precious jewelry. Bonus points cannot be earned on purchases of Neiman Marcus or Bergdorf Goodman Gift Cards. Any offer that awards bonus points cannot be combined with other InCircle point offers. Offer excludes purchases at Bergdorf Goodman, Last Call, and Horchow. This offer cannot be applied to previous purchases. Returns will result in bonus point adjustments. Neiman Marcus employees are not eligible for this offer. Other exclusions may apply. See your sales associate or visit www.neimanmarcus.com/my/Loyalty for additional details. \u003cb\u003eEnds 3/26/25 at 10:00 PM CT.\u003c/b\u003e\\\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"TextSendOffer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerUrl\":{\"val\":\"\",\"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\":\"\"},\"onsitecanvas\":{\"val\":\"assets.bounceexchange.com/assets/uploads/users/6375/978d8891b351e5a0daeb34e346d4ed54.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"246kb\",\"imgWidth\":\"720px\",\"imgHeight\":\"900px\"},\"onsitecanvasmobile\":{\"val\":\"\",\"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\":\"\"},\"onsitelogodark\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitelogolight\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitenonstandard\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitenonstandardmobile\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer1\":{\"val\":\"15%\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"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\":\"\"},\"onsitestandard\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitestandardmobile\":{\"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\":\"all\",\"persist\":\"no\",\"val\":\"!!bouncex.utils.getNestedProp('grs_loggedin');\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"ever_logged_in\":{\"default\":\"false\",\"polling\":\"all\",\"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 $miniCartQty = jQuery('.miniCartContainer'),\\n miniQty = $miniCartQty.text().replace(/[^0-9.]/g, ''),\\n $cartQty = jQuery('[class*=\\\"ProductParams-\\\"]'),\\n emptyCart = jQuery('[class*=\\\"EmptyCartText-\\\"]').text().toLowerCase().indexOf('no items in your shopping bag') \u003e -1,\\n count = 0;\\n \\n if (bouncex.website.pts === 'cart' \u0026\u0026 emptyCart || !!$miniCartQty.length \u0026\u0026 miniQty === ''){\\n return 0;\\n } else if ($cartQty.length \u003e 0) {\\n $cartQty.each(function() {\\n count += Number(jQuery(this).find('div:contains(\\\"Qty: \\\")').text().replace(/[^0-9.]/g, ''));\\n });\\n return count; \\n } else if ($miniCartQty.length \u003e 0) {\\n return Number(miniQty) || null;\\n }\\n\\n return null;\\n})();\",\"t\":\"int\",\"page_type_json\":[],\"testmode\":false},\"cart_qty_dupe\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"(function(){\\n var $miniCartQty = jQuery('.miniCartContainer'),\\n minQty = Number($miniCartQty.text().replace(/[^0-9.]/g, '')),\\n $cartQty = jQuery('[class*=\\\"ProductParams-\\\"]'),\\n emptyCart = jQuery('[class*=\\\"EmptyCartText-\\\"]').text().toLowerCase().indexOf('no items in your shopping bag') \u003e -1,\\n count = 0;\\n \\n if (!!jQuery('.miniCartContainer').length \u0026\u0026 minQty === 0) {\\n return 0;\\n }\\n \\n if (bouncex.website.pts === 'cart' \u0026\u0026 emptyCart){\\n return 0;\\n }\\n\\n if (bouncex.website.pts === 'checkout') {\\n return null;\\n }\\n\\n if ($cartQty.length \u003e 0) {\\n $cartQty.each(function() {\\n count += Number(jQuery(this).find('div:contains(\\\"Qty: \\\")').text().replace(/[^0-9.]/g, ''));\\n });\\n return count; \\n } else if ($miniCartQty.length \u003e 0) {\\n return minQty || null;\\n }\\n\\n return null;\\n})();\\n\",\"t\":\"int\",\"page_type_json\":[],\"testmode\":true},\"in_stock\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('button[data-test=\\\"pdp-add-to-bag\\\"]').text().toLowerCase().indexOf('add to bag') \u003e -1;\",\"t\":\"bool\",\"page_type_json\":[\"product\"],\"testmode\":false},\"submitted_onsite\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":true},\"page_url\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"category\",\"search\"],\"testmode\":true},\"logged_in_identified\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cart\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cookie_modal_present\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.privacy_banner .privacy_banner__text').text().toLowerCase().indexOf('use cookies for operational') \u003e -1;\\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},\"attentive_visible\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('#attentive_overlay').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"selected_sku\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function() {\\n var selectedValue = jQuery('[data-test=\\\"pdp-size-selector\\\"] .MuiSelect-root').find(\\\"option:selected\\\").first().text() || jQuery('div.CustomDropDownstyles__PlaceholderText-hHNHjC').first().text() ||jQuery('[data-test=\\\"pdp-size-selector\\\"]').first().text() || jQuery('#size-group-label [class^=\\\"SizeBottomSheetstyles__PlaceholderText-\\\"]').first().text() || '';\\n \\n return selectedValue.replace(/\\\\u200B/g, '').replace(/\\\\s*-\\\\s.*$/, '').trim();\\n})();\",\"default\":\"false\",\"page_type_json\":[\"product\",\"category\",\"home\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"notify_me_widget_height\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"(function() {\\n var $iframeParent = jQuery('.notificationsOnSite[style=\\\"display: block;\\\"] .zoid-tag-notification-widget'),\\n heightAttr = $iframeParent.attr('style') || '',\\n heightExists = heightAttr.indexOf('height') \u003e -1,\\n height = heightExists ? Number(heightAttr.replace(/[^0-9]/g, '')) : false;\\n return height;\\n})();\\n\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"wknd_cpn\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"bouncex.utils.url.getParam('wknd_cpn').toUpperCase() || null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"selected_color\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function() {\\n var selectedValue = jQuery('p.ColorOptionsstyles__Label-lnfaBH span, p[class^=\\\"ColorOptionsstyles__Label-\\\"]').first().text().toLowerCase() || '';\\n return selectedValue.replace('color: ', '');\\n})();\",\"default\":\"false\",\"page_type_json\":[\"product\",\"home\",\"category\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"selected_sku_color\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"bouncex.vars.selected_sku+'-'+bouncex.vars.selected_color;\",\"default\":\"false\",\"page_type_json\":[\"home\",\"category\",\"product\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"pdp_button_length\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('button[data-test=\\\"pdp-add-to-bag\\\"]').length;\",\"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":"/checkout/success"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"NMEM_WK_ET_EG_NN"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"}],[{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"false"}]],"Exclude Checkout Pages":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/checkout/success"}]],"IBX Continuity":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_ABCT2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_ABCT3"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_ABCTCU"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_ABPR2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_ABPR3"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_ABPRCU"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_ABCG2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_ABCG3"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_ABCGCU"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_BIS2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"NMEM_WK_ET_EG_NN_WP_RT_LIS2"}]],"Items in Cart":[[{"activation":"variable","prop":"greater","prop2":"cart_qty","prop3":"","val":"0"}]],"Not Email Eligible":[[{"activation":"customer","prop":"yes","prop2":"","prop3":"","val":""},{"activation":"submitted_email","prop":"yes","prop2":"","prop3":"","val":""},{"activation":"any_page_url","prop":"contains","prop2":"ever","prop3":"","val":"/checkout/success"},{"activation":"any_page_url","prop":"contains","prop2":"ever","prop3":"","val":"NMEM_WK_ET_EG_NN"},{"activation":"any_page_url","prop":"contains","prop2":"ever","prop3":"","val":"utm_medium=email"},{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"true"},{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"true"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}]],"URL Exclusions":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/login"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/register"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ecid=NMSM_AT_CD"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"sms-text-email-sign-up"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ecid=NMSM_AT_CD_CT"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ecid=NMSM_AT_WT_CP_NA"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ecid=NMSM_AT_CD_CT_O1"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ecid=NMSM_AT_CD_CT_O2"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ecid=NMSM_AT_CD_CP"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ecid=NMSM"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"utm_medium=email"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"utm_medium=sms"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/checkout"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/checkout/success"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/order-history"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/guest-order-history"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/guest-order-history/details"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/guest-order-history/details?guest-email="}]]},"deployment_settings":null,"device_graph_enabled":"0","device_graph_settings":{"tagData":{"async":"true","data-fire":"0","data-gm":"0","id":"c.js","src":"//pixel.cdnwidget.com/cdn/c.min.js"},"trafficPercentage":100},"dfp_account_id":null,"dt_inserted_unix":"1726855869","els":{"blank_site_element":"","skip_link":"#skipToMainContent"},"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":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\n\nvar CLEAN_URL = bouncex.utils.url.allowParams();\n\n/* --------------------------------- HELPERS -------------------------------- */\nfunction isCollectionPage(){\n return !!jQuery('div[class^=\"Groupstyles__Container-\"]').length;\n}\n\nfunction getItemImage() {\n var imgUrl = bouncex.utils.getNestedProp('wunderkind.product.imgUrl') || jQuery('meta[property=\"og:image\"]').attr('content');\n\n if (!imgUrl){\n return false;\n }\n\n if (imgUrl.indexOf('http') === -1){\n return 'https:' + imgUrl;\n }\n\n return imgUrl;\n}\n\n/* Tracking old price and new price (original vs. sale price) */ \n/* If there is a strikethough price, return that. Otherwise return the original price */\nfunction getOriginalPrice(currentPrice) {\n var $originalPriceSelector = jQuery('#buy-block-container [data-test=\"pdp-pricing\"] .cSMvvg'),\n originaPrice = $originalPriceSelector.text().replace(/[^0-9.]/g, '');\n formattedPrice = originaPrice.indexOf('.00') \u003e 0 ? originaPrice : originaPrice + '.00';\n\n\treturn $originalPriceSelector.length \u003e 0 ? formattedPrice : currentPrice;\n}\n\n/* If the product is on sale, return the sale price. Otherwise return false */\nfunction getSalePrice(currentPrice) {\n var $salePriceSelector = jQuery('#buy-block-container [data-test=\"pdp-pricing\"] .gYhVfs');\n\n\treturn $salePriceSelector.length \u003e 0 ? currentPrice : false;\n}\n\nfunction isPromoExcluded(brand) {\n\tvar excludedBrands = ['babyzen', 'balenciaga', 'bottega veneta', 'boucheron', 'breguet', 'buccellati', 'bugaboo', 'bvlgari', 'canada goose', 'celine', 'chanel', 'chopard', 'christian louboutin', 'christofle', 'david yurman', 'dept 8145', 'dior', 'dolce\u0026gabbana', 'dyson', 'gucci', 'hermes', 'irene neuwirth', 'jura', 'louis vuitton', 'messika', 'moncler', 'nuna', 'piaget', 'piaget', 'pomellato', 'prada', 'puiforcat', 'saint laurent', 'saint louis crystal', 'schiaparelli', 'stokke', 'tom ford', 'uppababy', 'van cleef \u0026 arpels', 'vintage watches', 'vintage watches'];\n\n\treturn excludedBrands.indexOf(brand) \u003e -1;\n}\n\nfunction isGlobalExcluded(brand, copy, imageUrl) {\n\tvar excludedBrands = ['chanel', 'balenciaga', 'puiforcat', 'louis vuitton', 'van cleef \u0026 arpels', 'global','best ride on cars'];\n\n\treturn excludedBrands.indexOf(brand) \u003e -1 || (copy || '').toLowerCase().indexOf('yours with any') \u003e -1 || (imageUrl || '').indexOf('vnt_error') \u003e -1;\n}\n\nfunction isPriceDropExcluded(brand) {\n\tvar excludedBrands = ['bottega veneta'];\n\n\treturn excludedBrands.indexOf(brand) \u003e -1;\n}\n\n/* waiting for wunderkind object to include category data. for now, brand and category are shared. */\nfunction isProdReccExcluded(brand, copy, category) {\n var excludedBrands = ['global'],\n excludedCopy = ['probiotic', 'maternity', 'cheval', `d'orient`,'best ride on cars'],\n excludedCategories = ['panties'];\n copy = copy.toLowerCase();\n\n for (var i=0; i \u003c excludedCopy.length; i++) {\n if (copy.indexOf(excludedCopy[i]) \u003e -1) {\n return true;\n }\n }\n\n \treturn excludedBrands.indexOf(brand) \u003e -1 || excludedCategories.indexOf(category) \u003e -1;\n}\n\n/* ------------------------------ ITEM TRACKING ----------------------------- */\n\nfunction getItem() {\n var currentPrice = bouncex.utils.getNestedProp('wunderkind.product.price', ''),\n brand = jQuery('[data-test=\"pdp-designer\"]').text().trim() || 'global',\n lowerCaseBrand = brand.toLowerCase(),\n category = jQuery('[class*=\"Breadcrumbstyles__BreadcrumbList\"] li:last').text().toLowerCase() || 'global',\n copy = bouncex.utils.getNestedProp('wunderkind.product.name', ''),\n imageUrl = getItemImage();\n\n return {\n id: jQuery('.product-page').attr('id'),\n copy: jQuery('.Titlestyles__ProductName-wbhxE').first().text().trim(),\n category: category,\n url: CLEAN_URL,\n imageurl: imageUrl,\n instock: bouncex.utils.getNestedProp('wunderkind.product.inStock', '') === 'true',\n brandname: brand,\n originalprice: getOriginalPrice(currentPrice),\n price: getSalePrice(currentPrice),\n ispromoexcluded: isPromoExcluded(lowerCaseBrand),\n isglobalexcluded: isGlobalExcluded(lowerCaseBrand, copy, imageUrl),\n ispricedropexcluded: isPriceDropExcluded(lowerCaseBrand),\n isprodreccexcluded: isProdReccExcluded(lowerCaseBrand, copy, category)\n };\n}\n\nfunction fireViewItem(id) {\n bouncex.push(['view item', { 'item:id': id, 'item:itemgroupid': id}]);\n}\n\nfunction initializeItemEvents() {\n var item;\n\n bouncex.et.onTrue(\n function () {\n item = getItem();\n return !!item.id \u0026\u0026\n !!item.copy \u0026\u0026\n !!item.category \u0026\u0026\n !!item.url \u0026\u0026\n !!item.imageurl;\n },\n function () {\n if (item.url.indexOf('gift-card') \u003e -1) {\n return;\n }\n \n bouncex.push(['item', item]);\n fireViewItem(item.id);\n \n initializeATCClickTracking(item.id);\n initializeNotifyMeTracking(item.id);\n initializeCollectionPageATC(item.id);\n \n if (bouncex.utils.getNestedProp('window.product_analytics.details.products[0].skus').length \u003e 1){\n initializeSkuEvents(item.id);\n } else {\n OnesizeSkuTracking(item.id);\n }\n },\n 10\n );\n}\n\n/* ------------------------------ SKU TRACKING ------------------------------ */\n\nfunction initializeSkuEvents(itemId) {\n var lastSkuFired,\n skuId,\n currentItemId;\n\n\n\tbouncex.et.onVarChange('selected_sku_color', function(oldSku, newSku) {\n \n //prevent select sku from firing when variations are pre selected\n if (oldSku === false){\n return;\n }\n \n // reset the itemId on change of sku since groupID and itemId sometimes changes on \n // SKU change depending on the product \n // EX: https://www.neimanmarcus.com/p/eberjey-gisele-long-pajama-set-prod241970166\n currentItemId = jQuery('.product-page').attr('id'); \n if (currentItemId != itemId){\n itemId = currentItemId;\n fireViewItem(currentItemId);\n }\n skuId = getSkuID(itemId);\n\n\t\tif (skuId \u0026\u0026 skuId !== lastSkuFired) {\n\t \n\t bouncex.push([\n 'select_sku',\n {\n 'item:id': itemId,\n 'item:itemgroupid': itemId,\n 'item:feedid': skuId\n }\n ]);\n lastSkuFired = skuId;\n\t\t}\n\t});\n}\n\n// OnesizeSkuTracking function is called on page load to fire sku events for products with one SKU \n// because the initializeSkuEvents() funtion is triggered on var change\nfunction OnesizeSkuTracking(itemId){\n var skuId = getSkuID(itemId);\n \n\tif (skuId) {\n bouncex.push([\n 'select_sku',\n {\n 'item:id': itemId,\n 'item:itemgroupid': itemId,\n 'item:feedid': skuId\n }\n ]);\n \n\t}\n}\n\nfunction getSkuID(itemId) {\n var selectedColor = bouncex.vars.selected_color;\n var selectedSize = bouncex.vars.selected_sku;\n \n var products = bouncex.utils.getNestedProp('window.product_analytics.details.products');\n if (!Array.isArray(products)) return '';\n\n // Find the product that matches itemId\n var matchingProduct = products.find(product =\u003e product.id == itemId);\n if (!matchingProduct || !matchingProduct.skus) return '';\n\n // Find the matching SKU within the product\n var matchingSku = matchingProduct.skus.find(sku =\u003e\n (sku.color \u0026\u0026 sku.color.toLowerCase() == selectedColor \u0026\u0026 sku.size == selectedSize) ||\n (sku.color \u0026\u0026 sku.color.toLowerCase() == selectedColor \u0026\u0026 !sku.size) ||\n (sku.size == selectedSize \u0026\u0026 !sku.color) ||\n (!sku.color \u0026\u0026 !sku.size)\n );\n\n if (matchingSku) {\n return matchingSku.id;\n }\n\n return '';\n}\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\n\nfunction getItemIdsCat() {\n var ids = [];\n\n jQuery('.product-list img[data-product-id]').each(function (i, e) {\n var id = jQuery(e).attr('data-product-id');\n\n if (id \u0026\u0026 ids.indexOf(id) \u003c 0) {\n ids.push(id);\n }\n });\n\n return ids.join(',');\n}\n\nfunction getCategoryObject() {\n return {\n 'page:url': bouncex.utils.url.allowParams(['navpath', 'N', 'Ntt', 'from', 'q', 'responsive', 'request_type', 'search_type', 'l', 'fl']),\n 'items:ids': getItemIdsCat()\n };\n}\n\nfunction initializeCategoryEvents() {\n var categoryObj;\n\n bouncex.et.onTrue(\n function () {\n categoryObj = getCategoryObject();\n return !!categoryObj['items:ids'].length \u0026\u0026\n !!categoryObj['page:url'];\n },\n function () {\n bouncex.push(['view category', categoryObj]);\n },\n 10\n );\n}\n\n/* ------------------------------- QUICKVIEW EVENTS ------------------------------ */\n\nfunction initializeQuickviewEvents() {\n var quickViewSelector = '[role=\"dialog\"][aria-label=\"Product Panel\"] [class*=\"ContentContainer\"]',\n atcButton,\n itemId;\n\n bouncex.et.onVisible(quickViewSelector, function(){\n bouncex.et.onTrue(function(){\n atcButton = jQuery(quickViewSelector).find('[id*=\"add-to-bag-btn-panel\"]');\n return !!atcButton.length;\n }, function(){\n jQuery.each(jQuery('[id*=\"add-to-bag-btn-panel\"]'), function(index, item){\n var el = jQuery(this);\n itemId = (el.attr('id') || '').replace('add-to-bag-btn-panel-', '').trim();\n if (!itemId) {\n return;\n }\n fireViewItem(itemId);\n });\n bouncex.off(atcButton, 'click.bxatc');\n bouncex.on(atcButton, 'click.bxatc', function() {\n var el = jQuery(this);\n itemId = (el.attr('id') || '').replace('add-to-bag-btn-panel-', '').trim();\n \n bouncex.setTimeout2(function() { \n if (!!jQuery('span[class^=\"ProductCheckoutstyles__ErrorMessage\"]').length || !itemId){\n return;\n }\n fireAddToCart(itemId);\n }, 1000);\n });\n });\n });\n}\n\n\n/* ------------------------------- CART EVENTS ------------------------------ */\n\nfunction fireAddToCart(itemId) {\n bouncex.push(['add to cart', { 'item:id': itemId }]);\n\n if (bouncex.vars.cart) {\n return;\n }\n bouncex.setVar('cart', true);\n}\n\nfunction applyAtcClickListeners(itemId){\n var currentItemId;\n \n jQuery('button[data-test=\"pdp-add-to-bag\"]').off('click');\n jQuery('button[data-test=\"pdp-add-to-bag\"]').on('click', function(){\n bouncex.setTimeout2(function() { \n // prevent ATC from firing if size is not selected\n if (!!jQuery('div[class*=\"ProductOptionsstyles__ErrorMessage\"]').length){ \n return;\n }\n \n //resetting item id here since sometimes itemID changes on sku chance \n currentItemId = jQuery('.product-page').attr('id'); \n if (currentItemId != itemId){\n itemId = currentItemId;\n }\n \n fireAddToCart(itemId);\n }, 1000);\n });\n}\n\nfunction initializeATCClickTracking(itemId) {\n // for collection pages ATC see initializeCollectionPageATC\n if (isCollectionPage()){\n return;\n }\n \n // apply atc click listeners on page load \n applyAtcClickListeners(itemId);\n \n //on mobile, re-apply click listner everytime the sticky atc button is removed and re-added to the page \n if (bouncex.state.mobile){\n bouncex.et.onVarChange('pdp_button_length', function(oldVal, newVal){\n if (newVal \u003e oldVal){\n applyAtcClickListeners(itemId);\n }\n });\n }\n}\n\nfunction trackEmptyCartPage(){\n if (!bouncex.vars.cart){\n return;\n }\n \n bouncex.et.onVisible('div[class^=\"EmptyCartRoot-\"]', function(){\n bouncex.push(['empty_cart', {}]);\n bouncex.setVar('cart', false);\n });\n}\n\nfunction emptyCartQuickView() {\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n if (bouncex.vars.cart \u0026\u0026 newVal === 0 \u0026\u0026 oldVal \u003e 0 \u0026\u0026 !!jQuery('.panel-enter-done').length) {\n bouncex.push(['empty_cart']);\n bouncex.setVar('cart', false);\n }\n });\n}\n\nfunction initializeCartEvents() {\n bouncex.et.cart.init({\n replenish: function () { },\n replenishmentType: 'single'\n });\n\n //track empty cart on cart page only \n if (bouncex.website.pts === 'cart') {\n trackEmptyCartPage();\n } \n \n //track empty cart if quickview modal is open \n emptyCartQuickView();\n}\n\nfunction initializeCollectionPageATC(itemId){\n if (!isCollectionPage()){\n return;\n }\n\n jQuery('.Groupstyles__Container-imGbbk button[data-test=\"pdp-add-to-bag\"]').on('click', function(){\n //prevent ATC if size not selected \n \tvar itemContainer = jQuery(this).closest('div[class^=\"GroupProductstyles__Container-\"]'),\n \t collectionItemId;\n \n \tif (!itemContainer.length){\n \t\treturn;\n \t}\n \n \tcollectionItemId = itemContainer.attr('id');\n fireAddToCart(collectionItemId);\n });\n \n jQuery('#buy-block-container button[data-test=\"pdp-add-to-bag\"]').on('click', function(){\n fireAddToCart(itemId);\n });\n}\n\n/* ------------------------------ USER TRACKING ----------------------------- */\n\nfunction getUserEmail() {\n return bouncex.getBounceCookie('attntv_mstore_email') \u0026\u0026 bouncex.getBounceCookie('attntv_mstore_email').replaceAll(':0', '') || jQuery('#email-field').val();\n}\n\nfunction initializeUserTracking() {\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n return;\n }\n\n var userEmail;\n\n bouncex.et.onTrue(\n function () {\n userEmail = getUserEmail();\n return bouncex.utils.validate.email(userEmail);\n },\n function () {\n bouncex.push([\n 'user',\n {\n 'email': userEmail,\n 'source': 'LoggedIn'\n }\n ]);\n bouncex.setVar('logged_in_identified', true);\n },\n 60\n );\n}\n\n/* ------------------------------ NOTIFY ME TRACKING ------------------------------ */\n\nfunction initializeNotifyMeTracking(itemId) {\n /* we cannot access the true submit state of an iframe, but the height of its parent element reduces after submission. */\n bouncex.et.onVarChange('notify_me_widget_height', function (oldVal, newVal) {\n if (newVal === false || oldVal === false) {\n return;\n }\n\n if (newVal \u003c oldVal) {\n bouncex.push(['notify_me', {\n \"item:id\": itemId\n }]);\n }\n });\n}\n\n\n// function triggerAttv(){\n// if (!bouncex.testmode.bxdev){return;}\n// bouncex.setTimeout2(function(){\n// if (bouncex.state.pvid \u003e 1 \u0026\u0026 !jQuery('.bx-type-conversioncorner[aria-hidden=\"false\"]').length){\n// window.__attentive.trigger('true');\n// }\n// }, 1000)\n// }\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\n\nfunction isValidDomain() {\n return CLEAN_URL.indexOf('www.neimanmarcus.com') \u003e -1;\n}\n\nfunction isEn() {\n var lang = bouncex.html.attr('lang') || bouncex.parseJSON(decodeURIComponent(bouncex.getBounceCookie('ucaProfileData')), {'localeUrl': ''}).localeUrl || '';\n\n return lang.indexOf('en') \u003e -1;\n}\n\nfunction isCorrectCountry(){\n return bouncex.state.geo.country_code === 'US';\n}\n\nfunction isValidForTracking() {\n return isValidDomain() \u0026\u0026 isEn() \u0026\u0026 isCorrectCountry();\n}\n\nfunction init() {\n if (!isValidForTracking()) {\n return;\n }\n\n // triggerAttv()\n initializeUserTracking();\n initializeCartEvents();\n initializeQuickviewEvents();\n\n switch (bouncex.website.pts) {\n case 'category':\n case 'search':\n initializeCategoryEvents();\n break;\n case 'product':\n initializeItemEvents();\n break;\n case 'cart':\n bouncex.et.onVarChange('logged_in', initializeUserTracking);\n break; \n default:\n break;\n }\n}\n\ninit();\n","event_tracking_test_mode":"0","fastboot_enabled":"1","feed_config_json":"","force_https":"0","gbi_enabled":"0","global_control_size":"0","global_deployment":null,"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":null,"google_analytics_view_account":null,"google_analytics_view_id":null,"ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"7810","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":""},"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":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"ClientId":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"DeadZone":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"true"},"HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxDisclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxDisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxDisclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxOffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"LogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"LogoImgWidth":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"SLOfferCustomer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"SLOfferProspect":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_AAreplaceme":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_AboveFooterBannerAlt":{"description":"","enabled":true,"endDate":"2025-03-27T03:00:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"Friends \u0026 Family 25% off select styles Plus, 20% off jewelry Shop the event","startDate":"2025-03-26T00:30:00.000Z","startTime":null,"val":""},"Studio_AboveFooterBannerDisclaimer":{"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":"\u003cb\u003eFriends \u0026 Family:\u003c/b\u003e Online \u0026 in stores. Discount applies to select regular-price merchandise in USD; sale and reduced-price merchandise do not qualify. Qualifying items are designated on the site. Does not apply to beauty or fragrances, exclusives, swimwear, activewear, previous purchases, gift registry items, purchases of the Neiman Marcus Gift Card, catalog orders, Bergdorf Goodman, or Last Call. Other exclusions may apply. Neiman Marcus employees are not eligible for offer. \u003cb\u003eEnds 3/26/25 at 10:00 PM CT.\u003c/b\u003e\u003cbr\u003e\u003cbr\u003e\u003cb\u003eDouble Point Event:\u003c/b\u003e Offer valid in stores and online 3/18/25-3/26/25. To earn double InCircle points on any qualifying purchase, shop using your Neiman Marcus or Bergdorf Goodman Credit Card at Neiman Marcus stores or NeimanMarcus.com. Qualifying items will be designated on the site. During this event, President’s Circle and Chairman’s Circle members earn 10 points per dollar on any qualifying purchase. Points are automatically earned only on Neiman Marcus or Bergdorf Goodman Credit Card purchases after applicable discounts or gift card values have been applied. For International orders, once you have selected your items, call 010.972.556.6011 to speak with one of our international sales associates to complete your order. Points cannot be earned on sales tax, shipping, alterations, gift packaging, fur services, monogramming, beauty salons, valet parking, and store services such as the upkeep of shoes, handbags, optical, and precious jewelry. Bonus points cannot be earned on purchases of Neiman Marcus or Bergdorf Goodman Gift Cards. Any offer that awards bonus points cannot be combined with other InCircle point offers. Offer excludes purchases at Bergdorf Goodman, Last Call, and Horchow. This offer cannot be applied to previous purchases. Returns will result in bonus point adjustments. Neiman Marcus employees are not eligible for this offer. Other exclusions may apply. See your sales associate or visit NeimanMarcus.com/my/Loyalty for additional details. \u003cb\u003eEnds 3/26/25 at 10:00 PM CT.\u003c/b\u003e"},"Studio_AboveFooterBannerDisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"links","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_AboveFooterBannerImg":{"description":"","enabled":true,"endDate":"2025-03-27T03:00:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"https://res.cloudinary.com/nmg-prod/image/upload/v1741626311/content/marketing/C_PCTOff_FriendsFamily_031825.jpg","startDate":"2025-03-26T00:30:00.000Z","startTime":null,"val":""},"Studio_AboveFooterBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"links","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.neimanmarcus.com/c/now-on-sale-cat65970754"},"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_BelowNavImage":{"description":"","enabled":true,"endDate":"2024-12-21T16:00:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"https://res.cloudinary.com/nmg-prod/image/upload/v1733763685/content/marketing/A_NMHURRY_LAUNCH_121224.jpg","startDate":"2024-12-12T12:00:00.000Z","startTime":null,"val":""},"Studio_BelowNavImageAlt":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Do not use"},"Studio_BelowNavImageUrl":{"description":"","enabled":true,"endDate":"2024-12-21T16:00:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"https://www.neimanmarcus.com/","startDate":"2024-12-12T12:00:00.000Z","startTime":null,"val":""},"Studio_BelowNavPromoAlt":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","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_CartUrl":{"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.neimanmarcus.com/cart{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ end }}"},"Studio_CouponCode":{"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":"{{$.ucrm.coupon_code}}"},"Studio_DealAnnotation_AvailabilityEnds":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_DealAnnotation_AvailabilityStarts":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_DealAnnotation_Description":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_DealAnnotation_DiscountCode":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"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 }}{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ end }}{{ end }}"},"Studio_HomepageCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$HomepageCartUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}$HomepageUrl{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ end }}{{ $CartSuffix }}"},"Studio_HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$HomepageUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.neimanmarcus.com{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ end }}"},"Studio_ListPageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$ListPageUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $.ListPageUrl }}{{ if $.sasencrypt }}?uEm={{ $.sasencrypt }}{{ end }}"},"Studio_MenWomenCategory":{"description":"","enabled":true,"endDate":"2024-12-25T05:59:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"NotDeployed","startDate":"2024-11-25T12:00:00.000Z","startTime":null,"val":"Deployed"},"Studio_OfferDisclaimer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"*Offer valid online only for new email and text subscribers. Not valid in store. To receive 15% off, enter the promo code above in the promotion code box in your shopping bag at checkout. Offer valid for one-time use only and expires 30 days from date of issuance. Discount applies to merchandise total only, vendor exclusions may apply. List could change at anytime. Offer may not be combined with any other discounts, offers, or promotions. Does not apply to prior purchases, the purchase of Neiman Marcus Gift Cards, or gift registry items. One discount per customer. Other exclusions may apply. Offer valid only for the owner of the email address to which this offer was sent. Neiman Marcus employees are not eligible for offer. Neiman Marcus reserves the right to change or cancel this promotion at any time without notice."},"Studio_PromoOfferDisclaimer":{"description":"","enabled":true,"endDate":"2025-03-07T04:00:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"\u003cb\u003eUp to $275 off:\u003c/b\u003e Online and in stores. To receive USD discount offer, enter the promo code \u003cb\u003eFASHION\u003c/b\u003e in the promotion code box in your shopping bag during checkout. The value of your select regular-price order must total at least $200 USD before shipping and tax; sale and reduced-price merchandise do not qualify. Qualifying items will be designated on the site. Does not apply to beauty, fragrances, exclusives, previous purchases, gift registry items, Neiman Marcus Gift Card purchases, catalog orders, in-store locations, Bergdorf Goodman, Last Call, or with any other discount offer. Neiman Marcus employees are not eligible for offer. One discount per customer. Other exclusions may apply. \u003cb\u003eEnds 3/6/25 at 10:00 PM CT.\u003c/b\u003e","startDate":"2025-03-06T12:00:00.000Z","startTime":null,"val":""},"Studio_ProspectOffer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"15%"},"Studio_ShippingDisclaimer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003cspan\u003e*Free standard shipping will automatically be applied at checkout on qualifying orders of $50 USD or more before shipping and taxes. Valid only on standard US domestic orders after all discounts have been applied. Free online returns and exchanges on most items within 15 days. Free store returns and exchanges on most items within 30 days. Taxes apply to some orders. Certain items requiring special delivery, oversized or heavy items, items shipping directly from vendors, shipments to delivery locations outside of the United States, and select merchandise have additional shipping charges. For complete delivery, shipping, return, and exchange details, including cost and delivery time, see our \u003ca href=\"https://assistance.neimanmarcus.com/shipping#shippinginformation\" target=\"_blank\" style=\"text-decoration: underline; color: #000000;\"\u003eShipping\u003c/a\u003e and \u003ca href=\"https://assistance.neimanmarcus.com/returns#returnpolicy\" target=\"_blank\" style=\"text-decoration: underline; color: #000000;\"\u003eReturns\u003c/a\u003e policies or call \u003ca href=\"tel:+18888884757\" target=\"_blank\" style=\"text-decoration: underline; color: #000000;\"\u003e1.888.888.4757\u003c/a\u003e.\u003c/span\u003e"},"Studio_TieredDollarOff2025":{"description":"","enabled":true,"endDate":"2025-01-11T04:00:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"https://res.cloudinary.com/nmg-prod/image/upload/v1735578900/content/marketing/C_TiredDollarOff_010625.jpg|Up to $275 off||https://www.neimanmarcus.com/c/dollar-off-event-cat71210789|||\u003cb\u003eUp to $275 off:\u003c/b\u003e Online only. To receive USD discount offer, enter the promo code \u003cb\u003eNEWYEAR\u003c/b\u003e in the promotion code box in your shopping bag during checkout. The value of your select regular-price order must total at least $200 USD before shipping and tax; sale and reduced-price merchandise do not qualify. Qualifying items will be designated on the site. Does not apply to beauty, fragrances, exclusives, previous purchases, gift registry items, Neiman Marcus Gift Card purchases, catalog orders, in-store locations, Bergdorf Goodman, Last Call, or with any other discount offer. Neiman Marcus employees are not eligible for offer. One discount per customer. Other exclusions may apply. \u003cb\u003eEnds 1/10/25 at 10:00 PM CT.\u003c/b\u003e","startDate":"2025-01-06T12:00:00.000Z","startTime":null,"val":""},"Studio_TopBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"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":""},"Studio_promotest":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\"\u003cb\u003eFriends \u0026 Family:\u003c/b\u003e Online \u0026 in stores. Discount applies to select regular-price merchandise in USD; sale and reduced-price merchandise do not qualify. Qualifying items are designated on the site. Does not apply to beauty or fragrances, exclusives, swimwear, activewear, previous purchases, gift registry items, purchases of the Neiman Marcus Gift Card, catalog orders, Bergdorf Goodman, or Last Call. Other exclusions may apply. Neiman Marcus employees are not eligible for offer. \u003cb\u003eEnds 3/26/25 at 10:00 PM CT.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e \u003cb\u003eDouble Point Event:\u003c/b\u003e Offer valid in stores and online 3/18/25-3/26/25. To earn double InCircle points on any qualifying purchase, shop using your Neiman Marcus or Bergdorf Goodman Credit Card at Neiman Marcus stores or NeimanMarcus.com. Qualifying items will be designated on the site. During this event, President’s Circle and Chairman’s Circle members earn 10 points per dollar on any qualifying purchase. Points are automatically earned only on Neiman Marcus or Bergdorf Goodman Credit Card purchases after applicable discounts or gift card values have been applied. For International orders, once you have selected your items, call 010.972.556.6011 to speak with one of our international sales associates to complete your order. Points cannot be earned on sales tax, shipping, alterations, gift packaging, fur services, monogramming, beauty salons, valet parking, and store services such as the upkeep of shoes, handbags, optical, and precious jewelry. Bonus points cannot be earned on purchases of Neiman Marcus or Bergdorf Goodman Gift Cards. Any offer that awards bonus points cannot be combined with other InCircle point offers. Offer excludes purchases at Bergdorf Goodman, Last Call, and Horchow. This offer cannot be applied to previous purchases. Returns will result in bonus point adjustments. Neiman Marcus employees are not eligible for this offer. Other exclusions may apply. See your sales associate or visit www.neimanmarcus.com/my/Loyalty for additional details. \u003cb\u003eEnds 3/26/25 at 10:00 PM CT.\u003c/b\u003e\""},"TextSendOffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"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":""},"onsitecanvas":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"900px","imgSize":"246kb","imgWidth":"720px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"assets.bounceexchange.com/assets/uploads/users/6375/978d8891b351e5a0daeb34e346d4ed54.jpg"},"onsitecanvasmobile":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"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":""},"onsitelogodark":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitelogolight":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitenonstandard":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitenonstandardmobile":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"15%"},"onsiteoffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitestandard":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitestandardmobile":{"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":{"enable_ally_settings_json":"{\"enable_ally_aria_labels\": 1,\"enable_ally_focus\": 1,\"enable_ally_number_to_string\": 1}","enable_cms_dfp_suppression":"0","enable_osr_events":"0","enabled_item_filters":"[{\"name\":\"IsUniqueCopy\",\"enabled\":true}]","gs_url_identifiers":"","max_activations_timeperiod":"0","max_activations_timeperiod_hours":"0","minify_email":"1","single_page_app_on":"0","single_page_app_test_mode":"1","sms_configs":"{}","sms_creds_id":"","sms_double_opt_in":"0","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{}","tag_state_domain":"wd.neimanmarcus.com","tag_state_domain_enabled":"1","use_button_tag_for_close":"1","use_verbose_label_for_close":"1","wknd_web_sdk_enabled":"1"},"name":"Neiman Marcus | NMG","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"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/cartier"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.product-list .product-thumbnail').length \u003e 0;"}],[{"activation":"js","prop":"","prop2":"","prop3":"","val":"!bouncex.utils.url.getParam('q');"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkout"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('link[rel=\"canonical\"][href=\"https://www.neimanmarcus.com\"]').length \u003e 0;"}]]},"product":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/p/"}]]},"search":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.product-list .product-thumbnail').length \u003e 0;"}],[{"activation":"js","prop":"","prop2":"","prop3":"","val":"!!bouncex.utils.url.getParam('q');"}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":false,"script_delay":"0","script_tags_json":"[{\"name\":\"wknd_tag\",\"version\":null},{\"name\":\"conversion_multipixel\",\"version\":\"ecommerce\"},{\"name\":\"gam_pixel\",\"version\":\"out_of_page\"},{\"name\":\"amp_auto_ad_pixel\",\"version\":\"default\"}]","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":"jQuery('#attentive_overlay').length \u003e 0;","default":"false","name":"attentive_visible","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"cart","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":"pageload"},{"code":"(function(){\n var $miniCartQty = jQuery('.miniCartContainer'),\n miniQty = $miniCartQty.text().replace(/[^0-9.]/g, ''),\n $cartQty = jQuery('[class*=\"ProductParams-\"]'),\n emptyCart = jQuery('[class*=\"EmptyCartText-\"]').text().toLowerCase().indexOf('no items in your shopping bag') \u003e -1,\n count = 0;\n \n if (bouncex.website.pts === 'cart' \u0026\u0026 emptyCart || !!$miniCartQty.length \u0026\u0026 miniQty === ''){\n return 0;\n } else if ($cartQty.length \u003e 0) {\n $cartQty.each(function() {\n count += Number(jQuery(this).find('div:contains(\"Qty: \")').text().replace(/[^0-9.]/g, ''));\n });\n return count; \n } else if ($miniCartQty.length \u003e 0) {\n return Number(miniQty) || null;\n }\n\n return null;\n})();","default":"0","name":"cart_qty","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":false},{"code":"(function(){\n var $miniCartQty = jQuery('.miniCartContainer'),\n minQty = Number($miniCartQty.text().replace(/[^0-9.]/g, '')),\n $cartQty = jQuery('[class*=\"ProductParams-\"]'),\n emptyCart = jQuery('[class*=\"EmptyCartText-\"]').text().toLowerCase().indexOf('no items in your shopping bag') \u003e -1,\n count = 0;\n \n if (!!jQuery('.miniCartContainer').length \u0026\u0026 minQty === 0) {\n return 0;\n }\n \n if (bouncex.website.pts === 'cart' \u0026\u0026 emptyCart){\n return 0;\n }\n\n if (bouncex.website.pts === 'checkout') {\n return null;\n }\n\n if ($cartQty.length \u003e 0) {\n $cartQty.each(function() {\n count += Number(jQuery(this).find('div:contains(\"Qty: \")').text().replace(/[^0-9.]/g, ''));\n });\n return count; \n } else if ($miniCartQty.length \u003e 0) {\n return minQty || null;\n }\n\n return null;\n})();\n","default":"0","name":"cart_qty_dupe","page_types":[],"persist":"visit","polling":"all","testmode":true,"trigger":false},{"code":"jQuery('.privacy_banner .privacy_banner__text').text().toLowerCase().indexOf('use cookies for operational') \u003e -1;\n","default":"false","name":"cookie_modal_present","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"bouncex.vars.logged_in || null;","default":"false","name":"ever_logged_in","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('button[data-test=\"pdp-add-to-bag\"]').text().toLowerCase().indexOf('add to bag') \u003e -1;","default":"false","name":"in_stock","page_types":["product"],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"!!bouncex.utils.getNestedProp('grs_loggedin');","default":"false","name":"logged_in","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"logged_in_identified","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"code":"(function() {\n var $iframeParent = jQuery('.notificationsOnSite[style=\"display: block;\"] .zoid-tag-notification-widget'),\n heightAttr = $iframeParent.attr('style') || '',\n heightExists = heightAttr.indexOf('height') \u003e -1,\n height = heightExists ? Number(heightAttr.replace(/[^0-9]/g, '')) : false;\n return height;\n})();\n","default":"false","name":"notify_me_widget_height","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"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":"jQuery('button[data-test=\"pdp-add-to-bag\"]').length;","default":"false","name":"pdp_button_length","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"(function() {\n var selectedValue = jQuery('p.ColorOptionsstyles__Label-lnfaBH span, p[class^=\"ColorOptionsstyles__Label-\"]').first().text().toLowerCase() || '';\n return selectedValue.replace('color: ', '');\n})();","default":"false","name":"selected_color","page_types":["product","home","category"],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"(function() {\n var selectedValue = jQuery('[data-test=\"pdp-size-selector\"] .MuiSelect-root').find(\"option:selected\").first().text() || jQuery('div.CustomDropDownstyles__PlaceholderText-hHNHjC').first().text() ||jQuery('[data-test=\"pdp-size-selector\"]').first().text() || jQuery('#size-group-label [class^=\"SizeBottomSheetstyles__PlaceholderText-\"]').first().text() || '';\n \n return selectedValue.replace(/\\u200B/g, '').replace(/\\s*-\\s.*$/, '').trim();\n})();","default":"false","name":"selected_sku","page_types":["product","category","home"],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"bouncex.vars.selected_sku+'-'+bouncex.vars.selected_color;","default":"false","name":"selected_sku_color","page_types":["home","category","product"],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"","default":"false","name":"submitted_onsite","page_types":[],"persist":"permanent","polling":"none","testmode":true,"trigger":false},{"code":"bouncex.utils.url.getParam('wknd_cpn').toUpperCase() || null;","default":"false","name":"wknd_cpn","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"}],"website":"neimanmarcus.com","website_id":"7810","cache_meta":{"paths":{"2760767":"cache/7810/campaigns/2760767-72dc339ead474f3180b075adff59cf0c","2760770":"cache/7810/campaigns/2760770-00f9ebd7f298097e9ef3c21472fe85d4","2760773":"cache/7810/campaigns/2760773-bcc0720fc9ca9f591a8e78a7fe93a7b7","2760776":"cache/7810/campaigns/2760776-f9c0017c7d7ecf030259c94c53a23ccb","2760779":"cache/7810/campaigns/2760779-84e5c7241336ca5859941e2f4902b9d7","2760782":"cache/7810/campaigns/2760782-966e8741b4a3301983b29ebccc991d98","2760785":"cache/7810/campaigns/2760785-1395a62a18f822bfade635cb60f653c5","2760788":"cache/7810/campaigns/2760788-d4900b279aeff35346ba1975eea293f4","2760791":"cache/7810/campaigns/2760791-c74e913e5fdea17a946a1ba6fbb1e70b","2760794":"cache/7810/campaigns/2760794-3df32894f21c6d8b9803d11667fd174b","2760797":"cache/7810/campaigns/2760797-31018727c84609eaee9e90b746d47e9f","2760800":"cache/7810/campaigns/2760800-938af2ccfb8ba8eb882d9a38afc77c51","2760803":"cache/7810/campaigns/2760803-5388047a5ef5b60fb0355ebe0386c62f","2760806":"cache/7810/campaigns/2760806-65f66f1af3f8fa8b11414af547211f61","2760809":"cache/7810/campaigns/2760809-f3d85042ea2cf26bcd1aa21bf812b161","2760812":"cache/7810/campaigns/2760812-98a0531870945f8d36debc7aa03412c0","2760817":"cache/7810/campaigns/2760817-f1b4716821e1a0dcc92fa8ba5ad73464","2760820":"cache/7810/campaigns/2760820-e268202e1459804579dada7aedae91a8","2760824":"cache/7810/campaigns/2760824-d054b0cd32584ebc28251686cf49974a","2760827":"cache/7810/campaigns/2760827-9f22c76b6929b50219103fbd84c9a442","2760831":"cache/7810/campaigns/2760831-2aa936ca02cf50a23985e841a9636ac8","2760834":"cache/7810/campaigns/2760834-a6204bc8cc206170f0f1f56b1d463dc6","2760837":"cache/7810/campaigns/2760837-3eb1134b56bcd38b2654a22167f9f5a2","2760841":"cache/7810/campaigns/2760841-8738d2e0070250ffeea410363fd9c32e","2760844":"cache/7810/campaigns/2760844-fc20926bd468f462c25f9b79d27cc9d5","2760848":"cache/7810/campaigns/2760848-9158e542a369903b50cb3c1dbfdadde3","2760851":"cache/7810/campaigns/2760851-784dca14a6d3b9284770c3796ad40318","2760854":"cache/7810/campaigns/2760854-f1789daeb988a095fb1268cc69a280a0","2760858":"cache/7810/campaigns/2760858-81f34842201e2e43903241c9d834a281","2760861":"cache/7810/campaigns/2760861-fdd8be7f1686dc81a520f2be155661ae","2760864":"cache/7810/campaigns/2760864-95c03e80f9b838985f4b2cd218f61466","2760868":"cache/7810/campaigns/2760868-524d89e924e3fbee27710bc5a3c2475b","2760871":"cache/7810/campaigns/2760871-0dcb804818b84f0cdaf5c3f66967b23f","2760875":"cache/7810/campaigns/2760875-206394f131ec173c8065009f1fb53ff7","2760878":"cache/7810/campaigns/2760878-f05b86cda6ea0a1be8bc7c8ba089b74b","2760881":"cache/7810/campaigns/2760881-55f594ee22bb83fddd8575e5150053e7","2760885":"cache/7810/campaigns/2760885-4c5297cbcf0e02a324393d11e1497989","2760888":"cache/7810/campaigns/2760888-c7a288e9a3fd590ddde01353b77005bf","2760891":"cache/7810/campaigns/2760891-314038a241a53bb5752f28d5694e3826","2760894":"cache/7810/campaigns/2760894-aed3ac5e9e655b8dbd55abcebe371b5a","2760897":"cache/7810/campaigns/2760897-41d2ecc901f3972ed6489df2cc5ca73d","2760900":"cache/7810/campaigns/2760900-20c43a7b2ccf4b5681c13259113f49f5","2760903":"cache/7810/campaigns/2760903-c9121784ab009432513e4a60365bf90a","2760906":"cache/7810/campaigns/2760906-0a9502963dfc69a897f02101926ca4e7","2760909":"cache/7810/campaigns/2760909-53b5398afd7b25f9cad033969cfc2b72","2760912":"cache/7810/campaigns/2760912-a59a5775c41d71365086e3ba6aba2c76","2760916":"cache/7810/campaigns/2760916-c4eb3fdeeb48e415eae8759c6d8ced4b","2760919":"cache/7810/campaigns/2760919-d206c29b94bdf4ca121ff826b604d43a","2760922":"cache/7810/campaigns/2760922-a3c8a1b5feb8b135df4235c7c70de921","2760926":"cache/7810/campaigns/2760926-256908d4e7c49804ed3655c424e0e301","2760929":"cache/7810/campaigns/2760929-a044f7239a4c4817eea7511b4a5ee1b5","2760932":"cache/7810/campaigns/2760932-be508e750af789eafe9c3e77492fdd2a","2760935":"cache/7810/campaigns/2760935-6fbeee6df22a9f5f5a551aec10722128","2760938":"cache/7810/campaigns/2760938-0b48ae237b3bec736ffa655c9b632675","2760941":"cache/7810/campaigns/2760941-d19d3c13929648bf88ae716d7c88473d","2760944":"cache/7810/campaigns/2760944-6c8a854da2372af259f75f5cacc66090","2760947":"cache/7810/campaigns/2760947-496411c34ec01975256d062b2706a271","2760950":"cache/7810/campaigns/2760950-6a4e5980c59e516b88f3d2073312778a","2760953":"cache/7810/campaigns/2760953-e7b6e4e31cf12b9931241156a1982a87","2760956":"cache/7810/campaigns/2760956-5454bf6a46e7044038b610c76d62e5fa","2760959":"cache/7810/campaigns/2760959-dec6329f0b16ff7131020b8262668e8b","2760962":"cache/7810/campaigns/2760962-301ef2a96ae4fc7d2357f09c3dc99938","2760965":"cache/7810/campaigns/2760965-52c6a89a29a7e1a91ae33d62198b5c52","2760968":"cache/7810/campaigns/2760968-a8486b26ea806643c82234b6d9ac90a3","2760971":"cache/7810/campaigns/2760971-0cbfbf2c3fbf5297d5ccb3be75c568ce","2760975":"cache/7810/campaigns/2760975-3178a2a9d68d7488aa217e15dd1e010e","2760979":"cache/7810/campaigns/2760979-1528caae8a7505e56688d7d51f822a6f","2760982":"cache/7810/campaigns/2760982-dbe99fa81c323a2698140508ab6be6b7","2760985":"cache/7810/campaigns/2760985-a8c683c179a41a12300379d4184000c1","2760988":"cache/7810/campaigns/2760988-8fe94795a9f19508ca8c1032c42ff60a","2760991":"cache/7810/campaigns/2760991-dc11abfbdd687389702c4774592cd294","2760995":"cache/7810/campaigns/2760995-fc9b3dfbafa8fc24d1848035aad48c68","2760999":"cache/7810/campaigns/2760999-3aaca085da043df87c057d9bc7a66ece","2761002":"cache/7810/campaigns/2761002-bc7e253d5205292006de53e10f90962f","2761005":"cache/7810/campaigns/2761005-da1454932f8964a1a4ee93f2b65ffaa9","2761008":"cache/7810/campaigns/2761008-5b69a504089e9989f238b319e9b16752","2761012":"cache/7810/campaigns/2761012-30db9bb1b2c876e187376984cf5e3cca","2761016":"cache/7810/campaigns/2761016-d04999e64710e58dbf89e1c7d7d26194","2761019":"cache/7810/campaigns/2761019-2d963d37c0dd2c0c2faf4b1093090396","2761022":"cache/7810/campaigns/2761022-0e0957086ba520bbd914ae8f1689e609","2761025":"cache/7810/campaigns/2761025-60e96f5c575eb81d6ade3c758a2df1af","2761029":"cache/7810/campaigns/2761029-2c46576e7bfa6c14d0474aca74e4ed28","2761032":"cache/7810/campaigns/2761032-8249752aae370984ffa4a5d990775df5","2761035":"cache/7810/campaigns/2761035-636bcb6c5a70c7db66ebc8c276b4400e","2761038":"cache/7810/campaigns/2761038-e9692aa63a35d4779731f7068f5d31cd","2761042":"cache/7810/campaigns/2761042-673e8b327333df801fd07f40f8fc204f","2761045":"cache/7810/campaigns/2761045-e03704123271d296aa414675a044b9af","2761048":"cache/7810/campaigns/2761048-4c8cb0dc1b5e04ec86b088f81e75c66c","2761051":"cache/7810/campaigns/2761051-738291d3a02e7db832802f6cba264255","2761054":"cache/7810/campaigns/2761054-7fff2b3e2bbdf26400da4aa391e49687","2761057":"cache/7810/campaigns/2761057-9062f324a437ff43696f70370d4ac195","2761060":"cache/7810/campaigns/2761060-e3f71fb67c3e21a461cd2a985779f56a","2761063":"cache/7810/campaigns/2761063-74e5cdfee672e518db8c1b2a2924987a","2761066":"cache/7810/campaigns/2761066-c740155b63347313f9355779507fdd23","2761069":"cache/7810/campaigns/2761069-d1f14b1f8cfcf02fbb3acd812e7faa4c","2761072":"cache/7810/campaigns/2761072-9099abb3d2509531f945ede4d0496100","2761075":"cache/7810/campaigns/2761075-dac65770b839575e3d09245e9aac86a1","2761079":"cache/7810/campaigns/2761079-22766e5556f503f307dd88299024c469","2761082":"cache/7810/campaigns/2761082-bcf2bcbc3b5eaa55376ce224bd0e1268","2761086":"cache/7810/campaigns/2761086-ee371748346333522e0b4956bde0e509","2761089":"cache/7810/campaigns/2761089-fbb86a19340596728d23ab618128d2ae","2761092":"cache/7810/campaigns/2761092-4b2bc01fc7c7407bc67241a243696088","2761096":"cache/7810/campaigns/2761096-a3c78fad32ba197be3625c0b3fe659a1","2761099":"cache/7810/campaigns/2761099-0ef2f5e42452a54b8ec439d067c3298b","2761103":"cache/7810/campaigns/2761103-30f69e3396bcf8331a8d62a7c1b1453a","2761106":"cache/7810/campaigns/2761106-2dc888fcc5ecd3938e93ac64fe8e78eb","2761110":"cache/7810/campaigns/2761110-1f61e3fe31302bb00f9174d8cb2137f2","2761113":"cache/7810/campaigns/2761113-313e6a9d7a9350c20ed08808645db451","2761116":"cache/7810/campaigns/2761116-e63b8c71d0a480414fb2b40f2657fdbb","2761120":"cache/7810/campaigns/2761120-454f214b5eb3999f8d9c0ebbddba4569","2761123":"cache/7810/campaigns/2761123-f12b5c0e2e41aa6be7ad4b6270c5ac11","2761126":"cache/7810/campaigns/2761126-f57082f61acb867b5d05765491029f2b","2761130":"cache/7810/campaigns/2761130-3d06babf4ae41c93c9933c3cc72def67","2761133":"cache/7810/campaigns/2761133-32487ecff4e91cd455268e44cf88b0b7","2761136":"cache/7810/campaigns/2761136-43330de6089a069059ace014b4167699","2761139":"cache/7810/campaigns/2761139-b4b868a08308dede8843a07a11687239","2761142":"cache/7810/campaigns/2761142-d7d05eee327bb6abc3462abb6004306e","2761145":"cache/7810/campaigns/2761145-1c1d78c3ee8ccd29c1a09982b0a6df03","2761149":"cache/7810/campaigns/2761149-63a66b428cf424455c2f57e3e3e0c6f2","2761152":"cache/7810/campaigns/2761152-de2862b5b08c834238b8df55ff22ccb0","2761155":"cache/7810/campaigns/2761155-8bc5ebdd0a5611b4f7cc6a03baaa5432","2761159":"cache/7810/campaigns/2761159-919fc2614390bcf77c6f7695175099ed","2761162":"cache/7810/campaigns/2761162-a31cfbe43bc600476a100f2f21e21eb4","2761165":"cache/7810/campaigns/2761165-baa70a5be738fe48203e62a89c04e8d5","2761168":"cache/7810/campaigns/2761168-5c107a7567d037ac6b88f8522593aa04","2761172":"cache/7810/campaigns/2761172-1d3e6fed00765f0914d4469cb6d64114","2761175":"cache/7810/campaigns/2761175-066777be6ec68971279cd0b4b88fac1e","2761178":"cache/7810/campaigns/2761178-cc60bdaf451e0bd7fbf02050acfdfab9","2761181":"cache/7810/campaigns/2761181-5eb8d31ed9ba29467810defd8d919a5a","2761184":"cache/7810/campaigns/2761184-b67ec0b0a0744f3e2fb715ef6efbacf6","2761188":"cache/7810/campaigns/2761188-d1f8755a10fe5d43dce79ca02034f28c","2761192":"cache/7810/campaigns/2761192-875da7242292aaf72402e876dbf6a48d","2761195":"cache/7810/campaigns/2761195-dc2a1f458d16c85d110ffe3704ec7dff","2761198":"cache/7810/campaigns/2761198-89e69e573e0e03b2203ac881e71a1d5d","2761201":"cache/7810/campaigns/2761201-9ddaa6cecd1124ee2dbeb3983bc02a93","2761204":"cache/7810/campaigns/2761204-689691dfb60341c75d395b4904daee0c","2761207":"cache/7810/campaigns/2761207-df4eea39ffc52a10910589fbc8b78c99","2761210":"cache/7810/campaigns/2761210-f315b2eced389e5417ae179ea0f25aa8","2761213":"cache/7810/campaigns/2761213-25f1047e9f9256ce2529309417842adf","2761217":"cache/7810/campaigns/2761217-a76e985983dd20a16d83609cb9d66a73","2761220":"cache/7810/campaigns/2761220-3e04bf19a94662cfc39d72d11ba7e46c","2761223":"cache/7810/campaigns/2761223-dd05024f7778b0e9b2c1ac5949a73f5c","2761227":"cache/7810/campaigns/2761227-a2abf8318182263cec7694ad0fb22080","2761230":"cache/7810/campaigns/2761230-8a5ef2d610789e3a2f9f1b07eaf9ee4d","2761233":"cache/7810/campaigns/2761233-662b25adaaa93c2990a149c02e9fd95d","2761237":"cache/7810/campaigns/2761237-0f07eebbbdb198ddece03798ef90aa02","2761240":"cache/7810/campaigns/2761240-d3884a5700cbf1ca21851b00881e5500","2761243":"cache/7810/campaigns/2761243-6b6b5ac168e42775f8cf7b92b4b805da","2761246":"cache/7810/campaigns/2761246-02ac92cd959dbe657d8bf7f256fc8883","2761249":"cache/7810/campaigns/2761249-648f1fd73fa824c68e130866fa935a8f","2761252":"cache/7810/campaigns/2761252-9804f4fb711ef145266522c4eb043607","2761255":"cache/7810/campaigns/2761255-cbc40a1417b41415bc2761a8f337e0a3","2761259":"cache/7810/campaigns/2761259-2ddfa616c9d0ffdb0ca5e880fb18c771","2761262":"cache/7810/campaigns/2761262-392fffc56835b6322c28acebe018681a","2761265":"cache/7810/campaigns/2761265-150f87afe8a7da809243ae8cf2f449dd","2761268":"cache/7810/campaigns/2761268-b5ef1ee14b47012e9f77661b03902500","2761271":"cache/7810/campaigns/2761271-6b07454190aa5884f7551627021bd2f6","2761274":"cache/7810/campaigns/2761274-4e95e3a25a10baa79490b82515b3568d","2761277":"cache/7810/campaigns/2761277-614977a3f02694485c8105ee6f8aa444","2761280":"cache/7810/campaigns/2761280-e1124ec5e2c17e4233246006fc9c62ee","2761283":"cache/7810/campaigns/2761283-77f48e53792cd367e822b147fe239d2d","2761286":"cache/7810/campaigns/2761286-c07a79f3bb273197ded859f1fff9ea20","2761289":"cache/7810/campaigns/2761289-d9086d9ae37b9141d2d0717672acf243","2761292":"cache/7810/campaigns/2761292-33b3c3f67f69d645e30fc01ef2a49289","2761296":"cache/7810/campaigns/2761296-f437845be90ca3406963e0e4609e99bc","2761300":"cache/7810/campaigns/2761300-8117e9478ba0e96503a8bce5ce2a6af3","2761304":"cache/7810/campaigns/2761304-3527e9f5aac62a3a68d812182de0197a","2761307":"cache/7810/campaigns/2761307-22a75d3271484e3c41e534106c740f07","2761310":"cache/7810/campaigns/2761310-108249eb3ee8ba3d196b9e9a2e02db1b","2761313":"cache/7810/campaigns/2761313-eb2641f95293312c3135da232bf5f74f","2761316":"cache/7810/campaigns/2761316-a1d4f3c82cc6b3a88b3407b6d0633f9f","2761320":"cache/7810/campaigns/2761320-327b5204521352c670821ea566a25029","2761324":"cache/7810/campaigns/2761324-aec4319d7b82985c3f188971a5c510ad","2761327":"cache/7810/campaigns/2761327-3f8c866bb8dca5f6a6e13ff595b64461","2761330":"cache/7810/campaigns/2761330-3ac65b61049a9efde1c75d2462adf5f2","2761333":"cache/7810/campaigns/2761333-aa585454bf9b6b3e323c4474b093a092","2761336":"cache/7810/campaigns/2761336-752eb97e00b352efc523473dee43a6e1","2761338":"cache/7810/campaigns/2761338-7743dee28990b3d59ba8bfa0898728ac","2761340":"cache/7810/campaigns/2761340-40ed7c79357a11dc7634e1aed2f725be","2761341":"cache/7810/campaigns/2761341-5c4e85ca51e4fd75fdafe1f5f5430a1f","2761342":"cache/7810/campaigns/2761342-061363ca9e36d0ec94007e4e91b1dace","2761343":"cache/7810/campaigns/2761343-640483f19838dcdc4c9f7edae4b932bd","2761345":"cache/7810/campaigns/2761345-2d854ae1db4bf844d890e6a3cb28bb44","2761347":"cache/7810/campaigns/2761347-5a97f4f444e7a602648a35e5bc1a7e41","2761349":"cache/7810/campaigns/2761349-a12648f7e801348287e625acbf4473fa","2761351":"cache/7810/campaigns/2761351-2d1e73dc1d311f2aca0c3e30f95db328","2761353":"cache/7810/campaigns/2761353-9f38d7e8458fec28408183ea39fb053a","2761355":"cache/7810/campaigns/2761355-b00df8065dca0a68bc84af5125d2e2ad","2761357":"cache/7810/campaigns/2761357-ec2be004680d91fb5c5df955e06fd0c3","2761359":"cache/7810/campaigns/2761359-dee9f55f5ee4f8e37ef5ff66ef9196eb","2761361":"cache/7810/campaigns/2761361-ad58f1dae8acca9196771b97e5afcdf3","2761363":"cache/7810/campaigns/2761363-6a970e4c5a615ef60b6a42bbbe41d6e5","2761365":"cache/7810/campaigns/2761365-1bff7635b655e12ad0cf34be8e07f175","2761367":"cache/7810/campaigns/2761367-a0610bc8305a484bd22142217590c82b","2761369":"cache/7810/campaigns/2761369-e4020bec2d0b12e0c38e326eab084f78","2761371":"cache/7810/campaigns/2761371-f0dc5e00df8784e06680d1cac702b972","2761373":"cache/7810/campaigns/2761373-52b6ede06bcdd60286ca8debe0598ea0","2761375":"cache/7810/campaigns/2761375-4f43cd8f25288a534ccf265e36498104","2761377":"cache/7810/campaigns/2761377-11bf02c131e67e4d72d23a81eff8b2ba","2761379":"cache/7810/campaigns/2761379-e01dcaa1e93c3d56f5a1f4d2f8c6cbbf","2761381":"cache/7810/campaigns/2761381-3013ae51162aeeb4a56a76f0c9575bfb","2761383":"cache/7810/campaigns/2761383-b5bf87edc70c26e93e141011f1431b0b","2761386":"cache/7810/campaigns/2761386-2c45a6bc12156f3f41d3400de5fa2a1d","2761388":"cache/7810/campaigns/2761388-720eb80317d2c279fb144701eb2eda48","2761390":"cache/7810/campaigns/2761390-96da5f92a903389293483b62b9875d6f","2761392":"cache/7810/campaigns/2761392-4b733da7b51b777be066ac9bd853b5f3","2761394":"cache/7810/campaigns/2761394-a0e0534185ed6f172eb3d49c4889551d","2761396":"cache/7810/campaigns/2761396-c970124966acf7fdd88a61909d7fe644","2761398":"cache/7810/campaigns/2761398-b05523456509081c9259ba127cc15b3b","2771726":"cache/7810/campaigns/2771726-2c2e78a42fb021f4629450789f505c6a","2772449":"cache/7810/campaigns/2772449-f69a6ebfd00ad53ff33bb48d1eef37b5","2772450":"cache/7810/campaigns/2772450-c4656faec8248cb74fda42c98ce45ab7","2772452":"cache/7810/campaigns/2772452-ee964742eb7f1050a901a239feb85ec8","2772453":"cache/7810/campaigns/2772453-3d5de879b17587c68b3cb69f29499b75","2772455":"cache/7810/campaigns/2772455-49111551cc3c9846bf39ac22d26d8909","2772456":"cache/7810/campaigns/2772456-8e44194eb20becda0aa6e7cd2429c870","2772458":"cache/7810/campaigns/2772458-f8eeb2c9b19ea1b4e6a61f109e9c63d7","2772459":"cache/7810/campaigns/2772459-c7e9ac962f0bc7370f421d55cf48fa46","2772461":"cache/7810/campaigns/2772461-d50c76b7f8af17cc7bd7b476469671f5","2772462":"cache/7810/campaigns/2772462-97c3389c7545f095aa56c12bbe86a035","2772464":"cache/7810/campaigns/2772464-5525ec1589f99a101eb300865f523c09","2772465":"cache/7810/campaigns/2772465-d1285e87b631fb33e7cb85ba7ba2e9ad","2772467":"cache/7810/campaigns/2772467-06617430fec1c03bde0d1949d18349cd","2772468":"cache/7810/campaigns/2772468-493115c2dda93b69244362c183e4050f","2772470":"cache/7810/campaigns/2772470-e0ae448d0deebbd394d651a674aa1882","2772471":"cache/7810/campaigns/2772471-ff3d6b50d2371d5ef5b430339b4e901a","2772473":"cache/7810/campaigns/2772473-81165f0888a06e2cfa182be56e07470b","2772474":"cache/7810/campaigns/2772474-50e1da335afb2f91bdd2e0e224910880","2772476":"cache/7810/campaigns/2772476-612097793e8c4e717a183bf2278c45c4","2772477":"cache/7810/campaigns/2772477-3a8c22aacac3456c631f02e3861bdac8","2772479":"cache/7810/campaigns/2772479-186105655d1abae1f45e265831fc6f2c","2772480":"cache/7810/campaigns/2772480-f593278a3abc04bf565617c45d455e0c","2772482":"cache/7810/campaigns/2772482-0b89cde563d7980b9edf183b7d6c4b36","2772483":"cache/7810/campaigns/2772483-cd0670854f5f5ab1fd94185452180e6c","2772485":"cache/7810/campaigns/2772485-1e705953d4c09fc793da77f2418fd391","2772486":"cache/7810/campaigns/2772486-17ba762d1ab9124763fcc3a060245298","2772488":"cache/7810/campaigns/2772488-6497925a087335fb16300ceed743415b","2772489":"cache/7810/campaigns/2772489-abe2c5839df5def17a8d740d71e60f10","2772491":"cache/7810/campaigns/2772491-abec95c7d4f4ca2b3a00650de8c9cca0","2772492":"cache/7810/campaigns/2772492-2c12275ca2f696e287c5cf83bcd65a1f","2772494":"cache/7810/campaigns/2772494-1c86cb6c0dc0c08e86b8b3677811647c","2772495":"cache/7810/campaigns/2772495-9c164498bf88328bd6972ac5c948fde9","2772497":"cache/7810/campaigns/2772497-1538778f272461a6b5c8a6b109db097a","2772498":"cache/7810/campaigns/2772498-81da51832236918b88df6158f0a86878","2772500":"cache/7810/campaigns/2772500-5f19e76e29e8250ed9745e434256c108","2772501":"cache/7810/campaigns/2772501-40a364fb499db8457028895ccdcb3e2d","2772503":"cache/7810/campaigns/2772503-0a949e365953057a946af8c7f30d2e86","2772504":"cache/7810/campaigns/2772504-ae2f874c157b5b17365323ea8ccb0def","2772506":"cache/7810/campaigns/2772506-9e4343e62f5dafc18fb0d0f787994a57","2772507":"cache/7810/campaigns/2772507-da8261d7bbbabe025d8bb0a889993ad0","2772509":"cache/7810/campaigns/2772509-3c05c7956438603df067d593327c63af","2772510":"cache/7810/campaigns/2772510-fddfe0c266dd4373ec83fdced7ce5478","2772512":"cache/7810/campaigns/2772512-d65b058265f3262c93ffa7464d98b38e","2772513":"cache/7810/campaigns/2772513-de99a8e1c650b6b5d6608316a6efd040","2772515":"cache/7810/campaigns/2772515-17875648b1418fb321c8952ee15dfadc","2772516":"cache/7810/campaigns/2772516-8487a6943784d6e696a45e8d4a27cf3f","2772518":"cache/7810/campaigns/2772518-93320fb22a011541710a9ea7435a671a","2772519":"cache/7810/campaigns/2772519-514848e6103678775c6d91c8bf695518","2772521":"cache/7810/campaigns/2772521-06ef9203fc1d8656ed42a47a147223ec","2772522":"cache/7810/campaigns/2772522-c3bb8b30112f1af044ab1bcaa67c2899","2772524":"cache/7810/campaigns/2772524-2a6ff2d5d7314a560c5db4fa4a19890b","2772525":"cache/7810/campaigns/2772525-ef343677f2d0c8479cdaee6dc4bc74eb","2772527":"cache/7810/campaigns/2772527-6c0ad860e4a2f4e9efacf5a69e6b057c","2772528":"cache/7810/campaigns/2772528-aa0ccbf86606bf79f48e55403c0f89a3","2772530":"cache/7810/campaigns/2772530-51cf2750425f92d5fa44d5ffa90604bf","2772531":"cache/7810/campaigns/2772531-ab6b4575efb13490cbab7416fc9e6732","2772533":"cache/7810/campaigns/2772533-968f13802b42c7b7fd1c0e719a61b28b","2772534":"cache/7810/campaigns/2772534-8c1b6864e6d3478fdaaa21c60ab78bd1","2772536":"cache/7810/campaigns/2772536-2984453bd5e07a3e970927edd4fb57ed","2772537":"cache/7810/campaigns/2772537-cd5295fe4403edd6eb4bc7e285d5fd73","2772539":"cache/7810/campaigns/2772539-00faeffbc6f34bbbd36a9b500391978e","2772540":"cache/7810/campaigns/2772540-b6ca288db0e3950604a60b8dd78ad16e","2772542":"cache/7810/campaigns/2772542-1829b5218a48ff9ebeca493aca00be6e","2772543":"cache/7810/campaigns/2772543-135d2f20f8cd09c469bbe00fe2e52d72","2772545":"cache/7810/campaigns/2772545-fcbe81edc735ad0fb39cac136695953e","2772546":"cache/7810/campaigns/2772546-518044d9289b0f3905d977ce99eefda8","2772548":"cache/7810/campaigns/2772548-fb1f54d202603d4de7a0ab4b4be6871a","2772549":"cache/7810/campaigns/2772549-b499fb0425de05b34c813171f87ed7a5","2772551":"cache/7810/campaigns/2772551-28e479c8c304978fc5eb171b106c4c78","2772552":"cache/7810/campaigns/2772552-9124aa45ac49e413c639176e6e8ae61c","2772554":"cache/7810/campaigns/2772554-11a416f43e402f1fe8571e28b125fce9","2772555":"cache/7810/campaigns/2772555-6fd8e55c69a6b611f6892ded5263f7fc","2775147":"cache/7810/campaigns/2775147-1a271f348b06585f243e923b60fbba0d","2775148":"cache/7810/campaigns/2775148-2ef7a1e2703e8c2a660b3d6fe8b30243","2775150":"cache/7810/campaigns/2775150-e181d13d11e6642cd9ace07b2553e476","2775151":"cache/7810/campaigns/2775151-f6fdf0ede4d7fca970418d345d9d5bff","2775153":"cache/7810/campaigns/2775153-6ba70efd329ed8cad4a3ccada0f4583a","2775154":"cache/7810/campaigns/2775154-bf08fed7360bb507b4a13c582b755b8a","2775156":"cache/7810/campaigns/2775156-334440b65393cd77309efbd45e257a4d","2775157":"cache/7810/campaigns/2775157-5cf40c1eb3f1781c78fae7080e5d51e6","2775159":"cache/7810/campaigns/2775159-ce65c68f55d9c3b0e462e1491d01d243","2775160":"cache/7810/campaigns/2775160-4034ad32e2137e2983213ec56d3b543f","2775162":"cache/7810/campaigns/2775162-d984066f49415a5cdc6924af5814a002","2775163":"cache/7810/campaigns/2775163-919cccb930c1881d9f7f836bc4e82f4e","2775165":"cache/7810/campaigns/2775165-462b881c8f677fd54491545a183e6fc9","2775166":"cache/7810/campaigns/2775166-76418cd34f7dc02ef16ac3155fb9606c","2775168":"cache/7810/campaigns/2775168-44b3cf2a8d508b480b6b93f1471e8bd8","2775169":"cache/7810/campaigns/2775169-318fa1e218e0711806a709e9b25e288b","2775171":"cache/7810/campaigns/2775171-112117e3eb27d3addca660f2d9f6b53f","2775172":"cache/7810/campaigns/2775172-a351bb4e0e24149609e7f71599289272","2775174":"cache/7810/campaigns/2775174-7a1c78c6b206b3512c0e8147ff7d8a39","2775175":"cache/7810/campaigns/2775175-694c3a5f1b71c9fe41d51312d323afdb","2775177":"cache/7810/campaigns/2775177-5e49a90574ce19ad0f2d48dda016c78c","2775178":"cache/7810/campaigns/2775178-815c89d7aceec5b841d10ca73c0a4816","2775180":"cache/7810/campaigns/2775180-c520b9d21272c5a886ceffba0264c759","2775181":"cache/7810/campaigns/2775181-3b10208cbd7a04d32af29950b783ca34","2775183":"cache/7810/campaigns/2775183-19984405a042477e1b921c89eba969e6","2775184":"cache/7810/campaigns/2775184-9e1e20caa9cb9a6deaf437e59f21c622","2775186":"cache/7810/campaigns/2775186-c70a179a82fe15fd4ab2da45a8898e72","2775187":"cache/7810/campaigns/2775187-8acc186cf0ab4687cce9f3d1325e5796","2775189":"cache/7810/campaigns/2775189-49a8f953ef93dd17a52c458f0069eea2","2775190":"cache/7810/campaigns/2775190-909f37192fd0029b1598672f7b2ca61c","2775192":"cache/7810/campaigns/2775192-2ed4d8895a837e3399909697545aa23b","2775193":"cache/7810/campaigns/2775193-8a7cd297ab5ebe3de37941f751c62381","2775195":"cache/7810/campaigns/2775195-2f4a3746070e5262fb64859c88add5c4","2775196":"cache/7810/campaigns/2775196-ef3a1ed8960f89d6580034c2688cfdd8","2775198":"cache/7810/campaigns/2775198-c31f9a077ad9b7fd35852fe11962610f","2775199":"cache/7810/campaigns/2775199-127aed570012412eacfd32cae5e52f0d","2775201":"cache/7810/campaigns/2775201-9cdd40b4d41ae8b53f6abf485878fa87","2775202":"cache/7810/campaigns/2775202-1b04906a3b5424d6e7e6fc2ce90243d1","2775204":"cache/7810/campaigns/2775204-06c688d724312f77a5eb69dc2b3ee5f9","2775205":"cache/7810/campaigns/2775205-f4fe8433ba9f0f52adb0ccf08fc98f19","2775207":"cache/7810/campaigns/2775207-e4f59c34868daeed6b3c443f035183f8","2775208":"cache/7810/campaigns/2775208-68867533c6e32116fb6f4853f2d0391c","2775210":"cache/7810/campaigns/2775210-6b42146b824457528209abc872950ec8","2775211":"cache/7810/campaigns/2775211-100439a008cfffccf16f91bb8cc261b5","2775213":"cache/7810/campaigns/2775213-f88309d7366fd489308177b01d4608c6","2775214":"cache/7810/campaigns/2775214-8bcfedc89440de36c47ee287cc86a72b","2775216":"cache/7810/campaigns/2775216-950f24470dc57eefb210fe69c89c38ed","2775217":"cache/7810/campaigns/2775217-16efb873ddf201647de63a9b7bf8e74d","2776243":"cache/7810/campaigns/2776243-cf3f9489c36b0e84278982158cdafb16","2776846":"cache/7810/campaigns/2776846-399e4ff017cc2aaf470cd360e5eb3da1","2778143":"cache/7810/campaigns/2778143-3d361f5f6ca608af0f63e4c09c403482","2778144":"cache/7810/campaigns/2778144-cb1e6ad324f471b5fd611543a6aa4cb7","2778146":"cache/7810/campaigns/2778146-77306ab061fb0f4d98dffd1a532bea00","2778147":"cache/7810/campaigns/2778147-7b9e7b9e6a641c6da2e2ba11a377b415","2778149":"cache/7810/campaigns/2778149-a71c9685c815d40d8a9f5097d736c99b","2778150":"cache/7810/campaigns/2778150-e787cd835e16c2e7405fb271ef346384","2781684":"cache/7810/campaigns/2781684-597679110166d243b7858c2280325805","2781685":"cache/7810/campaigns/2781685-0c83bfa80a21fdfd1ec61fe3f1c46500","2781693":"cache/7810/campaigns/2781693-aac9bb243d6d94591e2cb1b8f1585a4c","2781694":"cache/7810/campaigns/2781694-45237e38beeb69d87a83353f2263bba4","2781698":"cache/7810/campaigns/2781698-637a2e998af96d3d011d9e40715d2a79","2781699":"cache/7810/campaigns/2781699-52cb5bb5397bc16983c9f6594450ffca","2781709":"cache/7810/campaigns/2781709-087f41ed214c9a3e3c131929e35dcaeb","2781710":"cache/7810/campaigns/2781710-8e7cb94122fb57b77abe2bd4f855c2eb","2782980":"cache/7810/campaigns/2782980-2700522e83e6c68fa720349d8e85bb1d","2782981":"cache/7810/campaigns/2782981-b10ad5cc59138c09f92649970637560f","2782982":"cache/7810/campaigns/2782982-0114011979f778dc11e2e21cab6859c2","2782986":"cache/7810/campaigns/2782986-b4ce49d7725f28a2b40f8dcae93247dd","2782987":"cache/7810/campaigns/2782987-d7491d39aef6e7b4a01a108022a43a6d","2782989":"cache/7810/campaigns/2782989-15d13a47c11a0c9dfc4457278529ee83","2782990":"cache/7810/campaigns/2782990-7bde4cdff0ef8fa4521338f732d30cb6","2782992":"cache/7810/campaigns/2782992-9e7be251ad8dfbea4e175a9084587032","2782993":"cache/7810/campaigns/2782993-fadabf86b99a4c7d88b26b21283c943f","2782995":"cache/7810/campaigns/2782995-a1de59bfedbb3fb4c6f9d1b7d2ab4217","2782996":"cache/7810/campaigns/2782996-2a80c1b43f87e6e71c73663cc18b8ad2","2782998":"cache/7810/campaigns/2782998-5ea24e75cb2e80ea00e4c54dbc353e3c","2782999":"cache/7810/campaigns/2782999-20554a717cb32fd06292fdd5bda71f51","2783001":"cache/7810/campaigns/2783001-2be73002201a49ecb622bf2988558e3b","2783002":"cache/7810/campaigns/2783002-313cfb9d2cfa0b18c1aada8f3774252d","2783004":"cache/7810/campaigns/2783004-bc6758ae8829f9248cb3fd008f0d5613","2783005":"cache/7810/campaigns/2783005-ab553478b786c08a1ceb26b66eece972","2783007":"cache/7810/campaigns/2783007-8ad8fc7cb1370d92939cb2013293f831","2783008":"cache/7810/campaigns/2783008-ba318031cbc1f3b6aedcd2bd3df2ae7a","2783010":"cache/7810/campaigns/2783010-d0c3b689f286ee0c266db701b509aa92","2783011":"cache/7810/campaigns/2783011-abd93f07a2a13b85943ec96cf5394b17","2783013":"cache/7810/campaigns/2783013-4e75d3b8af24c1b2e5d1dae0b6ea2e31","2783014":"cache/7810/campaigns/2783014-53d6bba6d7c68a017395851d5d82e387","2783018":"cache/7810/campaigns/2783018-6bb462a251570782487618d4f4110903","2783019":"cache/7810/campaigns/2783019-f928e060e6030915bfa92cad4fce0f0f","2783021":"cache/7810/campaigns/2783021-52189040838e7d305e1235300f0a1976","2783022":"cache/7810/campaigns/2783022-110ea79ab6ded974cfd0fa7eaa0f9bde","2783024":"cache/7810/campaigns/2783024-43e7d0531f6cf2a8d8b549023e6e85e1","2783025":"cache/7810/campaigns/2783025-3495c58b25a10cc159f52da786776a46","2783027":"cache/7810/campaigns/2783027-7e6f638ebe6d25d710e8ff861aeef7f8","2783028":"cache/7810/campaigns/2783028-bb6ab8750d46b61ec801b8af53a8901f","2783030":"cache/7810/campaigns/2783030-0306d37d1652184b32e9762b00cda76d","2783031":"cache/7810/campaigns/2783031-11480790520b9f95c1e47a1d148c289b","2783033":"cache/7810/campaigns/2783033-5f80f6cb86408c02d2ff2f83e3075ef4","2783034":"cache/7810/campaigns/2783034-0f577b3cf203561945bfa5f77a897410","2783036":"cache/7810/campaigns/2783036-01c744387314b268511d91256adb2aac","2783037":"cache/7810/campaigns/2783037-38e97bab52a30f330e1502ac8c02a633","2783041":"cache/7810/campaigns/2783041-5103405d4006063074776d9efd14953b","2783042":"cache/7810/campaigns/2783042-7783ee084fd58b0cf90999ff426ccc6f","2783044":"cache/7810/campaigns/2783044-3acbf5036435ca8bffab6e3433f635e8","2783045":"cache/7810/campaigns/2783045-2e14293923388d7613a7426d40d02865","2783047":"cache/7810/campaigns/2783047-c825b4add60cb361543bf6a1addbf611","2783048":"cache/7810/campaigns/2783048-89dc1a352e1e203f548099dbc9b16368","2783050":"cache/7810/campaigns/2783050-94f6b299010285ef4e7376763a8b395b","2783051":"cache/7810/campaigns/2783051-a3cfd9592ee48e9e2fd0f55d02fb21a3","2783057":"cache/7810/campaigns/2783057-7a8ddae735b7964c2ca631462a7ae2d0","2783058":"cache/7810/campaigns/2783058-8c3e331926f5e2a1c618645cf9680838","2783060":"cache/7810/campaigns/2783060-32d40d50df8684353a264e489fd5d4ce","2783061":"cache/7810/campaigns/2783061-f57cfc97764c06bf378f0d4207fe3a11","2783067":"cache/7810/campaigns/2783067-11e3db29913fc091edb199fa422abdc2","2783111":"cache/7810/campaigns/2783111-b9086dd993f785943ba9a3b7991ec32d","2783275":"cache/7810/campaigns/2783275-af66092ab560b824e6256340b8510877","2783283":"cache/7810/campaigns/2783283-0db7b667147ca2504d9d585935160128","2783284":"cache/7810/campaigns/2783284-cce349ff9040aa06ab75b67a8ea61053","2783286":"cache/7810/campaigns/2783286-b3121f726bddd30bca865320128c3748","2783287":"cache/7810/campaigns/2783287-af2997261bb17d46b29c4af4aa8ab6c3","2783289":"cache/7810/campaigns/2783289-12e229f39f92a50ad6468275d93a9d97","2783290":"cache/7810/campaigns/2783290-f2cf633319ff6b5e4ac7fd45850b7b74","2783292":"cache/7810/campaigns/2783292-4940cfd283a0fc36409d274c2e0b41f7","2783293":"cache/7810/campaigns/2783293-9381b9e71c8372bb18a83ebb4adc7aab","2783295":"cache/7810/campaigns/2783295-9e0d01433118417aca08733ff94b5f5d","2783296":"cache/7810/campaigns/2783296-34f1ec487f474a46456c8ae346c10cff","2783298":"cache/7810/campaigns/2783298-6f7173efc0c3a75048519dccda1cc1e8","2783299":"cache/7810/campaigns/2783299-9663d9c510307282f4300b1770a04e21","2787996":"cache/7810/campaigns/2787996-c54cdc8565818427ddce07988670001c","2788871":"cache/7810/campaigns/2788871-553442a7c4ff81a85c080e68370a73e5","2789535":"cache/7810/campaigns/2789535-f341db16d6903a78a07326738ef4b066","2790203":"cache/7810/campaigns/2790203-a94b5e186d1f94d652124271a8a16405","2790697":"cache/7810/campaigns/2790697-93c1aaa73d529bc17d19b2b120d8abb3","2791056":"cache/7810/campaigns/2791056-ad9a26e1373defa3f75d1ebe9a2cf1f0","2791710":"cache/7810/campaigns/2791710-6337a2cec9fcecc986b02272c7499dd2","2794278":"cache/7810/campaigns/2794278-d2d9d38072492a589880f14dfa40b787","2795710":"cache/7810/campaigns/2795710-fe2ff4d430fd9fd22bb84bea8bb874f8","2795769":"cache/7810/campaigns/2795769-1372d9e12370e115bf63e030388b137a","2795781":"cache/7810/campaigns/2795781-338fc6a48df9a4d088fffdb9eb4f5eeb","2796591":"cache/7810/campaigns/2796591-9bc25aba3ef05c2842fb340ac4bf36ed","2800581":"cache/7810/campaigns/2800581-63a15b3db9bd4e1b91fea23463698ac2","2800582":"cache/7810/campaigns/2800582-6bf8e59c5cbda05415f4e0f96d7932cf","2800584":"cache/7810/campaigns/2800584-de8ae9077b9f574658649a59e38f85bc","2800586":"cache/7810/campaigns/2800586-25cbc155ea6966974772b49ea2d7f8cb","2800588":"cache/7810/campaigns/2800588-42723f390974b3adf752c9e43a9eb0f9","2800590":"cache/7810/campaigns/2800590-cad38aa3c6eda94c65f4b0df45d3a8aa","2800591":"cache/7810/campaigns/2800591-09759a8e672f5b6cc4c48550249212f0","2800593":"cache/7810/campaigns/2800593-952fcdfd4be6b7226c6682ba8845ad5a","2800595":"cache/7810/campaigns/2800595-ccdb17eb2ad1d2e85267ae6ceb11f5e5","2800597":"cache/7810/campaigns/2800597-239b7ce76c1fa8a0aefa61df31e66aca","2800599":"cache/7810/campaigns/2800599-afdeca14f2cbb90992054b19a005801b","2800601":"cache/7810/campaigns/2800601-746e015dffdaaf97bb28ac2f69f8690f","2800603":"cache/7810/campaigns/2800603-0333cf3462d055465b86a8f83af892a6","2800605":"cache/7810/campaigns/2800605-44d5a66ba14f8c17622e1cb1d2fe2cb4","2800607":"cache/7810/campaigns/2800607-f88d1e546939b9617a98e58f37fd70e0","2800609":"cache/7810/campaigns/2800609-02a0bf3228aad09411b8b09ec482286f","2800611":"cache/7810/campaigns/2800611-c1ab65b638d28912b3c0a3c0051e9b50","2800613":"cache/7810/campaigns/2800613-a2d82bf1c87b57f958906704ce5de13f","2801409":"cache/7810/campaigns/2801409-10e8ba59e056267b17dab38d677a4bd6","2801629":"cache/7810/campaigns/2801629-cc21b0a1fc506fae13a6a0acb3b6ff57","2801630":"cache/7810/campaigns/2801630-8861b33174832386bc637a0a45240184","2801645":"cache/7810/campaigns/2801645-136ec90be57b346ccb268e52086049ac","2801968":"cache/7810/campaigns/2801968-1d9e316aaa9a1ec0bfe70728734fe4dd","2801970":"cache/7810/campaigns/2801970-4318b7b07d8fafb45c301bb236dcd5c2","2801972":"cache/7810/campaigns/2801972-af6e650212fdab2f746692230bcbee93","2801974":"cache/7810/campaigns/2801974-293c2fb4d1ef0187e2181e35ef9e9b7a","2801979":"cache/7810/campaigns/2801979-f8f40bbd4664fd88214f55b9c87e1b49","2804090":"cache/7810/campaigns/2804090-c90651d72f16b7e9391f5a1708af5d54","2804333":"cache/7810/campaigns/2804333-abc3c5bd01748566e634be934ea775ae","2804875":"cache/7810/campaigns/2804875-fcfd38d8f89bd89a7ff4a433fd9b5e9b","2804902":"cache/7810/campaigns/2804902-753f86f3ccd065ce4281870dae60931d","2809773":"cache/7810/campaigns/2809773-d5b465576a1337335bea363d1ffdd761","2809775":"cache/7810/campaigns/2809775-33381102898dcafa9e46acb97aaca4d6","2809777":"cache/7810/campaigns/2809777-a69e47c3406c79367a089cd7694360a2","2809779":"cache/7810/campaigns/2809779-bd11c9a4a7e0cc261c89d08684464dcb","2809781":"cache/7810/campaigns/2809781-4416e9c5adc5fb2734063d23e5670f1d","2809783":"cache/7810/campaigns/2809783-ba1e60da7f0b6f3ba5370c29559e75a3","2809786":"cache/7810/campaigns/2809786-71155fc8a953128e906a49a672f29923","2809788":"cache/7810/campaigns/2809788-242dba2c92bceee39ea28cf7c87be980","2809790":"cache/7810/campaigns/2809790-c68b06d1c797b62bfaef249bdea12a86","2813892":"cache/7810/campaigns/2813892-8a050ba8476c8ab9636b8b6666fbeb9e","2814437":"cache/7810/campaigns/2814437-bcfbee39d54ea79e1ea841178b2af027","2814439":"cache/7810/campaigns/2814439-bdffd779e10a6204b1f43681d70cfb77","2814523":"cache/7810/campaigns/2814523-da76138f7c38f8a50bab310604b2daad","2814544":"cache/7810/campaigns/2814544-1e20f4e6d225c1a032a81881cab25960","2814565":"cache/7810/campaigns/2814565-a15f6daf26a8d24f4b425daf82085bdb","2814566":"cache/7810/campaigns/2814566-5770207c93da3a29551a3e38709a6e9e","2814811":"cache/7810/campaigns/2814811-5ee6c975c4ee5892ef1f3f13f8d54864","2821011":"cache/7810/campaigns/2821011-851c613dc873dd90c4b4a912ea5d4fc3","2821402":"cache/7810/campaigns/2821402-059a5472c44b8f552860eff6536b0d96","2821404":"cache/7810/campaigns/2821404-c0aab932c932b4c5a7541d12ae39fc27","2821485":"cache/7810/campaigns/2821485-aa90322c1e9866cace262ee44da452e8","2823694":"cache/7810/campaigns/2823694-90aab2b019b554cecb1a265fa8d678ab","2823696":"cache/7810/campaigns/2823696-62ae116a8805d1acd92a99a0f5383ea5","2823697":"cache/7810/campaigns/2823697-27e8ad4131402d70aa5fde29da369fe7","2826757":"cache/7810/campaigns/2826757-43bcab1c3c2057357d32c03b081c96d2","2828667":"cache/7810/campaigns/2828667-bf6cbc62a69f60e04b2abccc624e80c8","2828668":"cache/7810/campaigns/2828668-ce3042bcc9a0a08672b28c87f46876e8","2828670":"cache/7810/campaigns/2828670-5380f9da78647129e62813396e954111","2828672":"cache/7810/campaigns/2828672-3d6bca1f6bb5d84c0ab1090f2cb77119","2829501":"cache/7810/campaigns/2829501-939fcfd55c081a88e1316f7df7f5a9b1","2829502":"cache/7810/campaigns/2829502-3339a95d54d61d841aa32c07c29de64c","2829504":"cache/7810/campaigns/2829504-0b81b105ebc888564af7f9a95c9f24f0","2829506":"cache/7810/campaigns/2829506-c1ff0a7ea29fccfd3246160f63ab260c","2830369":"cache/7810/campaigns/2830369-91a44d05e638db5fb8eeaee56d46393a","2830371":"cache/7810/campaigns/2830371-294a58a2ff7dedc5cf9b167fee31d09f","2831619":"cache/7810/campaigns/2831619-527c390dff30aad3420390f77a2ec08a","2831622":"cache/7810/campaigns/2831622-68139d493d45fc18ee9000d359d3b218","2833203":"cache/7810/campaigns/2833203-4bb8954fa9c47ca8f757fc95a69e99d3","2833351":"cache/7810/campaigns/2833351-946979ea3626ff0ebf7ab8259232d797","2833367":"cache/7810/campaigns/2833367-2f537fb2c4760e2e65fbd6594cad4305","2833403":"cache/7810/campaigns/2833403-5b23eaee990028ddc476ff6003010199","2833413":"cache/7810/campaigns/2833413-73a44d5e17cbeb201a974d7a0b80cb9b","2833444":"cache/7810/campaigns/2833444-50cb4c8f8db4d363d2ed72b341b30f40","2833447":"cache/7810/campaigns/2833447-857eb8108674c36c6620805cf46765f3","2833448":"cache/7810/campaigns/2833448-3a8a359078870dd3b4ff8cdb4fa53353","2833449":"cache/7810/campaigns/2833449-9682c100fb7fca143c6c355873bbb5c7","2833456":"cache/7810/campaigns/2833456-0870166debbca5c753b104dbb0d0072a","2833459":"cache/7810/campaigns/2833459-6d4c5c4036288b28ed0d0088bec5e9b6","2833461":"cache/7810/campaigns/2833461-fab283b5d14daad973c35873d952ecf6","2833464":"cache/7810/campaigns/2833464-05eb4146c2ea60e41b15ff46c5edfa5b","2833465":"cache/7810/campaigns/2833465-f08e762adb516e6d25212c510ff78ac8","2833466":"cache/7810/campaigns/2833466-70ccfc668cab986d116bbcc627c409f7","2833469":"cache/7810/campaigns/2833469-a3756f32b7ff3c6e532101d885253e9b","2833472":"cache/7810/campaigns/2833472-7270316895f44dbdc50a03341ad583eb","2833473":"cache/7810/campaigns/2833473-31d05ee65b565a8b91096e34c45d6c37","2833476":"cache/7810/campaigns/2833476-0e85baa78e8fcbb3c118d59c5926d19a","2833479":"cache/7810/campaigns/2833479-96c2245e3861cb26e84aff25e1c4a713","2833494":"cache/7810/campaigns/2833494-a86c9d603560034a7e342452f089f601","2834640":"cache/7810/campaigns/2834640-5856a1fdf34dda08ddf938fab5fc725b","2835253":"cache/7810/campaigns/2835253-e67c92041c988ab7e61a72b7c47ebf31","2835254":"cache/7810/campaigns/2835254-a81ed3e10a4f49e568e9bedf7ce037f9","2835255":"cache/7810/campaigns/2835255-edfbf486f96eee5da6c6f0b6a8d4ef0f","2835256":"cache/7810/campaigns/2835256-c0686c9f7d63598d83c92d5932068ae6","2835257":"cache/7810/campaigns/2835257-d583d17c251b34bade13f69e58d34c9f","2835259":"cache/7810/campaigns/2835259-50f9ca22e74f4b8aa4085ed2b6bea730","2835261":"cache/7810/campaigns/2835261-f2cac08d2b460ff99fac97a30bdf17ea","2835712":"cache/7810/campaigns/2835712-01784d5c2dfe517238e56b14c007d73e","2835733":"cache/7810/campaigns/2835733-0a1a83380f4b73f2e18b2e18ef8342f5","2835734":"cache/7810/campaigns/2835734-2495bee717ef04c1375a60b8fd6c3a07","2835735":"cache/7810/campaigns/2835735-d57a27a1d04d83ff97c5644d95150b56","2835736":"cache/7810/campaigns/2835736-65a00bef0fd34d80d03d2006b1f1ccb7","2835737":"cache/7810/campaigns/2835737-2ada4cb27e9461cb5b543d2290fef694","2837519":"cache/7810/campaigns/2837519-601a740aaa7e5a40545c87f179965992","2837583":"cache/7810/campaigns/2837583-04b6dc308fd73df5019b6c03074111f1","2837599":"cache/7810/campaigns/2837599-ebd4844cec5dc89da5bd652ed5013fc7","2837670":"cache/7810/campaigns/2837670-693f24edffea0c608ea1d6e670cb4665","2837673":"cache/7810/campaigns/2837673-4577a031b6cc2772e0e8c54244c3e531","2837802":"cache/7810/campaigns/2837802-24ff1cb4f2e7ac9dbc8bbaeb9174e637","2837815":"cache/7810/campaigns/2837815-e74daab655dc24e8eaaf91bc7b24122f","2837822":"cache/7810/campaigns/2837822-71293813f0b12000efa455a6e25609af","2837825":"cache/7810/campaigns/2837825-581bb3ba2e09dc5cdbe7f39c4361b8a2","2837830":"cache/7810/campaigns/2837830-eaad87c8ff7e1c7150d076dab7aa787f","2837836":"cache/7810/campaigns/2837836-afba9fa255fa96d9d6e427379f0e693b","2837837":"cache/7810/campaigns/2837837-055ac391909aa232a55da0e48be20334","2837838":"cache/7810/campaigns/2837838-57c87acbaa9da8b5e74882738f6ee235","2837845":"cache/7810/campaigns/2837845-89483050de7c0757a286ef08855ce4c8","2837846":"cache/7810/campaigns/2837846-06a6d4e47c0e06e5a83c2af3e7dec55c","2837849":"cache/7810/campaigns/2837849-dbc7ec752af867517609257e6e841008","2837854":"cache/7810/campaigns/2837854-72c874d39107d278d3de749beaf867c0","2837855":"cache/7810/campaigns/2837855-94e87ff6ed9ac0fcdd291bdb8fde69a7","2837856":"cache/7810/campaigns/2837856-3a74a5ca3f0f1988d866ab92ec4b1851","2837857":"cache/7810/campaigns/2837857-c99e8dc25abac23616d42e35fcf3a2eb","2837858":"cache/7810/campaigns/2837858-4327e120b0cce029fea43c46f2557829","2838518":"cache/7810/campaigns/2838518-5a0c7e16785129920159ab5c1bbfbd48","2838519":"cache/7810/campaigns/2838519-63bf0a5b3dfbdfc6d76c5f527ed35654","2838520":"cache/7810/campaigns/2838520-6e39f33e7e42505d3d9057f1e6bb46ba","2841678":"cache/7810/campaigns/2841678-9d1608db101b76a2f466361dfd1b8c7e","2841679":"cache/7810/campaigns/2841679-e9cdc345f3b702621aca434b027b0aa1","2841683":"cache/7810/campaigns/2841683-bb9660f5fa0902284b02fd951d43540a","2841691":"cache/7810/campaigns/2841691-684f460ccdd49d93b1f4cc8ee444235e","2841696":"cache/7810/campaigns/2841696-2a3da213caeb4e8fb262329d41713bdd","2842966":"cache/7810/campaigns/2842966-9a37764822c619270f8a9c7988703850","2842987":"cache/7810/campaigns/2842987-a34a3829f97fce4a0888a9fbb623114e","2843867":"cache/7810/campaigns/2843867-be54aa2823cd24524ec336c30d1ab717","2850856":"cache/7810/campaigns/2850856-d1c5368d8d318360c46f8dec21c0aa24","2854242":"cache/7810/campaigns/2854242-fb7c198e71897ab5e6a801330954f59c","2854247":"cache/7810/campaigns/2854247-80fa2bdff700c19c84dc9beceb832e5e","2854248":"cache/7810/campaigns/2854248-97ddb281ede057716f9b88de3f4b68eb","2854251":"cache/7810/campaigns/2854251-c2a200b825c1318bf94dc6d116d44118","2854259":"cache/7810/campaigns/2854259-4a2f3e128de87374c8cf678d58d86abe","2854815":"cache/7810/campaigns/2854815-974777787433908e81fcaa3b37616bef","2855832":"cache/7810/campaigns/2855832-5aeffd16f17453a0247db6d8a53c9d5b","2855833":"cache/7810/campaigns/2855833-0adae8728888af520f314eade6737a61","2855834":"cache/7810/campaigns/2855834-f0ff7950c0ed0f446834ec0e58801aa7","2855835":"cache/7810/campaigns/2855835-6d989416b3529b56e70d342d7953a71e","2855924":"cache/7810/campaigns/2855924-3b9800b17d15efbf98987fbcb5b95046","2856345":"cache/7810/campaigns/2856345-79db22fb0e6cd64ab735d6794f2b1aa2","2856346":"cache/7810/campaigns/2856346-92c8a82e805a0720d029833cf5041ebe","2856347":"cache/7810/campaigns/2856347-88f95e3ef878b5b500cd61f23123be28","2856348":"cache/7810/campaigns/2856348-d26d9529c30c9cbc36b9291d77fff924","2856349":"cache/7810/campaigns/2856349-0f1305f1b7651690991adfec46293331","2856350":"cache/7810/campaigns/2856350-f8a237552f6fe94f553374b1e7bbefc8","2860486":"cache/7810/campaigns/2860486-1f115e5339ebf0556e9fb040fe94531d","2860501":"cache/7810/campaigns/2860501-92c2fba2c189bc1d30bd1f049e4b490d","2860509":"cache/7810/campaigns/2860509-438446fe089b8e299052afcc906b857b","2860510":"cache/7810/campaigns/2860510-5d232d3cda961555ee55d31bd54c7996","2860511":"cache/7810/campaigns/2860511-50075963f1c11f9e7181fcb791cafdf3","2860512":"cache/7810/campaigns/2860512-cff5f722eb3c4c33127ca7be1fdbb926","2860515":"cache/7810/campaigns/2860515-a000660c898520f8efc6b84d2032fd71","2860989":"cache/7810/campaigns/2860989-a23dc88f652a5b4ad7156026c8a4df14","2860992":"cache/7810/campaigns/2860992-f5fb855155d59d79a4b12c813cccd420","2860993":"cache/7810/campaigns/2860993-925a984f2ea1e7e3ef0a8ada828a9fac","2860994":"cache/7810/campaigns/2860994-03a949cb7c9f3a0f92a19b565c5a4581","2861621":"cache/7810/campaigns/2861621-c80dc468dcc4992bd35e533e83235953","2861622":"cache/7810/campaigns/2861622-c0f43b7a4fe4f5c61b231ac0609143a7","2864810":"cache/7810/campaigns/2864810-9607dcbb04e26a9020d22b7a1ea02d7a","2865506":"cache/7810/campaigns/2865506-90e3c95386287da48453969273a115a8","2865509":"cache/7810/campaigns/2865509-e193fb8570c48a2ca4bff7ca5404d0c4","2865513":"cache/7810/campaigns/2865513-94953fc47327abc1ccb281fa8eaddd67","2865514":"cache/7810/campaigns/2865514-48bbdc510159bc827e4882d13049048a","2865537":"cache/7810/campaigns/2865537-877397bb1cf4a68bf5d462a0d91ef667","2865580":"cache/7810/campaigns/2865580-d2cf728e33033ab4c845dc65e88cf414","2865603":"cache/7810/campaigns/2865603-958396374502510cdd87f6e4a428594d","2868027":"cache/7810/campaigns/2868027-66222f03015b362882815e7733042213","2868028":"cache/7810/campaigns/2868028-267e40c677ccc2c696face531ac5f4bd","2868039":"cache/7810/campaigns/2868039-1dbc3f43bcb87b155bd0e5ed24c82a70","2868041":"cache/7810/campaigns/2868041-092eb3925fbddf7a7e4b4c9e7cef1c2e","2868042":"cache/7810/campaigns/2868042-6371b2a4ad507f387a4482a9b94d75e5","2869975":"cache/7810/campaigns/2869975-64c2d20150b70a86dca9262159b7cd25","2869976":"cache/7810/campaigns/2869976-b977a74aa0470c1cd0ef39680c82fece","2874945":"cache/7810/campaigns/2874945-46185ef5a7363bd7f76d01ca514a4799","2874947":"cache/7810/campaigns/2874947-cc7b3883ec23ba4491d44af588162882","2874949":"cache/7810/campaigns/2874949-96c101f3c6203ef5034ee54d4c22a4de","2883372":"cache/7810/campaigns/2883372-f3ecd070a8dd483969ee3d85e7670a8c","2883375":"cache/7810/campaigns/2883375-5217b324aab9701352a6338967e772fd","2883376":"cache/7810/campaigns/2883376-cb7fe693b2c1d730ea24ecfe6021fe8f","2883377":"cache/7810/campaigns/2883377-054effc09c86d98a590fc17db22ca945","2883425":"cache/7810/campaigns/2883425-adb7a0f726b9498df658fac68e2789a4","2902295":"cache/7810/campaigns/2902295-625d652df26dc5fdfc2ea1a302d194df","2908079":"cache/7810/campaigns/2908079-ff01dde91f03716e29c3f2e5d1304e9a","2911701":"cache/7810/campaigns/2911701-d36f6e851a16d584cf67cb11bef991a4","2911703":"cache/7810/campaigns/2911703-0fb915383499fac874780addf60635fa","2911705":"cache/7810/campaigns/2911705-53f6451bea5d1628632d2ef9d180b0ba","2914801":"cache/7810/campaigns/2914801-716382763714bee9cc1b57af46221b55","2914803":"cache/7810/campaigns/2914803-1da2a00f598d1db35c1d74ec0eb1781f","2914805":"cache/7810/campaigns/2914805-d21c9fa1c9e3a3355448947296d0d58a","2916328":"cache/7810/campaigns/2916328-f1b383727c93d215b5256b1f410e8c51","2916330":"cache/7810/campaigns/2916330-1c726e1fffe9e324164c59f9bca00f38","2916332":"cache/7810/campaigns/2916332-fc14a3bf33ff2981367106a2756e8607","2916338":"cache/7810/campaigns/2916338-b6c4f351331c30808c32ae3397fa31af","2916340":"cache/7810/campaigns/2916340-2981ef2ff9367ce2fce6b35385472f2c","2916342":"cache/7810/campaigns/2916342-afc1df9b65b3afc8d713fb050c0af60a","2916344":"cache/7810/campaigns/2916344-7df4423e9ddd6c8fe261c10007d9fbdb","2916346":"cache/7810/campaigns/2916346-4f48bdfb567a7276474506e4723d225a","2916350":"cache/7810/campaigns/2916350-96dedc141148b5f43efd6d756b237d77","2916352":"cache/7810/campaigns/2916352-dea0dea90d0e582ba69c7a4ca6a9ba43","2916354":"cache/7810/campaigns/2916354-66cd3613e11f6de296fcacd203f7a809","2916356":"cache/7810/campaigns/2916356-c8d51ecbdabc887170f620643c8d02f1","2916358":"cache/7810/campaigns/2916358-641b4eff35935e5ff00c1c7c3251dc12","2916360":"cache/7810/campaigns/2916360-5abdc8788e839eb4961ba0c13b029825","2917379":"cache/7810/campaigns/2917379-936bfbaefe6fa0c46961fc668105edba","2917533":"cache/7810/campaigns/2917533-e46f67f9db8a9939289c2262b093cb85","2920977":"cache/7810/campaigns/2920977-b50e11dcbd6b64694ed0e569b6491d64","2920979":"cache/7810/campaigns/2920979-45cabb577536111dfdd92c32178d9f40","2920981":"cache/7810/campaigns/2920981-8b4872aee179db1ab94fa2f84d5d0714","2920989":"cache/7810/campaigns/2920989-83f4c04a126f0239444cd948b308ca6d","2920991":"cache/7810/campaigns/2920991-f96b8a4c0b0616ea8bb1a4eeaede1a2f","2920993":"cache/7810/campaigns/2920993-e8de8d08f0fba07ab2bf5f8a0723e50a","2921001":"cache/7810/campaigns/2921001-c2e7615e81648025b60bc176e12fa457","2921003":"cache/7810/campaigns/2921003-f3f72818b2a7c608b782b15c54a996b9","2921005":"cache/7810/campaigns/2921005-6e931292d339e9f94d1293b7323895ae","2921158":"cache/7810/campaigns/2921158-6914f92e3b4bbcd0d2c80c55f0cbcb68","2921160":"cache/7810/campaigns/2921160-086855eb913f6f369cd18d21fdf5f389","2921162":"cache/7810/campaigns/2921162-9933b6445711ab8fdd0af75830a395e5","2921182":"cache/7810/campaigns/2921182-6ae5cc4d47873495ecc5149b66912045","2921184":"cache/7810/campaigns/2921184-cea100c94d5a9bb95e2f97d090235de6","2921186":"cache/7810/campaigns/2921186-dd4d420b11de5dec6cca9646d225c65c","2921188":"cache/7810/campaigns/2921188-617bb6f0945d23c89a4755b3328e00ea","2921190":"cache/7810/campaigns/2921190-7960929fbfbb73febee2d248fab5006a","2921192":"cache/7810/campaigns/2921192-1ad2234c64b5d858ca0b76db869927fa","2923450":"cache/7810/campaigns/2923450-528fd0a5f21d9d357c891dfb9012efce","2923452":"cache/7810/campaigns/2923452-f4b4779e86c61d8d987935771d3da918","2923454":"cache/7810/campaigns/2923454-96eee0a1842943c62b4aefd83986cbce","2923456":"cache/7810/campaigns/2923456-00d31a3031f44e0d09790bd984f1f37d","2923458":"cache/7810/campaigns/2923458-257342b744a46576c1f48b28057b73af","2923460":"cache/7810/campaigns/2923460-186c76254d3f15f8c2e6872d29e8e966","2924629":"cache/7810/campaigns/2924629-55a5871d717227b115d07590dda4b074","2924631":"cache/7810/campaigns/2924631-9b6dfe1cafb0944651ee2f80cf592715","2924633":"cache/7810/campaigns/2924633-031927b83cd91c80b034ea4aec86b5d1","2924825":"cache/7810/campaigns/2924825-e53f2a23d425d766e2d60f2d13965004","2924837":"cache/7810/campaigns/2924837-5e6bd695052a7e11faca400d134a0658","2924839":"cache/7810/campaigns/2924839-db23823c7cde9aecd87d4d33cf916400","2926039":"cache/7810/campaigns/2926039-6287fb22f7ccd5be20614658f2573b53","2926041":"cache/7810/campaigns/2926041-c9b4ac44bf4a5b1f33ded6a20ded0023","2926043":"cache/7810/campaigns/2926043-241bd83990b2f53f26296fa762c24fb7","2928505":"cache/7810/campaigns/2928505-a6cfb145cbd013947d269d781cd5cdcd","2928569":"cache/7810/campaigns/2928569-d26e0eb1cfdbf38e889b566cf022b0ad","2928571":"cache/7810/campaigns/2928571-538663e530ef9a8c4e99b4d15c7b3305","2928573":"cache/7810/campaigns/2928573-69239ecd0bdb0b48296422d16f477768","2928616":"cache/7810/campaigns/2928616-3a8a130b0a1c25386faece0f0cc72ed2","2929566":"cache/7810/campaigns/2929566-e16d312ddc8500650857eda4f2576592","2929999":"cache/7810/campaigns/2929999-8921134a0374c53c20e4d88b5d1d5b90","2930891":"cache/7810/campaigns/2930891-cddff931f866cb43e598a1198ef0207c","2930893":"cache/7810/campaigns/2930893-75edadee763e8ca2ded581453a2396ac","2930895":"cache/7810/campaigns/2930895-64a07a89f788c00b6e8d097cec536861","2930899":"cache/7810/campaigns/2930899-1a534f8313147f95e3e82b8f4b12bee2","2930901":"cache/7810/campaigns/2930901-15c9ef82bae142b15db84661dc5dd5f2","2930903":"cache/7810/campaigns/2930903-d2c434e46479a4861c59200f14b7ae1c","2931367":"cache/7810/campaigns/2931367-fd72afb61f35c528c4b88530bfc5520e","2931369":"cache/7810/campaigns/2931369-d8a6d0754f964db01b5bded2a9cb98e9","2931371":"cache/7810/campaigns/2931371-da3769654f5e8a418468286aad8c3f3c","2931373":"cache/7810/campaigns/2931373-6c453f4a00c1563ea0bdbe86b3dddd6a","2931375":"cache/7810/campaigns/2931375-c4f54ef8173d68032552918d0d7a28f8","2931377":"cache/7810/campaigns/2931377-9d790dca57178648d681874745ccfc57","2931446":"cache/7810/campaigns/2931446-ad80320c3c50327a13f9b87c5d7523df","2932425":"cache/7810/campaigns/2932425-ef59a8a3888f6ad2f6e4b269f24cd46b","2933872":"cache/7810/campaigns/2933872-7703573545e23d7f4ea6222dea79d7a3","2935736":"cache/7810/campaigns/2935736-a84c395458b339735ea29aa22f70bba7","2936034":"cache/7810/campaigns/2936034-f00c189af91d64c84a071d31b73bfdf0","2936035":"cache/7810/campaigns/2936035-1cf6e014cf5d4e4f5261815b2e5a073b","2936036":"cache/7810/campaigns/2936036-b9a94b070b45d8a2aed66cc1a9c0d400","2936037":"cache/7810/campaigns/2936037-5c39c1bc1d06e6b78beae524b916ffd3","2936038":"cache/7810/campaigns/2936038-60a9fe0e4bdf755cdeb096ad7cced0d4","2936039":"cache/7810/campaigns/2936039-9a506e17fae5215584024e9921467938","2936040":"cache/7810/campaigns/2936040-8e919ec2a7ac525c195db25f52d2a520","2936041":"cache/7810/campaigns/2936041-0e483ae2c2f8b310d2369f9190034505","2936042":"cache/7810/campaigns/2936042-0249f00801c4ce1f37b5b5bef16eac3b","2936043":"cache/7810/campaigns/2936043-70daa722a88b5c07bcc06873039d143f","2936044":"cache/7810/campaigns/2936044-68621fe381d84288f5f21a7ab0c94dfb","2936045":"cache/7810/campaigns/2936045-8965e2da5ad244671c950367ce16d6db","2936046":"cache/7810/campaigns/2936046-505ed2a169862dd1cab8a7ebbfa8353f","2936047":"cache/7810/campaigns/2936047-764f4950a4f899837fa0c1ec207e6258","2936048":"cache/7810/campaigns/2936048-a700ecd473f56ec145a1c0bf5f55597e","2936049":"cache/7810/campaigns/2936049-3bdd1121240049fa55047a45bcc7b33c","2943559":"cache/7810/campaigns/2943559-a4250827c30d4e896593a6863d7e8d28","2943560":"cache/7810/campaigns/2943560-41c810a1363b8c4c609051321e69d41b","2943561":"cache/7810/campaigns/2943561-82d96c73f75fb3f985b4f33b05c5f1cd","2943562":"cache/7810/campaigns/2943562-56da4e8b51cfe910bffb9a4d5ddaac95","2943563":"cache/7810/campaigns/2943563-baea5055a1e463eccd9ca1953c42f598","2943564":"cache/7810/campaigns/2943564-ecae395e82a9371ed2f8d539d9f97fe3","2943565":"cache/7810/campaigns/2943565-b657482f50e0885f55fdd56e9207db74","2944481":"cache/7810/campaigns/2944481-2937c6ba24bc9f3177cfe88a073585b3","2944514":"cache/7810/campaigns/2944514-26188bad36b9e4ea171558b266b1c583","2944515":"cache/7810/campaigns/2944515-a145b25d06d76c6fc8a8ef92c5d0f6fb","2944516":"cache/7810/campaigns/2944516-bedffacba0be18f1d108894f63334f6b","2944518":"cache/7810/campaigns/2944518-90206bcc822ec0a4c360aed113ca4418","2944519":"cache/7810/campaigns/2944519-0901e1dc6ef3449e4bb57c871286f7cb","2944520":"cache/7810/campaigns/2944520-1b3cfeabfa394c0280cf09f26784cd3e","2944522":"cache/7810/campaigns/2944522-6867f5c400905bb3f13b6ccba241df11","2944523":"cache/7810/campaigns/2944523-df516c189c48474adb08bed78767dcc6","2944524":"cache/7810/campaigns/2944524-b90085ac0c45f75149b577cb4df20f87","2944526":"cache/7810/campaigns/2944526-66adf94de3718eb49545b283b8b43872","2944527":"cache/7810/campaigns/2944527-5f9c70d51db8ec9962dea3009e5d6022","2944528":"cache/7810/campaigns/2944528-15996af860d21391d9e7d740931f225e","2944530":"cache/7810/campaigns/2944530-541565f73a607e76baa84485159b4199","2944531":"cache/7810/campaigns/2944531-9a28f5eefe7ec3f5ba55820758541e60","2944532":"cache/7810/campaigns/2944532-af4b4c3626b55b97eafcc4c9ea9274d1","2944534":"cache/7810/campaigns/2944534-59a153bcb9341e257ab15de3be067631","2944535":"cache/7810/campaigns/2944535-a7d803ff682a35469c2b1299c0490f56","2944536":"cache/7810/campaigns/2944536-5f66f4d39a3dba7845a44fd151e4e951","2944538":"cache/7810/campaigns/2944538-675fd083afffd37406ac52085130feaa","2944539":"cache/7810/campaigns/2944539-b7c493666aceb031985e6328658ff730","2944540":"cache/7810/campaigns/2944540-50ab1aabc419ca25c1e08fd7bb734305","2944614":"cache/7810/campaigns/2944614-9cf1b14b9ebade1a6c298ca5147dc96b","2944615":"cache/7810/campaigns/2944615-1d44f687d426f8c87507cbb38134bff0","2944616":"cache/7810/campaigns/2944616-82c76213c0fb61c4ebb706be08e23397","2944618":"cache/7810/campaigns/2944618-84066bc0216c75141e0ca9651d26dc6b","2944619":"cache/7810/campaigns/2944619-a354b0dfd1452c86d7aea75743e95f29","2944620":"cache/7810/campaigns/2944620-b9e192bb846572fea776f0c2b9d07204","2944622":"cache/7810/campaigns/2944622-fb81ea247e26ba2d537509089c5208b4","2944623":"cache/7810/campaigns/2944623-a088e09124d52eaac23223f1e20e6432","2944624":"cache/7810/campaigns/2944624-bb20301dcb5500161fdb787b6c015277","2944626":"cache/7810/campaigns/2944626-0eb31640c01e3ae4250eb6039778442d","2944627":"cache/7810/campaigns/2944627-d5f4031ef66ea634a6634ecdf01b72fd","2944628":"cache/7810/campaigns/2944628-920915cdfc03ec258be16b66949c3e23","2944631":"cache/7810/campaigns/2944631-56ae9834e96381e8274d6f58c162d267","2944632":"cache/7810/campaigns/2944632-3ce47e936a890545ec1f576b75a4872a","2944633":"cache/7810/campaigns/2944633-031ae4e5d40de72db60ffbb65568779c","2944635":"cache/7810/campaigns/2944635-e4390d1ca6450fed6b0d7b6a6ae1581a","2944636":"cache/7810/campaigns/2944636-7c48d88f72cb602b5ae5ffe7052777cd","2944637":"cache/7810/campaigns/2944637-58264e154eb30750c7d3f98607edeee9","2944639":"cache/7810/campaigns/2944639-682e0414bbe8c0a0d45d2a7db8bf39d1","2944640":"cache/7810/campaigns/2944640-f0158d7805967705deaaa4447b0117a7","2944641":"cache/7810/campaigns/2944641-daeae39c0123365953748efe4ebbc0a0","2946390":"cache/7810/campaigns/2946390-8e1a0ec0a89eec38778ef9420a70d927","2946391":"cache/7810/campaigns/2946391-46842c74f0f4d636dc68dee0261bad7c","2946392":"cache/7810/campaigns/2946392-3b0d929359d727ceff8010524189f7f1","2946394":"cache/7810/campaigns/2946394-96aeef9bc199b57ca29005ad98a816ff","2946395":"cache/7810/campaigns/2946395-8f69d5c47f31f75e9e6580871675a0ec","2946396":"cache/7810/campaigns/2946396-1911db7f9349cc9d7b77d977c5e9eef7","2946398":"cache/7810/campaigns/2946398-c20cce138384ceba4ccc79e8c94ef769","2946399":"cache/7810/campaigns/2946399-8cc7df016525ea4aec5e4de57de5ba2b","2946400":"cache/7810/campaigns/2946400-4b9bcbe20be84b6e3e5b8959f9f3e700"},"index_live":"cache/7810/campaign-index-live-573febd746d17ebd7eebd6c07fcb253e","index_test":"cache/7810/campaign-index-test-573febd746d17ebd7eebd6c07fcb253e"}});