<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">window.createCookie=function(name,value,days){if(days){var date=new Date;date.setTime(date.getTime()+days*24*60*60*1e3);var expires="; expires="+date.toGMTString()}else{var expires=""}bits=document.domain.split(".");tld=bits.pop();cookieDomain=bits.pop()+"."+tld;document.cookie=name+"="+value+expires+"; path=/; domain=."+cookieDomain};window.readCookie=function(name){var nameEQ=name+"=";var ca=document.cookie.split(";");for(var i=0;i&lt;ca.length;i++){var c=ca[i];while(c.charAt(0)==" ")c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length)}return null};function init_display_mode(){if(window.isTouch){console.log("device is touch");document.body.classList.add("tato")}else if(document.querySelector(".desktop-cushion")){console.log("starting cushion check");const observer=new ResizeObserver(entries=&gt;{const cushion=entries[0];const w=cushion.contentRect.width;if(w&lt;20){add_tato()}else{remove_tato()}});observer.observe(document.querySelector(".desktop-cushion"))}else{console.log("starting window width");$(window).on("window:resize window:orientationchange",jog_tato_by_window_width);jog_tato_by_window_width()}}function jog_tato_by_window_width(e,width){width=width||window.mediumBreakPoint||1200;if(window.innerWidth&lt;width){add_tato()}else{remove_tato()}}function add_tato(){var dbh=document.querySelector(".desktop-banner-holder");var mhc=document.querySelector(".mobile-header-container");document.body.classList.add("tato");if(dbh){elements=Array.from(dbh.querySelectorAll("a, button, input, [aria-haspopup]"));elements.forEach(element=&gt;{element.tabIndex=-1})}if(mhc){elements=Array.from(mhc.querySelectorAll("a, button, input"));elements.forEach(element=&gt;{element.removeAttribute("tabIndex")});elements=Array.from(mhc.querySelectorAll("[aria-haspopup]"));elements.forEach(element=&gt;{element.tabIndex=0})}}function remove_tato(){var dbh=document.querySelector(".desktop-banner-holder");var mhc=document.querySelector(".mobile-header-container");document.body.classList.remove("tato");if(dbh){elements=Array.from(dbh.querySelectorAll("a, button, input"));elements.forEach(element=&gt;{element.removeAttribute("tabIndex")});elements=Array.from(dbh.querySelectorAll("[aria-haspopup]"));elements.forEach(element=&gt;{element.tabIndex=0})}if(mhc){elements=Array.from(mhc.querySelectorAll("a, button, input, [aria-haspopup]"));elements.forEach(element=&gt;{element.tabIndex=-1})}}$(init_display_mode);var isTouch="ontouchstart"in window||navigator.maxTouchPoints&gt;0||navigator.msMaxTouchPoints&gt;0;(function(factory){if(typeof define==="function"&amp;&amp;define.amd){define(["jquery"],factory)}else if(typeof exports==="object"){module.exports=factory(require("jquery"))}else{factory(jQuery)}})(function($){"use strict";var readmore="readmore",defaults={speed:100,collapsedHeight:200,heightMargin:16,moreLink:'&lt;a href="#"&gt;View More&lt;/a&gt;',lessLink:'&lt;a href="#"&gt;View Less&lt;/a&gt;',embedCSS:true,blockCSS:"display: block; width: 100%;",startOpen:false,blockProcessed:function(){},beforeToggle:function(){},afterToggle:function(){}},cssEmbedded={},uniqueIdCounter=0;function debounce(func,wait,immediate){var timeout;return function(){var context=this,args=arguments;var later=function(){timeout=null;if(!immediate){func.apply(context,args)}};var callNow=immediate&amp;&amp;!timeout;clearTimeout(timeout);timeout=setTimeout(later,wait);if(callNow){func.apply(context,args)}}}function uniqueId(prefix){var id=++uniqueIdCounter;return String(prefix===null?"rmjs-":prefix)+id}function setBoxHeights(element){var el=element.clone().css({height:"auto",width:element.width(),maxHeight:"none",overflow:"hidden"}).insertAfter(element),expandedHeight=el.outerHeight(),cssMaxHeight=parseInt(el.css({maxHeight:""}).css("max-height").replace(/[^-\d\.]/g,""),10),defaultHeight=element.data("defaultHeight");el.remove();var collapsedHeight=cssMaxHeight||element.data("collapsedHeight")||defaultHeight;element.data({expandedHeight:expandedHeight,maxHeight:cssMaxHeight,collapsedHeight:collapsedHeight}).css({maxHeight:"none"})}var resizeBoxes=debounce(function(){$("[data-readmore]").each(function(){var current=$(this),isExpanded=current.attr("aria-expanded")==="true";setBoxHeights(current);current.css({height:current.data(isExpanded?"expandedHeight":"collapsedHeight")})})},100);function embedCSS(options){if(!cssEmbedded[options.selector]){var styles=" ";if(options.embedCSS&amp;&amp;options.blockCSS!==""){styles+=options.selector+" + [data-readmore-toggle], "+options.selector+"[data-readmore]{"+options.blockCSS+"}"}styles+=options.selector+"[data-readmore]{"+"transition: height "+options.speed+"ms;"+"overflow: hidden;"+"}";(function(d,u){var css=d.createElement("style");css.type="text/css";if(css.styleSheet){css.styleSheet.cssText=u}else{css.appendChild(d.createTextNode(u))}d.getElementsByTagName("head")[0].appendChild(css)})(document,styles);cssEmbedded[options.selector]=true}}function Readmore(element,options){this.element=element;this.options=$.extend({},defaults,options);embedCSS(this.options);this._defaults=defaults;this._name=readmore;this.init();if(window.addEventListener){window.addEventListener("load",resizeBoxes);window.addEventListener("resize",resizeBoxes)}else{window.attachEvent("load",resizeBoxes);window.attachEvent("resize",resizeBoxes)}}Readmore.prototype={init:function(){var current=$(this.element);current.data({defaultHeight:this.options.collapsedHeight,heightMargin:this.options.heightMargin});setBoxHeights(current);var collapsedHeight=current.data("collapsedHeight"),heightMargin=current.data("heightMargin");if(current.outerHeight(true)&lt;=collapsedHeight+heightMargin){if(this.options.blockProcessed&amp;&amp;typeof this.options.blockProcessed==="function"){this.options.blockProcessed(current,false)}return true}else{var id=current.attr("id")||uniqueId(),useLink=this.options.startOpen?this.options.lessLink:this.options.moreLink;current.attr({"data-readmore":"","aria-expanded":this.options.startOpen,id:id});current.after($(useLink).on("click",function(_this){return function(event){_this.toggle(this,current[0],event)}}(this)).attr({"data-readmore-toggle":id,"aria-controls":id}));if(!this.options.startOpen){current.css({height:collapsedHeight})}if(this.options.blockProcessed&amp;&amp;typeof this.options.blockProcessed==="function"){this.options.blockProcessed(current,true)}}},toggle:function(trigger,element,event){if(event){event.preventDefault()}if(!trigger){trigger=$('[aria-controls="'+this.element.id+'"]')[0]}if(!element){element=this.element}var $element=$(element),newHeight="",newLink="",expanded=false,collapsedHeight=$element.data("collapsedHeight");if($element.height()&lt;=collapsedHeight){newHeight="auto";newLink="lessLink";expanded=true}else{newHeight=collapsedHeight;newLink="moreLink"}if(this.options.beforeToggle&amp;&amp;typeof this.options.beforeToggle==="function"){this.options.beforeToggle(trigger,$element,!expanded)}$element.css({height:newHeight});$element.on("transitionend",function(_this){return function(){if(_this.options.afterToggle&amp;&amp;typeof _this.options.afterToggle==="function"){_this.options.afterToggle(trigger,$element,expanded)}$(this).attr({"aria-expanded":expanded}).off("transitionend")}}(this));$(trigger).replaceWith($(this.options[newLink]).on("click",function(_this){return function(event){_this.toggle(this,element,event)}}(this)).attr({"data-readmore-toggle":$element.attr("id"),"aria-controls":$element.attr("id")}))},destroy:function(){$(this.element).each(function(){var current=$(this);current.attr({"data-readmore":null,"aria-expanded":null}).css({maxHeight:"",height:""}).next("[data-readmore-toggle]").remove();current.removeData()})}};$.fn.readmore=function(options){var args=arguments,selector=this.selector;options=options||{};if(typeof options==="object"){return this.each(function(){if($.data(this,"plugin_"+readmore)){var instance=$.data(this,"plugin_"+readmore);instance.destroy.apply(instance)}options.selector=selector;$.data(this,"plugin_"+readmore,new Readmore(this,options))})}else if(typeof options==="string"&amp;&amp;options[0]!=="_"&amp;&amp;options!=="init"){return this.each(function(){var instance=$.data(this,"plugin_"+readmore);if(instance instanceof Readmore&amp;&amp;typeof instance[options]==="function"){instance[options].apply(instance,Array.prototype.slice.call(args,1))}})}}});$(function(){$(".store-description").readmore();$(".store-description[data-readmore]").css({overflow:"hidden","margin-bottom":"10px","mask-image":"linear-gradient(to bottom, black calc(100% - 15px), transparent 100%)"})});var smallBreakPoint=750;var mediumBreakPoint=1199;$(window).scroll(function(){$(window).trigger("window:scroll")});$(window).resize(function(){$(window).trigger("window:resize")});$(window).on("orientationchange",function(){$(window).trigger("window:orientationchange")});$(window).on("pw:pwopdown_initialize_end",function(){$(".mobile-header-container .non-text-holder.my-mallified-wrapper").remove();$(".mobile-header-container .non-text-holder .search-icon").remove()});console.log("/var/www/legacy/designs/house/com/header.js");console.log("header including /designs/universal/js/on-demand/pwopdown.js");class PWopdown{constructor(domNode){this.rootNode=domNode;this.controlledNodes=[];this.flyouts=[];this.openIndex=null;this.topLevelNodes=Array.from(this.rootNode.querySelectorAll("ul.primary &gt; li &gt; a, ul.primary &gt; li &gt; .icon"));console.log("PWopdown init top level nodes",this.topLevelNodes);this.topLevelNodes.forEach(node=&gt;{node.addEventListener("keydown",this.onMenuKeyDown.bind(this));const menu=node.parentNode.querySelector("ul, .flyout");if(menu){node.setAttribute("aria-expanded","false");this.toggleMenu(menu,false);menu.onkeydown=function(evt){}}});this.rootNode.addEventListener("focusout",this.onBlur.bind(this))}get_current_top_level_index(){const index=this.topLevelNodes.indexOf(document.activeElement);if(index===-1){return this.openIndex}return index}get_flyout_at(index){return this.topLevelNodes[index].parentNode.querySelector("ul, .flyout")}get_current_sub_menu(){return Array.from(this.topLevelNodes[this.get_current_top_level_index()].parentNode.querySelectorAll("a, .icon"))}get_current_sub_menu_index(){return this.get_current_sub_menu().indexOf(document.activeElement)}onMenuKeyDown(event){var currentIndex=this.get_current_top_level_index();switch(event.key){case"Tab":return;break;case"Escape":this.topLevelNodes[this.openIndex].focus();this.toggleExpand(this.openIndex,false);break;case"ArrowUp":case"ArrowLeft":event.preventDefault();if(this.get_current_sub_menu_index()===0){var prevIndex=Math.max(0,currentIndex-1);this.topLevelNodes[prevIndex].focus()}else{var nextIndex=Math.max(1,this.get_current_sub_menu_index()-1);this.get_current_sub_menu()[nextIndex].focus()}break;case"ArrowDown":case"ArrowRight":event.preventDefault();if(this.get_current_sub_menu_index()===0){if(event.key==="ArrowDown"){this.get_current_sub_menu()[1].focus()}else{var nextIndex=Math.min(this.topLevelNodes.length-1,currentIndex+1);this.topLevelNodes[nextIndex].focus()}}else{var nextIndex=Math.min(this.get_current_sub_menu().length-1,this.get_current_sub_menu_index()+1);this.get_current_sub_menu()[nextIndex].focus()}break;case"Home":event.preventDefault();this.topLevelNodes[0].focus();break;case"End":event.preventDefault();this.topLevelNodes[this.topLevelNodes.length-1].focus();break;case" ":case"Enter":if(this.get_current_sub_menu_index()===0&amp;&amp;this.get_flyout_at(currentIndex)){event.preventDefault();var actionedIndex=this.topLevelNodes.indexOf(event.target);var expanded=event.target.getAttribute("aria-expanded")==="true";this.toggleExpand(actionedIndex,!expanded)}else{}break}return;var menuLinks=Array.prototype.slice.call(this.controlledNodes[this.openIndex].querySelectorAll("a"));var currentIndex=menuLinks.indexOf(document.activeElement);this.controlFocusByKey(event,menuLinks,currentIndex)}close(){this.toggleExpand(this.openIndex,false)}onBlur(event){var menuContainsFocus=this.rootNode.contains(event.relatedTarget);if(!menuContainsFocus&amp;&amp;this.openIndex!==null){this.toggleExpand(this.openIndex,false)}}toggleExpand(index,expanded){if(this.openIndex!==index){this.toggleExpand(this.openIndex,false)}if(this.topLevelNodes[index]){this.openIndex=expanded?index:null;this.topLevelNodes[index].setAttribute("aria-expanded",expanded);this.toggleMenu(this.get_flyout_at(index),expanded)}}toggleMenu(domNode,show){if(domNode){if(show){nav_show(domNode)}else{nav_hide(domNode)}}}}window.addEventListener("load",function(){var nav=document.querySelector("nav.primary");if(nav){window.drop_down=new PWopdown(nav)}},false);const flyout_animation_duration_ms=333;function nav_show(element){if(element){var now_visible_tabbable_elements=Array.from(element.querySelectorAll("input, button"));now_visible_tabbable_elements.forEach(node=&gt;{node.setAttribute("tabindex","0")});element=$(element);element.stop().css({opacity:0}).css({display:"block"}).animate({opacity:1},flyout_animation_duration_ms)}}function nav_hide(element){if(element){var now_invisible_tabbable_elements=Array.from(element.querySelectorAll("input, button"));now_invisible_tabbable_elements.forEach(node=&gt;{node.setAttribute("tabindex","-1")});element=$(element);element.stop().animate({opacity:0},flyout_animation_duration_ms,function(){element.css({display:"none"})})}}function jog_search_container(){var it=$(".search-container");if(it.length){var parent=it.parent();it.css("left",parent[0].getBoundingClientRect().left*-1.02)}}$(window).on("window:resize window:orientationchange",jog_search_container);$(jog_search_container);$(function(){$("nav.primary ul &gt; li").mouseleave(function(){var drop=$(this).find("ul, .flyout")[0]||false;if(drop){nav_hide(drop)}}).mouseenter(function(){var drop=$(this).find("ul, .flyout")[0]||false;if(drop){nav_show(drop)}})});function handle_mobile_nav_icon_click(e){console.log("handle_mobile_nav_icon_click()");$(window).trigger("mobile_nav:click_start");var target=$(e.target);if($("html").hasClass("open-nav")){close_mobile_nav()}else{open_mobile_nav()}$(window).trigger("mobile_nav:click_complete")}function open_mobile_nav(){console.log("open_mobile_nav()");clearTimeout(close_mobile_nav_timeout);$(window).trigger("mobile_nav:open_start");$("html").addClass("open-nav");$(".open-panel").addClass("active");jog_mobile_nav_height();$(window).trigger("mobile_nav:open_complete")}function close_mobile_nav(){console.log("close_mobile_nav()");$(window).trigger("mobile_nav:close_start");$("html").removeClass("open-nav");$(".open-panel").removeClass("active");$("ul.primary").children("li").removeClass("js-active");$(window).trigger("mobile_nav:close_complete")}function close_mobile_nav_after_a_moment(){console.log("close_mobile_nav_after_a_moment()");close_mobile_nav_timeout=setTimeout(close_mobile_nav,moment_ms)}function jog_mobile_nav_height(){const max_height=window.innerHeight-105;const count=$(".mobile-header-container nav.primary li:visible").length;var lis=$(".mobile-header-container nav.primary li:visible:not(.non-text-holder)");const h=lis.last().outerHeight();var new_height=h*count+40+20;if(new_height&gt;max_height){new_height=max_height}$(".mobile-header-container nav.primary").css("height",new_height+"px")}function handle_mobile_nav_click(e){var target=$(e.target).closest("li");var ul=target.closest("ul");if(ul.hasClass("drop")){return}target.siblings(".js-active").removeClass("js-active");$("ul.primary *").blur();target.focus();if(!target.hasClass("js-active")){$(target).addClass("js-active");jog_mobile_nav_height();e.preventDefault();e.stopPropagation()}else{}}$(function(){$(window).trigger("pw:pwopdown_initialize_start");$(".hours-weather-holder").clone().prependTo($(".mobile-header-container"));var nav=$("nav.primary").clone();nav.find("div.container div.menu div.container, li.accessibility-icon, li.mobile-header-container, li.divider-x, li.search-icon-wrapper").remove();nav.appendTo($(".mobile-header-container"));$(".mobile-header-container li.drop-parent").on("click",handle_mobile_nav_click);$(".open-panel").click(handle_mobile_nav_icon_click);$(window).on("window:resize window:orientationchange",function(){var flyouts=Array.from(document.querySelectorAll(".flyout, .drop"));flyouts.forEach(element=&gt;nav_hide(element))});$("nav .open-my-mall").click(e=&gt;{var target=$(e.target);var parent=target.closest("li");var a=parent.find(".cta:visible a")||false;if(a)location.href=a.attr("href")});$("nav .search-icon").click(e=&gt;{var target=$(e.target);target.closest("li").find("input").focus()});$(".SEWsearchForm input.search-field").keydown(function(e){if(e.keyCode==13){var field=$(e.target);SEWsearchFormSubmit(field.val());return false}});$(".SEWsearchForm button.search-submit").click(function(e){var field=$(e.target).parent().find("input.search-field");SEWsearchFormSubmit(field.val())});$(window).trigger("pw:pwopdown_initialize_end")});</pre></body></html>