/* jQuery outside events http://benalman.com/projects/jquery-outside-events-plugin/ Copyright (c) 2010 "Cowboy" Ben Alman Dual licensed under the MIT and GPL licenses. http://benalman.com/about/license/ iFrame Resizer (jquery.iframeSizer.min.js ) Desc: Force cross domain iframes to size to content. Requires: iframeSizer.contentWindow.min.js to be loaded into the target frame. Copyright: (c) 2013 David J. Bradshaw - dave@bradshaw.net License: MIT and GPL */ var $jscomp$this=this,$jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(d){return d.raw=d};$jscomp.createTemplateTagFirstArgWithRaw=function(d,a){d.raw=a;return d};$jscomp.arrayIteratorImpl=function(d){var a=0;return function(){return a<d.length?{done:!1,value:d[a++]}:{done:!0}}};$jscomp.arrayIterator=function(d){return{next:$jscomp.arrayIteratorImpl(d)}}; $jscomp.makeIterator=function(d){var a="undefined"!=typeof Symbol&&Symbol.iterator&&d[Symbol.iterator];return a?a.call(d):$jscomp.arrayIterator(d)};$jscomp.arrayFromIterator=function(d){for(var a,n=[];!(a=d.next()).done;)n.push(a.value);return n};$jscomp.arrayFromIterable=function(d){return d instanceof Array?d:$jscomp.arrayFromIterator($jscomp.makeIterator(d))}; (function(){window.sg=window.sg||{};window.sg.common=window.sg.common||{};window.sg.common.exploreUtils={def:function(d,a){for(var n in a)hasOwnProperty.call(a,n)&&("object"===$.type(d[n])?d[n]="array"===$.type(d[n])?a[n].slice(0):this.def(d[n],a[n]):d[n]=a[n]);return d},isAemEditMode:function(){var d=!1;window.parent&&window.frameElement&&0<$(window.parent.document).find(".foundation-authoring-ui-mode").length&&(d=!0);return d}}})(); (function(){window.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=Array.prototype.forEach);Array.prototype.forEach||(Array.prototype.forEach=function(d,a){a=a||window;for(var n=0;n<this.length;n++)d.call(a,this[n],n,this)});String.prototype.includes||(String.prototype.includes=function(d,a){if(d instanceof RegExp)throw TypeError("first argument must not be a RegExp");void 0===a&&(a=0);return-1!==$jscomp$this.indexOf(d,a)});Array.prototype.includes||Object.defineProperty(Array.prototype, "includes",{value:function(d,a){if(null==this)throw new TypeError('"this" is null or not defined');var n=Object(this),b=n.length>>>0;if(0===b)return!1;a|=0;for(a=Math.max(0<=a?a:b-Math.abs(a),0);a<b;){var c=n[a],g=d;if(c===g||"number"===typeof c&&"number"===typeof g&&isNaN(c)&&isNaN(g))return!0;a++}return!1}});Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);Element.prototype.closest||(Element.prototype.closest=function(d){var a= this;do{if(Element.prototype.matches.call(a,d))return a;a=a.parentElement||a.parentNode}while(null!==a&&1===a.nodeType);return null})})(); (function(d,a){var n=window.sg.common.exploreUtils;"function"===typeof a.fn.heightMatch&&(a.fn.heightMatch=function(){});window._heightMatch=function(b,c){this.container=b;this.opts=n.def({compType:"list",listWrap:"",isListMatch:!0,targetElements:[],matchAlignIgnore:"",matchAlign:0,matchAttr:"height",forceMobile:!1},c||{});this.init()};window._heightMatch.prototype={init:function(){this.setElements();this.bindEvents();this.maxHeightBuildChk()},setElements:function(){this.$body=a("body");this.IS_MOBILE_MODE= !1;this.obj=this.getTargetElement();this.isColumns=this.obj.hasClass("cm-columns__item");this.columnLineClass="is-active-line";this.opts.matchAlign=0<this.opts.matchAlign?this.opts.matchAlign:this.obj.length;this.maxLine=Math.ceil(this.obj.length/this.opts.matchAlign);this.setTime=500},getTargetElement:function(){return this.container.hasClass(this.opts.targetElements.substring(1))?this.container:this.container.find(this.opts.targetElements)},bindEvents:function(){a(d).on("resize orientationchange", a.proxy(this.resizeFunc,this))},resizeFunc:function(){this.maxHeightBuildChk()},maxHeightBuildChk:function(){this.IS_MOBILE_MODE?this.maxHeightBuild(!1):this.maxHeightBuild(!0)},maxHeightBuild:function(b){var c=this.setTime;"carousel"!=this.opts.compType||this.IS_MOBILE_MODE||(c=800);this.isColumns&&(c+=1E3);this.opts.forceMobile&&(b=!0);if(b)setTimeout(a.proxy(function(){for(var l=[],h=0;h<this.maxLine;h++)l[h]=[];h=0;for(var e=this.obj.length;h<e;h++){this.obj.eq(h).outerHeight("");var k=parseInt(h/ this.opts.matchAlign,10),f=this.obj.eq(h).outerHeight();l[k].push(f)}for(h=0;h<this.maxLine;h++)l[h]=Math.max.apply(null,l[h]);h=0;for(e=this.obj.length;h<e;h++)k=parseInt(h/this.opts.matchAlign,10),f=this.obj.eq(h),0<l[k]&&f.css(this.opts.matchAttr,l[k]);this.obj.closest(".cm-columns--separation-line").addClass(this.columnLineClass);"carousel"==this.opts.compType&&this.container.closest(".s-slick").hasClass("slick-initialized")&&this.container.closest(".s-slick").slick("setPosition")},this),c);else{b= 0;for(var g=this.obj.length;b<g;b++)this.obj.eq(b).outerHeight("");setTimeout(a.proxy(function(){this.IS_MOBILE_MODE&&this.container.closest(".s-slick").hasClass("slick-initialized")&&this.container.closest(".s-slick").slick("setPosition")},this),c)}},onResponsiveChange:function(b,c){this.IS_MOBILE_MODE="mobile"===c.RESPONSIVE_NAME?!0:!1}};a.fn.heightMatch=function(b){if(b.matchElements&&a(this).length){var c=a(this),g=c.find(b.listWrap);b.listWrap||(g=c);if(!("list"==b.compType&&1>=g.length)){"carousel"== b.compType&&(b.isListMatch=!1);b.forceMobile&&(this.IS_MOBILE_MODE=!0);b.isListMatch&&b.matchElements.push(b.listWrap);b.matchAlignIgnore&&c.children(b.matchAlignIgnore).length&&(b.matchAlign=0);for(var l in b.matchElements)b.targetElements=b.matchElements[l],new window._heightMatch(g,b)}}}})(window,window.jQuery); (function(d,a){"function"===typeof a.fn.listSeeMore&&(a.fn.listSeeMore=function(){});a.fn.listSeeMore=function(n){var b=exploreUtil.def({useSeeMore:"s-use-seemore",component:"",listItems:"",moreBtn:".s-btn-encased",appendType:!1,itemVisible:"",itemActive:"is-item-active",itemInterval:100,perPageDefault:{pc:"data-default-pc-conut",mo:"data-default-mo-conut"},perPageNum:{pc:"data-pc-per-page",mo:"data-mo-per-page"},heightMatch:{hasComponent:[],matchElements:[],matchAlign:3},masonry:{hasComponent:[], itemWrap:"",items:"",options:{ltr:{itemSelector:null,percentPosition:!0,horizontalOrder:!0},rtl:{itemSelector:null,horizontalOrder:!0,originLeft:!1}}},scrollView:!0,scrollViewIgnore:[],moreIntervalView:!0,moreIntervalViewIgnore:[],beforeFunc:null,afterFunc:null,seemoreAfterFunc:null,apiCall:""},n||{}),c=a(b.component);a("body");var g=function(){var f=a("html"),m={masonry:function(x){var C={itemSelector:m.items};f.hasClass("rtl")?(C=exploreUtil.def(b.masonry.options.rtl,C||{}),x.addClass("js-masonry-load").masonry({itemSelector:m.items, horizontalOrder:!0,originLeft:!1})):(C=exploreUtil.def(b.masonry.options.ltr,C||{}),x.addClass("js-masonry-load").masonry({itemSelector:m.items,percentPosition:!0,horizontalOrder:!0}));x.addClass("js-masonry-load").masonry(C)},loadCheck:function(x,C,L){for(var M=0,N=x.length,y=0;y<N;y++){var R=new Image;R.src=x.eq(y).attr("src");R.onload=function(){M+=1;M==N&&L(C)}}},actMasonry:function(x,C){C=C.find("img");x.length&&m.loadCheck(C,x,m.masonry)}};return{init:function(x,C,L){C=x.find(C);var M=x.find(L); !exploreUtils.isAemEditMode()&&x.length&&M.length&&"function"==typeof a.fn.masonry&&(m.items=L,m.actMasonry(C,M))}}}(),l=function(f){f.preventDefault();var m=a(f.currentTarget).closest(b.component);m.length&&(b.apiCall?b.apiCall.promise().done(function(){setTimeout(function(){h.init({component:m,isViewMore:!0,isPromoFeed:!0})},500)}):h.init({component:m,isViewMore:!0,isPromoFeed:!0}))},h={getIsInterval:function(f){var m=b.moreIntervalView;if(1<b.moreIntervalViewIgnore.length)for(var x=0;x<b.moreIntervalViewIgnore.length;x++)b.moreIntervalViewIgnore[x]&& f.hasClass(b.moreIntervalViewIgnore[x])&&(m=!1);else b.moreIntervalViewIgnore[0]&&f.hasClass(b.moreIntervalViewIgnore[0])&&(m=!1);return m},getViewCnt:function(f,m){return m?f.attr(b.perPageNum.pc)?"all"==f.attr(b.perPageNum.pc)?f.find(b.listItems+":not(:visible)").length:parseInt(f.attr(b.perPageNum.pc)):0:f.attr(b.perPageDefault.pc)?parseInt(f.attr(b.perPageDefault.pc)):f.attr(b.perPageNum.pc)?parseInt(f.attr(b.perPageNum.pc)):0},setItemActive:function(f,m){f.find(b.listItems+":lt("+m+")").addClass(b.itemActive)}, hideMoreCTA:function(f,m){b.appendType||!f.find(b.listItems+":not(:visible)").length&&m.length&&m.is(":visible")&&m.css("display","none")},getIsMathchHeight:function(f){var m="";if(b.heightMatch.hasComponent&&b.heightMatch.matchElements)for(var x=0;x<b.heightMatch.hasComponent.length;x++)b.heightMatch.hasComponent[x]&&f.hasClass(b.heightMatch.hasComponent[x])&&(m=!0);return m},getIsMasonry:function(f){var m="";if(b.masonry.hasComponent&&b.masonry.itemWrap&&b.masonry.items)for(var x=0;x<b.masonry.hasComponent.length;x++)b.masonry.hasComponent[x]&& f.hasClass(b.masonry.hasComponent[x])&&(m=!0);return m},init:function(f){var m=f.component.find(b.moreBtn),x=f.component.find(b.listItems),C=this.getViewCnt(f.component,f.isViewMore),L=this.getIsInterval(f.component),M=this.getIsMasonry(f.component),N=this.getIsMathchHeight(f.component);if(!exploreUtils.isAemEditMode()){var y=C,R=f.component.find(b.listItems+":visible").length;f.component.hasClass(b.useSeeMore)&&f.isViewMore&&(y=R+C);this.setItemActive(f.component,y);this.hideMoreCTA(f.component, m);null!=b.beforeFunc&&b.beforeFunc(f.component,null);if(L)setTimeout(function(){N&&e(f,y-C-1);setTimeout(function(){var V=R,Y=setInterval(function(){V==y?(clearInterval(Y),M?setTimeout(function(){null!=b.afterFunc&&b.afterFunc(f.component,null);g.init(f.component,b.masonry.itemWrap,b.masonry.items)},100):null!=b.afterFunc&&b.afterFunc(f.component,null),a(d).trigger("resize")):(x.eq(V).addClass(b.itemVisible),V++)},b.itemInterval)},400)},100);else if(M||N)for(m=R;m<=y;m++)m==y?setTimeout(function(){M&& g.init(f.component,b.masonry.itemWrap,b.masonry.items);N&&e(f,y-C-1);null!=b.afterFunc&&b.afterFunc(f.component,null);a(d).trigger("resize")},100):x.eq(m).addClass(b.itemVisible);else x.addClass(b.itemVisible),null!=b.afterFunc&&b.afterFunc(f.component,null),a(d).trigger("resize");f.isViewMore&&null!=b.seemoreAfterFunc&&b.seemoreAfterFunc(f.component,null)}}},e=function(f,m){m=parseInt(m)||0;var x=b.listItems;f.component.hasClass("cm-columns--separation-line")&&(f.component.hasClass("cm-columns--2columns")? b.heightMatch.matchAlign=2:f.component.hasClass("cm-columns--3columns")?b.heightMatch.matchAlign=3:f.component.hasClass("cm-columns--4columns")?b.heightMatch.matchAlign=4:f.component.hasClass("cm-columns--5columns")&&(b.heightMatch.matchAlign=5));f.isViewMore&&(x=b.listItems+":gt("+m+")");f.component.heightMatch({listWrap:x,matchAlignIgnore:".slick-initialized",matchElements:b.heightMatch.matchElements,matchAlign:b.heightMatch.matchAlign})},k=function(f,m){m&&"function"==typeof a.fn.feature&&f.hasClass(b.useSeeMore)? f.feature({onVisible:function(x){x.hasClass("js-feature-loaded")||(x.addClass("js-feature-loaded"),h.init({component:x,isViewMore:!1,isPromoFeed:!0}))}}):f.hasClass("js-feature-loaded")||(f.addClass("js-feature-loaded"),h.init({component:f,isViewMore:!1,isPromoFeed:!0}))};(function(){var f;c.on("click",b.moreBtn,l);if(b.scrollView)for(var m=0;m<c.length;m++){var x=f=c.eq(m);var C=b.scrollView;if(1<b.scrollViewIgnore.length)for(var L=0;L<b.scrollViewIgnore.length;L++)b.scrollViewIgnore[L]&&x.hasClass(b.scrollViewIgnore[L])&& (C=!1);else b.scrollViewIgnore[0]&&x.hasClass(b.scrollViewIgnore[0])&&(C=!1);x=C;k(f,x)}else for(m=0;m<c.length;m++)f=c.eq(m),k(f,!1)})()};"function"===typeof a.CDPCommonFunc&&(a.CDPCommonFunc=function(){});a.CDPCommonFunc=function(){return{init:function(n){this.selector=n;this.defaultVal={selector:{templateWraps:".st-hub-article, .st-hub-list",articleTemplate:".st-hub-article",articleLink:".js-article-link",eyebrowLink:".js-eyebrow-link",moreLinkWrap:".js-more-link-wrap",scene7domain:"#scene7domain", runModeInfo:"#gnbRunmodeInfo",siteCd:"#siteCode",textMotion:"[class$\x3d__eyebrow],[class$\x3d__headline],[class$\x3d__sub-headline],[class$\x3d__description],[class$\x3d__disclaimer],[class$\x3d__number],[class$\x3d__hashtag_wrap],[class*\x3d__eyebrow ],[class*\x3d__headline ],[class*\x3d__sub-headline ],[class*\x3d__description ],[class*\x3d__disclaimer ],[class*\x3d__number ],[class*\x3d__hashtag_wrap ]"},class:{compVisible:"s-visible",compMotion:"s-motion",textMotion:"s-text-move"},attr:{pagePath:"data-page-path", tags:"data-page-tags",tagOption:"data-page-option",tagSort:"data-page-sort",pageTrack:"data-page-track",useAPI:"data-use-api",useSearchTag:"data-use-tag",useHashTag:"data-hashtag-show"},datas:{resultData:null,products:null,contentPerPage:9999,pageNum:1,apiNum:0}};this.templateCodes={tagID:"[[CDP-tag-id]]",linkUrl:"[[CDP-link]]",linkOmniType:"[[CDP-omni-type]]",linkTitle:"[[CDP-link-title]]",imgOmni:"[[CDP-img-omni]]",eyebrowOmni:"[[CDP-eyebrow-omni]]",eyebrowLink:"[[CDP-eyebrow-link]]",eyebrowLinkTitle:"[[CDP-eyebrow-link-title]]", eyebrowText:"[[CDP-eyebrow-text]]",headlineOmni:"[[CDP-headline-omni]]",headlineText:"[[CDP-headline-text]]",subHeadlineOmni:"[[CDP-sub-headline-omni]]",subHeadlineText:"[[CDP-sub-headline-text]]",moreOmni:"[[CDP-more-omni]]",moreText:"[[CDP-more-text]]",hashtagLink:"[[CDP-hashtag-link]]",hashtagText:"[[CDP-hashtag-text]]"};this.scene7domain=a(this.defaultVal.selector.scene7domain).val();this.isLive="live"==a(this.defaultVal.selector.runModeInfo).val()||"qa"==a(this.defaultVal.selector.runModeInfo).val()? !0:!1;this.siteCd=a(this.defaultVal.selector.siteCd).val();this.isAemEditMode=exploreUtils.isAemEditMode();this.isTemplates=a(this.defaultVal.selector.templateWraps).length?!0:!1;this.pageInfoJSON=this.isLive?window.location.href+"jcr:content.json":window.location.href.replace("/editor.html","").split(".html")[0]+"/jcr:content.json";this.tagArr=[]},setDefaultValue:function(n){this.defaultVal=exploreUtil.def(this.defaultVal,n||{})},setTemplateCodes:function(n){this.templateCodes=exploreUtil.def(this.templateCodes, n||{})},getEyebrowData:function(n){var b={title:"",url:"",tagID:""},c=0;n&&0<n.length&&(this.isTemplates&&1<n.length&&(c=1),b.title=n[c].title,b.url=n[c].url,b.tagID=n[c].tagID,b.title||(c=1==c?0:1<n.length?1:0,b.title=n[c].title,b.url=n[c].url,b.tagID=n[c].tagID));return b},setReinitInteraction:function(n){var b=this,c=n.find(b.defaultVal.selector.textMotion);n.promise().done(function(){b.isAemEditMode?(n.each(function(){a(this).addClass(b.defaultVal.class.compMotion+" "+b.defaultVal.class.compVisible)}), c.each(function(){a(this).addClass(b.defaultVal.class.textMotion)})):(n.feature({on:function(g){g.addClass(b.defaultVal.class.compMotion)},onVisible:function(g){g.addClass(b.defaultVal.class.compVisible)},off:function(g){g.removeClass(b.defaultVal.class.compMotion)},offVisible:function(g){g.removeClass(b.defaultVal.class.compVisible)}}),c.each(function(){a(this).feature({onVisible:function(g){g.addClass(b.defaultVal.class.textMotion)},offVisible:function(g){g.removeClass(b.defaultVal.class.textMotion)}})}))})}, noDataRemoveNode:function(n,b){b||n.remove()},defaultTempleteReplace:function(n,b,c,g){var l=this.getEyebrowData(c.eyebrow);g=g||function(h,e,k,f){};c.tagID=l.tagID||"null";c.pageTrack=n.attr(this.defaultVal.attr.pageTrack)?n.attr(this.defaultVal.attr.pageTrack):"undefined"!==typeof window.digitalData?window.digitalData.page.pageInfo.pageTrack?window.digitalData.page.pageInfo.pageTrack:"null":"null";c.thumbnailOmni=c.thumbnail.alt||"null";c.titleOmni=c.title||"null";c.eyebrowOmni=l.title||"null"; c.eyebrowTitle=l.title;c.linkUrl=this.getUrl(c.url);c.eyebrowUrl=this.getUrl(l.url);c.moreText="more";c.linkOmniType="microsite_contentinter";b=this.replaceAll(b,this.templateCodes.linkOmniType,c.linkOmniType);b=this.replaceAll(b,this.templateCodes.linkUrl,c.linkUrl);b=this.replaceAll(b,this.templateCodes.linkTitle,c.title);b=b.replace(this.templateCodes.tagID,c.tagID);b=b.replace(this.templateCodes.imgOmni,c.pageTrack+":"+c.titleOmni+"_image");b=b.replace(this.templateCodes.eyebrowOmni,c.pageTrack+ ":"+c.titleOmni+"_"+c.eyebrowOmni);b=b.replace(this.templateCodes.eyebrowLink,c.eyebrowUrl);b=b.replace(this.templateCodes.eyebrowText,c.eyebrowTitle);b=b.replace(this.templateCodes.eyebrowLinkTitle,c.eyebrowTitle+" title");b=b.replace(this.templateCodes.headlineOmni,c.pageTrack+":"+c.titleOmni+"_title");b=b.replace(this.templateCodes.headlineText,c.title);b=b.replace(this.templateCodes.subHeadlineOmni,c.pageTrack+":"+c.titleOmni+"_subtitle");b=b.replace(this.templateCodes.subHeadlineText,c.description); b=b.replace(this.templateCodes.moreOmni,c.pageTrack+":"+c.titleOmni+"_learn more");b=b.replace(this.templateCodes.moreText,c.moreText);g(n,b,c,this.templateCodes);return b},setMarkupChange:function(n){var b=n.wrap.find(this.selector.eyebrow),c=n.wrap.find(this.selector.headline),g=n.wrap.find(this.selector.subHeadline);this.setImageMarkupChange(n.product,n.imageWrap);this.setLinkMarkupChange(n.product.linkUrl,n.product.eyebrowUrl,n.wrap);this.noDataRemoveNode(b,n.product.eyebrowTitle);this.noDataRemoveNode(c, n.product.title);this.noDataRemoveNode(g,n.product.description);n.etcFunc=n.etcFunc||function(){};n.etcFunc(n)},setLinkMarkupChange:function(n,b,c){var g=c.find(this.defaultVal.selector.articleLink);c=c.find(this.defaultVal.selector.eyebrowLink);var l=g.length,h=c.length;if(!n)for(var e=0;e<l;e++){n=g.eq(e);var k=n.parent(this.defaultVal.selector.moreLinkWrap);k.length?k.remove():n[0].outerHTML=n.html()}if(!b)for(e=0;e<h;e++)n=c.eq(e),n[0].outerHTML=n.html()},setImageMarkupChange:function(n,b){n.thumbnail.pc|| n.thumbnail.mo?(this.isLive&&(n.thumbnail.pc&&(n.thumbnail.pc=this.getScene7ImagePath(n.thumbnail.pc)),n.thumbnail.mo&&(n.thumbnail.mo=this.getScene7ImagePath(n.thumbnail.mo))),b.find("source").attr("srcset",n.thumbnail.mo),b.find("img").attr({src:n.thumbnail.pc,"data-src-pc":n.thumbnail.pc,"data-src-mobile":n.thumbnail.mo,alt:n.thumbnail.alt})):b.html("")}}}();"function"===typeof a.fn.globalFeature&&(a.fn.globalFeature=function(){});a.fn.globalFeature=function(n){var b={initLine:null,reinitLine:null, heightIgnore:"",on:function(){},off:function(){},onVisible:function(){},offVisible:function(){},onLazyLoad:function(){},onBeforeFunc:function(){}};b=a.extend({},b,n);var c=a(this),g=!1,l=!1,h=!1,e=!1,k=0,f=function(){var x,C,L;var M=a(d).height();var N=a(d).scrollTop();var y=C=0;var R=c.outerHeight(!0);var V=c.offset().top||c.closest(".section")||c.closest("section")||0;null!=b.initLine?isNaN(b.initLine)?c.find(b.initLine).length&&(C=c.find(b.initLine).offset().top):C=b.initLine:C=V-M+.8*R;if(b.heightIgnore)if("object"== typeof b.heightIgnore){for(x=L=0;x<b.heightIgnore.length;x++)L+=a(b.heightIgnore[x]).outerHeight();C-=L}else"string"==typeof b.heightIgnore&&(C-=a(b.heightIgnore).length?a(b.heightIgnore).outerHeight():0);null!=b.reinitLine?isNaN(b.reinitLine)?c.find(b.reinitLine).length&&(y=c.find(b.reinitLine).offset().top):y=b.reinitLine:y=V+1.3*M;C=N>C?!0:!1;R=N>V-M+.1*R?!0:!1;L=N>V-M?!0:!1;y=N<y?!0:!1;x=N<V-1.1*M?!0:!1;M=N<V-1.1*M?!0:!1;k<=N?(L&&!e&&(b.onLazyLoad(c),e=!0),!R||l||h||(b.onVisible(c),l=!0),!C|| g||h||(b.on(c),g=!0,h=!1)):k>N&&(y&&!g&&h&&(b.on(c),b.onVisible(c),g=!0,h=!1),M&&g&&!h&&(b.off(c),h=g=!1),!x||g||h||(b.offVisible(c),l=!1));k=N};n=function(){a(d).on("load scroll",a.proxy(function(){f()}))};var m=c.length?!0:"container : "+c.selector+" \x3d\x3e not found container";!0===m&&(b.onBeforeFunc(c),n(),f())}})(window,window.jQuery); (function(d,a){var n=window.sg.common.exploreUtils;a.fn.feature=function(h){var e={initLine:null,reinitLine:null,heightIgnore:".hu-page-nav",on:function(){},off:function(){},onVisible:function(){},offVisible:function(){},onLazyLoad:function(){}};e=a.extend({},e,h);var k=a(this),f=!1,m=!1,x=!1,C=!1,L=0,M=function(){var y,R,V=a(d).height(),Y=a(d).scrollTop();var aa=R=0;var t=k.outerHeight(!0);var v=k.offset().top;null!=e.initLine?isNaN(e.initLine)?k.find(e.initLine).length&&(R=k.find(e.initLine).offset().top): R=e.initLine:R=v-V+.8*t;if("object"==typeof e.heightIgnore){for(var u=y=0;u<e.heightIgnore.length;u++)y+=a(e.heightIgnore[u]).outerHeight();R-=y}else"string"==typeof e.heightIgnore&&(R-=a(e.heightIgnore).length?a(e.heightIgnore).outerHeight():0);null!=e.reinitLine?isNaN(e.reinitLine)?k.find(e.reinitLine).length&&(aa=k.find(e.reinitLine).offset().top):aa=e.reinitLine:aa=v+1.1*t;R=Y>R?!0:!1;t=Y>v-V+.1*t?!0:!1;aa=Y<aa?!0:!1;y=Y<v-1.1*V?!0:!1;v=Y<v-1.1*V?!0:!1;L<=Y?(Y>k.offset().top-(V+1E3)&&!C&&(e.onLazyLoad(k), C=!0),!t||m||x||(e.onVisible(k),m=!0),!R||f||x||(e.on(k),f=!0,x=!1)):L>Y&&(aa&&!f&&x&&(e.on(k),e.onVisible(k),f=!0,x=!1),v&&f&&!x&&(e.off(k),x=f=!1),!y||f||x||(e.offVisible(k),m=!1));L=Y};h=function(){a(d).on("load scroll",a.proxy(function(y){M()}))};var N=k.length?!0:"container : "+k.selector+" \x3d\x3e not found container";!0===N&&(h(),M())};a("body");var b=a("html"),c=function(){return{run:function(){}}}(),g=function(){var h=a(".ex-feature");h.length&&(n.isAemEditMode()?h.each(function(){a(this).addClass("s-motion s-visible")}): h.each(function(){a(this).feature({on:function(e){e.addClass("s-motion")},onVisible:function(e){e.addClass("s-visible")},off:function(e){e.removeClass("s-motion")},offVisible:function(e){e.removeClass("s-visible")}})}))};a.fn.growHubTextTransition=function(h){h=h||{onCallback:function(){},offCallback:function(){}};h.onCallback||(h.onCallback=function(){});h.offCallback||(h.offCallback=function(){});var e=a(this),k=a(".s-text-transition .s-transition-target,.s-text-transition [class$\x3d__eyebrow],.s-text-transition [class$\x3d__headline],.s-text-transition [class$\x3d__sub-headline],.s-text-transition [class$\x3d__disclaimer],.s-text-transition [class$\x3d__number],.s-text-transition [class$\x3d__hashtag_wrap],.s-text-transition [class$\x3d__topic-wrapper],.s-text-transition [class*\x3d__eyebrow ],.s-text-transition [class*\x3d__headline ],.s-text-transition [class*\x3d__sub-headline ],.s-text-transition [class*\x3d__disclaimer ],.s-text-transition [class*\x3d__number ],.s-text-transition [class*\x3d__hashtag_wrap ],.s-text-transition [class*\x3d__topic-wrapper ]"); k.length&&(n.isAemEditMode()?k.each(function(){a(this).addClass("s-text-move")}):k.each(function(){a(this).feature({onVisible:function(f){f.addClass("s-text-move");h.onCallback(e,f)},offVisible:function(f){f.removeClass("s-text-move");h.offCallback(e,f)}})}))};var l=function(h){h=navigator.userAgent.toLowerCase();var e=h.replace(/ /g,"");b.removeClass("mac windows desktop mobile android ios iphone ipod Internet-Explorer Edge Chrome Safari Firefox Opera");b.addClass("desktop");-1!=e.indexOf("macos")? b.addClass("mac"):-1!=e.indexOf("windows")&&b.addClass("windows");-1!=h.indexOf("msie")||-1!=h.indexOf("trident")?b.addClass("Internet-Explorer"):-1!=h.indexOf("edge")?b.addClass("Edge"):-1!=h.indexOf("chrome")?b.addClass("Chrome"):-1!=h.indexOf("safari")?b.addClass("Safari"):-1!=h.indexOf("firefox")?b.addClass("Firefox"):-1!=h.indexOf("opera")&&b.addClass("Opera");-1<h.indexOf("android")?b.addClass("mobile android"):-1<h.indexOf("iphone")?b.addClass("mobile ios iphone"):-1<h.indexOf("ipod")&&b.addClass("mobile ios ipod")}; a(function(){c.run();l(!1);g();setTimeout(function(){a("body").growHubTextTransition()},1E3)})})(window,window.jQuery); (function(d){"function"===typeof define&&define.amd?define(["jquery"],d):"undefined"!==typeof exports?module.exports=d(require("jquery")):d(jQuery)})(function(d){var a=window.Slick||{};window.smg=window.smg||{};window.smg.aem=window.smg.aem||{};Granite.I18n.setLocale(d("#siteCode").val());window.smg.aem.globaltext={_prev:Granite.I18n.get("Previous",[],d("#siteCode").val()),_next:Granite.I18n.get("Next",[],d("#siteCode").val())};var n=window.smg.aem.globaltext;a=function(){var b=0;return function(c, g){this.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:d(c),appendDots:d(c),arrows:!0,asNavFor:null,prevArrow:'\x3cbutton type\x3d"button" data-role\x3d"none" class\x3d"slick-prev" aria-label\x3d"'+n._prev+'" tabindex\x3d"0" role\x3d"button"\x3e'+n._prev+"\x3c/button\x3e",nextArrow:'\x3cbutton type\x3d"button" data-role\x3d"none" class\x3d"slick-next" aria-label\x3d"'+n._next+'" tabindex\x3d"0" role\x3d"button"\x3e'+n._next+"\x3c/button\x3e",autoplay:!1,autoplaySpeed:3E3,centerMode:!1, centerPadding:"50px",cssEase:"ease",customPaging:function(l,h){return d('\x3cbutton type\x3d"button" data-role\x3d"none" role\x3d"button" tabindex\x3d"0" /\x3e').text("slide"+(h+1))},dots:!1,dotsClass:"slick-dots",elements:"div",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!0,pauseOnFocus:!0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1, slidesToScroll:1,speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!0,zIndex:1E3};this.initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$prevArrow:null,slideCount:null,slideWidth:null,$slideTrack:null,$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,$list:null, touchObject:{},transformsEnabled:!1,unslicked:!1};d.extend(this,this.initials);this.animProp=this.animType=this.activeBreakpoint=null;this.breakpoints=[];this.breakpointSettings=[];this.interrupted=this.focussed=this.cssTransitions=!1;this.hidden="hidden";this.paused=!0;this.respondTo=this.positionProp=null;this.rowCount=1;this.shouldClick=!0;this.$slider=d(c);this.transitionType=this.transformType=this.$slidesCache=null;this.visibilityChange="visibilitychange";this.windowWidth=0;this.windowTimer= null;c=d(c).data("slick")||{};this.options=d.extend({},this.defaults,g,c);this.currentSlide=this.options.initialSlide;this.originalSettings=this.options;"undefined"!==typeof document.mozHidden?(this.hidden="mozHidden",this.visibilityChange="mozvisibilitychange"):"undefined"!==typeof document.webkitHidden&&(this.hidden="webkitHidden",this.visibilityChange="webkitvisibilitychange");this.autoPlay=d.proxy(this.autoPlay,this);this.autoPlayClear=d.proxy(this.autoPlayClear,this);this.autoPlayIterator=d.proxy(this.autoPlayIterator, this);this.changeSlide=d.proxy(this.changeSlide,this);this.clickHandler=d.proxy(this.clickHandler,this);this.selectHandler=d.proxy(this.selectHandler,this);this.setPosition=d.proxy(this.setPosition,this);this.swipeHandler=d.proxy(this.swipeHandler,this);this.dragHandler=d.proxy(this.dragHandler,this);this.keyHandler=d.proxy(this.keyHandler,this);this.instanceUid=b++;this.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)$/;this.registerBreakpoints();this.init(!0)}}();a.prototype.activateADA=function(){this.$slideTrack.find(".slick-active").attr({"aria-hidden":"false"}).find("a, input, button, select").attr({tabindex:"0"})}; a.prototype.addSlide=a.prototype.slickAdd=function(b,c,g){if("boolean"===typeof c)g=c,c=null;else if(0>c||c>=this.slideCount)return!1;this.unload();"number"===typeof c?0===c&&0===this.$slides.length?d(b).appendTo(this.$slideTrack):g?d(b).insertBefore(this.$slides.eq(c)):d(b).insertAfter(this.$slides.eq(c)):!0===g?d(b).prependTo(this.$slideTrack):d(b).appendTo(this.$slideTrack);this.$slides=this.$slideTrack.children(this.options.slide);this.$slideTrack.children(this.options.slide).detach();this.$slideTrack.append(this.$slides); this.$slides.each(function(l,h){d(h).attr("data-slick-index",l)});this.$slidesCache=this.$slides;this.reinit()};a.prototype.animateHeight=function(){if(1===this.options.slidesToShow&&!0===this.options.adaptiveHeight&&!1===this.options.vertical){var b=this.$slides.eq(this.currentSlide).outerHeight(!0);this.$list.animate({height:b},this.options.speed)}};a.prototype.animateSlide=function(b,c){var g={},l=this;l.animateHeight();!0===l.options.rtl&&!1===l.options.vertical&&(b=-b);!1===l.transformsEnabled? !1===l.options.vertical?l.$slideTrack.animate({left:b},l.options.speed,l.options.easing,c):l.$slideTrack.animate({top:b},l.options.speed,l.options.easing,c):!1===l.cssTransitions?(!0===l.options.rtl&&(l.currentLeft=-l.currentLeft),d({animStart:l.currentLeft}).animate({animStart:b},{duration:l.options.speed,easing:l.options.easing,step:function(h){h=Math.ceil(h);g[l.animType]=!1===l.options.vertical?"translate("+h+"px, 0px)":"translate(0px,"+h+"px)";l.$slideTrack.css(g)},complete:function(){c&&c.call()}})): (l.applyTransition(),b=Math.ceil(b),g[l.animType]=!1===l.options.vertical?"translate3d("+b+"px, 0px, 0px)":"translate3d(0px,"+b+"px, 0px)",l.$slideTrack.css(g),c&&setTimeout(function(){l.disableTransition();c.call()},l.options.speed))};a.prototype.getNavTarget=function(){var b=this.options.asNavFor;b&&null!==b&&(b=d(b).not(this.$slider));return b};a.prototype.asNavFor=function(b){var c=this.getNavTarget();null!==c&&"object"===typeof c&&c.each(function(){var g=d(this).slick("getSlick");g.unslicked|| g.slideHandler(b,!0)})};a.prototype.applyTransition=function(b){var c={};c[this.transitionType]=!1===this.options.fade?this.transformType+" "+this.options.speed+"ms "+this.options.cssEase:"opacity "+this.options.speed+"ms "+this.options.cssEase;!1===this.options.fade?this.$slideTrack.css(c):this.$slides.eq(b).css(c)};a.prototype.autoPlay=function(){this.autoPlayClear();this.slideCount>this.options.slidesToShow&&(this.autoPlayTimer=setInterval(this.autoPlayIterator,this.options.autoplaySpeed))};a.prototype.autoPlayClear= function(){this.autoPlayTimer&&clearInterval(this.autoPlayTimer)};a.prototype.autoPlayIterator=function(){var b=this.currentSlide+this.options.slidesToScroll;this.paused||this.interrupted||this.focussed||(!1===this.options.infinite&&(1===this.direction&&this.currentSlide+1===this.slideCount-1?this.direction=0:0===this.direction&&(b=this.currentSlide-this.options.slidesToScroll,0===this.currentSlide-1&&(this.direction=1))),this.slideHandler(b))};a.prototype.buildArrows=function(){!0===this.options.arrows&& (this.$prevArrow=d(this.options.prevArrow).addClass("slick-arrow"),this.$nextArrow=d(this.options.nextArrow).addClass("slick-arrow"),this.slideCount>this.options.slidesToShow?(this.$prevArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),this.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),this.htmlExpr.test(this.options.prevArrow)&&this.$prevArrow.prependTo(this.options.appendArrows),this.htmlExpr.test(this.options.nextArrow)&&this.$nextArrow.appendTo(this.options.appendArrows), !0!==this.options.infinite&&this.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):this.$prevArrow.add(this.$nextArrow).addClass("slick-hidden").attr({"aria-disabled":"true",tabindex:"-1"}))};a.prototype.buildDots=function(){var b;if(!0===this.options.dots&&this.slideCount>this.options.slidesToShow){this.$slider.addClass("slick-dotted");var c=d("\x3cul /\x3e").addClass(this.options.dotsClass);for(b=0;b<=this.getDotCount();b+=1)c.append(d("\x3cli /\x3e").append(this.options.customPaging.call(this, this,b)));this.$dots=c.appendTo(this.options.appendDots);this.$dots.find("li").first().addClass("slick-active").attr("aria-hidden","false")}};a.prototype.buildOut=function(){this.$slides="ul"===this.options.elements?this.$slider.find("\x3e"+this.options.elements).children(this.options.slide+":not(.slick-cloned)").addClass("slick-slide"):this.$slider.children(this.options.slide+":not(.slick-cloned)").addClass("slick-slide");this.slideCount=this.$slides.length;this.$slides.each(function(b,c){d(c).attr("data-slick-index", b).data("originalStyling",d(c).attr("style")||"")});this.$slider.addClass("slick-slider");this.$slideTrack="ul"===this.options.elements?this.$slider.find("\x3e"+this.options.elements).addClass("slick-track"):0===this.slideCount?d('\x3cdiv class\x3d"slick-track"/\x3e').appendTo(this.$slider):this.$slides.wrapAll('\x3cdiv class\x3d"slick-track"/\x3e').parent();this.$list=this.$slideTrack.wrap('\x3cdiv aria-live\x3d"polite" class\x3d"slick-list"/\x3e').parent();this.$slideTrack.css("opacity",0);if(!0=== this.options.centerMode||!0===this.options.swipeToSlide)this.options.slidesToScroll=1;d("img[data-lazy]",this.$slider).not("[src]").addClass("slick-loading");this.setupInfinite();this.buildArrows();this.buildDots();this.updateDots();this.setSlideClasses("number"===typeof this.currentSlide?this.currentSlide:0);!0===this.options.draggable&&this.$list.addClass("draggable")};a.prototype.buildRows=function(){var b,c,g;var l=document.createDocumentFragment();var h="ul"===this.options.elements?this.$slider.find("\x3e"+ this.options.elements).children():this.$slider.children();if(1<this.options.rows){var e=this.options.slidesPerRow*this.options.rows;var k=Math.ceil(h.length/e);for(b=0;b<k;b++){var f=document.createElement("div");for(c=0;c<this.options.rows;c++){var m=document.createElement("div");for(g=0;g<this.options.slidesPerRow;g++){var x=b*e+(c*this.options.slidesPerRow+g);h.get(x)&&m.appendChild(h.get(x))}f.appendChild(m)}l.appendChild(f)}this.$slider.empty().append(l);this.$slider.children().children().children().css({width:100/ this.options.slidesPerRow+"%",display:"inline-block"})}};a.prototype.checkResponsive=function(b,c){var g,l,h=!1;var e=this.$slider.width();var k=window.innerWidth||d(window).width();"window"===this.respondTo?l=k:"slider"===this.respondTo?l=e:"min"===this.respondTo&&(l=Math.min(k,e));if(this.options.responsive&&this.options.responsive.length&&null!==this.options.responsive){e=null;for(g in this.breakpoints)this.breakpoints.hasOwnProperty(g)&&(!1===this.originalSettings.mobileFirst?l<this.breakpoints[g]&& (e=this.breakpoints[g]):l>this.breakpoints[g]&&(e=this.breakpoints[g]));if(null!==e)if(null!==this.activeBreakpoint){if(e!==this.activeBreakpoint||c)this.activeBreakpoint=e,"unslick"===this.breakpointSettings[e]?this.unslick(e):(this.options=d.extend({},this.originalSettings,this.breakpointSettings[e]),!0===b&&(this.currentSlide=this.options.initialSlide),this.refresh(b)),h=e}else this.activeBreakpoint=e,"unslick"===this.breakpointSettings[e]?this.unslick(e):(this.options=d.extend({},this.originalSettings, this.breakpointSettings[e]),!0===b&&(this.currentSlide=this.options.initialSlide),this.refresh(b)),h=e;else null!==this.activeBreakpoint&&(this.activeBreakpoint=null,this.options=this.originalSettings,!0===b&&(this.currentSlide=this.options.initialSlide),this.refresh(b),h=e);b||!1===h||(this.touchObject.curX=void 0,this.$slider.trigger("breakpoint",[this,h]))}};a.prototype.changeSlide=function(b,c){var g=d(b.currentTarget);g.is("a")&&b.preventDefault();g.is("li")||(g=g.closest("li"));var l=0!==this.slideCount% this.options.slidesToScroll?0:(this.slideCount-this.currentSlide)%this.options.slidesToScroll;switch(b.data.message){case "previous":g=0===l?this.options.slidesToScroll:this.options.slidesToShow-l;this.slideCount>this.options.slidesToShow&&this.slideHandler(this.currentSlide-g,!1,c);break;case "next":g=0===l?this.options.slidesToScroll:l;this.slideCount>this.options.slidesToShow&&this.slideHandler(this.currentSlide+g,!1,c);break;case "index":b=0===b.data.index?0:b.data.index||g.index()*this.options.slidesToScroll, this.slideHandler(this.checkNavigable(b),!1,c),g.children().trigger("focus")}};a.prototype.checkNavigable=function(b){var c=this.getNavigableIndexes();var g=0;if(b>c[c.length-1])b=c[c.length-1];else for(var l in c){if(b<c[l]){b=g;break}g=c[l]}return b};a.prototype.cleanUpEvents=function(){this.options.dots&&null!==this.$dots&&d("li",this.$dots).off("click.slick",this.changeSlide).off("mouseenter.slick",d.proxy(this.interrupt,this,!0)).off("mouseleave.slick",d.proxy(this.interrupt,this,!1));this.$slider.off("focus.slick blur.slick"); !0===this.options.arrows&&this.slideCount>this.options.slidesToShow&&(this.$prevArrow&&this.$prevArrow.off("click.slick",this.changeSlide),this.$nextArrow&&this.$nextArrow.off("click.slick",this.changeSlide));this.$list.off("touchstart.slick mousedown.slick",this.swipeHandler);this.$list.off("touchmove.slick mousemove.slick",this.swipeHandler);this.$list.off("touchend.slick mouseup.slick",this.swipeHandler);this.$list.off("touchcancel.slick mouseleave.slick",this.swipeHandler);this.$list.off("click.slick", this.clickHandler);d(document).off(this.visibilityChange,this.visibility);this.cleanUpSlideEvents();!0===this.options.accessibility&&this.$list.off("keydown.slick",this.keyHandler);!0===this.options.focusOnSelect&&d(this.$slideTrack).children().off("click.slick",this.selectHandler);d(window).off("orientationchange.slick.slick-"+this.instanceUid,this.orientationChange);d(window).off("resize.slick.slick-"+this.instanceUid,this.resize);d("[draggable!\x3dtrue]",this.$slideTrack).off("dragstart",this.preventDefault); d(window).off("load.slick.slick-"+this.instanceUid,this.setPosition);d(document).off("ready.slick.slick-"+this.instanceUid,this.setPosition)};a.prototype.cleanUpSlideEvents=function(){this.$list.off("mouseenter.slick",d.proxy(this.interrupt,this,!0));this.$list.off("mouseleave.slick",d.proxy(this.interrupt,this,!1))};a.prototype.cleanUpRows=function(){if(1<this.options.rows){var b=this.$slides.children().children();b.removeAttr("style");this.$slider.empty().append(b)}};a.prototype.clickHandler=function(b){!1=== this.shouldClick&&(b.stopImmediatePropagation(),b.stopPropagation(),b.preventDefault())};a.prototype.destroy=function(b){this.autoPlayClear();this.touchObject={};this.cleanUpEvents();d(".slick-cloned",this.$slider).detach();this.$dots&&this.$dots.remove();this.$prevArrow&&this.$prevArrow.length&&(this.$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),this.htmlExpr.test(this.options.prevArrow)&&this.$prevArrow.remove()); this.$nextArrow&&this.$nextArrow.length&&(this.$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),this.htmlExpr.test(this.options.nextArrow)&&this.$nextArrow.remove());this.$slides&&(this.$slides.removeClass("slick-slide slick-active slick-center slick-visible slick-current").removeAttr("aria-hidden").removeAttr("data-slick-index").each(function(){d(this).attr("style",d(this).data("originalStyling"))}),this.$slideTrack.children(this.options.slide).detach(), this.$slideTrack.detach(),this.$list.detach(),this.$slider.append(this.$slides));this.cleanUpRows();this.$slider.removeClass("slick-slider");this.$slider.removeClass("slick-initialized");this.$slider.removeClass("slick-dotted");this.unslicked=!0;b||this.$slider.trigger("destroy",[this])};a.prototype.disableTransition=function(b){var c={};c[this.transitionType]="";!1===this.options.fade?this.$slideTrack.css(c):this.$slides.eq(b).css(c)};a.prototype.fadeSlide=function(b,c){var g=this;!1===g.cssTransitions? (g.$slides.eq(b).css({zIndex:g.options.zIndex}),g.$slides.eq(b).animate({opacity:1},g.options.speed,g.options.easing,c)):(g.applyTransition(b),g.$slides.eq(b).css({opacity:1,zIndex:g.options.zIndex}),c&&setTimeout(function(){g.disableTransition(b);c.call()},g.options.speed))};a.prototype.fadeSlideOut=function(b){!1===this.cssTransitions?this.$slides.eq(b).animate({opacity:0,zIndex:this.options.zIndex-2},this.options.speed,this.options.easing):(this.applyTransition(b),this.$slides.eq(b).css({opacity:0, zIndex:this.options.zIndex-2}))};a.prototype.filterSlides=a.prototype.slickFilter=function(b){null!==b&&(this.$slidesCache=this.$slides,this.unload(),this.$slideTrack.children(this.options.slide).detach(),this.$slidesCache.filter(b).appendTo(this.$slideTrack),this.reinit())};a.prototype.focusHandler=function(){var b=this;b.$slider.off("focus.slick blur.slick").on("focus.slick blur.slick","*:not(.slick-arrow)",function(c){c.stopImmediatePropagation();var g=d(this);setTimeout(function(){b.options.pauseOnFocus&& (b.focussed=g.is(":focus"),b.autoPlay())},0)})};a.prototype.getCurrent=a.prototype.slickCurrentSlide=function(){return this.currentSlide};a.prototype.getDotCount=function(){var b=0,c=0,g=0;if(!0===this.options.infinite)for(;b<this.slideCount;)++g,b=c+this.options.slidesToScroll,c+=this.options.slidesToScroll<=this.options.slidesToShow?this.options.slidesToScroll:this.options.slidesToShow;else if(!0===this.options.centerMode)g=this.slideCount;else for(;b<this.slideCount;)++g,b=c+this.options.slidesToScroll, c+=this.options.slidesToScroll<=this.options.slidesToShow?this.options.slidesToScroll:this.options.slidesToShow;return g-1};a.prototype.getLeft=function(b){var c=0;this.slideOffset=0;var g=this.$slides.first().outerHeight(!0);!0===this.options.infinite?(this.slideCount>this.options.slidesToShow&&(this.slideOffset=this.slideWidth*this.options.slidesToShow*-1,c=g*this.options.slidesToShow*-1),0!==this.slideCount%this.options.slidesToScroll&&b+this.options.slidesToScroll>this.slideCount&&this.slideCount> this.options.slidesToShow&&(b>this.slideCount?(this.slideOffset=(this.options.slidesToShow-(b-this.slideCount))*this.slideWidth*-1,c=(this.options.slidesToShow-(b-this.slideCount))*g*-1):(this.slideOffset=this.slideCount%this.options.slidesToScroll*this.slideWidth*-1,c=this.slideCount%this.options.slidesToScroll*g*-1))):b+this.options.slidesToShow>this.slideCount&&(this.slideOffset=(b+this.options.slidesToShow-this.slideCount)*this.slideWidth,c=(b+this.options.slidesToShow-this.slideCount)*g);this.slideCount<= this.options.slidesToShow&&(c=this.slideOffset=0);!0===this.options.centerMode&&!0===this.options.infinite?this.slideOffset+=this.slideWidth*Math.floor(this.options.slidesToShow/2)-this.slideWidth:!0===this.options.centerMode&&(this.slideOffset=0,this.slideOffset+=this.slideWidth*Math.floor(this.options.slidesToShow/2));g=!1===this.options.vertical?b*this.slideWidth*-1+this.slideOffset:b*g*-1+c;!0===this.options.variableWidth&&(c=this.slideCount<=this.options.slidesToShow||!1===this.options.infinite? this.$slideTrack.children(".slick-slide").eq(b):this.$slideTrack.children(".slick-slide").eq(b+this.options.slidesToShow),g=!0===this.options.rtl?c[0]?-1*(this.$slideTrack.width()-c[0].offsetLeft-c.width()):0:c[0]?-1*c[0].offsetLeft:0,!0===this.options.centerMode&&(c=this.slideCount<=this.options.slidesToShow||!1===this.options.infinite?this.$slideTrack.children(".slick-slide").eq(b):this.$slideTrack.children(".slick-slide").eq(b+this.options.slidesToShow+1),g=!0===this.options.rtl?c[0]?-1*(this.$slideTrack.width()- c[0].offsetLeft-c.width()):0:c[0]?-1*c[0].offsetLeft:0,g+=(this.$list.width()-c.outerWidth())/2));return g};a.prototype.getOption=a.prototype.slickGetOption=function(b){return this.options[b]};a.prototype.getNavigableIndexes=function(){var b=0,c=0,g=[];if(!1===this.options.infinite)var l=this.slideCount;else b=-1*this.options.slidesToScroll,c=-1*this.options.slidesToScroll,l=2*this.slideCount;for(;b<l;)g.push(b),b=c+this.options.slidesToScroll,c+=this.options.slidesToScroll<=this.options.slidesToShow? this.options.slidesToScroll:this.options.slidesToShow;return g};a.prototype.getSlick=function(){return this};a.prototype.getSlideCount=function(){var b=this,c,g;var l=!0===b.options.centerMode?b.slideWidth*Math.floor(b.options.slidesToShow/2):0;return!0===b.options.swipeToSlide?(b.$slideTrack.find(".slick-slide").each(function(h,e){if(e.offsetLeft-l+d(e).outerWidth()/2>-1*b.swipeLeft)return g=e,!1}),c=Math.abs(d(g).attr("data-slick-index")-b.currentSlide)||1):b.options.slidesToScroll};a.prototype.goTo= a.prototype.slickGoTo=function(b,c){this.changeSlide({data:{message:"index",index:parseInt(b)}},c)};a.prototype.init=function(b){d(this.$slider).hasClass("slick-initialized")||(d(this.$slider).addClass("slick-initialized"),this.buildRows(),this.buildOut(),this.setProps(),this.startLoad(),this.loadSlider(),this.initializeEvents(),this.updateArrows(),this.updateDots(),this.checkResponsive(!0),this.focusHandler());b&&this.$slider.trigger("init",[this]);!0===this.options.accessibility&&this.initADA(); this.options.autoplay&&(this.paused=!1,this.autoPlay())};a.prototype.initADA=function(){var b=this;b.$slides.add(b.$slideTrack.find(".slick-cloned")).attr({"aria-hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-1"});b.$slideTrack.attr("role","listbox");b.$slides.not(b.$slideTrack.find(".slick-cloned")).each(function(c){d(this).attr({role:"option","aria-describedby":"slick-slide"+b.instanceUid+c})});null!==b.$dots&&b.$dots.attr("role","tablist").find("li").each(function(c){d(this).attr({role:"presentation", "aria-selected":"false","aria-controls":"navigation"+b.instanceUid+c,id:"slick-slide"+b.instanceUid+c})}).first().attr("aria-selected","true").end().find("button").attr("role","button");b.activateADA()};a.prototype.initArrowEvents=function(){!0===this.options.arrows&&this.slideCount>this.options.slidesToShow&&(this.$prevArrow.off("click.slick").on("click.slick",{message:"previous"},this.changeSlide),this.$nextArrow.off("click.slick").on("click.slick",{message:"next"},this.changeSlide))};a.prototype.initDotEvents= function(){if(!0===this.options.dots&&this.slideCount>this.options.slidesToShow)d("li",this.$dots).on("click.slick",{message:"index"},this.changeSlide);if(!0===this.options.dots&&!0===this.options.pauseOnDotsHover)d("li",this.$dots).on("mouseenter.slick",d.proxy(this.interrupt,this,!0)).on("mouseleave.slick",d.proxy(this.interrupt,this,!1))};a.prototype.initSlideEvents=function(){this.options.pauseOnHover&&(this.$list.on("mouseenter.slick",d.proxy(this.interrupt,this,!0)),this.$list.on("mouseleave.slick", d.proxy(this.interrupt,this,!1)))};a.prototype.initializeEvents=function(){this.initArrowEvents();this.initDotEvents();this.initSlideEvents();this.$list.on("touchstart.slick mousedown.slick",{action:"start"},this.swipeHandler);this.$list.on("touchmove.slick mousemove.slick",{action:"move"},this.swipeHandler);this.$list.on("touchend.slick mouseup.slick",{action:"end"},this.swipeHandler);this.$list.on("touchcancel.slick mouseleave.slick",{action:"end"},this.swipeHandler);this.$list.on("click.slick", this.clickHandler);d(document).on(this.visibilityChange,d.proxy(this.visibility,this));if(!0===this.options.accessibility)this.$list.on("keydown.slick",this.keyHandler);if(!0===this.options.focusOnSelect)d(this.$slideTrack).children().on("click.slick",this.selectHandler);d(window).on("orientationchange.slick.slick-"+this.instanceUid,d.proxy(this.orientationChange,this));d(window).on("resize.slick.slick-"+this.instanceUid,d.proxy(this.resize,this));d("[draggable!\x3dtrue]",this.$slideTrack).on("dragstart", this.preventDefault);d(window).on("load.slick.slick-"+this.instanceUid,this.setPosition);d(document).on("ready.slick.slick-"+this.instanceUid,this.setPosition)};a.prototype.initUI=function(){!0===this.options.arrows&&this.slideCount>this.options.slidesToShow&&(this.$prevArrow.show(),this.$nextArrow.show());!0===this.options.dots&&this.slideCount>this.options.slidesToShow&&this.$dots.show()};a.prototype.keyHandler=function(b){b.target.tagName.match("TEXTAREA|INPUT|SELECT")||(37===b.keyCode&&!0===this.options.accessibility? this.changeSlide({data:{message:!0===this.options.rtl?"next":"previous"}}):39===b.keyCode&&!0===this.options.accessibility&&this.changeSlide({data:{message:!0===this.options.rtl?"previous":"next"}}))};a.prototype.lazyLoad=function(){function b(h){d("img[data-lazy]",h).each(function(){var e=d(this),k=d(this).attr("data-lazy"),f=document.createElement("img");f.onload=function(){e.animate({opacity:0},100,function(){e.attr("src",k).animate({opacity:1},200,function(){e.removeAttr("data-lazy").removeClass("slick-loading")}); c.$slider.trigger("lazyLoaded",[c,e,k])})};f.onerror=function(){e.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error");c.$slider.trigger("lazyLoadError",[c,e,k])};f.src=k})}var c=this;if(!0===c.options.centerMode)if(!0===c.options.infinite){var g=c.currentSlide+(c.options.slidesToShow/2+1);var l=g+c.options.slidesToShow+2}else g=Math.max(0,c.currentSlide-(c.options.slidesToShow/2+1)),l=2+(c.options.slidesToShow/2+1)+c.currentSlide;else g=c.options.infinite?c.options.slidesToShow+ c.currentSlide:c.currentSlide,l=Math.ceil(g+c.options.slidesToShow),!0===c.options.fade&&(0<g&&g--,l<=c.slideCount&&l++);g=c.$slider.find(".slick-slide").slice(g,l);b(g);c.slideCount<=c.options.slidesToShow?(g=c.$slider.find(".slick-slide"),b(g)):c.currentSlide>=c.slideCount-c.options.slidesToShow?(g=c.$slider.find(".slick-cloned").slice(0,c.options.slidesToShow),b(g)):0===c.currentSlide&&(g=c.$slider.find(".slick-cloned").slice(-1*c.options.slidesToShow),b(g))};a.prototype.loadSlider=function(){this.setPosition(); this.$slideTrack.css({opacity:1});this.$slider.removeClass("slick-loading");this.initUI();"progressive"===this.options.lazyLoad&&this.progressiveLazyLoad()};a.prototype.next=a.prototype.slickNext=function(){this.changeSlide({data:{message:"next"}})};a.prototype.orientationChange=function(){this.checkResponsive();this.setPosition()};a.prototype.pause=a.prototype.slickPause=function(){this.autoPlayClear();this.paused=!0};a.prototype.play=a.prototype.slickPlay=function(){this.autoPlay();this.options.autoplay= !0;this.interrupted=this.focussed=this.paused=!1};a.prototype.postSlide=function(b){this.unslicked||(this.$slider.trigger("afterChange",[this,b]),this.animating=!1,this.setPosition(),this.swipeLeft=null,this.options.autoplay&&this.autoPlay(),!0===this.options.accessibility&&this.initADA())};a.prototype.prev=a.prototype.slickPrev=function(){this.changeSlide({data:{message:"previous"}})};a.prototype.preventDefault=function(b){b.preventDefault()};a.prototype.progressiveLazyLoad=function(b){b=b||1;var c= this,g=d("img[data-lazy]",c.$slider);if(g.length){var l=g.first();var h=l.attr("data-lazy");g=document.createElement("img");g.onload=function(){l.attr("src",h).removeAttr("data-lazy").removeClass("slick-loading");!0===c.options.adaptiveHeight&&c.setPosition();c.$slider.trigger("lazyLoaded",[c,l,h]);c.progressiveLazyLoad()};g.onerror=function(){3>b?setTimeout(function(){c.progressiveLazyLoad(b+1)},500):(l.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),c.$slider.trigger("lazyLoadError", [c,l,h]),c.progressiveLazyLoad())};g.src=h}else c.$slider.trigger("allImagesLoaded",[c])};a.prototype.refresh=function(b){var c=this.slideCount-this.options.slidesToShow;!this.options.infinite&&this.currentSlide>c&&(this.currentSlide=c);this.slideCount<=this.options.slidesToShow&&(this.currentSlide=0);c=this.currentSlide;this.destroy(!0);d.extend(this,this.initials,{currentSlide:c});this.init();b||this.changeSlide({data:{message:"index",index:c}},!1)};a.prototype.registerBreakpoints=function(){var b= this,c,g=b.options.responsive||null;if("array"===d.type(g)&&g.length){b.respondTo=b.options.respondTo||"window";for(c in g){var l=b.breakpoints.length-1;var h=g[c].breakpoint;if(g.hasOwnProperty(c)){for(;0<=l;)b.breakpoints[l]&&b.breakpoints[l]===h&&b.breakpoints.splice(l,1),l--;b.breakpoints.push(h);b.breakpointSettings[h]=g[c].settings}}b.breakpoints.sort(function(e,k){return b.options.mobileFirst?e-k:k-e})}};a.prototype.reinit=function(){this.$slides=this.$slideTrack.children(this.options.slide).addClass("slick-slide"); this.slideCount=this.$slides.length;this.currentSlide>=this.slideCount&&0!==this.currentSlide&&(this.currentSlide-=this.options.slidesToScroll);this.slideCount<=this.options.slidesToShow&&(this.currentSlide=0);this.registerBreakpoints();this.setProps();this.setupInfinite();this.buildArrows();this.updateArrows();this.initArrowEvents();this.buildDots();this.updateDots();this.initDotEvents();this.cleanUpSlideEvents();this.initSlideEvents();this.checkResponsive(!1,!0);if(!0===this.options.focusOnSelect)d(this.$slideTrack).children().on("click.slick", this.selectHandler);this.setSlideClasses("number"===typeof this.currentSlide?this.currentSlide:0);this.setPosition();this.focusHandler();this.paused=!this.options.autoplay;this.autoPlay();this.$slider.trigger("reInit",[this])};a.prototype.resize=function(){var b=this;d(window).width()!==b.windowWidth&&(clearTimeout(b.windowDelay),b.windowDelay=window.setTimeout(function(){b.windowWidth=d(window).width();b.checkResponsive();b.unslicked||b.setPosition()},50))};a.prototype.removeSlide=a.prototype.slickRemove= function(b,c,g){b="boolean"===typeof b?!0===b?0:this.slideCount-1:!0===c?--b:b;if(1>this.slideCount||0>b||b>this.slideCount-1)return!1;this.unload();!0===g?this.$slideTrack.children().remove():this.$slideTrack.children(this.options.slide).eq(b).remove();this.$slides=this.$slideTrack.children(this.options.slide);this.$slideTrack.children(this.options.slide).detach();this.$slideTrack.append(this.$slides);this.$slidesCache=this.$slides;this.reinit()};a.prototype.setCSS=function(b){var c={};!0===this.options.rtl&& (b=-b);var g="left"==this.positionProp?Math.ceil(b)+"px":"0px";var l="top"==this.positionProp?Math.ceil(b)+"px":"0px";c[this.positionProp]=b;!1!==this.transformsEnabled&&(c={},c[this.animType]=!1===this.cssTransitions?"translate("+g+", "+l+")":"translate3d("+g+", "+l+", 0px)");this.$slideTrack.css(c)};a.prototype.setDimensions=function(){!1===this.options.vertical?!0===this.options.centerMode&&this.$list.css({padding:"0px "+this.options.centerPadding}):(this.$list.height(this.$slides.first().outerHeight(!0)* this.options.slidesToShow),!0===this.options.centerMode&&this.$list.css({padding:this.options.centerPadding+" 0px"}));this.listWidth=this.$list.width();this.listHeight=this.$list.height();!1===this.options.vertical&&!1===this.options.variableWidth?(this.slideWidth=Math.ceil(this.listWidth/this.options.slidesToShow),this.$slideTrack.width(Math.ceil(this.slideWidth*this.$slideTrack.children(".slick-slide").length))):!0===this.options.variableWidth?this.$slideTrack.width(5E3*this.slideCount):(this.slideWidth= Math.ceil(this.listWidth),this.$slideTrack.height(Math.ceil(this.$slides.first().outerHeight(!0)*this.$slideTrack.children(".slick-slide").length)));var b=this.$slides.first().outerWidth(!0)-this.$slides.first().width();!1===this.options.variableWidth&&this.$slideTrack.children(".slick-slide").width(this.slideWidth-b)};a.prototype.setFade=function(){var b=this,c;b.$slides.each(function(g,l){c=b.slideWidth*g*-1;!0===b.options.rtl?d(l).css({position:"relative",right:c,top:0,zIndex:b.options.zIndex- 2,opacity:0}):d(l).css({position:"relative",left:c,top:0,zIndex:b.options.zIndex-2,opacity:0})});b.$slides.eq(b.currentSlide).css({zIndex:b.options.zIndex-1,opacity:1})};a.prototype.setHeight=function(){if(1===this.options.slidesToShow&&!0===this.options.adaptiveHeight&&!1===this.options.vertical){var b=this.$slides.eq(this.currentSlide).outerHeight(!0);this.$list.css("height",b)}};a.prototype.setOption=a.prototype.slickSetOption=function(b,c,g){var l=this,h,e=!1;if("object"===d.type(b)){var k=b; e=c;var f="multiple"}else if("string"===d.type(b)){k=b;var m=c;e=g;"responsive"===b&&"array"===d.type(c)?f="responsive":"undefined"!==typeof c&&(f="single")}if("single"===f)l.options[k]=m;else if("multiple"===f)d.each(k,function(x,C){l.options[x]=C});else if("responsive"===f)for(h in m)if("array"!==d.type(l.options.responsive))l.options.responsive=[m[h]];else{for(b=l.options.responsive.length-1;0<=b;)l.options.responsive[b].breakpoint===m[h].breakpoint&&l.options.responsive.splice(b,1),b--;l.options.responsive.push(m[h])}e&& (l.unload(),l.reinit())};a.prototype.setPosition=function(){this.setDimensions();this.setHeight();!1===this.options.fade?this.setCSS(this.getLeft(this.currentSlide)):this.setFade();this.$slider.trigger("setPosition",[this])};a.prototype.setProps=function(){var b=document.body.style;this.positionProp=!0===this.options.vertical?"top":"left";"top"===this.positionProp?this.$slider.addClass("slick-vertical"):this.$slider.removeClass("slick-vertical");void 0===b.WebkitTransition&&void 0===b.MozTransition&& void 0===b.msTransition||!0!==this.options.useCSS||(this.cssTransitions=!0);this.options.fade&&("number"===typeof this.options.zIndex?3>this.options.zIndex&&(this.options.zIndex=3):this.options.zIndex=this.defaults.zIndex);void 0!==b.OTransform&&(this.animType="OTransform",this.transformType="-o-transform",this.transitionType="OTransition",void 0===b.perspectiveProperty&&void 0===b.webkitPerspective&&(this.animType=!1));void 0!==b.MozTransform&&(this.animType="MozTransform",this.transformType="-moz-transform", this.transitionType="MozTransition",void 0===b.perspectiveProperty&&void 0===b.MozPerspective&&(this.animType=!1));void 0!==b.webkitTransform&&(this.animType="webkitTransform",this.transformType="-webkit-transform",this.transitionType="webkitTransition",void 0===b.perspectiveProperty&&void 0===b.webkitPerspective&&(this.animType=!1));void 0!==b.msTransform&&(this.animType="msTransform",this.transformType="-ms-transform",this.transitionType="msTransition",void 0===b.msTransform&&(this.animType=!1)); void 0!==b.transform&&!1!==this.animType&&(this.transformType=this.animType="transform",this.transitionType="transition");this.transformsEnabled=this.options.useTransform&&null!==this.animType&&!1!==this.animType};a.prototype.setSlideClasses=function(b){var c=this.$slider.find(".slick-slide").removeClass("slick-active slick-center slick-current").attr("aria-hidden","true");this.$slides.eq(b).addClass("slick-current");if(!0===this.options.centerMode){var g=Math.floor(this.options.slidesToShow/2);if(!0=== this.options.infinite){if(b>=g&&b<=this.slideCount-1-g)this.$slides.slice(b-g,b+g+1).addClass("slick-active").attr("aria-hidden","false");else{var l=this.options.slidesToShow+b;c.slice(l-g+1,l+g+2).addClass("slick-active").attr("aria-hidden","false")}0===b?c.eq(c.length-1-this.options.slidesToShow).addClass("slick-center"):b===this.slideCount-1&&c.eq(this.options.slidesToShow).addClass("slick-center")}this.$slides.eq(b).addClass("slick-center")}else 0<=b&&b<=this.slideCount-this.options.slidesToShow? this.$slides.slice(b,b+this.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"):c.length<=this.options.slidesToShow?c.addClass("slick-active").attr("aria-hidden","false"):(g=this.slideCount%this.options.slidesToShow,l=!0===this.options.infinite?this.options.slidesToShow+b:b,this.options.slidesToShow==this.options.slidesToScroll&&this.slideCount-b<this.options.slidesToShow?c.slice(l-(this.options.slidesToShow-g),l+g).addClass("slick-active").attr("aria-hidden","false"):c.slice(l, l+this.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"));"ondemand"===this.options.lazyLoad&&this.lazyLoad()};a.prototype.setupInfinite=function(){var b;!0===this.options.fade&&(this.options.centerMode=!1);if(!0===this.options.infinite&&!1===this.options.fade){var c=null;if(this.slideCount>this.options.slidesToShow){var g=!0===this.options.centerMode?this.options.slidesToShow+1:this.options.slidesToShow;for(b=this.slideCount;b>this.slideCount-g;--b)c=b-1,d(this.$slides[c]).clone(!0).attr("id", "").attr("data-slick-index",c-this.slideCount).prependTo(this.$slideTrack).addClass("slick-cloned");for(b=0;b<g;b+=1)c=b,d(this.$slides[c]).clone(!0).attr("id","").attr("data-slick-index",c+this.slideCount).appendTo(this.$slideTrack).addClass("slick-cloned");this.$slideTrack.find(".slick-cloned").find("[id]").each(function(){d(this).attr("id","")})}}};a.prototype.interrupt=function(b){b||this.autoPlay();this.interrupted=b};a.prototype.selectHandler=function(b){b=d(b.target).is(".slick-slide")?d(b.target): d(b.target).parents(".slick-slide");(b=parseInt(b.attr("data-slick-index")))||(b=0);this.slideCount<=this.options.slidesToShow?(this.setSlideClasses(b),this.asNavFor(b)):this.slideHandler(b)};a.prototype.slideHandler=function(b,c,g){var l=null,h=this;if(!(!0===h.animating&&!0===h.options.waitForAnimate||!0===h.options.fade&&h.currentSlide===b||h.slideCount<=h.options.slidesToShow)){!1===(c||!1)&&h.asNavFor(b);var e=b;l=h.getLeft(e);c=h.getLeft(h.currentSlide);h.currentLeft=null===h.swipeLeft?c:h.swipeLeft; if(!1===h.options.infinite&&!1===h.options.centerMode&&(0>b||b>h.getDotCount()*h.options.slidesToScroll))!1===h.options.fade&&(e=h.currentSlide,!0!==g?h.animateSlide(c,function(){h.postSlide(e)}):h.postSlide(e));else if(!1===h.options.infinite&&!0===h.options.centerMode&&(0>b||b>h.slideCount-h.options.slidesToScroll))!1===h.options.fade&&(e=h.currentSlide,!0!==g?h.animateSlide(c,function(){h.postSlide(e)}):h.postSlide(e));else{h.options.autoplay&&clearInterval(h.autoPlayTimer);var k=0>e?0!==h.slideCount% h.options.slidesToScroll?h.slideCount-h.slideCount%h.options.slidesToScroll:h.slideCount+e:e>=h.slideCount?0!==h.slideCount%h.options.slidesToScroll?0:e-h.slideCount:e;h.animating=!0;h.$slider.trigger("beforeChange",[h,h.currentSlide,k]);b=h.currentSlide;h.currentSlide=k;h.setSlideClasses(h.currentSlide);h.options.asNavFor&&(c=h.getNavTarget(),c=c.slick("getSlick"),c.slideCount<=c.options.slidesToShow&&c.setSlideClasses(h.currentSlide));h.updateDots();h.updateArrows();!0===h.options.fade?(!0!==g? (h.fadeSlideOut(b),h.fadeSlide(k,function(){h.postSlide(k)})):h.postSlide(k),h.animateHeight()):!0!==g?h.animateSlide(l,function(){h.postSlide(k)}):h.postSlide(k)}}};a.prototype.startLoad=function(){!0===this.options.arrows&&this.slideCount>this.options.slidesToShow&&(this.$prevArrow.hide(),this.$nextArrow.hide());!0===this.options.dots&&this.slideCount>this.options.slidesToShow&&this.$dots.hide();this.$slider.addClass("slick-loading")};a.prototype.swipeDirection=function(){var b=Math.round(180*Math.atan2(this.touchObject.startY- this.touchObject.curY,this.touchObject.startX-this.touchObject.curX)/Math.PI);0>b&&(b=360-Math.abs(b));return 45>=b&&0<=b||360>=b&&315<=b?!1===this.options.rtl?"left":"right":135<=b&&225>=b?!1===this.options.rtl?"right":"left":!0===this.options.verticalSwiping?35<=b&&135>=b?"down":"up":"vertical"};a.prototype.swipeEnd=function(b){this.interrupted=this.dragging=!1;this.shouldClick=10<this.touchObject.swipeLength?!1:!0;if(void 0===this.touchObject.curX)return!1;!0===this.touchObject.edgeHit&&this.$slider.trigger("edge", [this,this.swipeDirection()]);if(this.touchObject.swipeLength>=this.touchObject.minSwipe){b=this.swipeDirection();switch(b){case "left":case "down":var c=this.options.swipeToSlide?this.checkNavigable(this.currentSlide+this.getSlideCount()):this.currentSlide+this.getSlideCount();this.currentDirection=0;break;case "right":case "up":c=this.options.swipeToSlide?this.checkNavigable(this.currentSlide-this.getSlideCount()):this.currentSlide-this.getSlideCount(),this.currentDirection=1}"vertical"!=b&&(this.slideHandler(c), this.touchObject={},this.$slider.trigger("swipe",[this,b]))}else this.touchObject.startX!==this.touchObject.curX&&(this.slideHandler(this.currentSlide),this.touchObject={})};a.prototype.swipeHandler=function(b){if(!(!1===this.options.swipe||"ontouchend"in document&&!1===this.options.swipe||!1===this.options.draggable&&-1!==b.type.indexOf("mouse")))switch(this.touchObject.fingerCount=b.originalEvent&&void 0!==b.originalEvent.touches?b.originalEvent.touches.length:1,this.touchObject.minSwipe=this.listWidth/ this.options.touchThreshold,!0===this.options.verticalSwiping&&(this.touchObject.minSwipe=this.listHeight/this.options.touchThreshold),b.data.action){case "start":this.swipeStart(b);break;case "move":this.swipeMove(b);break;case "end":this.swipeEnd(b)}};a.prototype.swipeMove=function(b){var c=void 0!==b.originalEvent?b.originalEvent.touches:null;if(!this.dragging||c&&1!==c.length)return!1;var g=this.getLeft(this.currentSlide);this.touchObject.curX=void 0!==c?c[0].pageX:b.clientX;this.touchObject.curY= void 0!==c?c[0].pageY:b.clientY;this.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(this.touchObject.curX-this.touchObject.startX,2)));!0===this.options.verticalSwiping&&(this.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(this.touchObject.curY-this.touchObject.startY,2))));c=this.swipeDirection();if("vertical"!==c){void 0!==b.originalEvent&&4<this.touchObject.swipeLength&&b.preventDefault();var l=(!1===this.options.rtl?1:-1)*(this.touchObject.curX>this.touchObject.startX?1:-1);!0=== this.options.verticalSwiping&&(l=this.touchObject.curY>this.touchObject.startY?1:-1);b=this.touchObject.swipeLength;this.touchObject.edgeHit=!1;!1===this.options.infinite&&(0===this.currentSlide&&"right"===c||this.currentSlide>=this.getDotCount()&&"left"===c)&&(b=this.touchObject.swipeLength*this.options.edgeFriction,this.touchObject.edgeHit=!0);this.swipeLeft=!1===this.options.vertical?g+b*l:g+b*(this.$list.height()/this.listWidth)*l;!0===this.options.verticalSwiping&&(this.swipeLeft=g+b*l);if(!0=== this.options.fade||!1===this.options.touchMove)return!1;if(!0===this.animating)return this.swipeLeft=null,!1;this.setCSS(this.swipeLeft)}};a.prototype.swipeStart=function(b){var c;this.interrupted=!0;if(1!==this.touchObject.fingerCount||this.slideCount<=this.options.slidesToShow)return this.touchObject={},!1;void 0!==b.originalEvent&&void 0!==b.originalEvent.touches&&(c=b.originalEvent.touches[0]);this.touchObject.startX=this.touchObject.curX=void 0!==c?c.pageX:b.clientX;this.touchObject.startY=this.touchObject.curY= void 0!==c?c.pageY:b.clientY;this.dragging=!0};a.prototype.unfilterSlides=a.prototype.slickUnfilter=function(){null!==this.$slidesCache&&(this.unload(),this.$slideTrack.children(this.options.slide).detach(),this.$slidesCache.appendTo(this.$slideTrack),this.reinit())};a.prototype.unload=function(){d(".slick-cloned",this.$slider).remove();this.$dots&&this.$dots.remove();this.$prevArrow&&this.htmlExpr.test(this.options.prevArrow)&&this.$prevArrow.remove();this.$nextArrow&&this.htmlExpr.test(this.options.nextArrow)&& this.$nextArrow.remove();this.$slides.removeClass("slick-slide slick-active slick-visible slick-current").attr("aria-hidden","true").css("width","")};a.prototype.unslick=function(b){this.$slider.trigger("unslick",[this,b]);this.destroy()};a.prototype.updateArrows=function(){!0===this.options.arrows&&this.slideCount>this.options.slidesToShow&&!this.options.infinite&&(this.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),this.$nextArrow.removeClass("slick-disabled").attr("aria-disabled", "false"),0===this.currentSlide?(this.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true"),this.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false")):this.currentSlide>=this.slideCount-this.options.slidesToShow&&!1===this.options.centerMode?(this.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),this.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")):this.currentSlide>=this.slideCount-1&&!0===this.options.centerMode&&(this.$nextArrow.addClass("slick-disabled").attr("aria-disabled", "true"),this.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")))};a.prototype.updateDots=function(){null!==this.$dots&&(this.$dots.find("li").removeClass("slick-active").attr("aria-hidden","true"),this.$dots.find("li").eq(Math.floor(this.currentSlide/this.options.slidesToScroll)).addClass("slick-active").attr("aria-hidden","false"))};a.prototype.visibility=function(){this.options.autoplay&&(this.interrupted=document[this.hidden]?!0:!1)};d.fn.slick=function(){var b=arguments[0], c=Array.prototype.slice.call(arguments,1),g=this.length,l,h;for(l=0;l<g;l++)if("object"==typeof b||"undefined"==typeof b?this[l].slick=new a(this[l],b):h=this[l].slick[b].apply(this[l].slick,c),"undefined"!=typeof h)return h;return this}}); (function(d,a,n){function b(c,g){function l(k){d(h).each(function(){var f=d(this);this===k.target||f.has(k.target).length||f.triggerHandler(g,[k.target])})}g=g||c+n;var h=d(),e=c+"."+g+"-special-event";d.event.special[g]={setup:function(){h=h.add(this);1===h.length&&d(a).bind(e,l)},teardown:function(){h=h.not(this);0===h.length&&d(a).unbind(e)},add:function(k){var f=k.handler;k.handler=function(m,x){m.target=x;f.apply(this,arguments)}}}}"$:nomunge";d.map("click dblclick mousemove mousedown mouseup mouseover mouseout change select submit keydown keypress keyup touchstart touchend".split(" "), function(c){b(c)});b("focusin","focus"+n);b("focusout","blur"+n);d.addOutsideEvent=b})(jQuery,document,"outside"); (function(){function d(){a(n.section).target.forEach(function(c){b.instances.has(c)||new b(c)})}var a=window.sg.common.$q,n={section:".notification-bar"},b=function(c){var g=this;this.selector={section:n.section,btn:".notification-bar__toggle-btn",hidden:".notification-bar__toggle-btn .hidden",content:".notification-bar__inner",nomarl:".notification-bar__column--collapsed",expend:".notification-bar__column--expanded"};this.timer=null;this.ele={window:a(window),section:a(c),btn:null,content:null,nomarl:null, expand:null};this.handler={resize:function(){g.ele.section.css({height:""});g.timer&&clearTimeout(g.timer);setTimeout(function(){g.setHeight()},400)}};this.setProperty();b.instances.set(c,this);this.init()};b.prototype.setProperty=function(){this.ele.btn=this.ele.section.find(this.selector.btn);this.ele.hidden=this.ele.section.find(this.selector.hidden);this.ele.content=this.ele.section.find(this.selector.content);this.ele.pdBanner=this.ele.section.find(this.selector.pdBanner);this.ele.nomarl=this.ele.section.find(this.selector.nomarl); this.ele.expand=this.ele.section.find(this.selector.expend)};b.prototype.init=function(){this.bindEvents()};b.prototype.reInit=function(){this.setProperty();this.bindEvents()};b.prototype.setHeight=function(){this.ele.section.css({height:this.ele.content.outerHeight()+"px"})};b.prototype.bindEvents=function(){var c=this;this.ele.btn.off("click").on("click",function(){c.ele.section.hasClass("is-expanded")?c.closeBanner():c.openBanner()});this.ele.window.off("resize",this.handler.resize).on("resize", this.handler.resize);this.setHeight()};b.prototype.openBanner=function(){this.ele.section.addClass("is-expanded");this.ele.section.attr("aria-expanded",!0);this.ele.nomarl.hide();this.ele.expand.show();this.ele.hidden.innerHTML("Click to Collapse");this.setHeight()};b.prototype.closeBanner=function(){this.ele.section.removeClass("is-expanded");this.ele.section.attr("aria-expanded",!1);this.ele.nomarl.show();this.ele.expand.hide();this.ele.hidden.innerHTML("Click to Expand");this.setHeight()};b.instances= new WeakMap;window.sg.components.notificationBar={init:d,reInit:function(){a(n.section).target.forEach(function(c){b.instances.has(c)?b.instances.get(c).reInit():new b(c)})},closeBanner:function(c){c=void 0===c?!0:c;a(n.section).target.forEach(function(g){b.instances.has(g)&&b.instances.get(g).closeBanner(c)})}};a.ready(d)})(); (function(){var d=window.sg.common.$q,a=window.sg.common.constants.BREAKPOINTS,n=window.sg.common.utils,b=window.sg.common.lazyLoad,c=window.sg.common.constants.KEY_CODE,g=null,l=function(e){var k=this;this.el={window:d(window),component:d(e),container:null,tabItem:null,tabPanelOnline:null,tabPanelOffline:null,showMore:null,onlineListWrap:null,onlineListItem:null,distanceBtn:null,resultList:null,storeDetail:null,storeHeader:null,backStoreList:null,storeListArea:null,storeListInner:null,layerCloseBtn:null, layerDim:null,isMoving:null,activeList:null,moveStartY:null,curPosition:null,closeFocus:null,nearbyPop:null,nearbyPopClose:null};this.handler={resize:this.resize.bind(this),slideMoveStart:this.slideMoveStart.bind(this),slideMoving:this.slideMoving.bind(this),slideMoveEnd:this.slideMoveEnd.bind(this),showPopup:this.showPopup.bind(this),closePopup:this.closePopup.bind(this),focusInnerPopup:function(f){f.keyCode===c.TAB&&(k.matches(document.activeElement,".layer-popup__inner")&&f.shiftKey?d(document.activeElement).find(".layer-popup__close").focus(): k.matches(document.activeElement,".layer-popup__close")&&!1===f.shiftKey&&d(document.activeElement).closest(".layer-popup__inner").focus())},focusShopDetail:function(f){f.keyCode===c.TAB&&requestAnimationFrame(function(){if(0===d(document.activeElement).closest(".where-to-buy__detail").target.length){var m=k.el.container.find(".where-to-buy__detail");f.shiftKey?(m=m.find("a, button"),m.eq(m.target.length-1).focus()):m.focus()}})}};l.instances.set(e,this);this.setElement();this.init()};l.prototype.init= function(){this.bindEvents();this.resize()};l.prototype.reInit=function(){this.setElement();this.bindEvents();this.resize()};l.prototype.setElement=function(){this.el.container=this.el.component.find(".where-to-buy__container.layer-popup");this.el.tabItem=this.el.component.find(".where-to-buy__tab-item button");this.el.tabPanelOnline=this.el.component.find(".where-to-buy__online");this.el.tabPanelOffline=this.el.component.find(".where-to-buy__locator");this.el.tabPanels=this.el.component.find('.where-to-buy__tabpanels div[role\x3d"tabpanel"]'); this.el.showMore=this.el.component.find(".where-to-buy__store-more-cta");this.el.onlineListWrap=this.el.component.find(".where-to-buy__store-list");this.el.onlineListItem=this.el.component.find(".where-to-buy__store-item");this.el.distanceBtn=this.el.component.find(".where-to-buy__distance-button");this.el.resultList=this.el.component.find(".where-to-buy__result-content:not(.where-to-buy__result-content--disabled)");this.el.storeDetail=this.el.component.find(".where-to-buy__detail");this.el.storeHeader= this.el.component.find(".where-to-buy__result-top");this.el.backStoreList=this.el.component.find(".where-to-buy__detail-close");this.el.storeListArea=this.el.component.find(".where-to-buy__result");this.el.storeListInner=this.el.component.find(".where-to-buy__result-list");this.el.layerCloseBtn=this.el.component.find(".where-to-buy__content \x3e .layer-popup__close");this.el.layerDim=this.el.component.find(".layer-popup-dim");this.el.nearbyPop=this.el.component.find(".where-to-buy__layer--nearby"); this.el.nearbyPopClose=this.el.component.find(".where-to-buy__layer--nearby .layer-popup__close, .where-to-buy__layer--nearby .cta--cancel");this.mobileFlag=this.desktopFlag=this.el.isMoving=!1;this.closeFocus=this.closeFocus||null};l.prototype.activeTab=function(e){this.el.tabItem.removeClass("is-selected");this.el.tabItem.eq(e).addClass("is-selected");this.el.tabPanels.removeClass("is-active");this.el.tabPanels.eq(e).addClass("is-active")};l.prototype.showMoreItem=function(){var e=[],k=6;this.el.onlineListItem.target.forEach(function(m){m= d(m);"none"===m.css("display")&&e.push(m)});e.length<k&&(k=e.length);for(var f=0;f<k;f++)e[f].addClass("display-item");this.el.onlineListItem.eq(this.el.onlineListItem.target.length-1).hasClass("display-item")&&this.el.showMore.hide();k=this.el.component.find(".where-to-buy__store").target[0].scrollHeight-this.el.component.find(".where-to-buy__online-contents").height();this.el.component.find(".where-to-buy__online-contents").moveScroll(k,200)};l.prototype.activeDistance=function(e){this.el.distanceBtn.removeClass("is-selected"); e.addClass("is-selected");this.el.distanceBtn.find(".hidden").remove();e.append('\x3cspan class\x3d"hidden"\x3eselected\x3c/span\x3e')};l.prototype.activeStoreList=function(e){var k=this;this.el.storeDetail.show();this.el.storeDetail.attr("tabindex",0);this.el.storeDetail.focus();setTimeout(function(){k.resetClass(k.el.storeListArea);k.el.storeListArea.addClass("where-to-buy__result--middle")},200);this.el.activeList=e};l.prototype.backStoreList=function(){this.el.storeDetail.removeAttr("tabindex"); this.el.storeDetail.hide();this.el.activeList.focus()};l.prototype.slideMoveStart=function(e){this.el.moveStartY=e.clientY?e.clientY:e.changedTouches[0].pageY;this.el.curPosition=parseInt(this.el.storeListArea.css("top").replace("px",""))||this.el.storeListArea.target[0].getBoundingClientRect().top-this.el.tabPanelOffline.target[0].getBoundingClientRect().top;this.el.isMoving=!0;window.addEventListener("mousemove",this.handler.slideMoving,{passive:!1});this.el.window.on("mouseup",this.handler.slideMoveEnd); window.addEventListener("touchmove",this.handler.slideMoving,{passive:!1});this.el.window.on("touchend",this.handler.slideMoveEnd)};l.prototype.slideMoving=function(e){if(this.el.isMoving){var k=(e.clientY?e.clientY:e.changedTouches[0].pageY)-this.el.moveStartY;this.el.curPosition+=k;this.resetClass(this.el.storeListArea);this.el.storeListInner.show();this.el.storeListArea.css({top:this.el.curPosition+"px"});this.el.storeListArea.addClass("where-to-buy__result--active");this.el.moveStartY+=k}e.preventDefault()}; l.prototype.slideMoveEnd=function(){var e=this,k=this.el.component.find(".where-to-buy__locator").height(),f=k/3;k-=f;this.el.isMoving=null;this.el.moveStartY=0;this.el.curPosition=parseInt(this.el.storeListArea.css("top").replace("px",""))||null;null!==this.el.curPosition&&(this.el.storeListArea.css({top:""}),this.el.storeListArea.removeClass("where-to-buy__result--active"),this.el.curPosition<f?f="where-to-buy__result--top":this.el.curPosition>k?(f="where-to-buy__result--bottom",setTimeout(function(){e.el.storeListInner.hide()}, 200)):f="where-to-buy__result--middle",this.el.storeListArea.addClass(f),window.removeEventListener("mousemove",this.handler.slideMoving),this.el.window.off("mouseup",this.handler.slideMoveEnd),window.removeEventListener("touchmove",this.handler.slideMoving),this.el.window.off("touchend",this.handler.slideMoveEnd))};l.prototype.resetClass=function(e){["where-to-buy__result--top","where-to-buy__result--middle","where-to-buy__result--bottom"].forEach(function(k){e.removeClass(k)})};l.prototype.closeLayer= function(){this.el.layerDim.hide();this.el.container.hide()};l.prototype.showPopup=function(e){this.el.container.show();this.el.layerDim.show();n.hiddenScroll();this.el.component.setLayerFocus(".where-to-buy__container.layer-popup",".where-to-buy__content \x3e .layer-popup__close");null===this.moveFocusInnerPopup()&&window.sg.common.utils.setMobileFocusLoop(this.el.component.target[0]);this.closeFocus=e};l.prototype.moveFocusInnerPopup=function(){var e=null;this.el.container.find(".where-to-buy__locator.is-active").find(".where-to-buy__layer--gbs, .where-to-buy__layer--nearby").target.forEach(function(k){"block"=== k.style.display&&(e=d(k).find(".layer-popup__inner"),e.focus())});return null!==e&&0<e.target.length?(window.sg.common.utils.removeMobileFocusLoop(),window.sg.common.utils.setMobileFocusLoop(e.target[0]),e.target[0]):null};l.prototype.closePopup=function(e){e=void 0===e?null:e;e=null===e?this.closeFocus:e;n.visibleScroll();this.el.component.offLayerFocus();window.sg.common.utils.removeMobileFocusLoop();this.closeLayer();this.originFocus(e)};l.prototype.originFocus=function(e){e=void 0===e?null:e; null!==e&&e.focus()};l.prototype.resize=function(){var e=this;a.MOBILE>n.getViewPort().width?(n.getViewPort().width>n.getViewPort().height?this.el.component.addClass("mode--landscape"):this.el.component.removeClass("mode--landscape"),!1===this.mobileFlag&&(this.mobileFlag=!0,this.desktopFlag=!1,this.el.storeHeader.target.forEach(function(k){k=d(k);k.on("mousedown",e.handler.slideMoveStart);k.on("touchstart",e.handler.slideMoveStart)}),this.resetClass(this.el.storeListArea))):(this.el.component.removeClass("mode--landscape"), !1===this.desktopFlag&&(this.desktopFlag=!0,this.mobileFlag=!1,this.el.storeHeader.target.forEach(function(k){k=d(k);k.off("mousedown",e.handler.slideMoveStart);k.off("touchstart",e.handler.slideMoveStart)}),this.el.storeListInner.show(),this.resetClass(this.el.storeListArea)))};l.prototype.matches=function(e,k){return e.matches?e.matches(k):e.msMatchesSelector(k)};l.prototype.bindEvents=function(){var e=this;d(window).off("resize",this.handler.resize).on("resize",this.handler.resize);this.el.tabItem.target.forEach(function(k, f){d(k).off("click").on("click",function(){e.activeTab(f);e.moveFocusInnerPopup()})});this.el.showMore.target.forEach(function(k){d(k).off("click").on("click",function(){e.showMoreItem()})});this.el.distanceBtn.target.forEach(function(k){var f=d(k);f.off("click").on("click",function(){e.activeDistance(f)})});this.el.resultList.target.forEach(function(k){var f=d(k);f.off("click").on("click",function(){f.hasClass("new-window")||e.activeStoreList(f)})});this.el.backStoreList.target.forEach(function(k){d(k).off("click").on("click", function(){e.backStoreList()})});this.el.nearbyPopClose.off("click").on("click",function(){e.el.nearbyPop.hide();window.sg.common.utils.removeMobileFocusLoop();window.sg.common.utils.setMobileFocusLoop(e.el.component.target[0]);e.el.distanceBtn.target.forEach(function(k){k=d(k);k.hasClass("is-selected")&&k.focus()})});this.el.layerCloseBtn.on("click",function(){e.closePopup()});this.el.container.find(".where-to-buy__locator").find(".where-to-buy__layer--gbs, .where-to-buy__layer--nearby").find(".layer-popup__inner").attr("tabindex", 0).off("keydown",this.handler.focusInnerPopup).on("keydown",this.handler.focusInnerPopup);this.el.container.find(".where-to-buy__detail").off("keydown",this.handler.focusShopDetail).on("keydown",this.handler.focusShopDetail)};var h=function(){d(window);g=d(".where-to-buy");g.target.length&&(b.setLazyLoad(),d(".where-to-buy").target.forEach(function(e){l.instances.has(e)||new l(e)}))};l.instances=new WeakMap;d.ready(h);window.sg.components.whereToBuy={init:h,reInit:function(){b.setLazyLoad();d(".where-to-buy").target.forEach(function(e){l.instances.has(e)? l.instances.get(e).reInit():new l(e)})},showPopup:function(e){d(".where-to-buy").target.forEach(function(k){l.instances.has(k)?l.instances.get(k).showPopup(e):(new l(k)).showPopup(e)})},closePopup:function(e){d(".where-to-buy").target.forEach(function(k){l.instances.has(k)?l.instances.get(k).closePopup(e):(new l(k)).closePopup(e)})}}})(); (function(d,a){function n(){var c=a("#siteCode").val();a(".js-cta-buy, .js-cta-buy-etc").each(function(){if("ca"===c||"ca_fr"===c)a(this).addClass("ps-widget"),a(this).attr("ps-sku",a(this).data("modelcode")),PriceSpider.rebind();"de"===c&&(a(this).addClass("cci-trigger-overlay"),a(this).attr("data-sku",a(this).data("modelcode")),a(this).attr("data-productcode",a(this).data("modelcode")))})}"undefined"===typeof d.smg&&(d.smg={});var b=d.smg.wtb=d.smg.wtb||{};b.initData={nodePath:a("#current_node_path").val(), d_modelCode:a("#current_model_code").val(),d_categorySubTypeCode:a("#wtb-categorySubTypeCode").val(),buyinstoreRedirectYN:a("#buyinstoreRedirectYN").val(),bvConversationFlag:a("#bvConversationFlag").val(),bvConversationRTLFlag:a("#bvConversationRTLFlag").val(),channelCampaignTag:"N",placedWtbResources:!1,useNewWtbFlag:a("#useNewWtb").val(),distanceUnitValue:"",modelCodeValue:"",rtlValue:a("#rtlValue").val(),apiChangeStockStatus:"",useWtbStockFunction:""};b.common=function(){return{reInit:function(){n()}}}(); a(function(){n();b.bak.init()})})(window,window.jQuery); (function(d,a){function n(){function e(t,v,u){var A=new Date;A.setTime(A.getTime()+864E5*(u||0));document.cookie=t+"\x3d"+v+"; expires\x3d"+A.toUTCString()}function k(t){t+="\x3d";for(var v=document.cookie.split(";"),u,A=0,w=v.length;A<w;A++){for(u=v[A];" "===u.charAt(0);)u=u.substring(1);if(-1!==u.indexOf(t))return u.substring(t.length,u.length)}return""}var f=d.smg.wtb.initData,m=function(t){a("#store-list").html("");var v=t.common.storesCount,u=t.stores;t=t.geoInfo;a(".where-to-buy__container .where-to-buy__result-count").text(v); if(0!==v){for(var A=0;A<v;A++){var w="";w+='\x3cli class\x3d"where-to-buy__result-item" role\x3d"listitem"\x3e\x3ca href\x3d"javascript:;" class\x3d"where-to-buy__result-content ';var z="",D="",E=u[A].name;null!=u[A].cityName&&(E+=" "+u[A].cityName);"E"===u[A].brandTypeCode?(z="type--experience",D="E"):"B"===u[A].brandTypeCode?(z="type--brand",D="B"):"O"===u[A].brandTypeCode&&(z="type--other",D="O");w+=z+'" role\x3d"button"an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-detail view" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+ E+'"\x3e\x3cdiv class\x3d"where-to-buy__result-info" data-store-id\x3d"'+u[A].id+'"\x3e\x3cp class\x3d"where-to-buy__result-type"\x3e';w+='\x3csvg class\x3d"icon icon--store-experience" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#pin-experience-i"\x3e\x3c/use\x3e\x3c/svg\x3e\x3csvg class\x3d"icon icon--store-brand" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#pin-brand-i"\x3e\x3c/use\x3e\x3c/svg\x3e\x3csvg class\x3d"icon icon--store" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#pin-other-i"\x3e\x3c/use\x3e\x3c/svg\x3e'; "E"===D?w+=Granite.I18n.get("Samsung Experience Stores"):"B"===D?w+=Granite.I18n.get("Samsung Brand Store"):"O"===D&&(w+=Granite.I18n.get("Other Store"));w+='\x3csvg class\x3d"icon icon--next" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#next-bold"\x3e\x3c/use\x3e\x3c/svg\x3e';w+="\x3c/p\x3e";w+='\x3cp class\x3d"where-to-buy__result-name"\x3e'+u[A].name;null!=u[A].cityName&& (w+='\x3cspan class\x3d"where-to-buy__locator__store-city"\x3e '+u[A].cityName+"\x3c/span\x3e\x3c/p\x3e");w+='\x3cp class\x3d"where-to-buy__result-distance"\x3e'+u[A].distance+f.distanceUnitValue+'\x3c/p\x3e\x3cinput type\x3d"hidden" class\x3d"lat" value\x3d"'+u[A].latitude+'"\x3e\x3cinput type\x3d"hidden" class\x3d"long" value\x3d"'+u[A].longitude+'"\x3e\x3cinput type\x3d"hidden" class\x3d"storeId" value\x3d"'+u[A].id+'"\x3e\x3cinput type\x3d"hidden" class\x3d"storeindex" value\x3d"'+(A+1)+'"\x3e\x3cinput type\x3d"hidden" id\x3d"markerlatitude_'+ (A+1)+'" value\x3d"'+u[A].latitude+'"\x3e\x3cinput type\x3d"hidden" id\x3d"markerlongitude_'+(A+1)+'" value\x3d"'+u[A].longitude+'"\x3e\x3cinput type\x3d"hidden" id\x3d"markerlongitude_'+(A+1)+'" value\x3d"'+u[A].longitude+'"\x3e\x3cinput type\x3d"hidden" id\x3d"markerbrandtype_'+(A+1)+'" value\x3d"'+D+'"\x3e\x3c/div\x3e\x3c/a\x3e\x3c/li\x3e';a("#store-list").append(w)}t&&(a("#maxLat").val(t.maxLatitude),a("#minLat").val(t.minLatitude),a("#maxLong").val(t.maxLongitude),a("#minLong").val(t.minLongitude), a("#store-list li:eq(0)\x3ea").addClass("is-active"))}0===v?(a("#store_list_nullYn").val("Y"),a("#stroelength").val("0")):(a("#store_list_nullYn").val("N"),a("#stroelength").val(v))},x=function(t){a("#store-list").html("");var v=t.locations.length;t=t.locations;a(".where-to-buy__container .where-to-buy__result-count").text(v);if(0!==v)for(var u=0;u<v;u++){var A="";"Km"==f.distanceUnitValue?A=(parseFloat(t[u].distance)/1E3).toFixed(2):"Mile"==f.distanceUnitValue&&(A=(parseFloat(t[u].distance)/1609.344).toFixed(2)); var w="";w+='\x3cli class\x3d"where-to-buy__result-item" role\x3d"listitem"\x3e\x3ca href\x3d"javascript:;" class\x3d"where-to-buy__result-content ';var z="",D="",E="";null!=t[u].name&&""!=t[u].name&&(E=t[u].name);if("1_ses"==t[u].storeTypes)z="type--experience",D="E";else if("2_sbs"==t[u].storeTypes)z="type--brand",D="B";else if("3_retailer_store"==t[u].storeTypes||null==t[u].storeTypes)z="type--other",D="O";w+=z+'" role\x3d"button"an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+ '-text-detail view" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+E+'"\x3e\x3cdiv class\x3d"where-to-buy__result-info" data-store-id\x3d"'+t[u].searchableId+'"\x3e\x3cp class\x3d"where-to-buy__result-type"\x3e';w+='\x3csvg class\x3d"icon icon--store-experience" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#pin-experience-i"\x3e\x3c/use\x3e\x3c/svg\x3e\x3csvg class\x3d"icon icon--store-brand" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#pin-brand-i"\x3e\x3c/use\x3e\x3c/svg\x3e\x3csvg class\x3d"icon icon--store" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#pin-other-i"\x3e\x3c/use\x3e\x3c/svg\x3e'; "E"===D?w+=Granite.I18n.get("Samsung Experience Stores"):"B"===D?w+=Granite.I18n.get("Samsung Brand Store"):"O"===D&&(w+=Granite.I18n.get("Other Store"));w+='\x3csvg class\x3d"icon icon--next" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#next-bold"\x3e\x3c/use\x3e\x3c/svg\x3e';w+="\x3c/p\x3e";w+='\x3cp class\x3d"where-to-buy__result-name"\x3e'+E;null!=t[u].locality&&""!=t[u].locality&& (w+='\x3cspan class\x3d"where-to-buy__locator__store-city"\x3e '+t[u].locality+"\x3c/span\x3e\x3c/p\x3e");w+='\x3cp class\x3d"where-to-buy__result-distance"\x3e'+A+f.distanceUnitValue+'\x3c/p\x3e\x3cinput type\x3d"hidden" class\x3d"lat" value\x3d"'+t[u].coordinates.latitude+'"\x3e\x3cinput type\x3d"hidden" class\x3d"long" value\x3d"'+t[u].coordinates.longitude+'"\x3e\x3cinput type\x3d"hidden" class\x3d"storeId" value\x3d"'+t[u].searchableId+'"\x3e\x3cinput type\x3d"hidden" class\x3d"storeindex" value\x3d"'+ (u+1)+'"\x3e\x3cinput type\x3d"hidden" id\x3d"markerlatitude_'+(u+1)+'" value\x3d"'+t[u].coordinates.latitude+'"\x3e\x3cinput type\x3d"hidden" id\x3d"markerlongitude_'+(u+1)+'" value\x3d"'+t[u].coordinates.longitude+'"\x3e\x3cinput type\x3d"hidden" id\x3d"markerbrandtype_'+(u+1)+'" value\x3d"'+D+'"\x3e\x3c/div\x3e\x3c/a\x3e\x3c/li\x3e';a("#store-list").append(w)}0===v?(a("#store_list_nullYn").val("Y"),a("#stroelength").val("0")):(a("#store_list_nullYn").val("N"),a("#stroelength").val(v))},C=function(t, v,u,A){var w=a("#hatchOffstoreUse").val(),z=v.attr("labelContent"),D=a("#store-list li:eq("+(z-1)+") .storeId").val(),E=a("#searchApiDomain").val()+"/"+a("#apiStageInfo").val()+"/b2c/storelocator/detail",K=a("#siteCode").val(),q=a("#offstoreDistanceUnit").val();v=a("#offstoreLatitude").val();var J=a("#offstoreLongitude").val();K={siteCode:K,latitude:v,longitude:J,distanceUnit:q,storeId:D};if("Y"!=w)a.ajax({type:"GET",url:E,data:K,async:!1,success:function(G){G=G.response.resultData.storeDetail;var Q= G.name;null!=G.cityName&&(Q+=" "+G.cityName);var I='\x3cdiv class\x3d"where-to-buy__map-tooltip"\x3e\x3cp class\x3d"where-to-buy__map-store-name"\x3e\x3cbutton type\x3d"button" class\x3d"store-arr2" an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-detail view" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+Q+'"\x3e'+Q;I+="\x3c/button\x3e\x3c/p\x3e";if(null!=G.phone&&""!==G.phone||null!=G.email&&""!==G.email)I+='\x3cul class\x3d"where-to-buy__map-info-list"\x3e', null!=G.phone&&""!==G.phone&&(I+='\x3cli class\x3d"where-to-buy__map-info-item"\x3e\x3ca href\x3d"tel:'+G.phone+'" class\x3d"where-to-buy__map-info-link icon-tel" title\x3d"Call '+G.phone+'"an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+Q+':call"\x3e'+G.phone+'\x3csvg class\x3d"icon icon--tel" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#call-bold"\x3e\x3c/use\x3e\x3c/svg\x3e\x3c/a\x3e\x3c/li\x3e'), null!=G.email&&""!==G.email&&(I+='\x3cli class\x3d"where-to-buy__map-info-item"\x3e\x3ca href\x3d"mailto:'+G.email+'" class\x3d"where-to-buy__map-info-link icon-mail" title\x3d"Mail to '+G.email+'"an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+Q+':email"\x3e'+G.email+"\x3c/a\x3e\x3c/li\x3e"),I+="\x3c/ul\x3e";I+='\x3cinput class\x3d"ly_brandType" value\x3d"'+G.brandType+'" type\x3d"hidden"\x3e\x3cinput class\x3d"lat" type\x3d"hidden" value\x3d"'+ G.latitude+'"/\x3e\x3cinput class\x3d"long" type\x3d"hidden" value\x3d"'+G.longitude+'"/\x3e\x3cinput id\x3d"detail-index" type\x3d"hidden" value\x3d"'+z+'"\x3e\x3cinput id\x3d"currentStoreId" type\x3d"hidden" value\x3d"'+D+'"\x3e\x3c/div\x3e';a("#tv-experience-layer").html(I);t.setContent(""+I);t.open(u,A);a(".where-to-buy__result-content").removeClass("is-active");a("#store-list li:eq("+(z-1)+") .where-to-buy__result-content").addClass("is-active");a(".where-to-buy__result-content").eq(z-1).focus()}, error:function(G,Q,I){}});else{K=a("#hatchOffstoreUrl").val();q=a("#hatchOffstoreBrandID").val();w=a("#hatchOffstoreRegion").val();E=a("#hatchOffstoreLang").val();K=K+q+"/geo/list";q=a("button.where-to-buy__distance-button.is-selected").attr("data-value");q="Mile"==f.distanceUnitValue?1609.344*q:1E3*q;var T="";T=null==a("#selectModelCode").val()||void 0===a("#selectModelCode").val()||""===a("#selectModelCode").val()?a("#current_model_code").val():a("#selectModelCode").val();var U="";U=""!=E&&null!= E?{countryCode:w,geoCenterArea:{center:{latitude:v,longitude:J},distance:q},product:T,segment:E,filters:[{columnName:"searchableId",operation:"equal",value:[D]}]}:{countryCode:w,geoCenterArea:{center:{latitude:v,longitude:J},distance:q},product:T,filters:[{columnName:"searchableId",operation:"equal",value:[D]}]};a.ajax({headers:{"Content-Type":"application/json"},type:"POST",url:K,data:JSON.stringify(U),cache:!0,timeout:2E4,success:function(G){G=G.locations[0];var Q="";null!=G.name&&""!=G.name&&(Q= G.name);null!=G.locality&&""!=G.locality&&(Q+=" "+G.locality);var I="1_ses"==G.storeTypes?"E":"2_sbs"==G.storeTypes?"B":"O";var p='\x3cdiv class\x3d"where-to-buy__map-tooltip"\x3e\x3cp class\x3d"where-to-buy__map-store-name"\x3e\x3cbutton type\x3d"button" class\x3d"store-arr2" an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-detail view" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+Q+'"\x3e'+Q;p+="\x3c/button\x3e\x3c/p\x3e";if(null!= G.telephone&&""!==G.telephone||null!=G.email&&""!==G.email)p+='\x3cul class\x3d"where-to-buy__map-info-list"\x3e',null!=G.telephone&&""!==G.telephone&&(p+='\x3cli class\x3d"where-to-buy__map-info-item"\x3e\x3ca href\x3d"tel:'+G.telephone+'" class\x3d"where-to-buy__map-info-link icon-tel" title\x3d"Call '+G.telephone+'"an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+Q+':call"\x3e'+ G.telephone+'\x3csvg class\x3d"icon icon--tel" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#call-bold"\x3e\x3c/use\x3e\x3c/svg\x3e\x3c/a\x3e\x3c/li\x3e'),null!=G.email&&""!==G.email&&(p+='\x3cli class\x3d"where-to-buy__map-info-item"\x3e\x3ca href\x3d"mailto:'+G.email+'" class\x3d"where-to-buy__map-info-link icon-mail" title\x3d"Mail to '+G.email+'"an-tr\x3d"where to buy popup-'+ digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+Q+':email"\x3e'+G.email+"\x3c/a\x3e\x3c/li\x3e"),p+="\x3c/ul\x3e";p+='\x3cinput class\x3d"ly_brandType" value\x3d"'+I+'" type\x3d"hidden"\x3e\x3cinput class\x3d"lat" type\x3d"hidden" value\x3d"'+G.coordinates.latitude+'"/\x3e\x3cinput class\x3d"long" type\x3d"hidden" value\x3d"'+G.coordinates.longitude+'"/\x3e\x3cinput id\x3d"detail-index" type\x3d"hidden" value\x3d"'+ z+'"\x3e\x3cinput id\x3d"currentStoreId" type\x3d"hidden" value\x3d"'+D+'"\x3e\x3c/div\x3e';a("#tv-experience-layer").html(p);t.setContent(""+p);t.open(u,A);a(".where-to-buy__result-content").removeClass("is-active");a("#store-list li:eq("+(z-1)+") .where-to-buy__result-content").addClass("is-active");a(".where-to-buy__result-content").eq(z-1).focus()},error:function(G,Q,I){}})}},L=[],M=function(t,v,u){t=new google.maps.LatLng(t,v);v=(v=a("button.where-to-buy__distance-button.is-selected").attr("data-value"))? v:"Y"===u?5:10;u=15;1>=parseInt(v)?u=15:1<parseInt(v)&&2>=parseInt(v)?u=14:2<parseInt(v)&&5>=parseInt(v)?u=13:5<parseInt(v)&&10>=parseInt(v)?u=12:10<parseInt(v)&&25>=parseInt(v)?u=11:25<parseInt(v)&&50>=parseInt(v)?u=10:50<parseInt(v)&&(u=9);v="Y"===rtlValue?google.maps.ControlPosition.LEFT_TOP:google.maps.ControlPosition.RIGHT_TOP;u={scaleControl:!0,scaleControlOptions:{position:google.maps.ControlPosition.BOTTOM_CENTER},mapTypeControl:!1,panControl:!0,panControlOptions:{position:v},zoomControl:!0, zoomControlOptions:{style:google.maps.ZoomControlStyle.SMALL,position:v},streetViewControl:!0,streetViewControlOptions:{position:v},center:t,zoom:u,mapTypeId:google.maps.MapTypeId.ROADMAP};var A=new google.maps.Map(document.getElementById("map-canvas"),u);"true"==k("newwtb_offstore")&&(new google.maps.Marker({position:t,map:A,icon:{scaledSize:new google.maps.Size(50,50),origin:new google.maps.Point(0,0),anchor:new google.maps.Point(0,0)}}),new google.maps.Circle({map:null}),new google.maps.Circle({map:A, center:t,radius:5E3,fillColor:"#AA0000",strokeColor:"#AA0000",strokeOpacity:0}));var w=new google.maps.InfoWindow;a("#store-list").children("li").each(function(z){z+=1;var D=Number(a("#markerlatitude_"+z).val()),E=Number(a("#markerlongitude_"+z).val());D=new google.maps.LatLng(D,E);E=0+z;var K="";z=a("#markerbrandtype_"+z).val();"E"===z?K="/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-pin-experience.svg":"B"===z?K="/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-pin-brand.svg": "O"===z&&(K="/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-pin-other.svg");var q=new google.maps.Marker({position:D,labelContent:""+E,map:A,icon:{url:K,origin:new google.maps.Point(0,0),anchor:new google.maps.Point(0,0),scaledSize:new google.maps.Size(60,60)}});L[E]=q;q.addListener("click",function(){A.setCenter(q.getPosition())});google.maps.event.clearListeners(q,"click");google.maps.event.addListener(q,"click",function(){w&&w.close();C(w,a(this),A,q)})}); a(".where-to-buy__container .where-to-buy__result-content").on("click",function(){var z=a(this).find(".storeindex").val();google.maps.event.trigger(L[z],"click")})},N=function(){var t=a("#hatchOffstoreUse").val(),v=a("#searchApiDomain").val()+"/"+a("#apiStageInfo").val()+"/b2c/storelocator/list",u=a("#offstoreLatitude").val(),A=a("#offstoreLongitude").val(),w=a("#siteCode").val(),z=a("#offstoreDistanceUnit").val(),D="";D=a(".where-to-buy__container button.where-to-buy__distance-button.is-selected").attr("data-value"); var E="";E="";null==D&&("ae"==w||"ae_ar"==w?(D=1,a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'1']").addClass("is-selected"),E=a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'1']").text(),E+='\x3cspan class\x3d"hidden"\x3eselected\x3c/span\x3e',a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'1']").html(E)):(D=10,a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'10']").addClass("is-selected"), E=a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'10']").text(),E+='\x3cspan class\x3d"hidden"\x3eselected\x3c/span\x3e',a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'10']").html(E)));E="";E=null==a("#selectModelCode").val()||void 0===a("#selectModelCode").val()||""===a("#selectModelCode").val()?a("#current_model_code").val():a("#selectModelCode").val();var K=a("#categoryInfo").val();w={siteCode:w,latitude:u,longitude:A,distanceUnit:z, nRadius:D,modelCode:E,iaCode:K};if("Y"==t){w=a("#hatchOffstoreUrl").val();z=a("#hatchOffstoreBrandID").val();t=a("#hatchOffstoreRegion").val();v=a("#hatchOffstoreLang").val();w=w+z+"/geo/list";var q="";z=[];q=K.substr(0,2)+"000000";K=K.substr(0,4)+"0000";z.push(q);z.push(K);q="Mile"==f.distanceUnitValue?1609.344*D:1E3*D;D="";D=""!=v&&null!=v?{countryCode:t,geoCenterArea:{center:{latitude:u,longitude:A},distance:q},product:E,segment:v,filters:[{columnName:"productTags",operation:"equal",value:z}]}: {countryCode:t,geoCenterArea:{center:{latitude:u,longitude:A},distance:q},product:E,filters:[{columnName:"productTags",operation:"equal",value:z}]};a.ajax({headers:{"Content-Type":"application/json"},type:"POST",url:w,data:JSON.stringify(D),cache:!0,timeout:2E4,success:function(J){x(J);M(u,A,"N")},error:function(J,T,U){},complete:function(){h.bak.reInit()}})}else a.ajax({type:"GET",url:v,data:w,async:!1,success:function(J){m(J.response.resultData);M(u,A,"N")},error:function(J,T,U){},complete:function(){h.bak.reInit()}})}, y=function(t,v,u){var A=a("#hatchOffstoreUse").val(),w=a("#searchApiDomain").val()+"/"+a("#apiStageInfo").val()+"/b2c/storelocator/list",z=a("#siteCode").val(),D=a("#offstoreDistanceUnit").val(),E="";E=a("button.where-to-buy__distance-button.is-selected").attr("data-value");var K="";K="";E||("Y"===u&&"ae"!=z?(E=5,a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'5']").addClass("is-selected"),K=a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'5']").text(), K+='\x3cspan class\x3d"hidden"\x3eselected\x3c/span\x3e',a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'5']").html(K)):"ae"==z||"ae_ar"==z?(E=1,a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'1']").addClass("is-selected"),K=a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'1']").text(),K+='\x3cspan class\x3d"hidden"\x3eselected\x3c/span\x3e',a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'1']").html(K)): (E=10,a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'10']").addClass("is-selected"),K=a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'10']").text(),K+='\x3cspan class\x3d"hidden"\x3eselected\x3c/span\x3e',a(".where-to-buy__container button.where-to-buy__distance-button[data-value\x3d'10']").html(K)));K="";K=null==a("#selectModelCode").val()||void 0===a("#selectModelCode").val()||""===a("#selectModelCode").val()?a("#current_model_code").val(): a("#selectModelCode").val();var q=a("#categoryInfo").val();z={siteCode:z,latitude:t,longitude:v,distanceUnit:D,nRadius:E,modelCode:K,iaCode:q};if("Y"==A){z=a("#hatchOffstoreUrl").val();D=a("#hatchOffstoreBrandID").val();A=a("#hatchOffstoreRegion").val();w=a("#hatchOffstoreLang").val();z=z+D+"/geo/list";D=[];var J=q.substr(0,2)+"000000",T=q.substr(0,4)+"0000";q=1E3*E;q="";q="Mile"==f.distanceUnitValue?1609.344*E:1E3*E;D.push(J);D.push(T);E="";E=""!=w&&null!=w?{countryCode:A,geoCenterArea:{center:{latitude:t, longitude:v},distance:q},product:K,segment:w,filters:[{columnName:"productTags",operation:"equal",value:D}]}:{countryCode:A,geoCenterArea:{center:{latitude:t,longitude:v},distance:q},product:K,filters:[{columnName:"productTags",operation:"equal",value:D}]};a.ajax({headers:{"Content-Type":"application/json"},type:"POST",url:z,data:JSON.stringify(E),cache:!0,timeout:2E4,success:function(U){x(U);M(t,v,u)},error:function(U,G,Q){},complete:function(){h.bak.reInit()}})}else a.ajax({type:"GET",url:w,data:z, async:!1,success:function(U){m(U.response.resultData);M(t,v,u)},error:function(U,G,Q){},complete:function(){h.bak.reInit()}})},R=function(t){function v(){console.warn("ERROR")}function u(w){e("newwtb_offstore","false",5);N()}function A(w){var z="undefined"!==typeof w.coords?w.coords.latitude:w.latitude;w="undefined"!==typeof w.coords?w.coords.longitude:w.longitude;!z||!w||isNaN(z)||isNaN(w)?(z=a("#offstoreLatitude").val(),w=a("#offstoreLongitude").val(),y(z,w,"N")):(a("#offstoreLatitude").val(z), a("#offstoreLongitude").val(w),y(z,w,"Y"))}navigator.geolocation?navigator.geolocation.getCurrentPosition(A,u):a.getJSON("http://freegeoip.net/json/?callback\x3d?").then(A,v)},V=function(){if(null!=k("newwtb_offstore")&&""!==k("newwtb_offstore")){var t=k("newwtb_offstore");if("true"===t)R();else{t=a("#offstoreLatitude").val();var v=a("#offstoreLongitude").val();y(t,v,"N")}}else N(),b(".where-to-buy__container .where-to-buy__layer--gbs")},Y=function(t){var v=a("#siteCode").val(),u=function(){var w= a(".where-to-buy__store"),z=a(".where-to-buy__store-list a.where-to-buy__store-link").length;w.hasClass("where-to-buy__column--4")?12<z&&a(".where-to-buy__container .where-to-buy__store-more-cta").show():6<z&&a(".where-to-buy__container .where-to-buy__store-more-cta").show()},A=function(){if("Y"===a("#bvFlag").val()||"Y"===a("#bvRTLFlag").val()||"Y"===a("#aplautYn").val()){var w=0,z=0;a("#ratingsValue").val()&&(w=parseFloat(a("#ratingsValue").val()).toFixed(1));a("#reviewCountValue").val()&&(z=parseFloat(a("#reviewCountValue").val()|| "0"));for(var D="",E="",K="",q=Math.floor(w),J=parseInt(100*(w-q)),T=0;T<q;T++)D+='\x3cspan class\x3d"rating__star-item"\x3e\x3cspan class\x3d"rating__star-empty"\x3e\x3c/span\x3e\x3cspan class\x3d"rating__star-filled" style\x3d"width: 100%;"\x3e\x3c/span\x3e\x3c/span\x3e';5>q&&(D+='\x3cspan class\x3d"rating__star-item"\x3e\x3cspan class\x3d"rating__star-empty"\x3e\x3c/span\x3e\x3cspan class\x3d"rating__star-filled" style\x3d"width: '+J+'%;"\x3e\x3c/span\x3e\x3c/span\x3e');for(J=4;J>q;J--)D+='\x3cspan class\x3d"rating__star-item"\x3e\x3cspan class\x3d"rating__star-empty"\x3e\x3c/span\x3e\x3cspan class\x3d"rating__star-filled" style\x3d"width: 0%;"\x3e\x3c/span\x3e\x3c/span\x3e'; E+='\x3cspan class\x3d"hidden"\x3eProduct Ratings : \x3c/span\x3e\x3cspan\x3e'+w+"\x3c/span\x3e";K+='(\x3cspan class\x3d"hidden"\x3eNumber of Ratings :\x3c/span\x3e\x3cspan\x3e'+z+"\x3c/span\x3e)";a(".where-to-buy__container .where-to-buy__product-rating .rating__star-list").html(D);a(".where-to-buy__container .where-to-buy__product-rating .rating__point").html(E);a(".where-to-buy__container .where-to-buy__product-rating .rating__review-count").html(K);0===w&&0===z&&a(".where-to-buy__container .where-to-buy__product-info .where-to-buy__product-rating .rating").addClass("rating--empty")}}; a.ajax({type:"GET",url:t,async:!1,success:function(w){a(".where-to-buy").html(w);a(".where-to-buy__container.layer-popup [an-tr]").each(function(){a(this).attr("an-tr",a(this).attr("an-tr").replace("{{pageTrack}}",digitalData.page.pageInfo.pageTrack))});f.modelCodeValue=a("#wtbModelCode").val();"3959"===a("#offstoreDistanceUnit").val()?f.distanceUnitValue="Mile":f.distanceUnitValue="Km";w=a("#etailinUrlYn").val();var z=a("#onlineUse").val(),D=a("#inStoreUse").val(),E=a("#instoreIAFlag").val(),K=a("#wtbOnlineRetailorsSize").val(), q=a("#wtbOnlineStoreDisplayYn").val(),J=f.apiChangeStockStatus,T="N",U="Y";null!=J&&"null"!=J&&(J=J.replace(/\s/gi,"").toUpperCase(),"INSTOCK"==J||"LOWSTOCK"==J||"PREORDER"==J)&&(T="Y");"Y"==f.useWtbStockFunction&&"Y"==T&&(U="N");if("cz"===v||"sk"===v)a("#whereToBuyLocator").addClass("is-selected"),a("#whereToBuyLocator").attr("aria-selected",!0),a(".where-to-buy__locator").addClass("is-active"),("N"!==z&&K&&"0"!==K||"Y"===w)&&"N"!==q&&"N"!==U||(a("#whereToBuyOnline").parent().remove(),a("#whereToBuyOnline").attr("aria-selected", !1),a(".where-to-buy__online").remove(),a("#whereToBuyOnline").removeClass("is-selected")),V();else if("Y"===D&&"Y"===E)("N"!==z&&K&&"0"!==K||"Y"===w)&&"N"!==q&&"N"!==U||(a("#whereToBuyOnline").parent().remove(),a("#whereToBuyLocator").addClass("is-selected"),a("#whereToBuyLocator").attr("aria-selected",!0),a(".where-to-buy__online").remove(),a(".where-to-buy__locator").addClass("is-active")),"cn"!==v&&V();else if("Y"!==D||"N"===E)a("#whereToBuyLocator").parent().remove(),"N"===U&&(w="\x3cp\x3e"+ Granite.I18n.get("We are sorry, but this product is currently not available from any of our retail partners.")+"\x3c/p\x3e",a(".where-to-buy__store").html(w));w=a("#wtbDisplayName").val();a(".where-to-buy__container .where-to-buy__product-name").html(w);"uk"!==v&&"it"!==v&&"fr"!==v&&"za"!==v&&"in"!==v&&"tr"!==v||a(".where-to-buy__container .where-to-buy__search").show();u();A()},error:function(w,z,D){},complete:function(){h.bak.reInit()}})},aa=function(t,v,u){var A=a("#hatchOffstoreUse").val(),w= a("#searchApiDomain").val()+"/"+a("#apiStageInfo").val()+"/b2c/storelocator/detail",z=a("#siteCode").val(),D=a("#offstoreDistanceUnit").val();z={siteCode:z,latitude:v,longitude:u,distanceUnit:D,storeId:t};if("Y"!=A)a.ajax({type:"GET",url:w,data:z,async:!1,success:function(q){q=q.response.resultData.storeDetail;var J="",T="",U="",G="https://www.google.com/maps/search/?api\x3d1\x26query\x3d"+q.latitude+","+q.longitude;var Q=""+q.name;null!=q.cityName&&(Q+=" "+q.cityName);a(".where-to-buy__container .where-to-buy__detail-headline").text(Q); "E"===q.brandTypeCode?U=Granite.I18n.get("Samsung Experience Stores"):"B"===q.brandTypeCode?U=Granite.I18n.get("Samsung Brand Store"):"O"===q.brandTypeCode&&(U=Granite.I18n.get("Other Store"));J+=U+'\x3cspan class\x3d"where-to-buy__detail-distance"\x3e'+(q.distance+f.distanceUnitValue)+"\x3c/span\x3e";a(".where-to-buy__container .where-to-buy__detail-type").html(J);T+='\x3cli class\x3d"where-to-buy__detail-info-item" role\x3d"listitem"\x3e\x3ca href\x3d"'+G+'" class\x3d"where-to-buy__detail-info-link icon-location" an-tr\x3d"where to buy popup-'+ digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+Q+':address" aria-label\x3d"'+q.address+' Google map : Open in a new window" target\x3d"_blank"\x3e'+q.address+'\x3csvg class\x3d"icon icon--location" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#location-bold"\x3e\x3c/use\x3e\x3c/svg\x3e\x3c/a\x3e\x3c/li\x3e'; null!=q.phone&&""!==q.phone&&(T+='\x3cli class\x3d"where-to-buy__detail-info-item" role\x3d"listitem"\x3e\x3ca href\x3d"tel:'+q.phone+'" class\x3d"where-to-buy__detail-info-link icon-tel" title\x3d"Call '+q.phone+'" an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+Q+':call"\x3e'+q.phone+'\x3csvg class\x3d"icon icon--tel" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#call-bold"\x3e\x3c/use\x3e\x3c/svg\x3e\x3c/a\x3e\x3c/li\x3e'); null!=q.email&&""!==q.email&&(T+='\x3cli class\x3d"where-to-buy__detail-info-item" role\x3d"listitem"\x3e\x3ca href\x3d"mailto:'+q.email+'" class\x3d"where-to-buy__detail-info-link icon-mail" title\x3d"Mail to "'+q.email+' an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+Q+':email"\x3e'+q.email+"\x3c/a\x3e\x3c/li\x3e");a(".where-to-buy__container .where-to-buy__detail-info-list").html(T)}, error:function(q,J,T){}});else{z=a("#hatchOffstoreUrl").val();D=a("#hatchOffstoreBrandID").val();A=a("#hatchOffstoreRegion").val();w=a("#hatchOffstoreLang").val();z=z+D+"/geo/list";D=a("button.where-to-buy__distance-button.is-selected").attr("data-value");D="Mile"==f.distanceUnitValue?1609.344*D:1E3*D;var E="";E=null==a("#selectModelCode").val()||void 0===a("#selectModelCode").val()||""===a("#selectModelCode").val()?a("#current_model_code").val():a("#selectModelCode").val();var K="";K=""!=w&&null!= w?{countryCode:A,geoCenterArea:{center:{latitude:v,longitude:u},distance:D},product:E,segment:w,filters:[{columnName:"searchableId",operation:"equal",value:[t]}]}:{countryCode:A,geoCenterArea:{center:{latitude:v,longitude:u},distance:D},product:E,filters:[{columnName:"searchableId",operation:"equal",value:[t]}]};a.ajax({headers:{"Content-Type":"application/json"},type:"POST",url:z,data:JSON.stringify(K),cache:!0,timeout:2E4,success:function(q){q=q.locations[0];var J="",T="",U="",G="https://www.google.com/maps/search/?api\x3d1\x26query\x3d"+ q.coordinates.latitude+","+q.coordinates.longitude;null!=q.name&&""!=q.name&&(J+=q.name);null!=q.locality&&""!=q.locality&&(J+=" "+q.locality);a(".where-to-buy__container .where-to-buy__detail-headline").text(J);var Q="1_ses"==q.storeTypes?Granite.I18n.get("Samsung Experience Stores"):"2_sbs"==q.storeTypes?Granite.I18n.get("Samsung Brand Store"):Granite.I18n.get("Other Store");var I="";"Km"==f.distanceUnitValue?I=(parseFloat(q.distance)/1E3).toFixed(2):"Mile"==f.distanceUnitValue&&(I=(parseFloat(q.distance)/ 1609.344).toFixed(2));T+=Q+'\x3cspan class\x3d"where-to-buy__detail-distance"\x3e'+(I+f.distanceUnitValue)+"\x3c/span\x3e";a(".where-to-buy__container .where-to-buy__detail-type").html(T);null!=q.address.street&&""!==q.address.street&&(U+='\x3cli class\x3d"where-to-buy__detail-info-item" role\x3d"listitem"\x3e\x3ca href\x3d"'+G+'" class\x3d"where-to-buy__detail-info-link icon-location" an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+ J+':address" aria-label\x3d"'+q.address.street+' Google map : Open in a new window" target\x3d"_blank"\x3e'+q.address.street+'\x3csvg class\x3d"icon icon--location" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#location-bold"\x3e\x3c/use\x3e\x3c/svg\x3e\x3c/a\x3e\x3c/li\x3e');null!=q.telephone&&""!==q.telephone&&(U+='\x3cli class\x3d"where-to-buy__detail-info-item" role\x3d"listitem"\x3e\x3ca href\x3d"tel:'+ q.phone+'" class\x3d"where-to-buy__detail-info-link icon-tel" title\x3d"Call '+q.phone+'" an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+J+':call"\x3e'+q.telephone+'\x3csvg class\x3d"icon icon--tel" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/svg-sprite.svg#call-bold"\x3e\x3c/use\x3e\x3c/svg\x3e\x3c/a\x3e\x3c/li\x3e'); null!=q.email&&""!==q.email&&(U+='\x3cli class\x3d"where-to-buy__detail-info-item" role\x3d"listitem"\x3e\x3ca href\x3d"mailto:'+q.email+'" class\x3d"where-to-buy__detail-info-link icon-mail" title\x3d"Mail to "'+q.email+' an-tr\x3d"where to buy popup-'+digitalData.page.pageInfo.pageTrack+'-text-contact" an-ca\x3d"store locator" an-ac\x3d"store detail view" an-la\x3d"store detail view:'+J+':email"\x3e'+q.email+"\x3c/a\x3e\x3c/li\x3e");a(".where-to-buy__container .where-to-buy__detail-info-list").html(U)}})}}; a(document).on("click",".where-to-buy__container .where-to-buy__search",function(t){t="/"+a("#siteCode").val()+"/storelocator";window.open("about:blank").location.href=t});a(document).on("click",".where-to-buy__container .where-to-buy__distance-button",function(t){a(".where-to-buy__distance-list li button").removeClass("is-selected");a(this).addClass("is-selected");V()});a(document).on("click",".where-to-buy__container .where-to-buy__result-content",function(t){t=a(this).find(".where-to-buy__result-info").attr("data-store-id"); var v=a("#offstoreLatitude").val(),u=a("#offstoreLongitude").val();a(".where-to-buy__result-content").removeClass("is-active");a(this).addClass("is-active");aa(t,v,u)});a(document).on("click",".where-to-buy__container .where-to-buy__layer--gbs .cta--contained.cta--emphasis",function(t){e("newwtb_offstore","true",5);V();c(".where-to-buy__layer--gbs",!1)});a(document).on("click",".where-to-buy__container .where-to-buy__layer--gbs .cta--outlined.cta--black",function(t){e("newwtb_offstore","false",5); N();c(".where-to-buy__layer--gbs",!1)});a(document).on("click",".where-to-buy__container .where-to-buy__layer--gbs .layer-popup__close",function(t){e("newwtb_offstore","false",5);N();c(".where-to-buy__layer--gbs",!1)});a(document).on("click",".where-to-buy__container .store-arr2",function(t){t=a("#currentStoreId").val();var v=a("#offstoreLatitude").val(),u=a("#offstoreLongitude").val();aa(t,v,u);a(".where-to-buy__detail").show();a("#store-Detail-Layer").attr("data-store-detail-id",t)});a(document).on("click", ".where-to-buy__container .gm-ui-hover-effect",function(t){a(".where-to-buy__detail").hide();a(".where-to-buy__result-content").removeClass("is-active")});a(document).on("click",".where-to-buy__container .where-to-buy__content \x3e .layer-popup__close",function(t){c(".where-to-buy__container",!0)});a(document).on("click",".where-to-buy__container .where-to-buy__store-link",function(t){window.open(a(this).data("deeplink"),"_blank")});a(document).on("click",".js-cta-buy, .js-cta-buy-etc",function(t){var v= a(this).attr("data-iaCode"),u=a("#siteCode").val();t=a(this).attr("data-modelcode");var A=t.replace("/","+"),w=a(this).attr("data-modelname"),z=""!==k("country_codes")?k("country_codes"):"kr",D=a("#language").val().replace("-","_");z="/samsung/common/wheretobuy.cm-g-where-to-buy-bak."+v+"."+u+"."+A+".Y."+z+"."+D+".html";-1>=location.href.indexOf(".html")&&(z=z.replace(".html","/"));a("#current_model_code").val(t);a("#wtb-categorySubTypeCode").val(v);switch(u){case "ru":case "ge":case "test":if(!a(this).hasClass("wtb-init")){var E= new WtbWidget;E.init({});document.addEventListener("click",function(K){K.target&&K.target.className&&-1!==K.target.className.indexOf("js-cta-buy")&&E.callPopup(K.target)});a(this).get(0).click()}break;case "be":case "be_fr":case "nl":null===document.querySelector("#wtb-id-span")?(v=document.createElement("span"),v.dataset.mpn=t,v.id="wtb-id-span",a("body").append(v)):document.querySelector("#wtb-id-span").dataset.mpn=t;l(f);break;case "pl":t="/pl/where-to-buy.html?model\x3d"+t+"\x26locale\x3dpl-PL\x26iaUrlNamePath\x3d"+ digitalData.page.pageInfo.pageName+"\x26pageTrack\x3d"+digitalData.page.pageInfo.pageTrack+"\x26urlPath\x3d"+window.location.href;-1>=location.href.indexOf(".html")&&(t=t.replace(".html","/"));"admin"===a("#apiStageInfo").val()&&(t="/content/samsung"+t);a.magnificPopup.open({items:{src:t},type:"iframe",callbacks:{open:function(){window.sg.common.utils.hiddenScroll()},close:function(){window.sg.common.utils.visibleScroll()}}});break;case "de":break;default:if("product finder"==digitalData.page.pageInfo.pageTrack? (f.apiChangeStockStatus=a(this).parent().find(".wtbStockStatusText").val(),f.useWtbStockFunction=a(this).parent().find(".useWtbStockFunction").val()):(f.apiChangeStockStatus=a("#apiChangeStockStatus").val(),f.useWtbStockFunction=a("#useWtbStockFunction").val()),Y(z),a("#selectModelName").val(w),a("#selectModelCode").val(t),"ca"===u||"ca_fr"===u)"undefined"!==typeof a("#cnWtbUrlPath").val()&&""!==a("#cnWtbUrlPath").val()&&pswtb.sandbox.openWTB(this,a("#cnWtbUrlPath").val());else{if("cn"===u&&1===a(".where-to-buy__tab li").length&& "whereToBuyLocator"===a(".where-to-buy__tab li a").attr("id")){location.href=a("#cnWtbUrlPath").val();return}a(".where-to-buy__container .where-to-buy__store-link").attr("data-modelcode",t);a(".where-to-buy__container .where-to-buy__store-link").attr("data-modelname",w);b(".where-to-buy__container");window.sg.common.icon.update();window.sg.common.lazyLoad.setLazyLoad()}}if("Y"===f.bvConversationFlag||"Y"===f.bvConversationRTLFlag)window.bvCallback=function(K){K.pixel.trackConversion({type:"WhereToBuy", label:"ProductPage",value:A})}})}function b(e){a(".where-to-buy .layer-popup-dim").show();a(".where-to-buy "+e).show()}function c(e,k){k&&a(".where-to-buy .layer-popup-dim").hide();a(".where-to-buy "+e).hide()}function g(e){var k=document.createElement("div");k.innerHTML="\x3cdiv id\x3d'wtb-modal-container' class\x3d'modal-container'\x3e\x3cdiv class\x3d'modal-overlay'\x3e\x3c/div\x3e\x3cdiv class\x3d'modal-window default settings'\x3e\x3cdiv class\x3d'internal-container'\x3e\x3cdiv class\x3d'modal-top-bar'\x3e\x3cdiv class\x3d'close-button'\x3e\x3cimg src\x3d'https://image.samsung.com/uk/smartphones/galaxy-note9/buy/shop_popup_close_btn_mo.png'/\x3e\x3c/div\x3e\x3c/div\x3e\x3cdiv id\x3d'where-to-buy-local'\x3e\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e"; a("body").append(k);a(".close-button").on("click",function(f){l(e)});a(".modal-overlay").on("click",function(f){l(e)})}function l(e){null===document.querySelector("#wtb-modal-container")&&g(e);if(!e.placedWtbResources){var k=document.createElement("script");-1<location.host.indexOf("www")?k.src="https://sebn.ams3.cdn.digitaloceanspaces.com/src/wtb/latest/js/app.js":k.src="https://sebn.ams3.digitaloceanspaces.com/src/wtb/latest/staging/js/app.js";k.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(k); e.placedWtbResources=!0}a("body").toggleClass("modal-open")}d.smg=d.smg||{};var h=d.smg.wtb=d.smg.wtb||{};h.bak=function(){return{init:function(){n()},reInit:function(){window.sg.components.whereToBuy.reInit()}}}()})(window,window.jQuery); (function(d){function a(h){g.log&&window.console&&console.log(n+" "+h)}var n="[iFrameSizer]",b=n.length,c=0,g,l={log:!1,contentWindowBodyMargin:8,doHeight:!0,doWidth:!1,interval:0,callback:function(){}};d(window).on("message",function(h){(function(e){function k(){function x(C){m.iframe.style[C]=m[C]+"px";a(m.iframe.id+" "+C+" set to "+m[C]+"px")}g.doHeight&&x("height");g.doWidth&&x("width")}function f(){var x=e.substr(b).split(":");m={iframe:document.getElementById(x[0]),height:x[1],width:x[2]}}var m= {};n===e&&e.substr(0,b)&&(f(),k(),g.callback(m))})(h.originalEvent.data)});d.fn.iFrameSizer=function(h){return g=d.extend({},l,h),this.each(function(){function e(){f.style.overflow="hidden";f.scrolling="no";d(f).on("load",function(){k(f)});k(f)}function k(){""===f.id&&(f.id="iFrameSizer"+c++,a("Added missing iframe ID: "+f.id));var m=f.id+":"+g.contentWindowBodyMargin+":"+g.doWidth+":"+g.log+":"+g.interval;a("Sending init msg to iframe ("+m+")");f.contentWindow.postMessage(n+m,"*")}var f=this;f.contentWindow&& e()})}})(window.jQuery); (function(){var d,a,n,b,c,g,l,h,e,k,f,m,x,C,L,M,N,y;function R(){d=document.querySelector(".pd-get-stock-alert-popup");a=document.querySelector(".pd-get-stock-alert-popup__dimmed");n=document.querySelector(".pd-get-stock-alert-popup__contents");b=document.querySelector(".pd-get-stock-alert-popup__inner-wrap");c=document.querySelector(".pd-get-stock-alert-popup__text-field-wrap .text-field-v2");g=document.querySelectorAll(".pd-get-stock-alert-popup__text-field-wrap input");l=document.querySelectorAll(".pd-get-stock-alert-popup__text-field-wrap .text-field-v2__input-icon.delete"); h=document.querySelectorAll(".pd-get-stock-alert-popup__checkbox-wrap .checkbox-v2__input");e=document.querySelectorAll(".pd-get-stock-alert-popup__checkbox-wrap.is-required .checkbox-v2__input");k=document.querySelector(".pd-get-stock-alert-popup__btn-wrap");f=document.querySelector(".pd-get-stock-alert-popup__btn-close");m=document.querySelector(".pd-get-stock-alert-popup__btn-submit");x=document.querySelectorAll(".pd-get-stock-alert-popup__close");C=document.querySelector(".pd-get-stock-alert-popup__final-wrap"); L=document.querySelector(".pd-get-stock-alert-popup__final-desc");M=document.querySelector(".pd-get-stock-alert-popup__final-btn-wrap");N=document.querySelector(".pd-get-stock-alert-popup__final-btn-close");y=document.querySelector(".pd-get-stock-alert-popup .scrollbar");G=document.querySelector(".pd-get-stock-alert-popup .scrollbar__wrap")}function V(){document.querySelector(".pd-get-stock-alert-popup .scrollbar")&&window.sg.common.scrollbar.init(document.querySelector(".pd-get-stock-alert-popup .scrollbar")); R();d&&(Y(),u())}function Y(){g.forEach(function(r){r.addEventListener("input",aa)});l.forEach(function(r){r.addEventListener("click",t)});e.forEach(function(r){r.addEventListener("click",aa)});f&&f.addEventListener("click",function(){v()});N.addEventListener("click",function(){v()});for(var p=0;p<x.length;p++)x[p].addEventListener("click",function(){v()});window.addEventListener("resize",function(){u()});p=document.querySelector(I.section+" "+I.close);p.removeEventListener("keydown",z);p.addEventListener("keydown", z);p=document.querySelector(""+I.section);p.removeEventListener("keydown",w);p.addEventListener("keydown",w);p=q(d).find("a, button, input").target[0];p.removeEventListener("keydown",D);p.addEventListener("keydown",D);p=document.querySelector(".pd-get-stock-alert-popup__final-wrap .pd-get-stock-alert-popup__close");p.removeEventListener("keydown",E);p.addEventListener("keydown",E);p=q(C).find("a, button, input").target[0];p.removeEventListener("keydown",K);p.addEventListener("keydown",K)}function aa(){var p= !1,r=!1;p=Array.from(g).every(function(B){return""!==B.value});r=Array.from(e).every(function(B){return!1!==B.checked});p&&r?(m.classList.remove("cta--disabled"),m.removeAttribute("disabled")):(m.classList.add("cta--disabled"),m.setAttribute("disabled",""))}function t(){m.classList.contains("cta--disabled")||(m.classList.add("cta--disabled"),m.setAttribute("disabled",""))}function v(){var p=q(".pd13-offers-product-card-list"),r=q(".pd12-product-finder");0<p.target.length||0<r.target.length?(p=q(".pd-get-stock-alert-popup"), p.attr("data-aria-hidden")?(p.attr("aria-hidden","true"),[".compare-popup"].forEach(function(B){"block"===q(B).css("display")&&(q(B).removeAttr("data-aria-hidden"),q(B).removeAttr("aria-hidden"))})):U()):0<document.querySelectorAll("[data-aria-hidden]").length&&U();g.value="";c.className="text-field-v2";for(p=0;p<h.length;p++)h[p].checked=!1;m.classList.add("cta--disabled");n.style.display="block";a.removeAttribute("style");C.style.display="none";d.style.display="none";J.popupControl.close();J.visibleScroll(); Q instanceof Element&&Q.focus()}function u(){G.style.maxHeight=window.innerHeight-2*(b.getBoundingClientRect().top-n.getBoundingClientRect().top)-k.getBoundingClientRect().height+"px";window.sg.common.scrollbar.resize(y)}function A(){G.style.maxHeight=window.innerHeight-2*(L.getBoundingClientRect().top-C.getBoundingClientRect().top)-M.getBoundingClientRect().height+"px";window.sg.common.scrollbar.resize(y)}function w(p){p.shiftKey&&window.sg.common.constants.KEY_CODE.TAB===p.keyCode&&p.target===document.querySelector(""+ I.section)&&(p.preventDefault(),document.querySelector(I.section+" "+I.close).focus())}function z(p){p.shiftKey||window.sg.common.constants.KEY_CODE.TAB!==p.keyCode||(p.preventDefault(),q(d).find("a, button, input").target[0].focus())}function D(p){p.shiftKey&&window.sg.common.constants.KEY_CODE.TAB===p.keyCode&&p.target===q(d).find("a, button, input").target[0]&&(p.preventDefault(),document.querySelector(I.section+" "+I.close).focus())}function E(p){p.shiftKey||window.sg.common.constants.KEY_CODE.TAB!== p.keyCode||(p.preventDefault(),q(C).find("a, button, input").target[0].focus())}function K(p){p.shiftKey&&window.sg.common.constants.KEY_CODE.TAB===p.keyCode&&p.target===q(C).find("a, button, input").target[0]&&(p.preventDefault(),document.querySelector(".pd-get-stock-alert-popup__final-wrap .pd-get-stock-alert-popup__close").focus())}var q=window.sg.common.$q,J=window.sg.common.utils,T=window.sg.common.utils.setMobileFocusLoop,U=window.sg.common.utils.removeMobileFocusLoop;var G=y=N=M=L=C=x=m=f= k=e=h=l=g=c=b=n=a=d=void 0;var Q={},I={section:".pd-get-stock-alert-popup",close:".pd-get-stock-alert-popup__close"};window.sg.components.pdGetStockAlertPopup={init:V,reInit:function(){g.forEach(function(p){p.removeEventListener("input",aa)});l.forEach(function(p){p.removeEventListener("click",t)});e.forEach(function(p){p.removeEventListener("click",aa)});R();g.forEach(function(p){p.addEventListener("input",aa)});l.forEach(function(p){p.addEventListener("click",t)});e.forEach(function(p){p.addEventListener("click", aa)})},showPopup:function(p){p instanceof Element?Q=p:p instanceof Object&&p.target[0]instanceof Element&&(Q=p.target[0]);d.style.display="block";q(d).find("a, button, input").target[0].focus();J.popupControl.open(v);J.hiddenScroll();u();p=q(".pd13-offers-product-card-list");var r=q(".pd12-product-finder");0<p.target.length||0<r.target.length?(p=q(".pd-get-stock-alert-popup"),p.attr("data-aria-hidden")?(p.attr("aria-hidden","false"),[".compare-popup"].forEach(function(B){"block"===q(B).css("display")&& (q(B).attr("data-aria-hidden",null),q(B).attr("aria-hidden","true"))})):T(p.target[0])):0>=document.querySelectorAll("[data-aria-hidden]").length&&T(d);("iPad Simulator;iPhone Simulator;iPod Simulator;iPad;iPhone;iPod".split(";").includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"ontouchend"in document)&&"mobile"===J.getCurrentDevice()&&setTimeout(function(){window.scrollTo(0,0)},100)},closePopup:v,showFinalPopup:function(){n.style.display="none";a.style.display="block";C.style.display= "block";A();window.addEventListener("resize",function(){A()});q(C).find("a, button, input").target[0].focus()},setFirstFocus:function(){q(d).find(".text-field-v2__input").focus()}};q.ready(function(){return V()})})(); (function(d){var a=d("#storeDomain").val(),n=d("#localLang").val(),b=d("#multiLanguageYn").val(),c=d("#isGpv2Flag").val(),g="Hybris-new"===d("#shopIntegrationFlag").val()?!0:!1,l="Y"===d("#b2bFlag").val()?!0:!1,h=d("#store_sitecode").val(),e=d("#siteCode").val(),k=d("#countryIsoCode").val(),f="uk fr be be_fr nl de pl id ph tr".split(" "),m=d(".pd-get-stock-alert-popup"),x=m.find(".text-field-v2"),C=m.find(".js-name"),L="",M="",N="",y="",R=!0;Granite.I18n.setLocale(d("#language").val());var V="GetStock", Y="br"===e,aa=sessionStorage.getItem("isInAppWebViewSessionStorage");console.log("[pd-g-getstock-popup.op.js] isInAppWebViewSessionStorageValue \x3d["+aa+"]");var t=checkEppSite();t&&null==window.sg.epp&&(window.sg.epp={},window.sg.epp.common={});var v=t?window.sg.epp.common.companyCode:"";h=t?window.sg.epp.common.companyCode:h;var u=function(){d("#getStockAlertEmailInput").removeAttr("aria-describedby");x.removeClass("error")},A=function(){d("#getStockAlertEmailInput").attr("aria-describedby","getstock-popup-error-txt"); x.addClass("error");Y&&C.removeClass("error");window.sg.components.pdGetStockAlertPopup.setFirstFocus()},w=function(){m.find(".pd-get-stock-alert-popup__close").trigger("click")},z=function(p){m.find(".pd-get-stock-alert-popup__final-desc").html(p);window.sg.components.pdGetStockAlertPopup.showFinalPopup()},D=function(){if("cn"===e)var p="ComingSoon"===V?Granite.I18n.get("comingSoonPopup.requestText"):Granite.I18n.get("oosPopup.requestText");else Y?p=Granite.I18n.get("We will notify you when inventory is added. Thank you."): (p=Granite.I18n.get("We will email you when inventory is added."),p+="\x3cbr\x3e"+Granite.I18n.get("Thank you."));z(p)},E=function(p){if(Y){if(/^(?=[^@\s]+@[^@\s]+\.[^@\s]+$).+$/.test(p))return M=p,!0;if(/^[0-9]+$/.test(p)&&11==p.length)return N=p,!0}else{if(/^(?=[^@\s]+@[^@\s]+\.[^@\s]+$).+$/.test(p))return M=p,!0;if(/^[0-9]+$/.test(p)&&10==p.length)return N=p,!0}return!1},K=function(p){return/^[0-9]+$/.test(p)&&11==p.length?(N=p,!0):!1},q=function(p){if(null!=p&&p.hasOwnProperty("resultCode")&& p.hasOwnProperty("resultMessage")){var r=p.resultCode;var B=p.resultMessage}null!=p?"0000"===r&&"SUCCESS"===B||g||l||Y?(u(),D()):A():A()},J=function(p){var r=a+"/"+(t?window.sg.epp.common.companyCode:e)+"/ng/p4v1/stockNotification/register",B={};"cn"===e?(B="",B="ComingSoon"===V?"COMING_SOON":"OUT_OF_STOCK",B={phoneNo:p,productCode:L,stockAlertSubscriptionType:B}):B={emailAddress:p,productCode:L};d("#shopParmLang").val()&&(B.lang=d("#shopParmLang").val());g||l?(r=a+"/tokocommercewebservices/v2/"+ h+"/notifications/stockAlert",d.ajax({headers:{"Content-Type":"application/json"},url:r,type:"POST",dataType:"json",data:JSON.stringify(B),crossDomain:!0,xhrFields:{withCredentials:!0},timeout:2E4,cache:!0,success:function(P){q(P)},error:function(){u();w()}})):d.ajax({url:r,type:"POST",contentType:"application/x-www-form-urlencoded",data:B,xhrFields:{withCredentials:!0},crossDomain:!0,dataType:"json",timeout:1E4,success:function(P){q(P)},error:function(){u();w()}})},T=function(p,r,B){d.ajax({headers:{"Cache-Control":"no-cache", "Content-Type":"application/json","Access-Control-Allow-Origin":"*","x-ecom-app-id":"identity-store-global"},url:a+"/v4/identity/notification/preferences/in-stock",type:"PUT",data:B,dataType:"json",timeout:2E4,xhrFields:{withCredentials:!0},beforeSend:function(P){p&&P.setRequestHeader("x-ecom-jwt",r);"Y"===b&&P.setRequestHeader("x-ecom-locale",n)},success:function(P){null!=P?null!=P.notification&&(P.notification["in-stock"].is_active?(p&&"in"==e?(d(".pd-get-stock-alert-popup__contents").hide(),m.show(), d(".pd-get-stock-alert-popup__final-wrap").show()):(u(),D()),N=M=""):A()):A()},error:function(P){u();var ba=Granite.I18n.get("ERROR");null!=P.responseJSON?(P=P.responseJSON,null!=P.message&&""!==P.message?(window.sg.components.pdGetStockAlertPopup.showPopup(),z(P.message)):z(ba)):z(ba)}})},U=function(p,r){var B={};B=(new Date).toISOString();B={skuId:L,name:r,email:p,createdAt:B,notificationSend:!1};d("#shopParmLang").val()&&(B.lang=d("#shopParmLang").val());d.ajax({url:"/aemapi/v6/product/vtexcall", type:"GET",data:B,xhrFields:{withCredentials:!0},crossDomain:!0,dataType:"json",timeout:1E4,success:function(P){q(P)},error:function(){u();w()}})},G=function(p){validJwtTkn=!0;d.ajax({headers:{"Cache-Control":"no-cache","Content-Type":"application/json","Access-Control-Allow-Origin":"*"},url:a+"/v1/sso/jwt/details",type:"POST",dataType:"json",data:JSON.stringify({jwt:p}),xhrFields:{withCredentials:!0},beforeSend:function(r){"Y"===b&&r.setRequestHeader("x-ecom-locale",n)},success:function(r){null!= r&&""!==r&&("otp"==r.login_type?null!=r.user_info.email_address&&""!=r.user_info.email_address&&null!=r.user_info.phone_number&&""!=r.user_info.phone_number?(M=r.user_info.email_address,N=r.user_info.phone_number,y="You will be notified on registered email \x3cb\x3e"+r.user_info.email_address+"\x3c/b\x3e \x26 registered mobile number\u00a0\x3cb\x3e+91 "+r.user_info.phone_number+"\x3c/b\x3e"):null==r.user_info.email_address||""===r.user_info.email_address||null!=r.user_info.phone_number&&""!=r.user_info.phone_number? null==r.user_info.phone_number||""===r.user_info.phone_number||null!=r.user_info.email_address&&""!=r.user_info.email_address?null!=r.user_info.email_address&&""!=r.user_info.email_address||null!=r.user_info.phone_number&&""!=r.user_info.phone_number||(E(r.user_identity.user_id),M&&(y="You will be notified on registered email \x3cb\x3e"+r.user_identity.user_id+"\x3c/b\x3e"),N&&(y="You will be notified on registered mobile number \x3cb\x3e+91 "+r.user_identity.user_id+"\x3c/b\x3e")):(N=r.user_info.phone_number, y="You will be notified on registered mobile number\u00a0\x3cb\x3e+91 "+r.user_info.phone_number+"\x3c/b\x3e"):(M=r.user_info.email_address,y="You will be notified on registered email \x3cb\x3e"+r.user_info.email_address+"\x3c/b\x3e"):null!=r.user_info.email_address&&""!=r.user_info.email_address&&null!=r.user_info.otp_verified_phone_number&&""!=r.user_info.otp_verified_phone_number?(M=r.user_info.email_address,N=r.user_info.otp_verified_phone_number,y="You will be notified on registered email \x3cb\x3e"+ r.user_info.email_address+"\x3c/b\x3e \x26 registered mobile number\u00a0\x3cb\x3e+91 "+r.user_info.otp_verified_phone_number+"\x3c/b\x3e"):null==r.user_info.email_address||""===r.user_info.email_address||null!=r.user_info.otp_verified_phone_number&&""!=r.user_info.otp_verified_phone_number?null==r.user_info.otp_verified_phone_number||""===r.user_info.otp_verified_phone_number||null!=r.user_info.email_address&&""!=r.user_info.email_address||(N=r.user_info.otp_verified_phone_number,y="You will be notified on registered mobile number\u00a0\x3cb\x3e+91 "+ r.user_info.otp_verified_phone_number+"\x3c/b\x3e"):(M=r.user_info.email_address,y="You will be notified on registered email \x3cb\x3e"+r.user_info.email_address+"\x3c/b\x3e"),y+=" once the stock is available.\x3cbr\x3e\x3cbr\x3eBy providing your email/mobile number you agree to marketing communications \x26 inventory alerts from Samsung on Email, SMS \x26 WhatsApp.\x3cbr\x3eBy clicking submit you are agreeing to the above Terms and Conditions.");r="{}";""!=M&&""!=N?r='{"notification":{"in-stock":{"is_active": true,"skus":{"'+ L+'":{}}}},"email" : "'+M+'","mobile" : "'+N+'"}':""!=M&&""==N?r='{"notification":{"in-stock":{"is_active": true,"skus":{"'+L+'":{}}}},"email" : "'+M+'"}':""==M&&""!=N&&(r='{"notification":{"in-stock":{"is_active": true,"skus":{"'+L+'":{}}}},"mobile" : "'+N+'"}');r=JSON.parse(r);r=JSON.stringify(r);var B=d.cookies.get("jwt_"+k,{domain:".samsung.com"});T(validJwtTkn,B,r);d(".pd-get-stock-alert-popup__final-desc").html(y)}})},Q=function(){d(".pd-get-stock-alert-popup .pd-get-stock-alert-popup__checkbox-container").html(""); var p=a+"/v1/tnc",r={display:"in_stock"};t&&(r.store_id=v);d.ajax({headers:{"Cache-Control":"no-cache","Content-Type":"application/json","Access-Control-Allow-Origin":"*"},type:"GET",url:p,data:r,dataType:"json",cache:!0,timeout:2E4,xhrFields:{withCredentials:!0},beforeSend:function(B){"Y"===b&&B.setRequestHeader("x-ecom-locale",n)},success:function(B){if(null!=B&&0<B.length){for(var P="",ba=0,da=!1,ca=0;ca<B.length;ca++){var Z=B[ca].data;if(null!=Z&&!0===Z.is_active){var W=B[ca].id;Z.read_only?P+= '\x3cdiv class\x3d"pd-get-stock-alert-popup__checkbox-desc"\x3e\x3cp\x3e'+Z.content+"\x3c/p\x3e\x3c/div\x3e":(!0===Z.is_required&&(da=!0),P+='\x3cdiv class\x3d"pd-get-stock-alert-popup__checkbox-wrap'+(Z.is_required?" is-required":"")+'"\x3e\x3cdiv class\x3d"checkbox-v2"\x3e\x3cinput class\x3d"checkbox-v2__input js-pd-get-stock-alert-popup__checkbox" type\x3d"checkbox" name\x3d"checkbox" id\x3d"'+W+'" name\x3d"receive notification checkbox'+ba+'"'+(Z.is_required?' aria-required\x3d"true"':"")+'\x3e\x3clabel class\x3d"checkbox-v2__label" for\x3d"'+ W+'"\x3e\x3cspan class\x3d"checkbox-v2__label-box-wrap"\x3e\x3cspan class\x3d"checkbox-v2__label-box"\x3e\x3csvg class\x3d"checkbox-v2__label-box-icon" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"#done-bold" href\x3d"#done-bold"\x3e\x3c/use\x3e\x3c/svg\x3e\x3c/span\x3e\x3c/span\x3e\x3cspan class\x3d"checkbox-v2__label-text"\x3e'+Z.content+'\x3c/span\x3e\x3c/label\x3e\x3c/div\x3e\x3c/div\x3e\x3cdiv class\x3d"pd-get-stock-alert-popup__checkbox-desc"\x3e\x3c/div\x3e',ba++)}}P+= '\x3cdiv class\x3d"pd-get-stock-alert-popup__checkbox-desc is-required" style\x3d"display:'+(da?"block":"none")+'"\x3e'+Granite.I18n.get("* Required field")+"\x3c/div\x3e";d(".pd-get-stock-alert-popup .pd-get-stock-alert-popup__checkbox-container").html(P);window.sg.components.pdGetStockAlertPopup.reInit()}},error:function(B){var P="";B&&B.responseJSON&&null!==B.responseJSON.message&&""!==B.responseJSON.message&&(P=B.responseJSON.message);Granite&&Granite.author||-1<document.URL.indexOf("/container")? console.error("[pd-g-getstock-popup] "+P):confirmPopup(P)}})},I=function(){d(".pd-get-stock-alert-popup .pd-get-stock-alert-popup__checkbox-container").html("");var p='\x3cp class\x3d"pd-get-stock-alert-popup__disclaimer-text"\x3e'+Granite.I18n.get("By providing your email you agree to marketing communications \x26 inventory alerts from Samsung.")+"\x3c/p\x3e";IS_B2B&&"mx"==e&&(p="");var r=a+"/tokocommercewebservices/v2/"+h+"/tnc",B={context:"PRODUCT",value:"stock_alert_tc"};d("#shopParmLang").val()&& (B.lang=d("#shopParmLang").val());d.ajax({type:"GET",url:r,data:B,dataType:"json",cache:!0,timeout:2E4,xhrFields:{withCredentials:!0},crossDomain:!0,success:function(P){if(null!=P&&0<P.length){for(var ba="",da=0,ca=!1,Z=0;Z<P.length;Z++){var W=P[Z];if(null!=W){var ea=W.code;"DISCLAIMER"===W.type?(W=W.content,l&&"true"===d("#shopIntegrationFlag").val()&&null==W&&(W=""),p='\x3cp class\x3d"pd-get-stock-alert-popup__disclaimer-text"\x3e'+W+"\x3c/p\x3e"):(ca||!0!==W.required||(ca=!0),ba+='\x3cdiv class\x3d"pd-get-stock-alert-popup__checkbox-wrap'+ (W.required?" is-required":"")+'"\x3e\x3cdiv class\x3d"checkbox-v2"\x3e\x3cinput class\x3d"checkbox-v2__input js-pd-get-stock-alert-popup__checkbox" type\x3d"checkbox" name\x3d"checkbox" id\x3d"'+ea+'" name\x3d"receive notification checkbox'+da+'"'+(W.required?' aria-required\x3d"true"':"")+'\x3e\x3clabel class\x3d"checkbox-v2__label" for\x3d"'+ea+'"\x3e\x3cspan class\x3d"checkbox-v2__label-box-wrap"\x3e\x3cspan class\x3d"checkbox-v2__label-box"\x3e\x3csvg class\x3d"checkbox-v2__label-box-icon" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"#done-bold" href\x3d"#done-bold"\x3e\x3c/use\x3e\x3c/svg\x3e\x3c/span\x3e\x3c/span\x3e\x3cspan class\x3d"checkbox-v2__label-text"\x3e'+ W.content+'\x3c/span\x3e\x3c/label\x3e\x3c/div\x3e\x3c/div\x3e\x3cdiv class\x3d"pd-get-stock-alert-popup__checkbox-desc"\x3e\x3c/div\x3e',da++)}}ba+='\x3cdiv class\x3d"pd-get-stock-alert-popup__checkbox-desc is-required" style\x3d"display:'+(ca?"block":"none")+'"\x3e'+Granite.I18n.get("* Required field")+"\x3c/div\x3e";d(".pd-get-stock-alert-popup .pd-get-stock-alert-popup__checkbox-container").html(ba)}},error:function(P){},complete:function(){d(".pd-get-stock-alert-popup .pd-get-stock-alert-popup__disclaimer").html(p); window.sg.components.pdGetStockAlertPopup.reInit()}})};d(document).on("click",".js-cta-stock",function(){L=d(this).attr("data-modelcode");"Y"===c?L=d(this).attr("data-sku-code"):Y&&(L=d(this).attr("data-skuid"));null!=d(this).attr("data-virtual-modelcode")&&(L=d(this).attr("data-virtual-modelcode"));m.find(".pd-get-stock-alert-popup__btn-submit").attr("data-modelcode",d(this).attr("data-modelcode"));m.find(".pd-get-stock-alert-popup__btn-submit").attr("data-modelname",d(this).attr("data-modelname")); m.find(".pd-get-stock-alert-popup__btn-close").attr("data-modelcode",d(this).attr("data-modelcode"));m.find(".pd-get-stock-alert-popup__btn-close").attr("data-modelname",d(this).attr("data-modelname"));m.find(".pd-get-stock-alert-popup__btn-submit").attr("an-tr",d(this).attr("data-antr")?d(this).attr("data-antr"):"pd03_product finder:stock alert-"+digitalData.page.pageInfo.pageTrack+"-cta-popup");m.find(".pd-get-stock-alert-popup__btn-close").attr("an-tr",d(this).attr("data-antr")?d(this).attr("data-antr"): "pd03_product finder:stock alert-"+digitalData.page.pageInfo.pageTrack+"-cta-popup");m.find(".pd-get-stock-alert-popup__close").attr("an-tr",d(this).attr("data-antr")?d(this).attr("data-antr"):"pd03_product finder:stock alert-"+digitalData.page.pageInfo.pageTrack+"-cta-popup");if("in"==e){var p=d.cookies.get("jwt_"+k,{domain:".samsung.com"});if(null!=p){var r={jwt:p};t&&(r.store_id=v);d.ajax({headers:{"Cache-Control":"no-cache","Content-Type":"application/json","Access-Control-Allow-Origin":"*"}, url:a+"/v1/sso/user/validate",type:"POST",dataType:"json",data:JSON.stringify(r),timeout:1E4,xhrFields:{withCredentials:!0},beforeSend:function(B){"Y"===b&&B.setRequestHeader("x-ecom-locale",n)},success:function(B){G(p)},error:function(B,P,ba){console.log(B.responseText)}})}else window.sg.components.pdGetStockAlertPopup.showPopup(d(this)[0])}else"cn"===e&&(V=d(this).attr("data-gs-flag"),r='\x3cdiv class\x3d"pd-get-stock-alert-popup__checkbox-wrap is-required"\x3e\x3cdiv class\x3d"checkbox-v2"\x3e\x3cinput class\x3d"checkbox-v2__input js-pd-get-stock-alert-popup__checkbox" type\x3d"checkbox" name\x3d"checkbox" id\x3d"cn_StockAlert_TC_1" aria-required\x3d"true"\x3e\x3clabel class\x3d"checkbox-v2__label" for\x3d"cn_StockAlert_TC_1"\x3e\x3cspan class\x3d"checkbox-v2__label-box-wrap"\x3e\x3cspan class\x3d"checkbox-v2__label-box"\x3e\x3csvg class\x3d"checkbox-v2__label-box-icon" focusable\x3d"false" aria-hidden\x3d"true"\x3e\x3cuse xlink:href\x3d"#done-bold" href\x3d"#done-bold"\x3e\x3c/use\x3e\x3c/svg\x3e\x3c/span\x3e\x3c/span\x3e\x3cspan class\x3d"checkbox-v2__label-text"\x3e'+ Granite.I18n.get("stockAlert T\x26C Policy")+'\x3c/span\x3e\x3c/label\x3e\x3c/div\x3e\x3c/div\x3e\x3cdiv class\x3d"pd-get-stock-alert-popup__checkbox-desc is-required" style\x3d"display:block"\x3e'+Granite.I18n.get("stockAlert required Text")+"\x3c/div\x3e",m.find(".pd-get-stock-alert-popup__checkbox-container").html(r),m.find("div.pd-get-stock-alert-popup__disclaimer").html(Granite.I18n.get("stockAlert Disclaimer")),m.find(".pd-get-stock-alert-popup__btn-submit").attr("data-gs-flag",V),"ComingSoon"=== V&&(m.find(".pd-get-stock-alert-popup__header h2.text-title").html(Granite.I18n.get("comingSoonPopup.mainTitle")),m.find(".pd-get-stock-alert-popup__header p.pd-get-stock-alert-popup__desc").html(Granite.I18n.get("comingSoonPopup.subtitle"))),window.sg.components.pdGetStockAlertPopup.reInit()),IS_B2B&&"cn"!==e&&R&&(R=!1,I()),window.sg.components.pdGetStockAlertPopup.showPopup(d(this)[0])});d(document).on("click",".pd-get-stock-alert-popup .pd-get-stock-alert-popup__btn-submit",function(){var p=d("#getStockAlertEmailInput").val(); if("in"===e){var r=d("#getStockAlertEmailInput").val();if(E(r))u();else return A(),!1}else if("cn"===e){var B=d("#getStockAlertEmailInput").val();if(K(B))u();else return A(),!1}else if(Y){r=d("#getStockAlertNameInput").val();r=r&&0!==r.trim().length?!0:!1;if(r)u();else return d("#getStockAlertNameInput").attr("aria-describedby","getstock-popup-error-txt"),C.addClass("error"),window.sg.components.pdGetStockAlertPopup.setFirstFocus(),!1;if(E(p))u();else return A(),!1}else if(r=/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(p)? !0:!1,r)u();else return A(),!1;if("Y"===c){B="";if(f.includes(e)){r=m.find(".js-pd-get-stock-alert-popup__checkbox");var P="";B=',"consents": {';r.each(function(){var Z=d(this);0<P.length&&(P+=",");P+='"'+Z.attr("id")+'": {"is_accepted": '+Z.is(":checked")+"}"});B=B+P+"}";""===P&&(B="")}p='{"notification":{"in-stock":{"is_active": true,"skus":{"'+L+'":{}}}},"email" : "'+p+'"'+B+"}";"in"==e&&(""!=M&&""!=N?p='{"notification":{"in-stock":{"is_active": true,"skus":{"'+L+'":{}}}},"email" : "'+M+'","mobile" : "'+ N+'"'+B+"}":""!=M&&""==N?p='{"notification":{"in-stock":{"is_active": true,"skus":{"'+L+'":{}}}},"email" : "'+M+'"'+B+"}":""==M&&""!=N&&(p='{"notification":{"in-stock":{"is_active": true,"skus":{"'+L+'":{}}}},"mobile" : "'+N+'"'+B+"}"));p=JSON.parse(p);var ba=JSON.stringify(p),da=d.cookies.get("jwt_"+k,{domain:".samsung.com"}),ca=!1;null!=da?(p={jwt:da},t&&(p.store_id=v),d.ajax({headers:{"Cache-Control":"no-cache","Content-Type":"application/json","Access-Control-Allow-Origin":"*"},url:a+"/v1/sso/user/validate", type:"POST",dataType:"json",data:JSON.stringify(p),timeout:1E4,xhrFields:{withCredentials:!0},beforeSend:function(Z){"Y"===b&&Z.setRequestHeader("x-ecom-locale",n)},success:function(Z){if(200===Z.statusCode||"200"===Z.statusCode)ca=!0;T(ca,da,ba)},error:function(Z,W,ea){T(ca,da,ba)}})):T(ca,da,ba)}else"cn"===e?J(B):Y?(B=d("#getStockAlertNameInput").val(),U(p,B)):J(p);return!0});d(function(){var p=!1;t&&null!=d("#wtbCurrentPagePath").val()&&-1<d("#wtbCurrentPagePath").val().indexOf("/common/error")&& (p=!0);0<m.length&&!p&&(l||!f.includes(e)||"Y"!==c&&!g||(g?I():Q()))})})(window.jQuery); (function(){function d(f){f.shiftKey&&window.sg.common.constants.KEY_CODE.TAB===f.keyCode&&f.target===b(h.section).find(h.focusEl).target[0]&&(f.preventDefault(),document.querySelector(h.section+" "+h.close).focus())}function a(f){f.shiftKey||window.sg.common.constants.KEY_CODE.TAB!==f.keyCode||(f.preventDefault(),b(h.section).find(h.focusEl).target[0].focus())}function n(){e.instances.get(document.querySelector(".confirm-popup")).close()}var b=window.sg.common.$q,c=window.sg.common.utils,g=window.sg.common.utils.setMobileFocusLoop, l=window.sg.common.utils.removeMobileFocusLoop,h={section:".confirm-popup",close:".confirm-popup__close",focusEl:'a:not([style*\x3d"display: none"]):not([style*\x3d"display:none"]), button:not([style*\x3d"display: none"]):not([style*\x3d"display:none"]), input'},e=function(f){this.els={el:f,popupConfirmCloseBtn:f.querySelector(".confirm-popup__close"),popupConfirmNoBtn:f.querySelector(".confirm-popup .confirm-popup__cta-wrap Button:first-of-type"),popupConfirmYesBtn:f.querySelector(".confirm-popup .confirm-popup__cta-wrap Button:last-of-type")}; this.init()};e.prototype.init=function(){e.instances.get(this.els.el)||(e.instances.set(this.els.el,this),this.bindEvents())};e.prototype.bindEvents=function(){var f=this;this.els.popupConfirmCloseBtn.addEventListener("click",function(){f.close()});this.els.popupConfirmNoBtn.addEventListener("click",function(){f.close()});this.els.popupConfirmYesBtn.addEventListener("click",function(){f.close()});var m=document.querySelector(h.section+" "+h.close);m.removeEventListener("keydown",a);m.addEventListener("keydown", a);m=b(h.section).find(h.focusEl).target[0];m.removeEventListener("keydown",d);m.addEventListener("keydown",d)};e.prototype.close=function(){var f=b(".pd13-offers-product-card-list"),m=b(".pd12-product-finder");0<f.target.length||0<m.target.length?(f=b(".confirm-popup"),f.attr("data-aria-hidden")?(f.attr("aria-hidden","true"),[".pd-get-stock-alert-popup",".compare-popup"].forEach(function(x){"block"===b(x).css("display")&&(b(x).removeAttr("data-aria-hidden"),b(x).removeAttr("aria-hidden"))})):l()): 0<document.querySelectorAll("[data-aria-hidden]").length&&l();this.els.el.style.display="none";c.popupControl.close();c.visibleScroll();f=window.navigator.userAgent.match(/(iPhone\sOS|iOS)\s([\d_]+)/);16.1<=(f?parseFloat(f[2].replace("_",".")):0)?setTimeout(function(){null!==window.sg.components.confirmPopup.popupCallCta&&(window.sg.components.confirmPopup.popupCallCta.focus(),window.sg.components.confirmPopup.popupCallCta=null)},200):null!==window.sg.components.confirmPopup.popupCallCta&&(window.sg.components.confirmPopup.popupCallCta.focus(), window.sg.components.confirmPopup.popupCallCta=null)};e.instances=new WeakMap;var k={initAll:function(){[].concat($jscomp.arrayFromIterable(document.querySelectorAll(".confirm-popup"))).forEach(function(f){e.instances.has(f)||new e(f)})},showPopup:function(f){f=void 0===f?null:f;document.querySelector(".confirm-popup").style.display="block";var m=window.navigator.userAgent.match(/(iPhone\sOS|iOS)\s([\d_]+)/);m=m?parseFloat(m[2].replace("_",".")):0;var x=b(".confirm-popup").find(h.focusEl).target[0]; 16.1<=m?(x.blur(),setTimeout(function(){x.focus()},200)):x.focus();m=b(h.section).find(h.focusEl).target[0];m.removeEventListener("keydown",d);m.addEventListener("keydown",d);c.popupControl.open(n);c.hiddenScroll();m=b(".pd13-offers-product-card-list");var C=b(".pd12-product-finder"),L=b(".confirm-popup");null!==window.sg.components.confirmPopup.popupCallCta&&(window.sg.components.confirmPopup.popupCallCta=null);null!==f&&(f instanceof Element?window.sg.components.confirmPopup.popupCallCta=f:f instanceof Object&&(window.sg.components.confirmPopup.popupCallCta=f[0]instanceof Element?f[0]:f.target[0]));0<m.target.length||0<C.target.length?L.attr("data-aria-hidden")?(L.attr("aria-hidden","false"),[".pd-get-stock-alert-popup",".compare-popup"].forEach(function(M){"block"===b(M).css("display")&&(b(M).attr("data-aria-hidden",null),b(M).attr("aria-hidden","true"))})):g(L.target[0]):0===document.querySelectorAll("[data-aria-hidden]").length&&g(L.target[0])}};window.sg.components.confirmPopup=k;b.ready(k.initAll)})(); function confirmPopup(d,a,n,b){if($(".confirm-popup").is(":visible"))return!1;var c=$(".confirm-popup"),g=c.find(".confirm-popup__title"),l=c.find(".confirm-popup__disclaimer"),h=c.find(".confirm-popup__desc"),e=c.find(".confirm-popup__close"),k=c.find(".cta--contained"),f=c.find(".cta--outlined"),m=digitalData.page.pageInfo.pageTrack;c.removeClass("error-popup-style");g.html("");initCta(e);initCta(k);initCta(f);k.attr("id",n||null);null!=d&&""!==d?h.html(d):h.html(Granite.I18n.get("We're sorry, an error occurred.")); null==a||"error"===a?(k.html(Granite.I18n.get("Close")),f.hide(),k.attr("an-tr","error popup-"+m+"-cta-button").attr("an-ca","other interaction").attr("an-ac","error popup:close").attr("an-la","error popup:close"),e.attr("an-tr","error popup-"+m+"-cta-button").attr("an-ca","other interaction").attr("an-ac","error popup:close").attr("an-la","error popup:close")):"tnc"===a?(k.html(Granite.I18n.get("Confirm")),f.hide()):"delete"===a?(k.html(Granite.I18n.get("YES")),f.html(Granite.I18n.get("NO")),f.show()): "voucherDelete"===a?(g.html(Granite.I18n.get("Delete options")),k.html(Granite.I18n.get("YES")),f.html(Granite.I18n.get("NO")),f.show(),k.attr("an-tr","pdd10_product bought together-"+m+"-button-delete").attr("an-ca","option click").attr("an-ac","bridge").attr("an-la","evoucher:delete option:yes"),f.attr("an-tr","pdd10_product bought together-"+m+"-button-delete").attr("an-ca","option click").attr("an-ac","bridge").attr("an-la","evoucher:delete option:no")):"addToCart"===a?(k.html(Granite.I18n.get("Continue shopping")), k.attr("an-tr","pdd10_product bought together-"+m+"-popup-add").attr("an-ca","option click").attr("an-ac","bridge").attr("an-la","add on:add item popup:continue shopping"),f.hide()):"redeem"===a?(g.html(Granite.I18n.get("Are you sure?")),f.html(Granite.I18n.get("Redeem")),f.show(),k.html(Granite.I18n.get("Skip")),"voucherGoCart"===n?(k.attr("an-tr","pdd10_product bought together-"+m+"-popup-text").attr("an-ca","ecommerce").attr("an-ac","addToCart").attr("an-la","evoucher:no addition:skip"),setVoucherYes(k)): "voucherGoCartAddOn"===n?(k.attr("an-tr","pdd10_product bought together-"+m+"-popup-text").attr("an-ca","ecommerce").attr("an-ac","addToCart").attr("an-la","evoucher:no addition:skip"),setVoucherYes(k)):"skipGoCart"===n?k.attr("an-tr","pdd10_product bought together-"+m+"-popup-notadded").attr("an-ca","content click").attr("an-ac","feature").attr("an-la","evoucher:no addition:skip"):"skipGoCartAddOn"===n&&k.attr("an-tr","pdd10_product bought together-"+m+"-popup-notadded").attr("an-ca","content click").attr("an-ac", "feature").attr("an-la","evoucher:no addition:skip"),f.attr("an-tr","pdd10_product bought together-"+m+"-button-text").attr("an-ca","content click").attr("an-ac","feature").attr("an-la","evoucher:no addition:redeem"),e.attr("an-tr","pdd10_product bought together-"+m+"-button-text").attr("an-ca","content click").attr("an-ac","feature").attr("an-la","evoucher:no addition:close")):"voucher"===a?(g.html(Granite.I18n.get("Are you sure?")),f.html(Granite.I18n.get("Back")),f.show(),k.html(Granite.I18n.get("Continue")), "voucherGoCart"===n?(k.attr("an-tr","pdd10_product bought together-"+m+"-popup-text").attr("an-ca","ecommerce").attr("an-ac","addToCart").attr("an-la","evoucher:below evoucher:continue"),setVoucherYes(k)):"voucherGoCartAddOn"===n?(k.attr("an-tr","pdd10_product bought together-"+m+"-popup-text").attr("an-ca","ecommerce").attr("an-ac","addToCart").attr("an-la","evoucher:below evoucher:continue"),f.attr("id",""),setVoucherYes(k)):"skipGoCart"===n?k.attr("an-tr","pdd10_product bought together-"+m+"-popup-notadded").attr("an-ca", "content click").attr("an-ac","feature").attr("an-la","evoucher:below evoucher:continue"):"skipGoCartAddOn"===n&&k.attr("an-tr","pdd10_product bought together-"+m+"-popup-notadded").attr("an-ca","content click").attr("an-ac","feature").attr("an-la","evoucher:below evoucher:continue"),f.attr("an-tr","pdd10_product bought together-"+m+"-button-text").attr("an-ca","content click").attr("an-ac","feature").attr("an-la","evoucher:below evoucher:back"),e.attr("an-tr","pdd10_product bought together-"+m+"-button-text").attr("an-ca", "content click").attr("an-ac","feature").attr("an-la","evoucher:below evoucher:close")):"allVoucher"===a?(g.html(Granite.I18n.get("Great!")),f.html(Granite.I18n.get("Select again")),f.show(),k.html(Granite.I18n.get("Continue")),"voucherGoCart"===n?(k.attr("an-tr","pdd10_product bought together-"+m+"-popup-text").attr("an-ca","ecommerce").attr("an-ac","addToCart").attr("an-la","evoucher:over evoucher:continue"),setVoucherYes(k)):"voucherGoCartAddOn"===n?(k.attr("an-tr","pdd10_product bought together-"+ m+"-popup-text").attr("an-ca","ecommerce").attr("an-ac","addToCart").attr("an-la","evoucher:over evoucher:continue"),f.attr("id",""),setVoucherYes(k)):"skipGoCart"===n?k.attr("an-tr","pdd10_product bought together-"+m+"-popup-notadded").attr("an-ca","content click").attr("an-ac","feature").attr("an-la","evoucher:over evoucher:continue"):"skipGoCartAddOn"===n&&k.attr("an-tr","pdd10_product bought together-"+m+"-popup-notadded").attr("an-ca","content click").attr("an-ac","feature").attr("an-la","evoucher:over evoucher:continue"), f.attr("an-tr","pdd10_product bought together-"+m+"-button-text").attr("an-ca","content click").attr("an-ac","feature").attr("an-la","evoucher:over evoucher:back"),e.attr("an-tr","pdd10_product bought together-"+m+"-button-text").attr("an-ca","content click").attr("an-ac","feature").attr("an-la","evoucher:over evoucher:close")):"freeGift"===a?(k.html(Granite.I18n.get("YES")),f.html(Granite.I18n.get("NO")),f.show(),k.attr("an-tr","header(pim)_offer option:bundle offer:free gift-"+m+"-alert-link").attr("an-ca", "option click").attr("an-ac","pd buying tool").attr("an-la","bundle offer:free gift:reset option:yes"),f.attr("an-tr","header(pim)_offer option:bundle offer:free gift-"+m+"-alert-link").attr("an-ca","option click").attr("an-ac","pd buying tool").attr("an-la","bundle offer:free gift:reset option:no")):"combo"===a?(g.html(Granite.I18n.get("Delete")),k.html(Granite.I18n.get("YES")),f.html(Granite.I18n.get("NO")),f.show(),k.attr("an-tr","header(pim)_offer option:bundle offer:add-on -"+m+"-delete-confirm").attr("an-ca", "option click").attr("an-ac","pd buying tool").attr("an-la","bundle offer:add-on:delete option:yes"),f.attr("an-tr","header(pim)_offer option:bundle offer:add-on -"+m+"-delete-confirm").attr("an-ca","option click").attr("an-ac","pd buying tool").attr("an-la","bundle offer:add-on:delete option:no")):"ebt"===a?(g.html($("#successTitle").val()),h.html($("#successMessageDesc").val()),k.html(Granite.I18n.get("Close Layer"))):"continue"===a?(k.html(Granite.I18n.get("Continue")),f.html(Granite.I18n.get("CANCEL")), f.show()):"OverPrice"===a?(k.html(Granite.I18n.get("OK")),h.html(""),h.hide(),f.hide(),l.html(d),c.addClass("error-popup-style")):"tradeInClose"===a&&(k.html(Granite.I18n.get("Yes")),f.html(Granite.I18n.get("No")),f.show(),k.attr("data-event-type",a),f.attr("data-event-type",a),e.attr("data-event-type",a));window.sg.components.confirmPopup.showPopup(b)} function errLayerPop(d){var a="";null!=d.responseJSON&&(d=d.responseJSON,null!=d.message&&""!==d.message&&(a=d.message));""===a&&(a=Granite.I18n.get("We're sorry, an error occurred."));confirmPopup(a,"error")} function setVoucherYes(d){var a=$("#primaryInfoGoCart");d.attr("data-modelname",a.attr("data-modelname")).attr("data-modeldisplay",a.attr("data-modeldisplay")).attr("data-modelprice",a.attr("data-modelprice")).attr("data-discountprice",a.attr("data-discountprice")).attr("data-pvitype",a.attr("data-pvitype")).attr("data-pvisubtype",a.attr("data-pvisubtype")).attr("data-pimsubtype",a.attr("data-pimsubtype")).attr("data-modelrevenue",a.attr("data-modelrevenue")).attr("data-modelqty",a.attr("data-modelqty")).attr("data-modelcurrency", a.attr("data-modelcurrency"))}function initCta(d){d.removeAttr("an-tr").removeAttr("an-ca").removeAttr("an-ac").removeAttr("an-la").removeAttr("data-modelname").removeAttr("data-modeldisplay").removeAttr("data-modelprice").removeAttr("data-discountprice").removeAttr("data-pvitype").removeAttr("data-pvisubtype").removeAttr("data-pimsubtype").removeAttr("data-modelrevenue").removeAttr("data-modelqty").removeAttr("data-modelcurrency")} (function(d,a){function n(F){return null!=F.responseJSON?null!=F.responseJSON.message&&""!==F.responseJSON.message?F.responseJSON.message:Granite.I18n.get("ERROR"):Granite.I18n.get("ERROR")}function b(F){a(".wishlist-popup").find(".wishlist-popup__cta").remove();var H=document.createElement("div"),O=document.createElement("div"),S=document.createElement("a"),X=document.createElement("a");H.setAttribute("class","wishlist-popup__cta");O.setAttribute("class","wishlist-popup__cta");S.setAttribute("class", "cta cta--outlined cta--black js-black");S.setAttribute("href","javascript:;");S.setAttribute("role","button");r=r.toUpperCase();"PD03"===r?S.setAttribute("an-tr","pd03_product finder:wishlist-"+W+"-cta-button"):"PD07"===r?S.setAttribute("an-tr","pd07_offers product card list-"+W+"-text-button"):"HDD01"===r?S.setAttribute("an-tr","header(pim)_product Info-"+W+"-cta-button"):"PD10"===r?S.setAttribute("an-tr","curation card-"+W+"-text-button"):"PD12"===r?S.setAttribute("an-tr","pd12_product card|wishlistPopup"): "PD13"===r?S.setAttribute("an-tr","pd13_offers product card list|wishlistPopup"):"PDD17"===r?S.setAttribute("an-tr","pdd17_pd header|wishlistPopup"):"MYD15"===r&&S.setAttribute("an-tr","myd15_recommended products-"+W+"-wishlist popup-account");S.setAttribute("an-ca","account");S.setAttribute("an-ac","wishlist");S.setAttribute("data-modelcode",J);S.setAttribute("data-modelname",T);X.setAttribute("class","cta cta--contained cta--black js-emphasis");X.setAttribute("href","javascript:;");X.setAttribute("role", "button");"PD03"===r?X.setAttribute("an-tr","pd03_product finder:wishlist-"+W+"-cta-button"):"PD07"===r?X.setAttribute("an-tr","pd07_offers product card list-"+W+"-text-button"):"HDD01"===r?X.setAttribute("an-tr","header(pim)_product Info-"+W+"-cta-button"):"PD10"===r?X.setAttribute("an-tr","curation card-"+W+"-text-button"):"PD12"===r?X.setAttribute("an-tr","pd12_product card|wishlistPopup"):"PD13"===r?X.setAttribute("an-tr","pd13_offers product card list|wishlistPopup"):"PDD17"===r?X.setAttribute("an-tr", "pdd17_pd header|wishlistPopup"):"MYD15"===r&&X.setAttribute("an-tr","myd15_recommended products-"+W+"-wishlist popup-account");X.setAttribute("an-ca","account");X.setAttribute("an-ac","wishlist");X.setAttribute("data-modelcode",J);X.setAttribute("data-modelname",T);var ia="",ja="",ha="",fa="",na="",ka="";if("notForSale"===F)ia=Granite.I18n.get("Not for sale",y),fa=Granite.I18n.get("Keep browsing",y),ka="Keep browsing",a(O).addClass("cta--single"),a(ba).addClass("popup__desc--align-center"),a(ba).addClass("wishlist-popup__desc--only"); else if("createWishlist"===F)ia=Granite.I18n.get("Create your wishlist",y),ja=Granite.I18n.get("Don\u2019t miss out on the products you love.",y)+" "+Granite.I18n.get("Sign in/Sign up now to access your wishlist on all your devices and get updates on great promotions.",y),ha=Granite.I18n.get("Keep browsing",y),fa=Granite.I18n.get("Continue",y),"cz"==y||"sk"==y?fa=Granite.I18n.get("Continue_wishlist",y):"cn"==y&&(fa=Granite.I18n.get("Log In",y)),"pe"==y&&(fa=Granite.I18n.get("Add",y)),na="Keep browsing", ka="Continue";else if("selectWishlist"===F){ia=Granite.I18n.get("Add to wishlist",y);ja=Granite.I18n.get("Do you want to add this product to your wishlist?",y);ha=Granite.I18n.get("Keep browsing",y);fa=Granite.I18n.get("Add to wishlist",y);"cz"==y&&(ha=Granite.I18n.get("Keep browsing_cta",y));if("cz"==y||"sk"==y)fa=Granite.I18n.get("Add to wishlist_cta",y);na="Keep browsing";ka="Add to wishlist"}else if("completeWishlist"===F)if(ia=Granite.I18n.get("Wishlist",y),ja=Granite.I18n.get("This product has been added to your wishlist.", y),"GPv2"===v||u||A)fa=Granite.I18n.get("Continue shopping",y),ka="Continue shopping",a(O).addClass("cta--single");else if("Hybris-intg"===v||w.includes(y))ha=Granite.I18n.get("Change",y),fa=Granite.I18n.get("Continue shopping",y),na="Change",ka="Continue shopping";"notForSale"===F?(a(P).hide(),a(ba).html(ia)):(a(P).html(ia),a(ba).html(ja));S.setAttribute("an-la",na.toLowerCase());X.setAttribute("an-la",ka.toLowerCase());ha&&(S.innerHTML=ha,S.setAttribute("aria-label",ha),H.appendChild(S),da.append(H)); X.innerHTML=fa;X.setAttribute("aria-label",fa);O.appendChild(X);da.append(O)}function c(F,H){ca.hide();if("GPv2"===v||u||A)if(a(document).off("click",".wishlist-popup .wishlist-popup__cta-wrap .js-emphasis"),a(document).on("click",".wishlist-popup .wishlist-popup__cta-wrap .js-black",function(){B.hide();window.sg.components.wishPopup.closePopup();window.sg.components.wishlistIcon.closeWishlistPop(H)}),"notForSale"===F||"completeWishlist"===F)a(document).on("click",".wishlist-popup .wishlist-popup__cta-wrap .js-emphasis", function(){B.hide();window.sg.components.wishPopup.closePopup();window.sg.components.wishlistIcon.closeWishlistPop(H)});else if("createWishlist"===F)a(document).on("click",".wishlist-popup .wishlist-popup__cta-wrap .js-emphasis",function(){ea?window.sg.epp.common.signIn(location.href):l()});else{if("selectWishlist"===F)a(document).on("click",".wishlist-popup .wishlist-popup__cta-wrap .js-emphasis",function(){u||A||w.includes(y)?e():k()})}else if("Hybris-intg"===v||w.includes(y))if(a(document).off("click", ".wishlist-popup .wishlist-popup__cta-wrap .js-emphasis"),a(document).off("click",".wishlist-popup .wishlist-popup__cta-wrap .js-black"),a(document).on("click",".wishlist-popup .wishlist-popup__cta-wrap .js-black",function(){B.hide();window.sg.components.wishlistIcon.closeWishlistPop(H)}),"notForSale"===F)a(document).on("click",".wishlist-popup .wishlist-popup__cta-wrap .js-emphasis",function(){B.hide();window.sg.components.wishlistIcon.closeWishlistPop(H)});else if("createWishlist"===F)a(document).on("click", ".wishlist-popup .wishlist-popup__cta-wrap .js-emphasis",function(){ea?window.sg.epp.common.signIn(location.href):l()});else if("selectWishlist"===F)a(document).on("click",".wishlist-popup .wishlist-popup__cta-wrap .js-emphasis",function(){f()});else"completeWishlist"===F&&(a(document).off("click",".wishlist-popup .wishlist-popup__cta-wrap .js-black"),a(document).on("click",".wishlist-popup .wishlist-popup__cta-wrap .js-emphasis",function(){B.hide();window.sg.components.wishlistIcon.closeWishlistPop(H)}), a(document).on("click",".wishlist-popup .wishlist-popup__cta-wrap .js-black",function(){window.location.href=a("#WishlistPopupUrl").val()}))}function g(F,H,O,S,X,ia,ja,ha){"undefined"!==typeof window.sg.components&&("undefined"!==typeof window.sg.components.dynamic&&"undefined"!==typeof window.sg.components.dynamic.DetailAfterEvent?window.sg.components.dynamic.DetailAfterEvent.wishlistPopup(F,H,O):"undefined"!==typeof window.sg.components.pfdevfn&&(F||(F=H),window.sg.components.pfdevfn.afterAddWishlist(X, F,O,ia,J,S),"delete"===ja&&window.sg.components.pfdevfn.spliceAddedWishList(ha)))}function l(){var F=window.location.href,H=a("#signInForm");a("#signInGoBackURL",H).val(encodeURIComponent(F));var O=a("#redirect_uri",H).val();var S=window.location.port;S=null==S||""===S||"80"===S||"8080"===S?"https://"+window.location.host:"http://"+window.location.host;0>O.indexOf(window.location.hostname)&&(O=S+O,a("#redirect_uri",H).val(O));O="GLB"+Math.random().toString(36).substr(2,11);a.cookies.set("glbState", O,{domain:".samsung.com"});"cn"===y&&a.cookies.set("glbState",O,{domain:".samsung.com.cn"});a("#response_type",H).val("code");a("#countryCode",H).val(a("#countryCode",H).val());a("#signInState",H).val(O);a("#signInGoBackURL",H).val(F);a("#scope",H).val("");(O=a("#loginAccountServiceId").val())&&a("#client_id",H).val(O);O=a("#languageCode").val();S=a("#countryCode").val();O&&S&&(O=O+"_"+S,a("#locale",H).val(O));a.cookies.set("returnURL",F,{domain:".samsung.com"});"cn"===y&&a.cookies.set("returnURL", F,{domain:".samsung.com.cn"});A&&(a.cookies.set("dotcomReturnURL",F,{domain:".samsung.com"}),"cn"===y&&a.cookies.set("dotcomReturnURL",F,{domain:".samsung.com.cn"}));H.submit()}function h(F){var H=!0;if(null==F||""===F)ea?window.sg.epp.common.signIn(location.href):l(),H=!1;return H}function e(){var F=a.cookies.get("guid",{domain:".samsung.com"});"cn"===y&&(F=a.cookies.get("guid",{domain:".samsung.com.cn"}));null!=F?commonLoginCheck(function(H){if(H){H="";a("#shopParmLang").val()&&(H="\x26lang\x3d"+ a("#shopParmLang").val());var O=R+"/tokocommercewebservices/v2/"+E+"/users/current/wishlist/default/product/add?productCode\x3d"+J+H;D&&(O=z+"/tokocommercewebservices/v2/"+E+"/users/current/wishlist/default/product/add?productCode\x3d"+J+H);a.ajax({url:O,type:"POST",dataType:"json",timeout:2E4,xhrFields:{withCredentials:!0},crossDomain:!0,async:!0,success:function(S){null!=S?(g("pd-wishlist-cta--on","",Granite.I18n.get("Remove wishlist"),la,I,"GPv2",J),"cn"!==y&&(b("completeWishlist"),c("completeWishlist", I[0]),window.sg.components.wishPopup.showPopup())):confirmPopup(Granite.I18n.get("ERROR"))},error:function(S){confirmPopup(n(S),"error");B.hide();window.sg.components.wishlistIcon.closeWishlistPop(I[0])}})}else confirmPopup(Granite.I18n.get("ERROR")),B.hide(),window.sg.components.wishlistIcon.closeWishlistPop(I[0])}):(confirmPopup(Granite.I18n.get("ERROR")),B.hide(),window.sg.components.wishlistIcon.closeWishlistPop(I[0]))}function k(){var F=a.cookies.get("jwt_"+Y,{domain:".samsung.com"});h(F)?a.ajax({headers:{"Cache-Control":"no-cache", "Content-Type":"application/json","Access-Control-Allow-Origin":"*","x-ecom-app-id":"identity-store-global","x-ecom-jwt":F},url:R+"/v4/identity/wishlist/",type:"POST",data:JSON.stringify([{sku:J,price:{amount:G,currency:p}}]),dataType:"json",timeout:2E4,xhrFields:{withCredentials:!0},async:!0,beforeSend:function(H){"Y"===aa&&H.setRequestHeader("x-ecom-locale",t)},success:function(H){null!=H?(g("pd-wishlist-cta--on","",Granite.I18n.get("Remove wishlist"),la,I,"GPv2",J),b("completeWishlist"),c("completeWishlist", I[0]),window.sg.components.wishPopup.showPopup()):confirmPopup(Granite.I18n.get("ERROR"))},error:function(H){confirmPopup(n(H),"error");B.hide();window.sg.components.wishlistIcon.closeWishlistPop(I[0])}}):(confirmPopup(Granite.I18n.get("ERROR")),B.hide(),window.sg.components.wishlistIcon.closeWishlistPop(I[0]))}function f(){var F="";q=a(".wishlist-popup").find(".wishlist-popup__selectbox-inner select").val();F=a(".wishlist-popup").find(".wishlist-popup__selectbox-inner select").find("option:selected").attr("data-check"); "true"===F?a.ajax({url:R+"/"+ma+"/wishlist/addProductToExistingWishlist",type:"POST",contentType:"application/x-www-form-urlencoded",async:!1,data:{CSRFToken:K,wishlistName:q,productCode:J},xhrFields:{withCredentials:!0},headers:{Accept:"application/json"},crossDomain:!0,dataType:"json",timeout:2E4,success:function(H){!0===H.success?(g("pd-wishlist-cta--on","",Granite.I18n.get("Remove wishlist"),la,I,"hybrisIntg"),b("completeWishlist"),c("completeWishlist",I[0]),window.sg.components.wishPopup.showPopup()): (B.hide(),window.sg.components.wishlistIcon.closeWishlistPop(I[0]))},error:function(H){confirmPopup(n(H),"error");B.hide();window.sg.components.wishlistIcon.closeWishlistPop(I[0])}}):a.ajax({url:R+"/"+ma+"/wishlist/addProductToNewWishlist",type:"POST",contentType:"application/x-www-form-urlencoded",async:!1,data:{CSRFToken:K,wishlistName:q,productCode:J},xhrFields:{withCredentials:!0},headers:{Accept:"application/json"},crossDomain:!0,dataType:"json",timeout:2E4,success:function(H){!0===H.success&& (g("pd-wishlist-cta--on","",Granite.I18n.get("Remove wishlist"),la,I,"hybrisIntg"),b("completeWishlist"),c("completeWishlist",I[0]),window.sg.components.wishPopup.showPopup())},error:function(H){confirmPopup(n(H),"error");B.hide();window.sg.components.wishlistIcon.closeWishlistPop(I[0])}})}function m(F){null!=F?g("","pd-wishlist-cta--on",Granite.I18n.get("Add to wishlist"),oa,I,"GPv2","delete",J):(confirmPopup(Granite.I18n.get("ERROR")),B.hide());window.sg.components.wishlistIcon.closeWishlistPop(I[0])} function x(){if("NOORDER"===U||"LEARNMORE"===U){var F="notForSale";b("notForSale");c("notForSale",I[0])}else G?"pl"===y&&"OUTOFSTOCK"===U?(F="notForSale",b("notForSale"),c("notForSale",I[0])):Q?(F="selectWishlist","cn"===y?(e(),window.sg.components.wishPopup.closePopup()):(b("selectWishlist"),c("selectWishlist",I[0]))):(F="createWishlist",b("createWishlist"),c("createWishlist",I[0])):(F="notForSale",b("notForSale"),c("notForSale",I[0]));"cn"===y?"selectWishlist"!==F&&window.sg.components.wishPopup.showPopup(): window.sg.components.wishPopup.showPopup()}function C(){a(document).off("click",".pd-wishlist-cta");a(document).on("click",".pd-wishlist-cta",function(F){I=a(this);J=a(this).attr("data-modelcode");T=a(this).attr("data-modelname");U=a(this).attr("data-stock").toUpperCase();G=a(this).attr("data-modelprice");a(this).attr("data-component")&&(r=a(this).attr("data-component"));"PD07"==r&&(oa=Granite.I18n.get("Add to wishlist")+" "+a(this).attr("data-arialabeltext"),la=Granite.I18n.get("Remove wishlist")+ " "+a(this).attr("data-arialabeltext")+" "+Granite.I18n.get("Selected"));"MYD15"==r&&(oa=Granite.I18n.get("Add to wishlist")+" "+a(this).attr("data-arialabeltext"),la=Granite.I18n.get("Remove wishlist")+" "+a(this).attr("data-arialabeltext"));if(I.hasClass("pd-wishlist-cta--on")){a.cookies.get("guid",{domain:".samsung.com"});F="?productCode\x3d"+J+"\x26fields\x3dDEFAULT\x26loadEntries\x3dtrue\x26wishlistName\x3dMy Wishlist";a("#shopParmLang").val()&&(F+="\x26lang\x3d"+a("#shopParmLang").val());var H= R+"/tokocommercewebservices/v2/"+E+"/users/current/wishlist/removeProductFromWishlist"+F;D&&(H=z+"/tokocommercewebservices/v2/"+E+"/users/current/wishlist/removeProductFromWishlist"+F);"cn"===y&&window.sg.components.wishPopup.closePopup();a.ajax({url:H,type:"POST",dataType:"json",timeout:2E4,xhrFields:{withCredentials:!0},async:!0,success:function(O){m(O)},error:function(O){m()}})}else x()})}function L(){a(document).off("click",".pd-wishlist-cta");a(document).on("click",".pd-wishlist-cta",function(F){I= a(this);J=a(this).attr("data-modelcode");T=a(this).attr("data-modelname");U=a(this).attr("data-stock").toUpperCase();G=a(this).attr("data-modelprice");a(this).attr("data-component")&&(r=a(this).attr("data-component"));I.hasClass("pd-wishlist-cta--on")?(F=a.cookies.get("jwt_"+Y,{domain:".samsung.com"}),a.ajax({headers:{"Cache-Control":"no-cache","Content-Type":"application/json","Access-Control-Allow-Origin":"*","x-ecom-app-id":"identity-store-global","x-ecom-jwt":F},url:R+"/v4/identity/wishlist", type:"DELETE",data:JSON.stringify([{sku:J}]),dataType:"json",timeout:2E4,xhrFields:{withCredentials:!0},async:!0,beforeSend:function(H){"Y"===aa&&H.setRequestHeader("x-ecom-locale",t)},success:function(H){m(H)},error:function(H){m()}})):x()})}function M(){a(document).off("click",".pd-wishlist-cta");a(document).on("click",".pd-wishlist-cta",function(F){I=a(this);J=a(this).attr("data-modelcode");T=a(this).attr("data-modelname");a(this).attr("data-component")&&(r=a(this).attr("data-component"));q=""!= q?q:"My Wishlist";if(a(this).hasClass("js-learnmore"))b("notForSale"),c("notForSale",I[0]),window.sg.components.wishPopup.showPopup();else if(Q){if(a.ajax({url:R+"/"+ma+"/wishlist?loadEntries\x3dfalse",type:"GET",dataType:"json",xhrFields:{withCredentials:!0},async:!1,crossDomain:!0,timeout:2E4,success:function(O){Z.empty();a(".wishlist-popup").find(".dropdown__list-wrap .scrollbar__wrap ul").empty();var S="";if(null!=O.wishlists&&0<O.wishlists.length)for(var X=0;X<O.wishlists.length;X++)S+='\x3coption value\x3d"'+ O.wishlists[X].name+'" data-check\x3d"true"\x3e'+O.wishlists[X].name+"\x3c/option\x3e",q=O.wishlists[X].name;else S+='\x3coption value\x3d"'+Granite.I18n.get("My WishList")+'1" data-check\x3d"false"\x3e'+Granite.I18n.get("My WishList")+"1\x3c/option\x3e";Z.append(S);window.sg.components.wishPopup.reInit(0);window.sg.components.wishPopup.showPopup();b("selectWishlist");c("selectWishlist",I[0])},error:function(O){confirmPopup(n(O),"error");B.hide();window.sg.components.wishlistIcon.closeWishlistPop(I[0])}}), I.hasClass("pd-wishlist-cta--on")){F="?productCode\x3d"+J+"\x26fields\x3dDEFAULT\x26loadEntries\x3dtrue\x26wishlistName\x3d"+q;a("#shopParmLang").val()&&(F+="\x26lang\x3d"+a("#shopParmLang").val());var H=R+"/tokocommercewebservices/v2/"+E+"/users/current/wishlist/removeProductFromWishlist"+F;D&&(H=z+"/tokocommercewebservices/v2/"+E+"/users/current/wishlist/removeProductFromWishlist"+F);a.ajax({url:H,type:"POST",dataType:"json",timeout:2E4,xhrFields:{withCredentials:!0},async:!0,success:function(O){m(O)}, error:function(O){m()}});B.hide();window.sg.components.wishlistIcon.closeWishlistPop(I[0])}}else b("createWishlist"),c("createWishlist",I[0]),window.sg.components.wishPopup.showPopup()})}function N(){if("GPv2"===v)Q=commonLoginCheck(),L();else if("Hybris-intg"===v||u||A||w.includes(y)){var F=document.cookie.match("xsdcxyn"),H="";void 0!==F&&null!=F&&(H=a.cookies.get("xsdcxyn",{domain:".samsung.com"}),"cn"===y&&(H=a.cookies.get("xsdcxyn",{domain:".samsung.com.cn"})));F=a.cookies.get("xsdcbxyn",{domain:".samsung.com"}); "YG"!==H||A?Q=A&&"Y"==a("#useLogin").val()&&null!=a("#loginLinkURL").val()&&""!=a("#loginLinkURL").val()&&"YGB"===F?!0:!1:-1<"au,cn,nz,es,fr,it,nl,de,se,uk,sec,ru,be,be_fr,pl,dk,fi,no,ch,ch_fr,pt,cz,at,sk,my,id,ph,ro,lt,lv,ee,kz_kz,kz_ru,ua,hr,si,pe,cl,co,mx,iq_ar,iq_ku,gr,hk,hk_en,levant,levant_ar,hu,ca,ca_fr,sg,tr,za,bg,sa,sa_en".indexOf(y)?Q=!0:Q=!1;ea&&(Q=window.sg.epp.common.isLogged);H=R+"/"+E+"/security/csrf";u&&(H=V+"/"+ma+"/security/csrf");A&&(H=V+"/security/csrf");Q&&a.ajax({url:H,type:"GET", dataType:"json",xhrFields:{withCredentials:!0},crossDomain:!0,timeout:2E4,success:function(O){null!=O.token&&""!==O.token&&(K=O.token)},error:function(){}});u||A?C():("Hybris-intg"===v||w.includes(y),M())}}var y=a("#siteCode").val(),R=a("#storeDomain").val(),V=a("#storeWebDomain").val(),Y=a("#countryIsoCode").val(),aa=a("#multiLanguageYn").val(),t=a("#localLang").val(),v=a("#shopIntegrationFlag").val(),u="Hybris-new"===v?!0:!1,A="Y"===a("#b2bFlag").val()?!0:!1,w="ch ch_fr hk hk_en hu levant levant_ar es pt ca ca_fr sg za sa sa_en".split(" "), z=a("#newHyvStoreDomain").val(),D="Hybris-intg"===v||w.includes(y)?!0:!1,E=a("#store_sitecode").val(),K="",q="";E=checkEppSite()?null!=window.sg.epp&&null!=window.sg.epp.common?window.sg.epp.common.companyCode:"":E;var J="",T="",U="",G="",Q=!1,I="",p=a("#priceCurrency").val(),r="",B=a(".wishlist-popup"),P=a(".wishlist-popup").find(".layer-popup__title"),ba=a(".wishlist-popup").find(".wishlist-popup__desc"),da=a(".wishlist-popup").find(".wishlist-popup__cta-wrap"),ca=a(".wishlist-popup").find(".wishlist-popup__selectbox__wrap"), Z=a(".wishlist-popup").find(".wishlist-popup__selectbox-inner select"),W=digitalData.page.pageInfo.pageTrack,ea=checkEppSite();ea&&null==window.sg.epp&&(window.sg.epp={},window.sg.epp.common={});var ma=ea?window.sg.epp.common.companyCode:y;ea||("levant"===y?E=ma="jo":"levant_ar"===y&&(E=ma="jo_ar"));var oa="",la="";Granite.I18n.setLocale(a("#language").val());checkEppSite()&&("Hybris-intg"===v||w.includes(y))&&a("#WishlistPopupUrl").val(window.sg.epp.common.WishlistPopupUrl);a(function(){N()})})(window, $); (function(){var d;function a(){d=g(f.section);m=d.find(f.close);x=d.find(".wishlist-popup__cta-wrap");m.off("click").on("click",c)}function n(C){var L="block"===d.find(".wishlist-popup__selectbox__wrap").css("display")?g(d.find("a, button, input").target[0]):x.find(".wishlist-popup__cta").eq(0).find(".cta");C.shiftKey&&window.sg.common.constants.KEY_CODE.TAB===C.keyCode&&C.target===L.target[0]&&(C.preventDefault(),document.querySelector(f.section+" "+f.close).focus())}function b(C){var L="block"===d.find(".wishlist-popup__selectbox__wrap").css("display")? g(d.find("a, button, input").target[0]):x.find(".wishlist-popup__cta").eq(0).find(".cta");C.shiftKey||window.sg.common.constants.KEY_CODE.TAB!==C.keyCode||(C.preventDefault(),L.focus())}function c(){d.hide();window.sg.common.utils.showOverDimEls();k();h.popupControl.close();h.visibleScroll();var C=document.querySelector(".pdd-buying-tool"),L=document.querySelector(".pd-buying-tool");C?document.querySelector('.pdd-buying-tool [data-target-popup\x3d"wishPopup"]').focus():L&&document.querySelector('.pd-buying-tool [data-target-popup\x3d"wishPopup"]').focus()} var g=window.sg.common.$q,l=window.sg.common.menu,h=window.sg.common.utils,e=window.sg.common.utils.setMobileFocusLoop,k=window.sg.common.utils.removeMobileFocusLoop,f={section:".wishlist-popup",layerPopup:".layer-popup",close:".layer-popup__close"};var m=d=null;var x=void 0;window.sg.components.wishPopup={reInit:function(C){C=void 0===C?-1:C;g(".wishlist-popup .menu").target.forEach(function(L){l.reInit(L,C)});a()},showPopup:function(){d.show();window.sg.common.utils.hideOverDimEls();"block"===d.find(".wishlist-popup__selectbox__wrap").css("display")? (d.find("a, button, input").target[0].focus(),d.find("a, button, input").target[0].removeEventListener("keydown",n),d.find("a, button, input").target[0].addEventListener("keydown",n)):(x.find(".wishlist-popup__cta").eq(0).find(".cta").focus(),x.find(".wishlist-popup__cta").eq(0).find(".cta").target[0].removeEventListener("keydown",n),x.find(".wishlist-popup__cta").eq(0).find(".cta").target[0].addEventListener("keydown",n));var C=document.querySelector(f.section+" "+f.close);C.removeEventListener("keydown", b);C.addEventListener("keydown",b);h.popupControl.open(c);h.hiddenScroll();0>=document.querySelectorAll("[data-aria-hidden]").length&&e(d.target[0])},closePopup:c};g.ready(function(){document.querySelector(".wishlist-popup")&&a()})})();