(function() { function bxBootstrap() { var re = /bot|crawl|slurp|spider|mediapartners|headlesschrome|snap-prefetch|remotasks|woorank|uptime\.com|facebookexternalhit|facebookcatalog/i; if (re.test(navigator.userAgent) || navigator.userAgent == '') { return; } if (!(window.bouncex&&bouncex.website)) { var pushedData = []; if(window.bouncex && bouncex.push && bouncex.length){ pushedData = bouncex; } window.bouncex = {}; bouncex.pushedData = pushedData; bouncex.website = {"id":6357,"name":"Versace | US (EN + ES)","cookie_name":"bounceClientVisit6357","domain":"versace.comusen","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"","force_https":false,"waypoints":false,"content_width":900,"gai":"","swids":"","sd":0,"ljq":"auto","campaign_id":0,"is_preview":false,"aco":{"first_party_limit":"3500","local_storage":"1"},"cmp":{"gdpr":0,"gmp":0,"whitelist_check":1},"burls":[],"ple":false,"fbe":true,"ffs":"DISABLE_IOS_ABSOLUTE","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\n\nvar CLEAN_URL = bouncex.utils.url.allowParams(),\n LANG_PREF = jQuery('html').attr('lang') ? jQuery('html').attr('lang') : 'en';\n\n/* --------------------------------- HELPERS -------------------------------- */\n\nfunction getMasterCategory() {\n var dl = bouncex.utils.getNestedProp('window.dataLayer', []),\n length = dl.length,\n i = 0,\n mCatName = '';\n\n for (i; i < length; i++) {\n if (dl[i][1] === 'page_view') {\n mCatName = bouncex.utils.getNestedProp('store_department', '', dl[i][2]);\n }\n }\n\n return mCatName;\n}\n\nfunction getImgUrl(imgIndex) {\n return bouncex.state.mobile ? jQuery('[id*=slick-slide] img[itemprop=\"image\"]:visible, [id*=slick-slide] img[data-zoom-img]:visible').eq(imgIndex).attr('src') || '' : jQuery('.large-images img[itemprop=\"image\"]:visible, .large-images-list img[data-zoom-img]:visible').eq(imgIndex).attr('src') || '';\n}\n\nfunction getItemUrl(vid) {\n // some items URL will lead to broken pages if it doesn't have appended color id\n return CLEAN_URL.indexOf('_') === -1 && vid ? CLEAN_URL.replace('.html', '_' + vid + '.html') : CLEAN_URL;\n}\n\nfunction getItemId(vid) {\n var itemId = CLEAN_URL.split('/').pop().replace('.html', ''),\n lang = LANG_PREF.toUpperCase();\n return itemId.indexOf('_') === -1 && vid ? itemId + '_' + vid + '-' + lang : itemId + '-' + lang;\n}\n\nfunction getItemCat() {\n return LANG_PREF.indexOf('es') > -1 ? 'global-es' : jQuery('.breadcrumb li:eq(-2)').text().trim().replace(/\\s*\\|$/, '');\n}\n\n/* ------------------------------ ITEM TRACKING ----------------------------- */\nfunction getItem() {\n var pidData = jQuery('.add-to-cart').attr('data-pid') || '',\n variantId = pidData.split('_').filter(function (e) { return e; }).pop();\n\n return {\n id: getItemId(variantId),\n copy: jQuery('.product-name').first().text().trim(),\n category: getItemCat(),\n url: getItemUrl(variantId),\n imageurl: getImgUrl(0),\n secondimgurl: getImgUrl(1),\n instock: jQuery('.add-to-cart:not(:disabled):visible').length > 0,\n mastercategory: getMasterCategory(),\n price: jQuery('.product-detail-content .product-prices .default-pricing .value').last().text().trim().replace(/[^\\d]/g, '')\n };\n}\n\nfunction fireViewItem(id) {\n bouncex.push(['view item', { 'item:id': id }]);\n}\n\nfunction initializeItemEvents() {\n var item;\n\n bouncex.et.onTrue(\n function () {\n item = getItem();\n return (\n !!item.id &&\n !!item.copy &&\n !!item.category &&\n !!item.url &&\n !!item.imageurl\n );\n },\n function () {\n if (item.url.indexOf('gift-card') > -1) {\n return;\n }\n bouncex.push(['item', item]);\n fireViewItem(item.id);\n fireViewItemEventOnColorChange(item.id);\n },\n 10\n );\n}\n\nfunction fireViewItemEventOnColorChange(itemId) {\n var baseId = itemId.split('_').shift(),\n colorId,\n prevColorId = jQuery('.color-value.selected:visible').attr('data-attr-value') || '';\n\n bouncex.et.on(bouncex.document, 'click.bxclrchng', function () {\n bouncex.et.onTrue(function () {\n colorId = jQuery('.color-value.selected:visible').attr('data-attr-value') || '';\n return !!colorId && colorId !== prevColorId;\n },\n function () {\n fireViewItem(baseId + '_' + colorId + '-' + LANG_PREF.toUpperCase());\n prevColorId = colorId;\n },\n 10);\n }, '.color-attribute:visible');\n}\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\n\nfunction getItemIdsCat() {\n var ids = [];\n\n jQuery('.product-tile-wrapper:visible [data-analytics-pid]:visible').each(function (i, e) {\n var id = jQuery(e).attr('data-analytics-pid') ? jQuery(e).attr('data-analytics-pid') + '-' + LANG_PREF.toUpperCase() : '';\n\n if (id) {\n id = id.replace('.html', '');\n\n if (ids.indexOf(id) < 0) {\n ids.push(id);\n }\n }\n });\n\n return ids.join(',');\n}\n\nfunction getCategoryObject() {\n return {\n 'page:url': bouncex.utils.url.allowParams('q'),\n 'items:ids': getItemIdsCat()\n };\n}\n\nfunction initializeCategoryEvents() {\n var categoryObj;\n\n bouncex.et.onTrue(\n function () {\n categoryObj = getCategoryObject();\n return (\n !!categoryObj['items:ids'].length && !!categoryObj['page:url']\n );\n },\n function () {\n bouncex.push(['view category', categoryObj]);\n },\n 10\n );\n}\n\n/* ------------------------------- CART EVENTS ------------------------------ */\n\nfunction fireAddToCart(itemId, replenItem) {\n bouncex.push([\n 'add to cart',\n {\n 'item:id': itemId,\n 'cart:item': bouncex.stringify(replenItem)\n }\n ]);\n\n if (bouncex.vars.cart) {\n return;\n }\n bouncex.setVar('cart', true);\n}\n\n\nfunction emptyCart() {\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n if (bouncex.vars.cart && newVal === 0 && oldVal > 0) {\n bouncex.push(['empty_cart']);\n bouncex.setVar('cart', false);\n }\n });\n}\n\n\nfunction initializeCartEvents() {\n bouncex.et.cart.init({\n replenishmentType: 'ajax',\n replenish: function (cart) {\n var deferreds = [];\n\n cart.items.forEach(function (item) {\n deferreds.push(makeAjaxATCFunc(item));\n });\n\n deferreds.reduce(\n function (promise, func) {\n return promise.then(function () {\n return func();\n });\n },\n jQuery.Deferred().resolve([])\n )\n .then(AjaxReplenComplete);\n }\n });\n\n function makeAjaxATCFunc(replenItem) {\n return function () {\n return jQuery.ajax({\n type: 'POST',\n url: 'https://www.versace.com/on/demandware.store/Sites-US-Site/' + LANG_PREF + '_US/Cart-AddProduct',\n data: {\n cartAction: 'add',\n pid: replenItem.pid,\n quantity: replenItem.qty,\n }\n });\n };\n }\n\n function AjaxReplenComplete() {\n window.location.href = CLEAN_URL + '?bx_replen=true';\n }\n\n bouncex.et.on(bouncex.document, 'ajaxComplete.wknd', trackAJAXCart);\n\n emptyCart();\n}\n\nfunction trackAJAXCart(e, xhr, settings) {\n if (\n settings.url.indexOf('/on/demandware.store/Sites-US-Site/' + LANG_PREF + '_US/Cart-BeforeAddToCart') > -1\n && !bouncex.utils.url.getParam('bx_cart')\n && xhr.status === 200\n ) {\n var data = bouncex.utils.url.queryStringToObject(settings.data) || {},\n rawPid = bouncex.utils.getNestedProp('pid', '', data).replace(/(__)/g, '').split('_'),\n baseId = rawPid.shift(),\n variantId = rawPid.pop(),\n itemId = baseId && variantId ? baseId + '_' + variantId + '-' + LANG_PREF.toUpperCase() : '',\n replenItem = {\n 'pid': bouncex.utils.getNestedProp('pid', '', data),\n 'qty': data.quantity || '1'\n };\n\n if (!itemId && !replenItem.pid) {\n return;\n }\n\n fireAddToCart(itemId, replenItem);\n }\n}\n\n/* ------------------------------ USER TRACKING ----------------------------- */\n\nfunction initializeUserTracking() {\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n return;\n }\n\n var userEmail,\n dataElement,\n userData = {};\n\n bouncex.et.onTrue(\n function () {\n dataElement = bouncex.utils.getNestedProp('window.userDataElement', '');\n\n if (dataElement) {\n userData = dataElement.data('tracking-viewuserdata', '');\n }\n\n if (userData && dataElement) {\n userEmail = bouncex.utils.getNestedProp('userDataElement.profile[0].profileInfo.userEmail', '', userData);\n }\n\n if (!userEmail && jQuery('#analytics-datalayer-userdata').length > 0) {\n userEmail = bouncex.utils.getNestedProp('additionalData.customer_email', '', JSON.parse(jQuery('#analytics-datalayer-userdata').attr('data-tracking-viewuserdata')));\n }\n\n return bouncex.utils.validate.email(userEmail);\n\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 5\n );\n}\n\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\n\nfunction isValidDomain() {\n return CLEAN_URL.indexOf('www.versace.com') > -1;\n}\n\nfunction isEn() {\n return jQuery('html[lang=\"en\"]').length > 0;\n}\n\nfunction isEs() {\n return jQuery('html[lang=\"es\"]').length > 0;\n}\n\nfunction isValidForTracking() {\n return isValidDomain() && isEn() || isEs();\n}\n\nfunction init() {\n if (!isValidForTracking()) {\n return;\n }\n\n initializeUserTracking();\n initializeCartEvents();\n\n switch (bouncex.website.pts) {\n case 'category':\n case 'search':\n initializeCategoryEvents();\n break;\n case 'product':\n initializeItemEvents();\n break;\n default:\n break;\n }\n}\n\ninit();\n","dge":true,"bxidLoadFirst":false,"pie":true,"cme":true,"gbi_enabled":0,"bpush":false,"pt":{"cart":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"cart"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('h1.category-name').length > 0"},{"activation":"js","prop":"","prop2":"","prop3":"","val":"jQuery('[data-action=\"Search-Show\"]').length > 0 && window.location.href.indexOf('search') == -1"}]]},"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.querySelector('[name=\"description\"]') && document.querySelector('[name=\"description\"]').getAttribute('content') && document.querySelector('[name=\"description\"]').getAttribute('content').toLowerCase().indexOf('home') > -1;"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.product-detail.product-wrapper').length > 0"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"search"}]]}},"els":{"blank_site_element":""},"vars":[{"name":"logged_in","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function () {\n if (bouncex.website.pts === 'checkout') {\n return null;\n }\n\n return jQuery('#authenticated-user-nav-item [title=\"my account\"]').length > 0\n})();","trigger":""},{"name":"ever_logged_in","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in || null;","trigger":""},{"name":"cart_qty","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function () {\n if(bouncex.website.pts === \"checkout\"){\n return null\n }\n return Number(jQuery('.minicart-quantity').first().text().trim());\n})();","trigger":""},{"name":"cart_value","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function () { \n if (bouncex.website.pts === 'checkout') {\n return null\n }\n\n return Number(jQuery('.minicart-products .sub-total').first().text().replace(/[^0-9.]/g, ''))\n})();","trigger":""},{"name":"in_stock","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"","trigger":""},{"name":"submitted_onsite","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('.newsletter-success--title:visible').first().text().toLowerCase().indexOf('thank you') > -1 || null;","trigger":""},{"name":"page_url","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"logged_in_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cookie_modal_present","polling":"all","persist":"no","page_types":[],"testmode":true,"default":"false","code":"null;","trigger":"pageload"},{"name":"page_type","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.website.pts;","trigger":"pageload"},{"name":"attentive_visible","polling":"all","persist":"no","page_types":[],"testmode":true,"default":"false","code":"jQuery('#attentive_overlay').length > 0;","trigger":"pageload"},{"name":"zoom_modal_visible","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('#zoom-gallery.show').length > 0;","trigger":"pageload"},{"name":"quickview_itemid","polling":"vars","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function() {\n if (jQuery('#quickViewModal.show').length) {\n var rawPid = jQuery('.product-quickview').attr('data-pid') || '',\n cleanPid = rawPid.replace(/(__)/g, '').split('_'),\n lang = jQuery('html').attr('lang') || 'en',\n baseId = cleanPid.shift(),\n variantId = cleanPid.pop() || jQuery('.product-quickview .color-value.selected').attr('data-attr-value') || '',\n itemId = baseId + '_' + variantId + '-' + lang.toUpperCase();\n \n if (itemId && baseId && variantId) {\n return itemId;\n }\n return null;\n }\n return null;\n})()","trigger":"pageload"}],"dgu":"pixel.cdnwidget.com","dgp":false,"ba":{"enabled":0,"fbte":0},"biu":"assets.bounceexchange.com","bau":"api.bounceexchange.com","beu":"events.bouncex.net","ibx":{"tjs":"","cjs":"","miw":0,"mibcx":1,"te":1,"cart_rep":{"get":"","set":""},"ulpj":{"sc_uid":"espemailid"},"cus":"","miw_exclude":"","enabled":1},"etjson":null,"osre":true,"osru":"osr.bounceexchange.com/v1/osr/items","checkDfp":false,"gamNetwork":"","spa":1,"spatm":0,"preinit_cjs":"","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"","eventSharing":false,"shqId":"","enabled":0},"pde":true,"fmc":["US"],"fme":false,"fmx":"","uid2":false,"sdk":{"android":{"enabled":false,"enabledVersions":[],"eventModifications":null},"ios":{"enabled":false,"enabledVersions":[],"eventModifications":null}},"onsite":{"enabled":1},"ads":{"enabled":0},"pubs":{"enabled":0},"websdk":{"enabled":0,"devMode":0},"ga4_property_id":"","ga4_measurement_id":"","tag_state_domain":"api.bounceexchange.com"} ; bouncex.tag = 'tag3'; bouncex.$ = window.jQuery; bouncex.env = 'production'; bouncex.restrictedTlds = {"casl":{"ca":1},"gdpr":{"ad":1,"al":1,"at":1,"ax":1,"ba":1,"be":1,"bg":1,"by":1,"xn--90ais":1,"ch":1,"cy":1,"cz":1,"de":1,"dk":1,"ee":1,"es":1,"eu":1,"fi":1,"fo":1,"fr":1,"uk":1,"gb":1,"gg":1,"gi":1,"gr":1,"hr":1,"hu":1,"ie":1,"im":1,"is":1,"it":1,"je":1,"li":1,"lt":1,"lu":1,"lv":1,"mc":1,"md":1,"me":1,"mk":1,"xn--d1al":1,"mt":1,"nl":1,"no":1,"pl":1,"pt":1,"ro":1,"rs":1,"xn--90a3ac":1,"ru":1,"su":1,"xn--p1ai":1,"se":1,"si":1,"sj":1,"sk":1,"sm":1,"ua":1,"xn--j1amh":1,"va":1,"tr":1}}; bouncex.client = { supportsBrotli: 1 }; bouncex.assets = {"ads":"27166d3b6527a269bad237fea7e0ef3c","creativesBaseStyles":"a53944a2","gpsAuction":"bbb80866120d17013073bb6d284cbd6b","inbox":"75060a85c1a4aebcc6f779b9e84db722","onsite":"abbdf7a49be9b52b097917b7b527b262","sms":"e39203556bab2366e56296ce42e974a7","websdk":"04cde0014774b7eb597770595769aab1"}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var runtime = document.createElement('script'); runtime.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.br.js'); runtime.setAttribute('async', 'async'); bouncex.initializeTag = function() { var script = document.createElement('script'); script.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_4b048f3d0cfb1030f90fec02949d8c38.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); var deviceGraphScript = document.createElement('script'); deviceGraphScript.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_6ef1802500d8367a80105e664862d0d7.js'); deviceGraphScript.setAttribute('async', 'async'); var dgAttrs = [{"Key":"id","Value":"c.js"},{"Key":"async","Value":"true"},{"Key":"data-apikey","Value":"2^HIykD"},{"Key":"data-cb","Value":"bouncex.dg.initPostDeviceGraph"},{"Key":"data-bx","Value":"1"},{"Key":"data-gm","Value":"1"},{"Key":"data-fire","Value":"1"}]; if (dgAttrs) { for (var i = 0; i < dgAttrs.length; i++) { deviceGraphScript.setAttribute(dgAttrs[i].Key, dgAttrs[i].Value); } } document.body.appendChild(deviceGraphScript); bouncex.initializeTag = function() {}; }; runtime.onload = bouncex.initializeTag; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();