It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://nauticaoutlet.org

  1. <!doctype html>
  2. <html class="no-js" lang="en">
  3. <head>
  4.  
  5.    <link rel="canonical" href="http://nauticaoutlet.org/">
  6.  
  7.  <title>澳洲幸运5 -nautica幸运澳洲五开奖号码查询-开奖记录-历史开奖结果号码-直播号码历史开奖计划</title>
  8.  <script type="application/ld+json">
  9.    {
  10.      "@context" : "https://schema.org",
  11.      "@type" : "OnlineBusiness",
  12.      "name" : "ShopSimon",
  13.      "url" : "https://shop.simon.com/",
  14.      "sameAs": [
  15.        "https://www.facebook.com/shopsimon.us",
  16.        "https://www.instagram.com/shopsimon",
  17.        "https://www.pinterest.com/shopsimon",
  18.        "https://www.tiktok.com/@shopsimon"
  19.      ],
  20.      "parentOrganization": {
  21.        "@type": "Corporation",
  22.        "url": "http://www.simon.com",
  23.        "name": "SIMON MEDIA PROPERTIES, LLC"
  24.      }
  25.    }
  26.  </script>
  27.  <meta name="description" content="澳洲幸运5(诺帝卡)nautica中国官方网站 – 幸运澳洲5官网历史开奖记录 澳洲幸运5开奖结果历史记录查询 澳洲5幸运历史查询 查询澳洲结果-历史结果 2025澳大利亚五分彩历史开奖号码 🔥
  28.  官方澳洲幸运5结果查询网 澳洲的幸运5直播号码查询记录 开奖直播 澳洲幸运5开奖历史记录 澳洲幸运5开奖官网开奖结果号码 开奖结果查询,历史结果记录号码查询记录,官方直播号码结果,开奖澳洲号码Daily Deals, Free Shipping, and Flash Sales on brands you love from Simon Malls and Premium Outlets.">
  29.  <meta property="og:site_name" content="ShopSimon">
  30.  <meta property="og:url" content="http://nauticaoutlet.org/">
  31.  <meta property="og:title" content="ShopSimon: Brands You Love, 24/7">
  32.  <meta property="og:type" content="website">
  33.  <meta property="og:description" content="Shop Online – Daily Deals, Free Shipping, and Flash Sales on brands you love from Simon Malls and Premium Outlets. Up to 90% Off Women’s, Men’s &amp; Kids’ fashion.">
  34.  
  35.  <meta name="twitter:site" content="@ShopSPO">
  36.  <meta name="twitter:card" content="summary_large_image">
  37.  <meta name="twitter:title" content="ShopSimon: Brands You Love, 24/7">
  38.  <meta name="twitter:description" content="Shop Online – Daily Deals, Free Shipping, and Flash Sales on brands you love from Simon Malls and Premium Outlets. Up to 90% Off Women’s, Men’s &amp; Kids’ fashion.">
  39.  
  40.  <!-- OneTrust Cookies Consent Notice start for shoppremiumoutlets.com -->
  41.  <script src="js/otsdkstub.js" async type="text/javascript" charset="UTF-8" data-domain-script="b7a9f94c-f1ba-45b4-af84-f6a28fc33be1" ></script>
  42.  
  43.    
  44.    
  45.      <script src="js/launch-cdd264b5d57c-development.min.js" async></script>
  46.    
  47.  
  48.  <script>
  49.  async function customerFavorites(type, action, customerId, obj)
  50.  {    
  51.    //console.log(obj);
  52.    //console.log(customerId);
  53.    //spo_cf = customer favorite, type = product, brand, or collection
  54.      const storageName = "spo_cf_" + type;
  55.      return new Promise((resolve, reject) => {
  56.        let raw = "";
  57.        switch (action)
  58.        {
  59.          case "get":
  60.            if (localStorage.getItem(storageName))
  61.            {
  62.              let o = JSON.parse(localStorage.getItem(storageName));
  63.              if ((Date.now() - o.date) < 900000) //60 mins = 3600000
  64.              {
  65.                // console.log("local");
  66.                if (obj.id)
  67.                {
  68.                  switch (type)
  69.                  {
  70.                    case "product":
  71.                      f = o.data.find(fav => fav.productId === obj.id);
  72.                      if (f == undefined) {
  73.                        f = {};
  74.                      }
  75.                      resolve(f);
  76.                      return;
  77.                    case "collection":
  78.                      f = o.data.find(fav => fav.collectionId === obj.id);
  79.                      if (f == undefined) {
  80.                        f = {};
  81.                      }
  82.                      resolve(f);
  83.                      return;
  84.                    case "brand":
  85.                      f = o.data.find(fav => fav.brandId === obj.id.toLowerCase());
  86.                      if (f == undefined) {
  87.                        f = {};
  88.                      }
  89.                      resolve(f);
  90.                      return;
  91.                    case "saveForLater":
  92.                      f = o.data.find(fav => fav.saveForLaterdId === obj.id.toLowerCase());
  93.                      if (f == undefined) {
  94.                        f = {};
  95.                      }
  96.                      resolve(f);
  97.                      return;
  98.                  }
  99.                }
  100.                resolve(o.data);
  101.                return;
  102.              }
  103.            }
  104.            raw = {"type":type, "command":"get", "customerId": customerId};
  105.            break;
  106.          case "remove":
  107.            raw = {"type":type, "command":"remove", "id": obj.id.toLowerCase(), "customerId": customerId, "variantId":obj.id};
  108.            break;
  109.          case "add":
  110.            switch (type)
  111.            {
  112.              case "product":
  113.                raw = {"type":"product", "command":"add", "id":obj.id, "customerId":customerId, "brand":obj.brand, "title":obj.title, "handle":obj.handle, "productType":obj.productType, "source":"web", "location":obj.location};
  114.                break;
  115.              case "brand":            
  116.                raw = {"type":"brand", "command":"add", "id":obj.id, "customerId":customerId, "source":"web", "location":obj.location};
  117.                break;
  118.              case "saveForLater":      
  119.                raw = {"type": "saveForLater", "command":"add", "customerId":customerId, "productId":obj.productId, "variantId":obj.variantId, "source":"web", "location":obj.location};
  120.                break;
  121.            }      
  122.            break;
  123.        }  
  124.        
  125.        let myHeaders = new Headers();
  126.        myHeaders.append("Content-Type", "application/json");
  127.        let requestOptions = {
  128.          method: 'POST',
  129.          headers: myHeaders,
  130.          body: JSON.stringify(raw)
  131.        };
  132.        
  133.        fetch("https://spo-site.azurewebsites.net/api/ShopPoCustomerFavorites?code=sDGWAKINaz9Gq5mOWBXmOmPHr63AGafxarjsx4tCK__cAzFurAj28w==", requestOptions)
  134.        .then(response => response.json())
  135.        .then(function(result) {
  136.          if (result.status != "success")
  137.          {            
  138.            //console.log(obj);
  139.              console.log(result);
  140.            //do some error thingy here
  141.          }
  142.          else
  143.          {
  144.            // console.log(result);
  145.            switch (action)
  146.            {
  147.              case "get":
  148.                // console.log("api");
  149.                //console.log(raw);
  150.                
  151.                result.data.sort((a, b) => {
  152.                    return new Date(b.timestamp) - new Date(a.timestamp); // desc
  153.                });
  154.                let slicedData = result.data.slice(0,500);
  155.                let o = {"date": Date.now(), data:slicedData};
  156.                localStorage.setItem(storageName, JSON.stringify(o));
  157.                
  158.                if (obj.id)
  159.                {
  160.                  switch (type)
  161.                  {
  162.                    case "product":                      
  163.                      f = o.data.find(fav => fav.productId === obj.id);
  164.                      if (f == undefined) {
  165.                        f = {};
  166.                      }
  167.                      resolve(f);
  168.                      return;
  169.                    case "collection":
  170.                      f = o.data.find(fav => fav.collectionId === obj.id);
  171.                      if (f == undefined) {
  172.                        f = {};
  173.                      }
  174.                      resolve(f);
  175.                      return;
  176.                    case "brand":
  177.  
  178.                      result.data.sort();
  179.                      
  180.                      f = o.data.find(fav => fav.brandId.toLowerCase() === obj.id.toLowerCase());
  181.                      if (f == undefined) {
  182.                        f = {};
  183.                      }
  184.                      resolve(f);
  185.                      return;
  186.                    case "saveForLater":                      
  187.                      f = o.data.find(fav => fav.saveForLaterId && fav.saveForLaterId === obj.id);
  188.                      if (f == undefined) {
  189.                        f = {};
  190.                      }
  191.                      resolve(f);
  192.                      return;  
  193.                  }
  194.                }
  195.                resolve(o.data);
  196.                return;
  197.              case "remove":
  198.                if (localStorage.getItem(storageName))
  199.                {
  200.                  let l = JSON.parse(localStorage.getItem(storageName));
  201.                  let a = {"date": Date.now(), data:favsRemoveNode(obj.id.toLowerCase().replace(/\//g, ''), type, l.data)};
  202.                  //console.log(a);
  203.                  localStorage.setItem(storageName, JSON.stringify(a));
  204.                }                
  205.                resolve("success");
  206.                return;
  207.              case "add":
  208.                let a = {"date": Date.now(), data:[]};
  209.                switch (type)
  210.                {
  211.                  case "product":
  212.                    d = {
  213.                      "productId":obj.id,
  214.                      "title": obj.title,
  215.                      "handle": obj.handle,
  216.                      "brand": obj.brand,
  217.                      "productType": obj.productType,
  218.                      "timestamp": new Date().toISOString()
  219.                    }
  220.                    a.data.unshift(d);
  221.                    break;
  222.                  case "collection":
  223.                    break;
  224.                  case "brand":
  225.                    d = {
  226.                      "brandId":obj.id.toLowerCase().replace(/\//g, ''),
  227.                      "originalName": obj.id,
  228.                      "timestamp": new Date().toISOString()
  229.                    }
  230.                    a.data.unshift(d);
  231.                    break
  232.                  case "saveForLater":
  233.                    d = {            
  234.                      "productId": obj.productId,
  235.                      "variantId": obj.variantId,
  236.                      "timestamp": new Date().toISOString()
  237.                    }
  238.                    a.data.unshift(d);
  239.                    obj.id = obj.variantId;
  240.                    break;
  241.                }        
  242.                if (localStorage.getItem(storageName))
  243.                {
  244.                  let l = JSON.parse(localStorage.getItem(storageName));
  245.                  a.data.push.apply(a.data, favsRemoveNode(obj.id, type, l.data));
  246.                  a.date = l.date;
  247.                }
  248.                localStorage.setItem(storageName, JSON.stringify(a));
  249.                resolve("success");
  250.                return;
  251.            }
  252.          }    
  253.        })
  254.        .catch(error => reject(error));
  255.    });
  256.  }
  257.  function favsRemoveNode(id, type, data)
  258.  {
  259.      return data.filter(function(fav)
  260.      {
  261.          switch (type)
  262.          {
  263.            case "product":
  264.              if (fav.productId == id) {
  265.                  return false;
  266.              }
  267.              return true;
  268.            case "collection":
  269.              if (fav.collectionId == id) {
  270.                  return false;
  271.              }
  272.              return true;
  273.            case "brand":
  274.              if (fav.brandId == id) {
  275.                  return false;
  276.              }
  277.              return true;
  278.            case "saveForLater":
  279.              if (fav.variantId == id) {
  280.                  return false;
  281.              }
  282.              return true;
  283.          }          
  284.      });
  285.  }
  286.  
  287.  </script>
  288.  <script type="text/javascript">
  289.    function OptanonWrapper() {
  290.        
  291.    }
  292.    //this set the title and canonical where brand links are used
  293.    let urlCan = new URL(window.html);
  294.    let searchCan = new URLSearchParams(window.location.search);
  295.    if (searchCan.has("Brand") && searchCan.get("Brand").indexOf(",") == -1)
  296.    {
  297.      let param_count = 0;
  298.      for (const [key, value] of searchCan.entries()) {param_count++;}
  299.      if (param_count == 1 || (param_count == 2 && searchCan.has("page")))
  300.      {
  301.        let canonicalTag = document.querySelector('link[rel="canonical"]');
  302.        canonicalTag.href = location.href;
  303.        let twords = "ShopSimon: Brands You Love, 24/7".replace(/&#39;/g,"'").replace(/&amp;/g,"&").replace("'s","").replace("Baby & Toddler","baby").split(" ");
  304.        let firstWord = twords[0].toLowerCase();
  305.        let s = "";
  306.        let foundRoot = true;
  307.        switch(firstWord)
  308.        {
  309.          case "women":
  310.            twords[0] = "Women's";
  311.            break;
  312.          case "men":
  313.            twords[0] = "Men's";
  314.            break;
  315.          case "kids":
  316.            twords[0] = "Kids";
  317.            break;
  318.          case "boys":
  319.            twords[0] = "Boys";
  320.            break;
  321.          case "girls":
  322.            twords[0] = "Girls";
  323.            break;
  324.          case "baby":
  325.            twords[0] = "Baby & Toddler";
  326.            break;
  327.          default:
  328.            s = searchCan.get("Brand") + " ";
  329.            foundRoot = false;
  330.            break;
  331.        }
  332.        for (let x=0;x<twords.length;x++)
  333.        {
  334.          s+=twords[x]+" ";
  335.          if (x==0 && foundRoot)
  336.          {
  337.            s+=searchCan.get("Brand")+" ";
  338.          }
  339.        }
  340.        document.title = s.replace(/%20/g, " ") + "| ShopSimon";
  341.        document.querySelector('meta[name="description"]').setAttribute("content", "Free shipping and easy returns on " + s.replace(/%20/g, " ") + "at ShopSimon.");
  342.        document.querySelector('meta[property="og:title"]').setAttribute("content", s + "| ShopSimon");
  343.        document.querySelector('meta[property="og:description"]').setAttribute("content", "Free shipping and easy returns on " + s + "at ShopSimon.");
  344.        document.querySelector('meta[name="twitter:title"]').setAttribute("content", s + "| ShopSimon");
  345.        document.querySelector('meta[name="twitter:description"]').setAttribute("content", "Free shipping and easy returns on " + s + "at ShopSimon.");
  346.        document.querySelector('meta[property="og:url"]').setAttribute("content", location.href);
  347.      }
  348.    }
  349.  </script>
  350.  <!-- OneTrust Cookies Consent Notice end for shoppremiumoutlets.com -->
  351.  
  352.  
  353.    <meta name="robots" content="max-image-preview:large">
  354.  
  355.  <meta charset="utf-8">
  356.  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  357.  <meta name="viewport" content="width=device-width,initial-scale=1">
  358.  <meta name="theme-color" content="#000000">
  359.  <meta name="format-detection" content="telephone=no">
  360.  <link rel="preload" href="css/themebb2f.css?v=55617630469395594851742227118" as="style" onload="this.rel='stylesheet'">
  361.  <link rel="stylesheet" href="css/themebb2f.css?v=55617630469395594851742227118" media="print" onload="this.media='all'"><link rel="shortcut icon" href="png/shopsimonfavicon_32x32087e.png?v=1725648782" type="image/png" alt="ShopSimon" /><style data-shopify>
  362.  
  363.   .collection-item__title span{letter-spacing: normal}
  364.   .site-nav__link{color:#000}
  365.    .site-header__search-input{color:#000}
  366.    .shopify-section .snize-recommendation{margin:0px!important}
  367.   #RecentlyViewed-recently-viewed .section-header{display:block!important}
  368.   #snize_results{margin-top:0px!important}
  369.   #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title{min-height:auto!important}
  370.   .brandName{text-align: left!important;font-weight: bold!important;color: #333;font-size:12px;line-height: 20px!important;}
  371.    .luxelogo{max-height:25px;height:25px;}
  372.   .backLeftArrow{max-width:13px;padding-bottom:1px;vertical-align:middle}
  373.    .snize-main-panel-collection-results-found{display:none}
  374.   #shopify-section-footer{background-color: #fff;margin-top:0px!important;padding-top:64px}
  375.    .header-sticky-wrapper{z-index:1}
  376.    #CartDrawer{z-index: 100000000;}
  377.   .shopify-section-store-tops,.main-content{z-index: 1;}
  378.   .newNavStyle,.site-nav{z-index: 100000;}
  379.    .snize-recommendation-results .snize-product{text-align:center}
  380.    div.snize-recommendation-results div.snize-item{text-align:left!important}
  381.   .navPlus::before {content: '+ ';}
  382.   .navUnderline {text-decoration:underline}
  383.    .navBold{font-weight:bold}
  384.   .navSubCatPadLeft1{padding-left:10px!important}
  385.   .navSubCatPadLeft2{padding-left:15px!important;cursor:pointer}
  386.    .navSubCatPadLeft2 label{cursor:pointer}
  387.    .navSubCatPadLeft3{margin-left:15px!important}
  388.    div.snize-recommendation-results a.buttons{opacity:1!important;}
  389.   .snize-recommendation-title{text-transform:none!important;font-size: 1.3975em!important;padding-bottom:5px!important}
  390.    .snize-product-label.top-right{display:none!important}
  391.    .collection-item__title {
  392.      font-size: 14.4px;
  393.    }
  394.  
  395. #shopify-section-1524769873765 .animation-contents{
  396.   color:#FFF;
  397.  }
  398.    @media screen and (min-width: 768px) {
  399.    .mobileHide{display:none}
  400.    .snize-view-link,.snize-view-link::after{border:none!important}
  401.      .collection-item__title {font-size: 18px;}
  402.    #shopify-section-footer{position: relative;}
  403.    .searchStickyNav{position:fixed!important;top:117px!important}
  404.      .searchStickyContent{margin-left:210px!important}
  405.      .snize-filters-sidebar{overflow-y: scroll!important;height: 100%!important;}
  406.    #snize_filters_block_price{margin-bottom:150px!important}
  407.    .left-nav-cat{font-weight:bold;}
  408.      .carTitlehp{padding-top:10px;font-size:16px;text-align:left}
  409.      .carTitle1hp{padding-top:10px;font-size:16px;text-align:left}
  410.      .discovery-modal-fade-in{opacity: 1!important;transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
  411.      .discovery-modal-fade-out{opacity: 0;transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
  412.      .discovery-modal .discovery-modal-content {
  413.        opacity:0;
  414.      }
  415.    }
  416.    @media screen and (max-width: 767px) {
  417.      .discovery-modal .product-single__form{margin-bottom:20px}
  418.  .discovery-modal.show-modal {
  419.    opacity: 1;
  420.    pointer-events: auto;
  421.  }
  422.  .discovery-modal .discovery-modal-content {
  423.    opactiy:1;
  424.    transform: translateY(100%);
  425.  }
  426. .discovery-modal.show-modal .discovery-modal-content {
  427.    transform: translateY(0%)!important;
  428.  }
  429.      .page-container{overflow-x:hidden}
  430.  .embedPadLeft{padding-left:10px}
  431.  .carTitlehp{padding-top:10px;padding-bottom:10px;font-size:16px;text-align:left;padding-left:10px}
  432.    .carTitle1hp{padding-top:10px;padding-bottom:10px;font-size:16px;text-align:left;padding-left:10px}
  433.  
  434.    .flex-grid .snize-recommendation.snize-mobile-design{max-width:350px}
  435.    .navSubCatPadLeft2{padding-left:15px!important}
  436.    #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown > a{margin-right:7px}
  437.    #collectionImg{margin-left:-17px;margin-right:-17px}
  438.      .mobileSearchFilterSticky{position: fixed!important;background-color: #fff!important;z-index: 10000!important;top: 119px!important;left: 0px!important;border-bottom: 1px solid #ccc!important;width: 100%!important;margin-left: 0px!important;margin-right: 0px!important;}
  439.      .left-nav-cat{font-weight:bold;font-size:15px!important}
  440.   .titlePadTop{padding-top:10px}
  441.   }
  442.   @media only screen and (min-width: 1625px){
  443.      .hero--550px {
  444.          height: 650px!important;
  445.      }
  446.    }
  447.  @media only screen and (min-width: 1600px){
  448.   .rec-wrapper-page{max-width:1556px}
  449.  }
  450.  @media only screen and (min-width: 1500px) and (max-width: 1600px){
  451.   .rec-wrapper-page{max-width:1480px}
  452.  }
  453.  @media only screen and (min-width: 1400px) and (max-width: 1500px){
  454.   .rec-wrapper-page{max-width:1380px}
  455.  }
  456.  @media only screen and (min-width: 1300px) and (max-width: 1400px){
  457.   .rec-wrapper-page{max-width:1280px}
  458.  }
  459.  @media only screen and (min-width: 1200px) and (max-width: 1300px){
  460.   .rec-wrapper-page{max-width:1180px}
  461.  }
  462.  @media only screen and (min-width: 1100px) and (max-width: 1200px){
  463.   .rec-wrapper-page{max-width:1080px}
  464.  }
  465.  @media only screen and (min-width: 1000px) and (max-width: 1100px){
  466.   .rec-wrapper-page{max-width:980px}
  467.  }
  468.  @media only screen and (min-width: 768px) and (max-width: 999px){
  469.   .rec-wrapper-page{max-width:748px}
  470.  }
  471.  @media only screen and (max-width: 767px){
  472.   .rec-wrapper-page{width:350px;}
  473.  }
  474.  .snize-selected-filters-container{display:none}
  475.  .tooltip {position: relative;display: inline-block;}
  476.  .tooltip .tooltiptext {visibility: hidden;width: 340px;background-color: #fff;color: #333;text-align: left;padding: 10px;border: 1px solid #ccc;position: absolute;z-index: 10;left: -150px;-webkit-box-shadow: 2px 5px 5px 0px rgba(221,221,221,1);-moz-box-shadow: 2px 5px 5px 0px rgba(221,221,221,1);box-shadow: 2px 5px 5px 0px rgba(221,221,221,1);font-size: 12px;top: 25px;}
  477.  .tooltip:hover .tooltiptext {visibility: visible;}
  478.  
  479.  </style>
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  <script>
  491.  
  492.    document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
  493.  
  494.    window.theme = window.theme || {};
  495.    theme.strings = {
  496.      addToCart: "Add to bag",
  497.      soldOut: "Sold Out",
  498.      unavailable: "Unavailable",
  499.      stockLabel: "Only [count] left in stock!",
  500.      savePrice: "[saved_amount] off",
  501.      cartEmpty: "Your bag is currently empty.",
  502.      cartTermsConfirmation: "You must agree with the terms and conditions of sales to check out"
  503.    };
  504.    theme.settings = {
  505.      dynamicVariantsEnable: true,
  506.      dynamicVariantType: "button",
  507.      cartType: "drawer",
  508.      currenciesEnabled: false,
  509.      nativeMultiCurrency: 1 > 1 ? true : false,
  510.      moneyFormat: "${{amount}}",
  511.      saveType: "percent",
  512.      recentlyViewedEnabled: false,
  513.      inventoryThreshold: 2,
  514.      quickView: false,
  515.      searchIndex: "spo-product",
  516.      themeVersion: "2.3.0"
  517.    };
  518.  
  519.    window._shopDate = new Date();
  520.    window._shopDate.setMinutes(window._shopDate.getMinutes() + window._shopDate.getTimezoneOffset());
  521.    const params = new URLSearchParams(window.location.search);
  522.    if (params.has('testdate')){
  523.      window._shopDate = new Date(params.get('testdate'));
  524.      window._shopDate.setMinutes(window._shopDate.getMinutes());
  525.    }
  526.  </script>
  527.  <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/29145366588/digital_wallets/dialog">
  528. <meta name="shopify-checkout-api-token" content="ae330016514cc917cce92e5fd73c460c">
  529. <meta id="in-context-paypal-metadata" data-shop-id="29145366588" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
  530. <script async="async" src="js/preloadsc494.js?locale=en-US"></script>
  531. <link rel="preconnect" href="https://shop.app/" crossorigin="anonymous">
  532. <script async="async" src="js/preloads10e3.js?locale=en-US&amp;shop_id=29145366588" crossorigin="anonymous"></script>
  533. <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":29145366588,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/29145366588","merchantName":"ShopSimon","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"ShopSimon","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
  534. <script id="shopify-features" type="application/json">{"accessToken":"ae330016514cc917cce92e5fd73c460c","betas":["rich-media-storefront-analytics"],"domain":"shop.simon.com","predictiveSearch":true,"shopId":29145366588,"smart_payment_buttons_url":"https:\/\/shop.simon.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/shop.simon.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script>
  535. <script>var Shopify = Shopify || {};
  536. Shopify.shop = "shoppremiumoutlets.myshopify.com";
  537. Shopify.locale = "en";
  538. Shopify.currency = {"active":"USD","rate":"1.0"};
  539. Shopify.country = "US";
  540. Shopify.theme = {"name":"Active","id":138439688252,"schema_name":"Impulse","schema_version":"2.3.0","theme_store_id":null,"role":"main"};
  541. Shopify.theme.handle = "null";
  542. Shopify.theme.style = {"id":null,"handle":null};
  543. Shopify.cdnHost = "shop.simon.com/cdn";
  544. Shopify.routes = Shopify.routes || {};
  545. Shopify.routes.root = "index.html";</script>
  546. <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
  547. <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
  548. <script>window.ShopifyPay = window.ShopifyPay || {};
  549. window.ShopifyPay.apiHost = "shop.app\/pay";</script>
  550. <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
  551. <script>
  552.  window.Shopify = window.Shopify || {};
  553.  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  554.  window.Shopify.featureAssets['shop-js'] = {"init-windoid":["modules/v2/client.init-windoid_Cnr4ti9i.en.esm.js","modules/v2/chunk.common_BHYMFzo0.esm.js"],"init-fed-cm":["modules/v2/client.init-fed-cm_DJQz9uSU.en.esm.js","modules/v2/chunk.common_BHYMFzo0.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_D1BLAS5f.en.esm.js","js/chunk.common_bhymfzo0.esm.js","modules/v2/chunk.modal_C7-_mGwj.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_C9c82WFs.en.esm.js","modules/v2/chunk.common_BHYMFzo0.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_EFqGxRNo.en.esm.js","modules/v2/chunk.common_BHYMFzo0.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_CBcji8U4.en.esm.js","js/chunk.common_bhymfzo0.esm.js","modules/v2/chunk.modal_C7-_mGwj.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"pay-button":["modules/v2/client.pay-button_5Cv89z2P.en.esm.js","modules/v2/chunk.common_BHYMFzo0.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_J2Mf4UvV.en.esm.js","js/client.shop-login-button_dsiwpxug.en.esm.js","js/chunk.common_bhymfzo0.esm.js","modules/v2/chunk.modal_C7-_mGwj.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_DsiwPxuG.en.esm.js","js/chunk.common_bhymfzo0.esm.js","modules/v2/chunk.modal_C7-_mGwj.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_xSum0MuL.en.esm.js","js/client.shop-login-button_dsiwpxug.en.esm.js","js/chunk.common_bhymfzo0.esm.js","modules/v2/chunk.modal_C7-_mGwj.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_BV67QmF7.en.esm.js","js/client.shop-login-button_dsiwpxug.en.esm.js","js/chunk.common_bhymfzo0.esm.js","modules/v2/chunk.modal_C7-_mGwj.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_CWbwxzbo.en.esm.js","js/chunk.common_bhymfzo0.esm.js","modules/v2/chunk.modal_C7-_mGwj.esm.js"],"lead-capture":["modules/v2/client.lead-capture_pn5XdvFy.en.esm.js","js/chunk.common_bhymfzo0.esm.js","modules/v2/chunk.modal_C7-_mGwj.esm.js"],"payment-terms":["modules/v2/client.payment-terms_DbhTKc-o.en.esm.js","js/chunk.common_bhymfzo0.esm.js","modules/v2/chunk.modal_C7-_mGwj.esm.js"]};
  555. </script>
  556. <script>(function() {
  557.  function asyncLoad() {
  558.    var urls = ["https:\/\/beacon.riskified.com\/?shop=shoppremiumoutlets.myshopify.com","index.html\/\/static.klaviyo.com\/onsite\/js\/YgnVSm\/klaviyo.js?company_id=YgnVSm\u0026shop=shoppremiumoutlets.myshopify.com","index.html\/\/cdn.attn.tv\/shopsimon\/dtag.js?shop=shoppremiumoutlets.myshopify.com","https:\/\/connect.nosto.com\/include\/script\/shopify-29145366588.js?shop=shoppremiumoutlets.myshopify.com"];
  559.    for (var i = 0; i < urls.length; i++) {
  560.      var s = document.createElement('script');
  561.      s.type = 'text/javascript';
  562.      s.async = true;
  563.      s.src = urls[i];
  564.      var x = document.getElementsByTagName('script')[0];
  565.      x.parentNode.insertBefore(s, x);
  566.    }
  567.  };
  568.  if(window.attachEvent) {
  569.    window.attachEvent('onload', asyncLoad);
  570.  } else {
  571.    window.addEventListener('load', asyncLoad, false);
  572.  }
  573. })();</script>
  574. <script id="__st">var __st={"a":29145366588,"offset":-14400,"reqid":"6ca245ab-9158-4e54-8915-431c7e106662-1742344005","pageurl":"shop.simon.com\/","u":"661a1a65a083","p":"home"};</script>
  575. <script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
  576. <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='js/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!1)}();</script>
  577. <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="js/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script>
  578. <script crossorigin="anonymous" defer="defer" src="js/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8b805.js?v=20220906"></script>
  579. <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="js/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
  580. </script>
  581. <script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  582.  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
  583. </script>
  584. <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
  585. </script>
  586.  
  587. <link rel="stylesheet" media="screen" href="css/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
  588.  
  589. <style id="shopify-accelerated-checkout-cart">
  590.        #shopify-buyer-consent {
  591.  margin-top: 1em;
  592.  display: inline-block;
  593.  width: 100%;
  594. }
  595.  
  596. #shopify-buyer-consent.hidden {
  597.  display: none;
  598. }
  599.  
  600. #shopify-subscription-policy-button {
  601.  background: none;
  602.  border: none;
  603.  padding: 0;
  604.  text-decoration: underline;
  605.  font-size: inherit;
  606.  cursor: pointer;
  607. }
  608.  
  609. #shopify-subscription-policy-button::before {
  610.  box-shadow: none;
  611. }
  612.  
  613.      </style>
  614. <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
  615.  <script>
  616.    function getUrlParameter(name) {
  617.        name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
  618.        var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
  619.        var results = regex.exec(location.search);
  620.        return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
  621.    };
  622.    function show(e){e.style.display = "block";}
  623.    function hide(e){e.style.display = "none";}
  624.    function getCookie(cname) {var name = cname + "=";var decodedCookie = decodeURIComponent(document.cookie);var ca = decodedCookie.split(';');for(var i = 0; i <ca.length; i++) {var c = ca[i];while (c.charAt(0) == ' ') {c = c.substring(1);}if (c.indexOf(name) == 0) {return c.substring(name.length, c.length);}}return "";}
  625.   function setCookie(cname, cvalue, exdays) {var d = new Date();d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));var expires = "expires="+d.toUTCString();document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";}
  626.  
  627.  </script>
  628.  <script src="js/jquery.min.js"></script>
  629.  <script src="js/vendor-scripts-v2595c.js?v=24468567099026176121742227118" defer="defer"></script>
  630.  <script src="js/ldclient.mine6d9.js?v=40871399019600627841742227118"></script>
  631.  <script>
  632.    window.ldLoaded = false;
  633.    let context = {};
  634.    let ldGuestId = getCookie('ldGuestId');
  635.    const ldGeneratedId = '10000000-1000-4000-8000-100000000000'.replace(/[018]/g, c =>
  636.        (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
  637.      );
  638.  
  639.    if (ldGuestId === '') {
  640.      ldGuestId = ldGeneratedId;
  641.      context.kind = 'guest';
  642.      context.key = ldGuestId;
  643.      document.cookie = `ldGuestId=${ldGuestId}; expires=Fri, 31 Dec 9999 23:59:59 GMT`;
  644.    } else {
  645.      context.kind = 'guest';
  646.      context.key = ldGuestId;
  647.    }
  648.  
  649.    const options = { sendEventsOnlyForVariation: true };
  650.  
  651.    const LDclient = window.LDClient.initialize('636938e20b41b711e724bba2', context , options);
  652.  
  653.    LDclient.on('ready', () => {
  654.      window.ldLoaded = true;
  655.    });
  656.  
  657.    
  658.  </script>
  659.  
  660.  <script src="js/search592b.js?v=10030319398003273281742227118"></script>
  661.  <script src="js/theme95ac.js?v=179119188703700321591742227118" async></script>
  662. <script>
  663. var dataLayerData = {
  664.  'page': {'template': "index",
  665.  'searchTerm': null,
  666.  'searchResults': null,
  667.  'currentPage': 1,
  668.  'currency': "USD",
  669.  'collection': ""},
  670.  'product': {},
  671.  'customer': {},
  672.  'collection': {},
  673.  'cart': {}
  674. };
  675.  
  676.  
  677.    dataLayerData.cart.total = "0.00";
  678.    dataLayerData.cart.count = 0;
  679.    dataLayerData.cart.products = [];
  680.    
  681.  
  682. window.dataLayer = window.dataLayer || [];
  683. let loyaltyTierSite = getCookie("loyaltyUser");
  684. if (loyaltyTierSite != ""){
  685.  let p = JSON.parse(loyaltyTierSite);
  686.  dataLayerData.customer.loyaltyTier = p.loyaltyTierName;
  687. }
  688. window.dataLayer.push(dataLayerData);
  689. </script>
  690.  
  691.    <script type="text/javascript">
  692.      (function (url) {
  693.        /*Tracking Bootstrap Set Up DataLayer objects/properties here*/
  694.        window.rakutenDataLayer = false; // Set custom DataLayer name if 'DataLayer' conflicts
  695.        var dln = window.rakutenDataLayer || 'DataLayer';
  696.        if(!window[dln]){
  697.            window[dln] = {};
  698.          }
  699.          if(!window[dln].events){
  700.            window[dln].events = {};
  701.          }
  702.          window[dln].events.SPIVersion = window[dln].events.SPIVersion || "v3.4.1";
  703.  
  704.          var loc, ct = document.createElement("script");
  705.          ct.type = "text/javascript";
  706.          ct.async = true; ct.src = url; loc = document.getElementsByTagName('script')[0];
  707.          loc.parentNode.insertBefore(ct, loc);
  708.        }("js/125963.ct.js"));
  709.    </script>
  710.  
  711.  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:wght@200;300;400;500">
  712.  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
  713.  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300&amp;family=Lexend:wght@200;300;400;500&amp;display=swap">
  714.  <script>  
  715.    var _t2sparams = _t2sparams || {};
  716.    
  717.        _t2sparams.cID = 'TMDPWGGDBHKTV7';
  718.    
  719.    
  720.    (function(){      
  721.          window.mAds();      
  722.      })();
  723.    
  724.    function mAds()
  725.    {
  726.      _t2sparams.eN = 'view';
  727.      
  728.        _t2sparams.pID = '1000';
  729.        addMTracker();
  730.        //T2S.event("view");
  731.          
  732.    }
  733.    function addMTracker()
  734.    {
  735.      
  736.      
  737.      if (typeof(T2S) == 'undefined')
  738.      {
  739.        //console.log("tracker added");
  740.        let t2sScript = document.createElement('script');
  741.        t2sScript.type = 'text/javascript';
  742.        t2sScript.async = true;
  743.        t2sScript.src = 'js/t2s.min.js';
  744.        let s = document.getElementsByTagName('script')[0];
  745.        s.parentNode.insertBefore(t2sScript, s);
  746.      }
  747.      else
  748.      {
  749.        T2S.event("view");
  750.      }
  751.    }
  752.    function t2sTrackAddToCart()
  753.    {
  754.      if (typeof(T2S) != 'undefined')
  755.      {
  756.        //console.log("tracker called");
  757.        //let originalPid = _t2sparams.pID;
  758.        _t2sparams.pID = '4000'; // Page ID for Add-to-cart pop-up
  759.        //_t2sparams.iID = id;// product ID added to cart
  760.        T2S.event("view"); // Send tracking request
  761.        //_t2sparams.pID = originalPid; // Reset page ID to original value
  762.      }
  763.    }
  764.    function madclick(id)
  765.    {
  766.      if (typeof(T2S) != 'undefined')
  767.      {
  768.        T2S.event('click', {adId: id});        
  769.      }
  770.    }
  771.    function madImpressions(ids,count)
  772.    {
  773.      //alert("dddd");
  774.      if (count==undefined)
  775.        count=0;
  776.      count++;
  777.      if (typeof(T2S) == 'undefined' && count<3)
  778.      {
  779.        window.setTimeout(function() { madImpressions(ids,count);count=4; }, 500);        
  780.      }
  781.      else
  782.      {
  783.        let ads = [];
  784.        for(let x=0;x<ids.length;x++)
  785.        {
  786.          ads.push(ids[x].adId);
  787.        }
  788.        T2S.event('impression', {adId: ads.join("|")});
  789.      }
  790.    }
  791.  async function madsfetch(customerId,handle,pageId,isLoggedIn)
  792.  {    
  793.      let uid = "";
  794.      const isMobile = window.innerWidth < 768 ? true : false;
  795.    
  796.      if (getCookie("t2s-analytics") != "")
  797.      {
  798.        uid = getCookie("t2s-analytics");
  799.      }
  800.      
  801.    //console.log(`https://spo-prod-apim.azure-api.net/SPO-Prod/ShopPoMiraklAdsFetch?subscription-key=7285202379524f76b4fa717de6bcccfa&customerId=${uid}&handle=${handle}&pageId=${pageId}${!isMobile ? '&device=DESKTOP' : ''}`);
  802.     fetch(`https://spo-prod-apim.azure-api.net/SPO-Prod/ShopPoMiraklAdsFetch?subscription-key=7285202379524f76b4fa717de6bcccfa&customerId=${uid}&handle=${handle}&pageId=${pageId}${!isMobile ? '&device=DESKTOP' : ''}`)
  803.      .then(response => response.json())
  804.      .then(function(data){
  805.        if (data && data.value && data.value.length > 0 && data.adIds && data.adIds.length > 0)
  806.        {    
  807.          //console.log(data);
  808.          let products = productArraybuild(data);
  809.          for (let x=0;x<products.length;x++)
  810.          {
  811.            $("#productWrap-" + products[x].id).remove();
  812.          }
  813.          let plength = products.length;
  814.          if (plength > 12)
  815.            plength = 12;
  816.          for (let x=0;x<plength;x++)
  817.          {
  818.            let adid = data.adIds.filter(it => it.productId == products[x].id);
  819.            if (adid)
  820.            {
  821.              let s = productFormat(products[x],true,customerId,false,adid[0].adId,5,false,data.value[x]);
  822.              let n=0;
  823.              if (window.innerWidth < 768)
  824.              {      
  825.                if ([0,1].includes(x))
  826.                {
  827.                  n+=3;
  828.                }
  829.                else if ([2,3].includes(x))
  830.                {
  831.                  n+=7;
  832.                }
  833.                else if ([4,5].includes(x))
  834.                {
  835.                  n+=11;
  836.                }
  837.                else if ([6,7].includes(x))
  838.                {
  839.                  n+=15;
  840.                }
  841.                else if ([8,9].includes(x))
  842.                {
  843.                  n+=19;
  844.                }
  845.                else if ([10,11].includes(x))
  846.                {
  847.                  n+=23;
  848.                }
  849.              }
  850.              else if (window.innerWidth < 1272)
  851.              {
  852.                if ([0,1,2].includes(x))
  853.                {
  854.                  n+=4;
  855.                }
  856.                else if ([3,4,5].includes(x))
  857.                {
  858.                  n+=10;
  859.                }
  860.                else if ([6,7,8].includes(x))
  861.                {
  862.                  n+=16;
  863.                }
  864.                else if ([9,10,11].includes(x))
  865.                {
  866.                  n+=22;
  867.                }
  868.              }
  869.              else
  870.              {
  871.                if ([0,1,2,3].includes(x))
  872.                {
  873.                  n+=5;
  874.                }
  875.                else if ([4,5,6,7].includes(x))
  876.                {
  877.                  n+=13;
  878.                }
  879.                else if ([8,9,10,11].includes(x))
  880.                {
  881.                  n+=21;
  882.                }
  883.              }
  884.              replaceNodeWithSponsored(n,s,products[x].id);      
  885.            }
  886.          }
  887.          adBackroundLoad();
  888.          if (data.adIds)
  889.          {
  890.            madImpressions(data.adIds);
  891.          }  
  892.          for (let n=60;n>48;n--)
  893.          {
  894.            $(".searchGrid:nth-child("+ n +")").remove();
  895.          }
  896.          setfavHearts(isLoggedIn,customerId);
  897.  
  898.          if (data.display && data.display.length > 0) {
  899.            LDclient.waitForInitialization().then(() => {
  900.              const miraklDisplayAdsFlag = LDclient.variationDetail('mirakl-display-ads');
  901.              if (miraklDisplayAdsFlag.value) {
  902.                setDisplayAds(data.display);
  903.              }
  904.            }).catch(err => {
  905.              console.log(err);
  906.            });
  907.          }
  908.        }
  909.      });
  910.  }
  911. </script>
  912.  <script src="js/color-picker-new0708.js?v=38279736356793893031742227118" async></script>
  913.  <link rel="stylesheet" href="css/color-picker-new065c.css?v=115787296613882268851742227118" />
  914.  
  915.  <script async type="text/javascript" src="js/bv.js"></script>
  916. <!-- BEGIN app block: shopify://apps/onward-package-protection/blocks/onward-protection-embed/b53f9cdb-2bd0-4ef4-be64-bb0b8b7f7dff --><script type="text/javascript">
  917.  window.addEventListener('DOMContentLoaded', () => {
  918.  const onward = new OnwardSetup();
  919.  
  920.  // Drawer
  921.  onward.addContainer('.drawer__footer .drawer-cta-wrap', { position: 'beforebegin' });
  922.  onward.addOptOutLink('.drawer__footer .drawer-cta-wrap', { position: 'afterend', attachToButtonSelector: '.drawer__footer .drawer-cta-wrap button.cart__checkout' });
  923.  
  924.  // Cart
  925.  onward.addContainer('.checkout-bottom-wrap', { position: 'beforebegin' });
  926.  onward.addOptOutLink('.cart__checkout-wrapper', { attachToButtonSelector: '.cart__checkout-wrapper button.cart__checkout' });
  927. });
  928.  
  929. window.addEventListener('onward:checkout_plus_inserted', function() {
  930.  window.dispatchEvent(new Event('resize'));
  931. });
  932.  
  933.  window.OnwardSettingsJson = {"selectedByDefault":true,"shopEnabled":true,"insuranceFeePercentage":"3.0","carbonOffsetPriceCents":1,"carbonOffsetsEnabled":true,"flatRateReturnEnabled":false,"returnsAppEnabled":false,"shopName":"ShopSimon","shopId":397,"shopCurrencyCode":"USD","shopSupportContact":"onlinesupport@shopsimon.com","minimumInsurableCartAmountCents":0,"minimumInsurancePriceCents":195,"minimumInsurancePriceVariantId":42340809539644,"maximumInsurancePriceCents":null,"maximumInsurancePriceVariantId":null,"excludePriceInSubtotalDisplay":true,"oneLine":false,"largeMultiline":false,"displayToggle":true,"autoRemoveInsuranceFromCart":true,"poweredByEnabled":false,"inlinePoweredByEnabled":false,"disclaimerEnabled":false,"showSubscriptionWording":false,"moneyFormat":null,"checkoutButtonSelector":".cart__checkout-wrapper [name=\"checkout\"], .drawer__footer .cart__checkout","themePrimaryColor":null,"ctaTextColor":null,"backgroundColor":"","copyLine1":"Checkout Assurance by Onward","copyLine2":"Upgrade your experience with expanded delivery assurance.","brandIconEnabled":false,"checkoutPlusCopyLine1":"Checkout Assurance by Onward","checkoutPlusCopyLine2":"Protect your order against loss, theft, and damage.","checkoutPlusEnabled":true,"checkoutPlusVariant":"checkout","requiredProductEnabled":false,"checkoutPlusButtonLabel":null,"checkoutPlusOptOutLabel":"Continue without Checkout Assurance","checkoutPlusOptOutContainerSelector":"","disclaimerText":"*By deselecting shipping protection, ShopSimon is not liable for lost, damaged, or stolen items","rewardsEnabled":false,"rewardsPercentage":"0.0","nativeSubscriptionsEnabled":false,"cartItemCountSelector":null,"cartSubtotalSelector":null,"productGuaranteesEnabled":false,"extendedWarrantiesEnabled":false,"productGuaranteeDays":30,"walletsEnabled":true,"analyticsEnabled":false,"category":"Apparel","featuresEnabled":["widget:disable_page_show_destroy"],"isDev":false,"modalContent":"\u003cdiv class=\"trix-content\"\u003e\n  \n\u003c\/div\u003e\n","customModalEnabled":false,"checkoutModalContent":"","shoppersUrl":"","insuranceProductImageUrl":"https:\/\/cdn.shopify.com\/s\/files\/1\/0291\/4536\/6588\/files\/image_3.png?v=1732113893"};
  934.  window.OnwardSettingsJson = Object.assign(
  935.    window.OnwardSettingsJson,
  936.    window.onwardSettingsOverrides ? window.onwardSettingsOverrides : {},
  937.    { headlessClient: false }
  938.  );
  939.  Object.freeze(window.OnwardSettingsJson);
  940.  window.OnwardCurrency = {
  941.    "currency_iso_code": "USD",
  942.    "currency_rate": Shopify.currency?.rate,
  943.    "request_locale": "en"
  944.  };
  945.  Object.freeze(window.OnwardCurrency);
  946.  
  947.  
  948. </script>
  949.  
  950.  
  951. <style>
  952.  .onward-opt-out-link {
  953.  font-size: 13px;
  954. }
  955.  
  956. .cart-drawer-inner {
  957.   margin-bottom: 15px !important;
  958. }
  959.  
  960. .onward-checkout-btn {
  961.  margin-bottom: 10px;
  962. }
  963.  
  964. .cart-item:has(a[href*="/products/onward-package-protection"]),
  965. .cart__row:has(a[href*="/products/onward-package-protection"]) {
  966.  display: none;
  967. }
  968.  
  969. @media screen and (max-width: 768px) {
  970.  .checkout-bottom-wrap .cart__checkout-wrapper{
  971.    display: contents !important;
  972.  }
  973.  
  974.  #onward-container .checkout-plus #powered-by {
  975.    display: none !important;
  976.  }
  977.  
  978.  /* .cart__row-last .grid div {
  979.    display: contents !important
  980.  } */
  981.  
  982.  .cart__row-last #onward-container {
  983.    width: 100% !important;
  984.  }
  985.  
  986.  .cart__row-last #onward-container section {
  987.    max-width: unset !important;
  988.  }
  989. }
  990.  
  991. @media screen and (min-width: 768px) {
  992.  .cart #onward-container {
  993.    display: block !important;
  994.    width: 345px !important;
  995.  }
  996. }
  997.  
  998. #CartDrawer #onward-copy-line-1 span {
  999.  font-size: 12px !important;
  1000. }
  1001.  
  1002. #CartDrawer #powered-by span {
  1003.  font-size: 12px !important;
  1004. }
  1005.  
  1006. #CartDrawer #onward-price {
  1007.  font-size: 12px !important;
  1008. }
  1009.  
  1010. #CartDrawer #onward-copy-line-2 {
  1011.  margin-top: 4px !important;
  1012. }
  1013.  
  1014. #CartDrawer .onward-mr-1 {
  1015.  width: 60px !important;
  1016. }
  1017.  
  1018. .payment-buttons #onward-container section {
  1019.  max-width: unset !important;
  1020.  padding-top: 30px !important;
  1021. }
  1022.  
  1023. .payment-buttons .shopify-payment-button__more-options {
  1024.  font-size: 13px !important;
  1025. }
  1026.  
  1027. #cart-container__main #onward-container section,
  1028. .drawer__footer #onward-container section {
  1029.  max-width: unset !important;
  1030.  min-width: unset !important;
  1031. }
  1032.  
  1033. #CartContainer button.onward-opt-out-link {
  1034.  margin-top: 0 !important;
  1035. }
  1036.  
  1037. .drawer__footer:has(#onward-container .checkout-plus) {
  1038.  padding-bottom: 0 !important;
  1039. }
  1040.  
  1041. body button.onward-opt-out-link,
  1042. body button.onward-checkout-btn__plus {
  1043.  display: block !important;
  1044. }
  1045.  
  1046. form.cart button.onward-checkout-btn__plus {
  1047.  display: inline-block !important;
  1048. }
  1049.  
  1050. .cart-container__main #onward-container {
  1051.  padding-top: 10px !important;
  1052.  padding-bottom: 0px !important;
  1053. }
  1054.  
  1055. .cart__row .cart__checkout-wrapper {
  1056.  margin-top: 10px;
  1057. }
  1058. </style>
  1059.  
  1060.  
  1061. <!-- END app block --><!-- BEGIN app block: shopify://apps/attentive/blocks/attn-tag/8df62c72-8fe4-407e-a5b3-72132be30a0d --><script type="text/javascript" src="js/dtag58bd.js?source=app-embed" defer="defer"></script>
  1062.  
  1063.  
  1064. <!-- END app block --><script src="js/onward.js" type="text/javascript" defer="defer"></script>
  1065. <meta property="og:image" content="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/ShopSimon_39ec75e7-2cb6-4536-a834-9596fa775665.png?v=1726082748" />
  1066. <meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/ShopSimon_39ec75e7-2cb6-4536-a834-9596fa775665.png?v=1726082748" />
  1067. <meta property="og:image:width" content="1200" />
  1068. <meta property="og:image:height" content="628" />
  1069. <link href="https://monorail-edge.shopifysvc.com/" rel="dns-prefetch">
  1070. <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 29145366588,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
  1071. <script id="web-pixels-manager-setup">(function e(e,d,r,n,o){if(!Boolean(null===(a=null===(i=window.Shopify)||void 0===i?void 0:i.analytics)||void 0===a?void 0:a.replayQueue)){var i,a;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),u="modern"===l?"modern":"legacy",c=(null!=o?o:{modern:"",legacy:""})[u],f=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:u}),m=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("post.html",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:l,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{!function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=document.createElement("script"),s=document.querySelector("head"),l=document.querySelector("body");if(t.async=n,t.src=d,a&&(t.integrity=a,t.crossOrigin="anonymous"),o&&t.addEventListener("load",o),i&&t.addEventListener("error",i),s)s.appendChild(t);else{if(!l)throw new Error("Did not find a head or body element to append the script");l.appendChild(t)}}({src:f,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){"object"==typeof e&&(e.browserTarget=l);var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return m.emit({status:"failed",errorMsg:"".concat(f," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(c)?c:""}),m.emit({status:"loading"})}catch(e){m.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 29145366588,storefrontBaseUrl: "https://shop.simon.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["6a396365"],webPixelsConfigList: [{"id":"619282492","configuration":"{\"accountID\":\"YgnVSm\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"4dc2bf2f415d498931f502e99c2a3863","type":"APP","apiClientId":123074,"privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"335282236","configuration":"{\"env\":\"prod\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"81a87ab45a958a658e5ef3e3ec3f5ca4","type":"APP","apiClientId":3977633,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0402","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0402","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "",initData: {"shop":{"name":"ShopSimon","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"shoppremiumoutlets.myshopify.com","countryCode":"US","storefrontUrl":"https://shop.simon.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"cdn.html","d2b96005wf43cf37dp5d0f4009ma6c36a7e",{"modern":"","legacy":""});</script>
  1072. <script
  1073.  defer
  1074.  src="js/shopify-perf-kit-1.4.1.min.js"
  1075.  data-application="storefront-renderer"
  1076.  data-shop-id="29145366588"
  1077.  data-render-region="gcp-asia-southeast1"
  1078.  data-page-type="index"
  1079.  data-theme-instance-id="138439688252"
  1080.  data-monorail-region="shop_domain"
  1081.  data-resource-timing-sampling-rate="10"
  1082. ></script>
  1083. <script type="text/javascript" src="//bd51static.com/7ry.js"></script>
  1084. <script src="main.js"></script>
  1085. </head>
  1086.  
  1087. <body class="template-index" data-transitions="false">
  1088.  
  1089.  <div id="PageContainer" class="page-container">
  1090.    <div id="modal_overlay_fship_register" class="modal"></div>
  1091.    <div class="transition-body">
  1092. <div id="shopify-section-header" class="shopify-section"><link href="css/header7ca1.css?v=107090401141182715311742227118" rel="stylesheet" type="text/css" media="all" />
  1093.  
  1094.  
  1095. <link href="css/drawer-menu430b.css?v=107265888833316200191742227118" rel="stylesheet" type="text/css" media="all" />
  1096. <div id="NavDrawer" class="drawer drawer--left">
  1097.  <div id="NavDrawer-SPO" class="drawer__inner">
  1098.    <ul class="mobile-nav"
  1099.      role="navigation" aria-label="Primary">
  1100.  
  1101.      <!-- sign in / account  -->
  1102.      <li class="sign-in-item">
  1103.        
  1104.        <div>
  1105.          
  1106.              <div onclick="getReturnUrl()" style="cursor: pointer" class="sign-in-wrap">
  1107.                <div> Sign in or join <strong>REWARDS</strong></div>
  1108.                <div class="icon-close">
  1109.  
  1110. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  1111. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  1112. </svg>
  1113. </div>
  1114.                <div class="arrow-wrap">
  1115. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1116. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1117. </svg>
  1118. </div>
  1119.              </div>
  1120.  
  1121.              <script>
  1122.                let fullUrl = window.location.href;
  1123.                let newUrl = fullUrl.split('.com/')
  1124.                let returnUrl;
  1125.                if (newUrl[1] === '') {
  1126.                  returnUrl = 'index.html'
  1127.                } else {
  1128.                  returnUrl = "/".concat(newUrl[1]);
  1129.                }
  1130.                let returnStart = "/account/login?return_url=";
  1131.                function getReturnUrl() {
  1132.                  location.href = returnStart.concat(returnUrl);
  1133.                }
  1134.              </script>
  1135.          
  1136.        </div>                  
  1137.        
  1138.      </li>
  1139.  
  1140.      <!-- sidemenu 1 - main menu -->
  1141.        
  1142.          <a href="curated-deals.html">
  1143.          <li
  1144.          class="drawer-top-items drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1145.          <div class="smdeals">
  1146.            <img class="lazyload smdeals-img"
  1147.              data-src='https://cdn.shopify.com/s/files/1/0435/3910/3911/files/deals-node-image.png?v=1692207789'>
  1148.            <div class="smdeals-copy">SHOP DEALS</div>
  1149.            <div class="smdeals-arrow">
  1150.            <div class="arrow-wrap">
  1151. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1152. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1153. </svg>
  1154. </div>
  1155.            </div>
  1156.          </div>
  1157.          </li>
  1158.          </a>
  1159.        
  1160.      
  1161.        
  1162.          <li
  1163.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1164.          <a class="menu-link drawer-link" href="brands.html">
  1165.            <div>
  1166.              Brands
  1167.            </div>
  1168.            <div class="arrow-wrap">
  1169. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1170. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1171. </svg>
  1172. </div>
  1173.          </a>
  1174.          </li>
  1175.        
  1176.      
  1177.        
  1178.          <li
  1179.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1180.          <a class="menu-link drawer-link" href="luxe-designers.html">
  1181.            <div>
  1182.              Designers
  1183.            </div>
  1184.            <div class="arrow-wrap">
  1185. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1186. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1187. </svg>
  1188. </div>
  1189.          </a>
  1190.          </li>
  1191.        
  1192.      
  1193.        
  1194.          <li
  1195.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1196.          <a class="menu-link drawer-link" href="women.html">
  1197.            <div>
  1198.              Women
  1199.            </div>
  1200.            <div class="arrow-wrap">
  1201. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1202. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1203. </svg>
  1204. </div>
  1205.          </a>
  1206.          </li>
  1207.        
  1208.      
  1209.        
  1210.          <li
  1211.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1212.          <a class="menu-link drawer-link" href="men.html">
  1213.            <div>
  1214.              Men
  1215.            </div>
  1216.            <div class="arrow-wrap">
  1217. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1218. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1219. </svg>
  1220. </div>
  1221.          </a>
  1222.          </li>
  1223.        
  1224.      
  1225.        
  1226.          <li
  1227.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1228.          <a class="menu-link drawer-link" href="shoes.html">
  1229.            <div>
  1230.              Shoes
  1231.            </div>
  1232.            <div class="arrow-wrap">
  1233. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1234. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1235. </svg>
  1236. </div>
  1237.          </a>
  1238.          </li>
  1239.        
  1240.      
  1241.        
  1242.          <li
  1243.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1244.          <a class="menu-link drawer-link" href="women-handbags.html">
  1245.            <div>
  1246.              Handbags
  1247.            </div>
  1248.            <div class="arrow-wrap">
  1249. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1250. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1251. </svg>
  1252. </div>
  1253.          </a>
  1254.          </li>
  1255.        
  1256.      
  1257.        
  1258.          <li
  1259.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1260.          <a class="menu-link drawer-link" href="kids.html">
  1261.            <div>
  1262.              Kids
  1263.            </div>
  1264.            <div class="arrow-wrap">
  1265. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1266. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1267. </svg>
  1268. </div>
  1269.          </a>
  1270.          </li>
  1271.        
  1272.      
  1273.        
  1274.          <li
  1275.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1276.          <a class="menu-link drawer-link" href="home.html">
  1277.            <div>
  1278.              Home
  1279.            </div>
  1280.            <div class="arrow-wrap">
  1281. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1282. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1283. </svg>
  1284. </div>
  1285.          </a>
  1286.          </li>
  1287.        
  1288.      
  1289.        
  1290.          <li
  1291.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1292.          <a class="menu-link drawer-link" href="accessories-health-beauty.html">
  1293.            <div>
  1294.              Beauty
  1295.            </div>
  1296.            <div class="arrow-wrap">
  1297. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1298. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1299. </svg>
  1300. </div>
  1301.          </a>
  1302.          </li>
  1303.        
  1304.      
  1305.        
  1306.          <li
  1307.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1308.          <a class="menu-link drawer-link" href="sunglasses.html">
  1309.            <div>
  1310.              Sunglasses
  1311.            </div>
  1312.            <div class="arrow-wrap">
  1313. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1314. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1315. </svg>
  1316. </div>
  1317.          </a>
  1318.          </li>
  1319.        
  1320.      
  1321.        
  1322.          <li
  1323.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1324.          <a class="menu-link drawer-link" href="women-clothing-dresses.html">
  1325.            <div>
  1326.              Dresses
  1327.            </div>
  1328.            <div class="arrow-wrap">
  1329. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1330. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1331. </svg>
  1332. </div>
  1333.          </a>
  1334.          </li>
  1335.        
  1336.      
  1337.        
  1338.          <li
  1339.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1340.          <a class="menu-link drawer-link" href="electronics.html">
  1341.            <div>
  1342.              Electronics
  1343.            </div>
  1344.            <div class="arrow-wrap">
  1345. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1346. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1347. </svg>
  1348. </div>
  1349.          </a>
  1350.          </li>
  1351.        
  1352.      
  1353.        
  1354.          <li
  1355.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1356.          <a class="menu-link drawer-link" href="sports-recreation-fitness-wellness.html">
  1357.            <div>
  1358.              Sports & Fitness
  1359.            </div>
  1360.            <div class="arrow-wrap">
  1361. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1362. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1363. </svg>
  1364. </div>
  1365.          </a>
  1366.          </li>
  1367.        
  1368.      
  1369.        
  1370.          <li
  1371.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1372.          <a class="menu-link drawer-link" href="travel.html">
  1373.            <div>
  1374.              Travel
  1375.            </div>
  1376.            <div class="arrow-wrap">
  1377. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1378. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1379. </svg>
  1380. </div>
  1381.          </a>
  1382.          </li>
  1383.        
  1384.      
  1385.        
  1386.          <li
  1387.          class="main-menu-item drawer_inner__item mobile-nav__item appear-animation appear-delay-1">
  1388.          <a class="menu-link drawer-link" href="search-results-page161f.html?q=wellness">
  1389.            <div>
  1390.              Wellness
  1391.            </div>
  1392.            <div class="arrow-wrap">
  1393. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1394. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1395. </svg>
  1396. </div>
  1397.          </a>
  1398.          </li>
  1399.        
  1400.      
  1401.      
  1402.        <!-- sidemenu 2 - collections -->
  1403.        <li style="margin-top: 40px;" >
  1404.          <svg style="margin: 0 0 8px 16px;" width="100" height="11" viewBox="0 0 100 11" fill="none" xmlns="http://www.w3.org/2000/svg">
  1405.            <path d="M5.348 10.14C4.44267 10.14 3.63533 9.92533 2.926 9.496C2.226 9.06667 1.67533 8.474 1.274 7.718C0.872667 6.962 0.672 6.08933 0.672 5.1C0.672 4.4 0.793333 3.75133 1.036 3.154C1.288 2.54733 1.63333 2.01533 2.072 1.558C2.51067 1.10067 3.01933 0.746 3.598 0.494C4.17667 0.242 4.802 0.116 5.474 0.116C5.95 0.116 6.412 0.190666 6.86 0.339999C7.31733 0.48 7.728 0.680666 8.092 0.942C8.46533 1.194 8.76867 1.48333 9.002 1.81L7.994 2.86C7.19133 2.03867 6.35133 1.628 5.474 1.628C4.86733 1.628 4.31667 1.77733 3.822 2.076C3.32733 2.37467 2.93533 2.78533 2.646 3.308C2.35667 3.83067 2.212 4.428 2.212 5.1C2.212 5.81867 2.352 6.43933 2.632 6.962C2.92133 7.48467 3.318 7.89067 3.822 8.18C4.33533 8.46933 4.928 8.614 5.6 8.614C6.06667 8.614 6.51467 8.52067 6.944 8.334C7.37333 8.14733 7.74667 7.89067 8.064 7.564L8.82 8.796C8.60533 9.048 8.31133 9.27667 7.938 9.482C7.574 9.68733 7.16333 9.85067 6.706 9.972C6.258 10.084 5.80533 10.14 5.348 10.14ZM14.976 10.14C14.2853 10.14 13.646 10.014 13.058 9.762C12.4793 9.51 11.9706 9.16 11.532 8.712C11.1026 8.25467 10.7666 7.72267 10.524 7.116C10.2906 6.5 10.174 5.828 10.174 5.1C10.174 4.372 10.2906 3.70467 10.524 3.098C10.7666 2.482 11.1026 1.95 11.532 1.502C11.9706 1.04467 12.4793 0.69 13.058 0.438C13.646 0.186 14.2853 0.0599995 14.976 0.0599995C15.6666 0.0599995 16.3013 0.186 16.88 0.438C17.468 0.69 17.9766 1.04467 18.406 1.502C18.8446 1.95933 19.1806 2.496 19.414 3.112C19.6566 3.71867 19.778 4.38133 19.778 5.1C19.778 5.81867 19.6566 6.486 19.414 7.102C19.1806 7.70867 18.8446 8.24067 18.406 8.698C17.9766 9.15533 17.468 9.51 16.88 9.762C16.3013 10.014 15.6666 10.14 14.976 10.14ZM14.976 8.67C15.6013 8.67 16.1613 8.516 16.656 8.208C17.1506 7.9 17.538 7.47533 17.818 6.934C18.098 6.39267 18.238 5.78133 18.238 5.1C18.238 4.41867 18.098 3.80733 17.818 3.266C17.538 2.72467 17.1506 2.3 16.656 1.992C16.1613 1.684 15.6013 1.53 14.976 1.53C14.3413 1.53 13.7766 1.684 13.282 1.992C12.7966 2.3 12.414 2.72467 12.134 3.266C11.854 3.798 11.714 4.40933 11.714 5.1C11.714 5.79067 11.854 6.40667 12.134 6.948C12.414 7.48 12.7966 7.9 13.282 8.208C13.7766 8.516 14.3413 8.67 14.976 8.67ZM21.8251 10V0.199999H23.3371V8.544H27.9291V10H21.8251ZM30.206 10V0.199999H31.718V8.544H36.31V10H30.206ZM38.5868 10V0.199999H44.7608V1.656H40.0988V4.246H43.9908V5.702H40.0988V8.544H44.7608V10H38.5868ZM51.1625 10.14C50.2571 10.14 49.4498 9.92533 48.7405 9.496C48.0405 9.06667 47.4898 8.474 47.0885 7.718C46.6871 6.962 46.4865 6.08933 46.4865 5.1C46.4865 4.4 46.6078 3.75133 46.8505 3.154C47.1025 2.54733 47.4478 2.01533 47.8865 1.558C48.3251 1.10067 48.8338 0.746 49.4125 0.494C49.9911 0.242 50.6165 0.116 51.2885 0.116C51.7645 0.116 52.2265 0.190666 52.6745 0.339999C53.1318 0.48 53.5425 0.680666 53.9065 0.942C54.2798 1.194 54.5831 1.48333 54.8165 1.81L53.8085 2.86C53.0058 2.03867 52.1658 1.628 51.2885 1.628C50.6818 1.628 50.1311 1.77733 49.6365 2.076C49.1418 2.37467 48.7498 2.78533 48.4605 3.308C48.1711 3.83067 48.0265 4.428 48.0265 5.1C48.0265 5.81867 48.1665 6.43933 48.4465 6.962C48.7358 7.48467 49.1325 7.89067 49.6365 8.18C50.1498 8.46933 50.7425 8.614 51.4145 8.614C51.8811 8.614 52.3291 8.52067 52.7585 8.334C53.1878 8.14733 53.5611 7.89067 53.8785 7.564L54.6345 8.796C54.4198 9.048 54.1258 9.27667 53.7525 9.482C53.3885 9.68733 52.9778 9.85067 52.5205 9.972C52.0725 10.084 51.6198 10.14 51.1625 10.14ZM58.5504 10V1.656H55.8064V0.199999H62.8904V1.656H60.0624V10H58.5504ZM64.3908 10V8.6H65.9728V1.6H64.3908V0.199999H69.0668V1.6H67.4848V8.6H69.0668V10H64.3908ZM75.3373 10.14C74.6466 10.14 74.0073 10.014 73.4193 9.762C72.8406 9.51 72.3319 9.16 71.8933 8.712C71.4639 8.25467 71.1279 7.72267 70.8853 7.116C70.6519 6.5 70.5353 5.828 70.5353 5.1C70.5353 4.372 70.6519 3.70467 70.8853 3.098C71.1279 2.482 71.4639 1.95 71.8933 1.502C72.3319 1.04467 72.8406 0.69 73.4193 0.438C74.0073 0.186 74.6466 0.0599995 75.3373 0.0599995C76.0279 0.0599995 76.6626 0.186 77.2413 0.438C77.8293 0.69 78.3379 1.04467 78.7673 1.502C79.2059 1.95933 79.5419 2.496 79.7753 3.112C80.0179 3.71867 80.1393 4.38133 80.1393 5.1C80.1393 5.81867 80.0179 6.486 79.7753 7.102C79.5419 7.70867 79.2059 8.24067 78.7673 8.698C78.3379 9.15533 77.8293 9.51 77.2413 9.762C76.6626 10.014 76.0279 10.14 75.3373 10.14ZM75.3373 8.67C75.9626 8.67 76.5226 8.516 77.0173 8.208C77.5119 7.9 77.8993 7.47533 78.1793 6.934C78.4593 6.39267 78.5993 5.78133 78.5993 5.1C78.5993 4.41867 78.4593 3.80733 78.1793 3.266C77.8993 2.72467 77.5119 2.3 77.0173 1.992C76.5226 1.684 75.9626 1.53 75.3373 1.53C74.7026 1.53 74.1379 1.684 73.6433 1.992C73.1579 2.3 72.7753 2.72467 72.4953 3.266C72.2153 3.798 72.0753 4.40933 72.0753 5.1C72.0753 5.79067 72.2153 6.40667 72.4953 6.948C72.7753 7.48 73.1579 7.9 73.6433 8.208C74.1379 8.516 74.7026 8.67 75.3373 8.67ZM82.1865 10V0.199999H83.5445L89.2425 7.83C89.1678 7.26067 89.1118 6.60267 89.0745 5.856C89.0465 5.10933 89.0325 4.29733 89.0325 3.42V0.199999H90.5445V10H89.1585L83.4605 2.524C83.5258 3.336 83.5771 3.966 83.6145 4.414C83.6518 4.85267 83.6751 5.184 83.6845 5.408C83.6938 5.62267 83.6985 5.79533 83.6985 5.926V10H82.1865ZM96.312 10.14C94.7253 10.14 93.4933 9.50533 92.616 8.236L93.652 7.046C94.1093 7.69933 94.548 8.152 94.968 8.404C95.388 8.656 95.8873 8.782 96.466 8.782C96.998 8.782 97.446 8.66067 97.81 8.418C98.1833 8.17533 98.37 7.86267 98.37 7.48C98.37 7.05067 98.188 6.70067 97.824 6.43C97.46 6.15 96.886 5.93533 96.102 5.786C94.1047 5.394 93.106 4.4 93.106 2.804C93.106 2.272 93.2553 1.80067 93.554 1.39C93.8527 0.979333 94.254 0.657333 94.758 0.424C95.2713 0.181333 95.8453 0.0599995 96.48 0.0599995C98.02 0.0599995 99.126 0.634 99.798 1.782L98.734 2.832C98.454 2.37467 98.118 2.02467 97.726 1.782C97.3433 1.53933 96.914 1.418 96.438 1.418C95.8967 1.418 95.458 1.544 95.122 1.796C94.786 2.03867 94.618 2.36067 94.618 2.762C94.618 3.16333 94.7673 3.49 95.066 3.742C95.374 3.98467 95.8967 4.18067 96.634 4.33C97.6607 4.54467 98.4587 4.89 99.028 5.366C99.5973 5.842 99.882 6.416 99.882 7.088C99.882 8.02133 99.56 8.76333 98.916 9.314C98.2813 9.86467 97.4133 10.14 96.312 10.14Z" fill="#626262"/>
  1406.          </svg>
  1407.        </li>
  1408.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1409.          <a class="menu-link drawer-link" href="curated-preloved.html">
  1410.            <div>
  1411.              Preloved
  1412.            </div>
  1413.            <div class="arrow-wrap">
  1414. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1415. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1416. </svg>
  1417. </div>
  1418.          </a>
  1419.        </li>
  1420.        
  1421.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1422.          <a class="menu-link drawer-link" href="curated-clearance.html">
  1423.            <div>
  1424.              Clearance
  1425.            </div>
  1426.            <div class="arrow-wrap">
  1427. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1428. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1429. </svg>
  1430. </div>
  1431.          </a>
  1432.        </li>
  1433.        
  1434.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1435.          <a class="menu-link drawer-link" href="curated-luxe.html">
  1436.            <div>
  1437.              Luxe
  1438.            </div>
  1439.            <div class="arrow-wrap">
  1440. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1441. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1442. </svg>
  1443. </div>
  1444.          </a>
  1445.        </li>
  1446.        
  1447.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1448.          <a class="menu-link drawer-link" href="curated-just-in.html">
  1449.            <div>
  1450.              Just In
  1451.            </div>
  1452.            <div class="arrow-wrap">
  1453. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1454. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1455. </svg>
  1456. </div>
  1457.          </a>
  1458.        </li>
  1459.        
  1460.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1461.          <a class="menu-link drawer-link" href="curated-final-sale.html">
  1462.            <div>
  1463.              Final Sale
  1464.            </div>
  1465.            <div class="arrow-wrap">
  1466. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1467. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1468. </svg>
  1469. </div>
  1470.          </a>
  1471.        </li>
  1472.        
  1473.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1474.          <a class="menu-link drawer-link" href="curated-best-sellers.html">
  1475.            <div>
  1476.              Best Sellers
  1477.            </div>
  1478.            <div class="arrow-wrap">
  1479. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1480. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1481. </svg>
  1482. </div>
  1483.          </a>
  1484.        </li>
  1485.        
  1486.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1487.          <a class="menu-link drawer-link" href="curated-trending-today.html">
  1488.            <div>
  1489.              Trending Today
  1490.            </div>
  1491.            <div class="arrow-wrap">
  1492. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1493. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1494. </svg>
  1495. </div>
  1496.          </a>
  1497.        </li>
  1498.        
  1499.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1500.          <a class="menu-link drawer-link" href="curated-editors-picks.html">
  1501.            <div>
  1502.              Editor's Picks
  1503.            </div>
  1504.            <div class="arrow-wrap">
  1505. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1506. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1507. </svg>
  1508. </div>
  1509.          </a>
  1510.        </li>
  1511.        
  1512.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1513.          <a class="menu-link drawer-link" href="collections.html">
  1514.            <div>
  1515.              All Collections
  1516.            </div>
  1517.            <div class="arrow-wrap">
  1518. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1519. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1520. </svg>
  1521. </div>
  1522.          </a>
  1523.        </li>
  1524.          
  1525.                    
  1526.        <!-- sidemenu 3 - explore -->
  1527.        <li style="margin-top: 40px;" >
  1528.          <svg style="margin: 0 0 8px 16px;" width="63" height="11" viewBox="0 0 63 11" fill="none" xmlns="http://www.w3.org/2000/svg">
  1529.            <path
  1530.              d="M0.372 10V0.199999H6.546V1.656H1.884V4.246H5.776V5.702H1.884V8.544H6.546V10H0.372ZM7.93561 10L11.4496 4.988L8.00561 0.199999H9.92361L12.4856 3.938L14.9356 0.199999H16.7136L13.3256 5.142L16.8536 10H14.9356L12.3176 6.206L9.71361 10H7.93561ZM18.5556 10V0.199999H22.5456C23.0776 0.199999 23.5583 0.335333 23.9876 0.606C24.4263 0.867333 24.7763 1.22667 25.0376 1.684C25.2989 2.14133 25.4296 2.65 25.4296 3.21C25.4296 3.77 25.2989 4.27867 25.0376 4.736C24.7763 5.19333 24.4263 5.562 23.9876 5.842C23.5583 6.11267 23.0776 6.248 22.5456 6.248H20.0676V10H18.5556ZM20.0676 4.792H22.5176C22.7696 4.792 22.9983 4.722 23.2036 4.582C23.4089 4.43267 23.5723 4.24133 23.6936 4.008C23.8243 3.76533 23.8896 3.49933 23.8896 3.21C23.8896 2.78067 23.7543 2.41667 23.4836 2.118C23.2129 1.81 22.8909 1.656 22.5176 1.656H20.0676V4.792ZM27.4286 10V0.199999H28.9406V8.544H33.5326V10H27.4286ZM39.6381 10.14C38.9474 10.14 38.3081 10.014 37.7201 9.762C37.1414 9.51 36.6327 9.16 36.1941 8.712C35.7647 8.25467 35.4287 7.72267 35.1861 7.116C34.9527 6.5 34.8361 5.828 34.8361 5.1C34.8361 4.372 34.9527 3.70467 35.1861 3.098C35.4287 2.482 35.7647 1.95 36.1941 1.502C36.6327 1.04467 37.1414 0.69 37.7201 0.438C38.3081 0.186 38.9474 0.0599995 39.6381 0.0599995C40.3287 0.0599995 40.9634 0.186 41.5421 0.438C42.1301 0.69 42.6387 1.04467 43.0681 1.502C43.5067 1.95933 43.8427 2.496 44.0761 3.112C44.3187 3.71867 44.4401 4.38133 44.4401 5.1C44.4401 5.81867 44.3187 6.486 44.0761 7.102C43.8427 7.70867 43.5067 8.24067 43.0681 8.698C42.6387 9.15533 42.1301 9.51 41.5421 9.762C40.9634 10.014 40.3287 10.14 39.6381 10.14ZM39.6381 8.67C40.2634 8.67 40.8234 8.516 41.3181 8.208C41.8127 7.9 42.2001 7.47533 42.4801 6.934C42.7601 6.39267 42.9001 5.78133 42.9001 5.1C42.9001 4.41867 42.7601 3.80733 42.4801 3.266C42.2001 2.72467 41.8127 2.3 41.3181 1.992C40.8234 1.684 40.2634 1.53 39.6381 1.53C39.0034 1.53 38.4387 1.684 37.9441 1.992C37.4587 2.3 37.0761 2.72467 36.7961 3.266C36.5161 3.798 36.3761 4.40933 36.3761 5.1C36.3761 5.79067 36.5161 6.40667 36.7961 6.948C37.0761 7.48 37.4587 7.9 37.9441 8.208C38.4387 8.516 39.0034 8.67 39.6381 8.67ZM46.4872 10V0.199999H50.6592C51.2192 0.199999 51.7326 0.339999 52.1992 0.62C52.6752 0.890666 53.0532 1.264 53.3332 1.74C53.6132 2.20667 53.7532 2.734 53.7532 3.322C53.7532 3.91933 53.5759 4.47 53.2212 4.974C52.8666 5.478 52.4139 5.84667 51.8632 6.08L54.1452 10.014L52.3112 10L50.2392 6.318H47.9992V10H46.4872ZM47.9992 4.862H50.7992C51.2099 4.862 51.5459 4.71267 51.8072 4.414C52.0779 4.11533 52.2132 3.74667 52.2132 3.308C52.2132 2.82267 52.0406 2.426 51.6952 2.118C51.3592 1.81 50.9299 1.656 50.4072 1.656H47.9992V4.862ZM56.2216 10V0.199999H62.3956V1.656H57.7336V4.246H61.6256V5.702H57.7336V8.544H62.3956V10H56.2216Z"
  1531.              fill="#626262" />
  1532.          </svg>
  1533.        </li>
  1534.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1535.  
  1536.          <a class="menu-link drawer-link" href="the-biggest-trends-for-fall-winter-2024-2025.html">
  1537.            <div>
  1538.              Trend Report
  1539.            </div>
  1540.            <div class="arrow-wrap">
  1541. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1542. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1543. </svg>
  1544. </div>
  1545.          </a>
  1546.        </li>
  1547.        
  1548.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1549.  
  1550.          <a class="menu-link drawer-link" href="curated-doorbusters.html">
  1551.            <div>
  1552.              Doorbusters
  1553.            </div>
  1554.            <div class="arrow-wrap">
  1555. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1556. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1557. </svg>
  1558. </div>
  1559.          </a>
  1560.        </li>
  1561.        
  1562.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1563.  
  1564.          <a class="menu-link drawer-link" href="for-you.html">
  1565.            <div>
  1566.              For You
  1567.            </div>
  1568.            <div class="arrow-wrap">
  1569. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1570. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1571. </svg>
  1572. </div>
  1573.          </a>
  1574.        </li>
  1575.        
  1576.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1577.  
  1578.          <a class="menu-link drawer-link" href="curated-luxe.html">
  1579.            <div>
  1580.              Luxe
  1581.            </div>
  1582.            <div class="arrow-wrap">
  1583. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1584. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1585. </svg>
  1586. </div>
  1587.          </a>
  1588.        </li>
  1589.        
  1590.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1591.  
  1592.          <a class="menu-link drawer-link" href="live.html">
  1593.            <div>
  1594.              Livestreams
  1595.            </div>
  1596.            <div class="arrow-wrap">
  1597. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1598. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1599. </svg>
  1600. </div>
  1601.          </a>
  1602.        </li>
  1603.                  
  1604.  
  1605.        <!-- sidemenu 4 - services  -->
  1606.        <li>
  1607.          <svg style="margin: 40px 0 8px 16px;" width="70" height="11" viewBox="0 0 70 11" fill="none"
  1608.            xmlns="http://www.w3.org/2000/svg">
  1609.            <path
  1610.              d="M4.396 10.14C2.80933 10.14 1.57733 9.50533 0.7 8.236L1.736 7.046C2.19333 7.69933 2.632 8.152 3.052 8.404C3.472 8.656 3.97133 8.782 4.55 8.782C5.082 8.782 5.53 8.66067 5.894 8.418C6.26733 8.17533 6.454 7.86267 6.454 7.48C6.454 7.05067 6.272 6.70067 5.908 6.43C5.544 6.15 4.97 5.93533 4.186 5.786C2.18867 5.394 1.19 4.4 1.19 2.804C1.19 2.272 1.33933 1.80067 1.638 1.39C1.93667 0.979333 2.338 0.657333 2.842 0.424C3.35533 0.181333 3.92933 0.0599995 4.564 0.0599995C6.104 0.0599995 7.21 0.634 7.882 1.782L6.818 2.832C6.538 2.37467 6.202 2.02467 5.81 1.782C5.42733 1.53933 4.998 1.418 4.522 1.418C3.98067 1.418 3.542 1.544 3.206 1.796C2.87 2.03867 2.702 2.36067 2.702 2.762C2.702 3.16333 2.85133 3.49 3.15 3.742C3.458 3.98467 3.98067 4.18067 4.718 4.33C5.74467 4.54467 6.54267 4.89 7.112 5.366C7.68133 5.842 7.966 6.416 7.966 7.088C7.966 8.02133 7.644 8.76333 7 9.314C6.36533 9.86467 5.49733 10.14 4.396 10.14ZM10.1083 10V0.199999H16.2823V1.656H11.6203V4.246H15.5123V5.702H11.6203V8.544H16.2823V10H10.1083ZM18.7079 10V0.199999H22.8799C23.4399 0.199999 23.9533 0.339999 24.4199 0.62C24.8959 0.890666 25.2739 1.264 25.5539 1.74C25.8339 2.20667 25.9739 2.734 25.9739 3.322C25.9739 3.91933 25.7966 4.47 25.4419 4.974C25.0873 5.478 24.6346 5.84667 24.0839 6.08L26.3659 10.014L24.5319 10L22.4599 6.318H20.2199V10H18.7079ZM20.2199 4.862H23.0199C23.4306 4.862 23.7666 4.71267 24.0279 4.414C24.2986 4.11533 24.4339 3.74667 24.4339 3.308C24.4339 2.82267 24.2613 2.426 23.9159 2.118C23.5799 1.81 23.1506 1.656 22.6279 1.656H20.2199V4.862ZM30.9025 10L26.9825 0.199999H28.7045L31.0425 6.15C31.2012 6.56067 31.3365 6.91533 31.4485 7.214C31.5605 7.51267 31.6538 7.78333 31.7285 8.026C31.8125 7.774 31.9058 7.49867 32.0085 7.2C32.1112 6.892 32.2372 6.542 32.3865 6.15L34.5565 0.199999H36.3205L32.3725 10H30.9025ZM37.6623 10V8.6H39.2443V1.6H37.6623V0.199999H42.3383V1.6H40.7563V8.6H42.3383V10H37.6623ZM48.4828 10.14C47.5774 10.14 46.7701 9.92533 46.0608 9.496C45.3608 9.06667 44.8101 8.474 44.4088 7.718C44.0074 6.962 43.8068 6.08933 43.8068 5.1C43.8068 4.4 43.9281 3.75133 44.1708 3.154C44.4228 2.54733 44.7681 2.01533 45.2068 1.558C45.6454 1.10067 46.1541 0.746 46.7328 0.494C47.3114 0.242 47.9368 0.116 48.6088 0.116C49.0848 0.116 49.5468 0.190666 49.9948 0.339999C50.4521 0.48 50.8628 0.680666 51.2268 0.942C51.6001 1.194 51.9034 1.48333 52.1368 1.81L51.1288 2.86C50.3261 2.03867 49.4861 1.628 48.6088 1.628C48.0021 1.628 47.4514 1.77733 46.9568 2.076C46.4621 2.37467 46.0701 2.78533 45.7808 3.308C45.4914 3.83067 45.3468 4.428 45.3468 5.1C45.3468 5.81867 45.4868 6.43933 45.7668 6.962C46.0561 7.48467 46.4528 7.89067 46.9568 8.18C47.4701 8.46933 48.0628 8.614 48.7348 8.614C49.2014 8.614 49.6494 8.52067 50.0788 8.334C50.5081 8.14733 50.8814 7.89067 51.1988 7.564L51.9548 8.796C51.7401 9.048 51.4461 9.27667 51.0728 9.482C50.7088 9.68733 50.2981 9.85067 49.8408 9.972C49.3928 10.084 48.9401 10.14 48.4828 10.14ZM54.0087 10V0.199999H60.1827V1.656H55.5207V4.246H59.4127V5.702H55.5207V8.544H60.1827V10H54.0087ZM65.6323 10.14C64.0457 10.14 62.8137 9.50533 61.9363 8.236L62.9723 7.046C63.4297 7.69933 63.8683 8.152 64.2883 8.404C64.7083 8.656 65.2077 8.782 65.7863 8.782C66.3183 8.782 66.7663 8.66067 67.1303 8.418C67.5037 8.17533 67.6903 7.86267 67.6903 7.48C67.6903 7.05067 67.5083 6.70067 67.1443 6.43C66.7803 6.15 66.2063 5.93533 65.4223 5.786C63.425 5.394 62.4263 4.4 62.4263 2.804C62.4263 2.272 62.5757 1.80067 62.8743 1.39C63.173 0.979333 63.5743 0.657333 64.0783 0.424C64.5917 0.181333 65.1657 0.0599995 65.8003 0.0599995C67.3403 0.0599995 68.4463 0.634 69.1183 1.782L68.0543 2.832C67.7743 2.37467 67.4383 2.02467 67.0463 1.782C66.6637 1.53933 66.2343 1.418 65.7583 1.418C65.217 1.418 64.7783 1.544 64.4423 1.796C64.1063 2.03867 63.9383 2.36067 63.9383 2.762C63.9383 3.16333 64.0877 3.49 64.3863 3.742C64.6943 3.98467 65.217 4.18067 65.9543 4.33C66.981 4.54467 67.779 4.89 68.3483 5.366C68.9177 5.842 69.2023 6.416 69.2023 7.088C69.2023 8.02133 68.8803 8.76333 68.2363 9.314C67.6017 9.86467 66.7337 10.14 65.6323 10.14Z"
  1611.              fill="#626262" />
  1612.          </svg>
  1613.        </li>
  1614.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1615.  
  1616.          <a class="menu-link drawer-link"  href="rewards2b6b.html?cid=SideMenu:Services:SPO:Rewards" >
  1617.            <div>
  1618.              Rewards
  1619.            </div>
  1620.            <div class="arrow-wrap">
  1621. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1622. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1623. </svg>
  1624. </div>
  1625.          </a>
  1626.        </li>
  1627.        
  1628.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1629.  
  1630.          <a class="menu-link drawer-link"  href="influencerfdc8.html?cid=SideMenu:Services:SPO:Influencer" >
  1631.            <div>
  1632.              Influencer Program
  1633.            </div>
  1634.            <div class="arrow-wrap">
  1635. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1636. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1637. </svg>
  1638. </div>
  1639.          </a>
  1640.        </li>
  1641.        
  1642.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1643.  
  1644.          <a class="menu-link drawer-link"  href="https://www.simon.com/giftcard/" >
  1645.            <div>
  1646.              Purchase a Gift Card
  1647.            </div>
  1648.            <div class="arrow-wrap">
  1649. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1650. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1651. </svg>
  1652. </div>
  1653.          </a>
  1654.        </li>
  1655.        
  1656.        <li class="main-menu-item drawer_inner__item mobile-nav__item">
  1657.  
  1658.          <a class="menu-link drawer-link"  href="https://www.simon.com/mall?utm_source=shopsimon&amp;utm_medium=website&amp;utm_campaign=facsidemenu" >
  1659.            <div>
  1660.              Find a Center
  1661.            </div>
  1662.            <div class="arrow-wrap">
  1663. <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  1664. <path d="M8.00819 7.34161C8.00665 7.5181 7.93662 7.6871 7.81286 7.81294L1.14619 14.4796C1.02046 14.601 0.852056 14.6682 0.677258 14.6667C0.50246 14.6652 0.335252 14.5951 0.211646 14.4715C0.0880411 14.3479 0.0179282 14.1807 0.0164093 14.0059C0.0148904 13.8311 0.0820869 13.6627 0.203526 13.5369L6.39886 7.34161L0.203526 1.14628C0.139852 1.08478 0.0890639 1.01121 0.0541246 0.929878C0.0191852 0.848542 0.000794382 0.761062 2.51714e-05 0.672543C-0.00074404 0.584023 0.0161236 0.496237 0.0496442 0.414307C0.0831648 0.332376 0.132667 0.25794 0.195262 0.195345C0.257857 0.13275 0.332292 0.0832472 0.414223 0.0497265C0.496154 0.0162058 0.58394 -0.00066185 0.67246 0.000107765C0.760979 0.000876427 0.848459 0.019268 0.929795 0.0542078C1.01113 0.0891466 1.08469 0.139935 1.14619 0.203608L7.81286 6.87027C7.93662 6.99612 8.00665 7.16511 8.00819 7.34161Z" fill="#BDBDBD"/>
  1665. </svg>
  1666. </div>
  1667.          </a>
  1668.        </li>
  1669.        
  1670.  
  1671.        <!-- sidebar menu footer  -->
  1672.        <li class="footer-wrap">
  1673.          <div>
  1674.            <a class="menu-icon" target="_blank" href="https://www.instagram.com/shopsimon">
  1675.              <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  1676. <path d="M16.3155 31.9999C16.2096 31.9999 16.1036 31.9999 15.9969 31.9994C13.4886 32.0055 11.171 31.9418 8.9171 31.8046C6.8507 31.6788 4.96447 30.9647 3.46203 29.7396C2.01233 28.5575 1.02234 26.9591 0.519653 24.9894C0.0821539 23.2745 0.0589599 21.5912 0.0367432 19.963C0.0206299 18.7948 0.00402835 17.4105 0.000610352 16.0028C0.00402835 14.5892 0.0206299 13.205 0.0367432 12.0368C0.0589599 10.4088 0.0821539 8.72548 0.519653 7.0104C1.02234 5.04067 2.01233 3.44229 3.46203 2.26016C4.96447 1.03507 6.8507 0.320955 8.91734 0.195222C11.1712 0.0582598 13.4894 -0.005705 16.003 0.000398507C18.5121 -0.00497258 20.829 0.0582598 23.0829 0.195222C25.1493 0.320955 27.0355 1.03507 28.5379 2.26016C29.9879 3.44229 30.9776 5.04067 31.4803 7.0104C31.9178 8.72524 31.941 10.4088 31.9632 12.0368C31.9793 13.205 31.9962 14.5892 31.9993 15.997V16.0028C31.9962 17.4105 31.9793 18.7948 31.9632 19.963C31.941 21.5909 31.918 23.2743 31.4803 24.9894C30.9776 26.9591 29.9879 28.5575 28.5379 29.7396C27.0355 30.9647 25.1493 31.6788 23.0829 31.8046C20.9244 31.9359 18.7071 31.9999 16.3155 31.9999ZM15.9969 29.4994C18.4645 29.5052 20.7301 29.443 22.931 29.3092C24.4935 29.2142 25.8482 28.7071 26.9581 27.8021C27.984 26.9654 28.6905 25.8112 29.0579 24.3712C29.4222 22.9437 29.4432 21.411 29.4635 19.9288C29.4793 18.7684 29.4959 17.3939 29.4994 15.9999C29.4959 14.6056 29.4793 13.2313 29.4635 12.0709C29.4432 10.5888 29.4222 9.05605 29.0579 7.62832C28.6905 6.18838 27.984 5.03408 26.9581 4.19741C25.8482 3.29263 24.4935 2.78555 22.931 2.69058C20.7301 2.55655 18.4645 2.49478 16.0028 2.50015C13.5357 2.49429 11.2699 2.55655 9.06895 2.69058C7.50646 2.78555 6.15172 3.29263 5.04186 4.19741C4.01599 5.03408 3.30944 6.18838 2.94201 7.62832C2.57776 9.05605 2.55676 10.5885 2.5365 12.0709C2.52063 13.2323 2.50402 14.6076 2.50061 16.0028C2.50402 17.392 2.52063 18.7675 2.5365 19.9288C2.55676 21.411 2.57776 22.9437 2.94201 24.3712C3.30944 25.8112 4.01599 26.9654 5.04186 27.8021C6.15172 28.7069 7.50646 29.214 9.06895 29.309C11.2699 29.443 13.5362 29.5055 15.9969 29.4994ZM15.9374 23.8124C11.6297 23.8124 8.12486 20.3077 8.12486 15.9999C8.12486 11.692 11.6297 8.1874 15.9374 8.1874C20.2452 8.1874 23.7498 11.692 23.7498 15.9999C23.7498 20.3077 20.2452 23.8124 15.9374 23.8124ZM15.9374 10.6874C13.0082 10.6874 10.6249 13.0707 10.6249 15.9999C10.6249 18.9291 13.0082 21.3124 15.9374 21.3124C18.8668 21.3124 21.2498 18.9291 21.2498 15.9999C21.2498 13.0707 18.8668 10.6874 15.9374 10.6874ZM24.6248 5.6874C23.5894 5.6874 22.7498 6.52676 22.7498 7.5624C22.7498 8.59804 23.5894 9.4374 24.6248 9.4374C25.6605 9.4374 26.4998 8.59804 26.4998 7.5624C26.4998 6.52676 25.6605 5.6874 24.6248 5.6874Z" fill="black"/>
  1677. </svg>
  1678.            </a>
  1679.            <a class="menu-icon" target="_blank" href="https://www.facebook.com/shopsimon.us">
  1680.              <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  1681. <path d="M11.9253 7.85194V11.1112H8.66602V16.0001H11.9253V30.6668H18.4438V16.0001H22.7787L23.3327 11.1112H18.4438V8.25934C18.4438 6.9394 18.5742 6.2386 20.6112 6.2386H23.3327V1.33333H18.9653C13.7505 1.33333 11.9253 3.77784 11.9253 7.85194Z" fill="black"/>
  1682. </svg>
  1683.            </a>
  1684.            <a class="menu-icon" target="_blank" href="https://www.pinterest.com/Shopsimon">
  1685.              <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  1686. <path d="M15.3569 0.00272978L13.3151 0.257967C12.0321 0.499222 10.7873 0.912371 9.6146 1.48617C6.93818 2.89423 4.83488 5.1893 3.66493 7.97813C3.50729 8.50107 3.38474 9.03389 3.29811 9.57315C2.40409 12.7491 3.55814 16.1478 6.20112 18.1228C6.59988 18.362 7.525 18.8087 7.79614 18.2184C7.92102 17.8566 8.00669 17.4822 8.05138 17.1018C8.20518 16.7824 8.29195 16.4351 8.30662 16.081C8.21094 15.5546 7.65262 15.2357 7.41343 14.805C7.02015 13.9369 6.77218 13.0099 6.67965 12.0614V11.5987C6.79809 7.68273 9.54442 4.33997 13.363 3.46392C14.5575 3.1411 15.8027 3.04899 17.0317 3.19278L18.8022 3.49586C20.8257 4.02415 22.4989 5.44481 23.3482 7.35594C23.9049 8.99359 24.0151 10.75 23.6672 12.4442C23.4917 13.178 23.5236 13.8159 23.3003 14.486C22.4868 16.9583 21.2905 19.2712 18.5949 19.8773C17.1287 20.2605 15.6061 19.4957 15.0379 18.0908C14.8357 17.6638 14.7636 17.1868 14.8305 16.7191C15.2931 14.7093 15.9789 12.9228 16.4255 10.9131C16.9758 9.42593 16.2164 7.77429 14.7292 7.22393C14.6524 7.19556 14.5744 7.17033 14.4955 7.14867C12.6452 6.70208 11.2255 8.42472 10.7311 9.54135C10.2689 10.7236 10.1581 12.0142 10.4121 13.2579C10.6813 13.7976 10.8746 14.3719 10.9863 14.9647C10.6354 16.5597 10.2208 18.1548 9.79006 19.7499C9.35936 21.3449 9.08823 22.9401 8.64163 24.5351C8.43424 25.2369 8.45027 25.9866 8.27482 26.7204V27.789C8.16433 28.6345 8.20216 29.4927 8.38653 30.3252C8.48221 30.7559 8.38653 31.2823 8.54609 31.6012C8.5391 31.7427 8.5783 31.8827 8.65781 32C9.3118 32 10.2528 30.2613 10.54 29.7669C11.1614 28.7786 11.6952 27.7379 12.135 26.6565C12.5657 25.6516 12.6295 24.5351 12.9645 23.4663C13.3021 22.5858 13.5428 21.6713 13.6822 20.7387C13.8892 21.1915 14.2357 21.5661 14.6712 21.8074C16.2025 22.8903 18.119 23.2782 19.9509 22.876C22.1782 22.4436 24.1794 21.2337 25.5975 19.4626C26.5614 18.151 27.3049 16.6909 27.7987 15.1398C28.0698 14.3423 28.1176 13.449 28.325 12.6036C28.6687 10.5346 28.3969 8.41033 27.5434 6.49455C25.7089 2.33153 21.7212 -0.0929498 15.3569 0.00272978Z" fill="black"/>
  1687. </svg>
  1688.            </a>
  1689.            <a class="menu-icon" target="_blank" href="https://www.tiktok.com/@shopsimon">
  1690.              <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  1691. <path d="M30.0193 8.02437C28.1931 8.02437 26.5081 7.41937 25.155 6.39874C23.6031 5.22874 22.4881 3.51249 22.0943 1.53437C21.9968 1.04562 21.9443 0.541243 21.9393 0.0243683H16.7225V14.2794L16.7162 22.0875C16.7162 24.175 15.3568 25.945 13.4725 26.5675C12.9256 26.7481 12.335 26.8337 11.72 26.8C10.935 26.7569 10.1993 26.52 9.55996 26.1375C8.19934 25.3237 7.27684 23.8475 7.25184 22.1587C7.21246 19.5194 9.34621 17.3675 11.9837 17.3675C12.5043 17.3675 13.0043 17.4525 13.4725 17.6069V13.7106V12.31C12.9787 12.2369 12.4762 12.1987 11.9681 12.1987C9.08121 12.1987 6.38121 13.3987 4.45121 15.5606C2.99246 17.1944 2.11746 19.2787 1.98246 21.4644C1.80559 24.3356 2.85621 27.065 4.89371 29.0787C5.19309 29.3744 5.50746 29.6487 5.83621 29.9019C7.58309 31.2462 9.71871 31.975 11.9681 31.975C12.4762 31.975 12.9787 31.9375 13.4725 31.8644C15.5737 31.5531 17.5125 30.5912 19.0425 29.0787C20.9225 27.2206 21.9612 24.7537 21.9725 22.1281L21.9456 10.4681C22.8425 11.16 23.8231 11.7325 24.8756 12.1769C26.5125 12.8675 28.2481 13.2175 30.0343 13.2169V9.42874V8.02312C30.0356 8.02437 30.0206 8.02437 30.0193 8.02437Z" fill="black"/>
  1692. </svg>
  1693.            </a>
  1694.          </div>
  1695.        </li>
  1696.        <li class="app-wrap">
  1697.          <div class="app-container">
  1698.            <div class="app-text1">
  1699.              Download our App
  1700.            </div>
  1701.            <!-- HIDDEN during simon rewards update -->
  1702.            <!-- <svg class="app-dia" width="30" height="10" viewBox="0 0 30 10" fill="none" xmlns="http://www.w3.org/2000/svg">
  1703.              <path fill-rule="evenodd" clip-rule="evenodd" d="M25 0L20 4.99999L25 9.99998L30 4.99999L25 0ZM10 4.99999L15 2.52882e-07L20 4.99999L15 9.99998L10 4.99999ZM0 4.99999L4.99999 3.37175e-07L9.99998 4.99999L4.99999 9.99998L0 4.99999Z" fill="#6C003E"/>
  1704.            </svg>
  1705.            <div class="app-text2">
  1706.              Earn 100 rewards points!
  1707.            </div> -->
  1708.            <div>
  1709.              <a target="_blank" href="https://apps.apple.com/us/app/shop-simon/id1612714942">
  1710.                <img class="lazyload" data-src='//shop.simon.com/cdn/shop/t/569/assets/app-store.svg?v=132284867427074147661742227118 '/>
  1711.              </a>
  1712.              <a target="_blank" href="https://play.google.com/store/apps/details?id=com.shoppremiumoutlets.shoppremiumoutlets">
  1713.                <img class="lazyload" data-src=' //shop.simon.com/cdn/shop/t/569/assets/google-play.svg?v=106833169019468635631742227118 '/>
  1714.              </a>
  1715.            </div>
  1716.          </div>
  1717.        </li>
  1718.        
  1719.        <div class="guest-space"></div>
  1720.        
  1721.      </ul>
  1722.    </div>
  1723.  </div>
  1724.  
  1725.  <script>
  1726.    document.addEventListener("DOMContentLoaded", function () {
  1727.      waitForLoyalty(setupPointsInDrawer);
  1728.      
  1729.      waitForShoppingPrefs(updateShoppingPrefs);
  1730.      
  1731.    });
  1732.  
  1733.    function waitForLoyalty(callback) {
  1734.      if (window.loyalty) {
  1735.        callback();
  1736.      } else {
  1737.        setTimeout(function () { waitForLoyalty(callback) }, 50);
  1738.      }
  1739.    }
  1740.  
  1741.    function waitForShoppingPrefs(callback) {
  1742.      if (window.shoppingPrefs) {
  1743.        callback();
  1744.      } else {
  1745.        setTimeout(function () { waitForShoppingPrefs(callback) }, 50);
  1746.      }
  1747.    }
  1748.    
  1749.    function updateShoppingPrefs() {
  1750.      console.log(`updating shopping prefs from drawer`);
  1751.      const userId = '';
  1752.      window.shoppingPrefs.getShoppingPreferences(userId);
  1753.    }
  1754.  
  1755.    function setupPointsInDrawer() {
  1756.      
  1757.    }
  1758.  </script>
  1759.  
  1760. <div id="CartDrawer" class="drawer drawer--right drawer--has-fixed-footer">
  1761.  <div class="drawer__fixed-header">
  1762.    <div class="drawer__header appear-animation appear-delay-1">
  1763.      <div class="h2 drawer__title">Your Bag</div>
  1764.      <div class="drawer__close">
  1765.        <button type="button" class="drawer__close-button js-drawer-close">
  1766.          
  1767.  
  1768. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  1769. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  1770. </svg>
  1771.  
  1772.          <span class="icon__fallback-text">Close bag</span>
  1773.        </button>
  1774.      </div>
  1775.    </div>
  1776.  </div>
  1777.  <div class="drawer__inner cart-drawer-inner">
  1778.    <div id="CartContainer" class="drawer__cart"></div>
  1779.  </div>
  1780. </div>
  1781. <style>
  1782.  .cart-drawer-inner {margin-top: 70px;}
  1783. </style>
  1784.  
  1785.  
  1786.  
  1787. <div data-section-id="header" data-section-type="header-section" class="spoApp__hide">
  1788.    <div class="header-sticky-wrapper">
  1789.        <div class="header-wrapper" style="background-color: #fff; ">
  1790.            
  1791.            <div class="gray-overlay"> </div>
  1792.            <header style="background-color: #fff;"
  1793.            class="site-header"
  1794.            data-sticky="true">
  1795.              <!-- simon tab -->
  1796.              
  1797.                <div class="simon-tab__wrap spoApp__hide">
  1798.  <div class="simon-tab">
  1799.    <nav class="simon-tab__nav">
  1800.      <ul class="simon-tab__ul">
  1801.        <li>
  1802.          <a class="tab-cta tab-cta__inactive" href="https://www.simon.com/?utm_source=shopsimon&amp;utm_medium=website&amp;utm_campaign=malltab">
  1803.            MALLS
  1804.          </a>
  1805.        </li>
  1806.        <li class="tab-container__divider">|</li>
  1807.        <li>
  1808.          <a class="tab-cta tab-cta__inactive" href="https://www.premiumoutlets.com/?utm_source=shopsimon&amp;utm_medium=website&amp;utm_campaign=potab">
  1809.            PREMIUM OUTLETS<sup>®</sup>
  1810.          </a>
  1811.        </li>
  1812.        <li class="tab-container__divider">|</li>
  1813.        <li>
  1814.          <a class="tab-cta tab-cta__active" href="index.html">
  1815.            SHOP SIMON<sup>TM</sup>
  1816.          </a>
  1817.        </li>
  1818.      </ul>
  1819.    </nav>
  1820.  </div>
  1821. </div>
  1822.  
  1823. <style>
  1824. .simon-tab__wrap {
  1825.  width: 100%;
  1826.  background-color: var(--Grayscale-Gray-6, #F7F7F7);
  1827. }
  1828.  
  1829. .simon-tab {
  1830.  height: 40px;
  1831.  display: flex;
  1832.  align-items: center;
  1833. }
  1834.  
  1835. .simon-tab__nav {
  1836.  width: 100%;
  1837.  height: 100%;
  1838. }
  1839.  
  1840. .simon-tab__ul {
  1841.  display: flex;
  1842.  list-style-type: none;
  1843.  padding: 0;
  1844.  margin: 0;
  1845.  align-items: center;
  1846.  height: 100%;
  1847. }
  1848.  
  1849. .simon-tab__ul li {
  1850.  margin: 0 16px;
  1851.  display: flex;
  1852.  align-items: center;
  1853.  height: 100%;
  1854. }
  1855.  
  1856. .tab-cta {
  1857.  font-size: 12px;
  1858.  /* line-height: 26px; */
  1859.  white-space: nowrap;
  1860.  display: inline-block;
  1861.  transition: color 0.3s, font-weight 0.3s
  1862. }
  1863.  
  1864. .tab-cta sup {
  1865.  top: -.7em;
  1866.  font-size: 50%;
  1867. }
  1868.  
  1869. .tab-cta__inactive {
  1870.  color: #626262;
  1871.  font-family: 'SimonCircularPro-Medium';
  1872. }
  1873.  
  1874. .tab-cta__active {
  1875.  font-family: 'SimonCircularPro-Bold';
  1876. }
  1877.  
  1878. .tab-container__divider {
  1879.  margin: 0px !important;
  1880.  color: #626262;
  1881.  font-size: 16px;
  1882.  font-family: 'SimonCircularPro-Book';
  1883.  display: flex;
  1884.  align-items: center;
  1885. }
  1886.  
  1887. @media only screen and (min-width: 768px) {
  1888.  .simon-tab {
  1889.    max-width: 1600px;
  1890.    margin: 0 auto;
  1891.    padding-left: 25px;
  1892.    
  1893.  }
  1894.  .simon-tab__ul li:first-of-type {
  1895.    margin-left: 0px;
  1896.  }
  1897.  .tab-cta__inactive:hover {
  1898.    color: #000;
  1899.  }
  1900. }
  1901.  
  1902. @media only screen and (max-width: 767px) {
  1903.  .simon-tab__ul {
  1904.    flex-wrap: nowrap;
  1905.    display: flex;
  1906.    align-items: center;
  1907.    justify-content: center;
  1908.  }
  1909. }
  1910. </style>
  1911.              
  1912.      
  1913.              
  1914.                  <div class="gab-container"></div>
  1915.  
  1916. <script>
  1917. const initGab = (gabData) => {
  1918.  function createAndAppend(elementType, className, textContent, parentElement) {
  1919.    const element = document.createElement(elementType);
  1920.    element.classList.add(className);
  1921.    if (textContent) {
  1922.      element.textContent = textContent;
  1923.    }
  1924.    parentElement.appendChild(element);
  1925.    return element;
  1926.  }
  1927.  
  1928.  const gabContainer = document.querySelector(".gab-container");
  1929.  const gabWrap = createAndAppend('div', 'gab-wrap', null, gabContainer);
  1930.  const gabTitle = createAndAppend('div', 'gab-title', gabData.title, gabWrap);
  1931.  gabTitle.setAttribute("aria-label", gabData.accessibilityLabel);
  1932.  
  1933.  if (gabData.destination.webUrl) {
  1934.    let gabLinkUrl = gabData.destination.webUrl;
  1935.    if (gabData.destination.cid) {
  1936.      gabLinkUrl += gabLinkUrl.includes('?') ? `&cid=${gabData.destination.cid}` : `?cid=${gabData.destination.cid}`;
  1937.    };
  1938.  
  1939.    gabWrap.addEventListener("click", function() {
  1940.      window.location.href = gabLinkUrl;
  1941.    });
  1942.  
  1943.    gabWrap.style.cursor = "pointer";
  1944.  }
  1945. }
  1946. </script>
  1947.              
  1948.  
  1949.              <!-- main header  -->
  1950.              <div class="header-container">
  1951.  <div class="plum-bar"></div>
  1952.  <div class="header-wrap-desktop page-width">
  1953.    <div class="header-grouped-item">
  1954.      <button type="button" class="header-hamburger js-drawer-open-nav" aria-controls="NavDrawer">
  1955.        <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  1956. <g clip-path="url(#clip0)">
  1957. <path d="M19.5833 3.75H0.41668C0.18668 3.75 0 3.93668 0 4.16668C0 4.39668 0.18668 4.58336 0.41668 4.58336H19.5834C19.8134 4.58336 20 4.39668 20 4.16668C20 3.93668 19.8133 3.75 19.5833 3.75Z" fill="black"/>
  1958. <path d="M19.5833 9.58332H0.41668C0.18668 9.58332 0 9.77 0 10C0 10.23 0.18668 10.4167 0.41668 10.4167H19.5834C19.8134 10.4167 20 10.23 20 10C20 9.77 19.8133 9.58332 19.5833 9.58332Z" fill="black"/>
  1959. <path d="M19.5833 15.4167H0.41668C0.18668 15.4167 0 15.6033 0 15.8333C0 16.0633 0.18668 16.25 0.41668 16.25H19.5834C19.8134 16.25 20 16.0633 20 15.8333C20 15.6033 19.8133 15.4167 19.5833 15.4167Z" fill="black"/>
  1960. </g>
  1961. <defs>
  1962. <clipPath id="clip0">
  1963. <rect width="20" height="20" fill="white"/>
  1964. </clipPath>
  1965. </defs>
  1966. </svg>
  1967.  
  1968.  
  1969.  
  1970.  
  1971.        <span class="icon__fallback-text">Site navigation</span>
  1972.      </button>
  1973.      <a href="index.html">
  1974.        <div class="header-logo">
  1975.          <img style="height: 12px" src='svg/shopsimon-header-logo-dsk055a.svg?v=145226502444715573621742227118' alt="ShopSimon" />
  1976.        </div>
  1977.      </a>
  1978.    </div>
  1979.    <div class="header-grouped-item">
  1980.      <a href="javascript:void(0);" draggable="false"
  1981.        class="site-nav__link site-nav__link--icon js-search-header js-no-transition">
  1982.        
  1983.            <form action="https://shop.simon.com/pages/search-results-page" method="get"
  1984.                class="search-bar site-header__search-form" role="search" id="searchkeeloform">
  1985.        
  1986.        
  1987.            <div class="search-magnify-glass-icon">
  1988.              <img src='svg/magnifying-glass0e51.svg?v=100561781884702867171742227118'>
  1989.            </div>
  1990.            <input type="search" name="q" id="qDesktop" value="" placeholder="Search"
  1991.            class="site-header__search-input button-search" aria-label="Store, Designer or Product"
  1992.            autocomplete="off" id="searchinput">
  1993.        
  1994.          <div class="close-search">
  1995.            
  1996.  
  1997. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  1998. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  1999. </svg>
  2000.  
  2001.          </div>
  2002.          <div class="imgsearch-cam button-search search-mag-icon">
  2003.            <img src='svg/camera4e82.svg?v=10213076253632790521742227118'>
  2004.          </div>
  2005.        </form>
  2006.          <span class="icon__fallback-text">Search</span>
  2007.      </a>
  2008.      <div class="icon-wrapper">
  2009.        <div class="icon-fave-wrapper">
  2010.          <span class="cart-link">
  2011.            <a  href="login5ba1.html?return_url=/pages/favorites" >
  2012.              <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  2013.                <g clip-path="url(#clip0_8465_2336)">
  2014.                <path d="M19.9669 6.24733C19.675 3.03407 17.4006 0.702777 14.5543 0.702777C12.658 0.702777 10.9218 1.72322 9.94481 3.3587C8.97667 1.70207 7.31158 0.702393 5.4457 0.702393C2.59977 0.702393 0.325019 3.03368 0.033464 6.24694C0.0103857 6.38887 -0.0842351 7.13584 0.203474 8.35399C0.618113 10.111 1.57586 11.7092 2.97248 12.9746L9.94019 19.2977L17.0275 12.975C18.4241 11.7092 19.3819 10.1114 19.7965 8.35399C20.0842 7.13623 19.9896 6.38926 19.9669 6.24733ZM19.0476 8.17782C18.6692 9.78253 17.7918 11.2445 16.5129 12.4031L9.94481 18.263L3.48943 12.4046C2.2082 11.2438 1.33123 9.78215 0.952363 8.17744C0.68004 7.02468 0.791969 6.37349 0.792354 6.36926L0.798123 6.33041C1.04814 3.51525 3.00248 1.47167 5.4457 1.47167C7.2485 1.47167 8.83551 2.57942 9.58863 4.36222L9.94288 5.20188L10.2971 4.36222C11.0383 2.60673 12.7092 1.47205 14.5547 1.47205C16.9975 1.47205 18.9522 3.51563 19.2073 6.36734C19.208 6.37349 19.32 7.02506 19.0476 8.17782Z" fill="black"/>
  2015.                </g>
  2016.                <defs>
  2017.                <clipPath id="clip0_8465_2336">
  2018.                <rect width="20" height="20" fill="white"/>
  2019.                </clipPath>
  2020.                </defs>
  2021.              </svg>
  2022.            </a>
  2023.          </span>
  2024.        </div>
  2025.        <div class="icon-bag-wrapper icon-item">
  2026.          <a href="cart.html">
  2027.            <svg width="20" height="20" viewBox="0 0 20 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  2028. <path d="M18.9225 6.95855H14.6622V4.52756C14.6622 2.02697 12.635 0 10.1346 0C7.63401 0 5.60703 2.02697 5.60703 4.52756V6.95855H1.07947C0.792544 6.95855 0.559998 7.1913 0.559998 7.47802V19.3247C0.562838 21.9055 2.65434 23.997 5.23528 24H14.7667C17.3476 23.997 19.4391 21.9055 19.4419 19.3247V7.47802C19.4419 7.1913 19.2094 6.95855 18.9225 6.95855ZM6.64596 4.52756C6.64112 3.27798 7.30507 2.12133 8.38643 1.49512C9.4678 0.868905 10.8014 0.868905 11.8828 1.49512C12.9641 2.12133 13.6281 3.27798 13.6232 4.52756V6.95855H6.64596V4.52756ZM18.403 19.3247C18.4006 21.332 16.7739 22.9586 14.7667 22.9611H5.23528C3.22799 22.9586 1.60118 21.332 1.59895 19.3247V7.9975H5.60703V13.8164C5.60703 14.1032 5.83958 14.3359 6.12651 14.3359C6.41344 14.3359 6.64599 14.1032 6.64599 13.8164V7.9975H13.6232V13.8164C13.6232 14.1032 13.8557 14.3359 14.1427 14.3359C14.4296 14.3359 14.6622 14.1032 14.6622 13.8164V7.9975H18.403V19.3247Z" fill="black"/>
  2029. </svg>
  2030.  
  2031.  
  2032.  
  2033.            <span class="icon__fallback-text">Your Bag</span>
  2034.            <span class="cart-link__bubble"></span>
  2035.          </a>
  2036.        </div>
  2037.        
  2038.        <div class="icon-user-wrapper icon-item">
  2039.          <div style="z-index: 99">
  2040.            
  2041.            <svg onclick="getReturnUrl2()" style="cursor: pointer" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  2042.              <path fill-rule="evenodd" clip-rule="evenodd" d="M14.4448 4.21491C14.4448 6.54279 12.5576 8.43 10.2297 8.43C7.90301 8.42738 6.01738 6.54175 6.01476 4.21509C6.01476 1.88721 7.90179 0 10.2297 0C12.5576 0 14.4448 1.88703 14.4448 4.21491ZM13.5519 4.21509C13.5519 2.3802 12.0646 0.892857 10.2297 0.892857C8.39583 0.894949 6.90971 2.38107 6.90762 4.21509C6.90762 6.0498 8.39496 7.53714 10.2297 7.53714C12.0646 7.53714 13.5519 6.0498 13.5519 4.21509ZM2.5 17.7544C2.49826 13.4241 6.00917 9.91298 10.3397 9.91473C14.6702 9.91298 18.1813 13.4241 18.1794 17.7544V19.5536C18.1794 19.8002 17.9796 20 17.733 20H2.94643C2.69985 20 2.5 19.8002 2.5 19.5536V17.7544ZM3.39284 17.7544V19.1071H17.2866V17.7544C17.293 15.2684 15.9703 12.9686 13.8184 11.7236C11.6663 10.4789 9.01315 10.4789 6.86122 11.7236C4.7093 12.9686 3.38658 15.2684 3.39284 17.7544Z" fill="black"/>
  2043.            </svg>
  2044.  
  2045.            <script>
  2046.              let fullUrl2 = window.location.href;
  2047.              let newUrl2 = fullUrl2.split('.com/')
  2048.              let returnUrl2;
  2049.              if (newUrl2[1] === '') {
  2050.                returnUrl2 = '/account';
  2051.              } else {
  2052.                returnUrl2 = "/".concat(newUrl2[1]);
  2053.              }
  2054.              let returnStart2 = "/account/login?return_url=";
  2055.              function getReturnUrl2() {
  2056.                //location.href = returnStart2.concat(returnUrl2);
  2057.                location.href = 'login4236.html';
  2058.              }
  2059.            </script>
  2060.          </div>
  2061.        </div>
  2062.        
  2063.      </div>
  2064.    </div>
  2065.  </div>
  2066.  
  2067.  <div class="header-wrap-mobile">
  2068.    <div class="header-grouped-item-mobile mobile-top-row">
  2069.      <div>
  2070.        <a href="index.html" itemprop="url">
  2071.           <img style="height: 28px" src='svg/shopsimon-header-logo-mble086.svg?v=82740245458128675281742227118' alt="ShopSimon"/>
  2072.        </a>
  2073.      </div>
  2074.    </div>
  2075.    <div class="header-grouped-item-mobile mobile-bottom-row">
  2076.      <button type="button" class=" js-drawer-open-nav hamburger-button"
  2077.        aria-controls="NavDrawer">
  2078.        <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  2079. <g clip-path="url(#clip0)">
  2080. <path d="M19.5833 3.75H0.41668C0.18668 3.75 0 3.93668 0 4.16668C0 4.39668 0.18668 4.58336 0.41668 4.58336H19.5834C19.8134 4.58336 20 4.39668 20 4.16668C20 3.93668 19.8133 3.75 19.5833 3.75Z" fill="black"/>
  2081. <path d="M19.5833 9.58332H0.41668C0.18668 9.58332 0 9.77 0 10C0 10.23 0.18668 10.4167 0.41668 10.4167H19.5834C19.8134 10.4167 20 10.23 20 10C20 9.77 19.8133 9.58332 19.5833 9.58332Z" fill="black"/>
  2082. <path d="M19.5833 15.4167H0.41668C0.18668 15.4167 0 15.6033 0 15.8333C0 16.0633 0.18668 16.25 0.41668 16.25H19.5834C19.8134 16.25 20 16.0633 20 15.8333C20 15.6033 19.8133 15.4167 19.5833 15.4167Z" fill="black"/>
  2083. </g>
  2084. <defs>
  2085. <clipPath id="clip0">
  2086. <rect width="20" height="20" fill="white"/>
  2087. </clipPath>
  2088. </defs>
  2089. </svg>
  2090.  
  2091.  
  2092.  
  2093.  
  2094.      </button>
  2095.      <a href="javascript:void(0);" draggable="false"
  2096.        class="header-search-mobile js-search-header js-no-transition">
  2097.        
  2098.            <form  action="https://shop.simon.com/pages/search-results-page" method="get"
  2099.            class="site-header__search-form" role="search" id="searchkeeloform-mobile">
  2100.        
  2101.              <div class="search-magnify-glass-icon">
  2102.                <img src='svg/magnifying-glass0e51.svg?v=100561781884702867171742227118'>
  2103.              </div>
  2104.              <input type="search" disabled name="q" id="qDesktop" value="" placeholder="Search"
  2105.              class="site-header__search-input button-search" aria-label="Store, Designer or Product"
  2106.              autocomplete="off" id="searchinput-mobile">
  2107.              <div class="close-search">
  2108.                  
  2109.  
  2110. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  2111. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  2112. </svg>
  2113.  
  2114.              </div>
  2115.              <div class="imgsearch-cam cam-mbl button-search search-mag-icon">
  2116.                <img src='svg/camera4e82.svg?v=10213076253632790521742227118'>
  2117.              </div>
  2118.          </form>
  2119.      </a>
  2120.      <div class="icon-bag-wrapper">
  2121.        <a href="cart.html">
  2122.          <svg width="20" height="20" viewBox="0 0 20 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  2123. <path d="M18.9225 6.95855H14.6622V4.52756C14.6622 2.02697 12.635 0 10.1346 0C7.63401 0 5.60703 2.02697 5.60703 4.52756V6.95855H1.07947C0.792544 6.95855 0.559998 7.1913 0.559998 7.47802V19.3247C0.562838 21.9055 2.65434 23.997 5.23528 24H14.7667C17.3476 23.997 19.4391 21.9055 19.4419 19.3247V7.47802C19.4419 7.1913 19.2094 6.95855 18.9225 6.95855ZM6.64596 4.52756C6.64112 3.27798 7.30507 2.12133 8.38643 1.49512C9.4678 0.868905 10.8014 0.868905 11.8828 1.49512C12.9641 2.12133 13.6281 3.27798 13.6232 4.52756V6.95855H6.64596V4.52756ZM18.403 19.3247C18.4006 21.332 16.7739 22.9586 14.7667 22.9611H5.23528C3.22799 22.9586 1.60118 21.332 1.59895 19.3247V7.9975H5.60703V13.8164C5.60703 14.1032 5.83958 14.3359 6.12651 14.3359C6.41344 14.3359 6.64599 14.1032 6.64599 13.8164V7.9975H13.6232V13.8164C13.6232 14.1032 13.8557 14.3359 14.1427 14.3359C14.4296 14.3359 14.6622 14.1032 14.6622 13.8164V7.9975H18.403V19.3247Z" fill="black"/>
  2124. </svg>
  2125.  
  2126.  
  2127.  
  2128.          <span style="display: block" class="cart-link__bubble"></span>
  2129.        </a>
  2130.      </div>
  2131.    </div>
  2132.  </div>
  2133.  
  2134.  <div id="searchPopParent" class="page-width">
  2135.    <div id="searchSuggestions">
  2136.      <div id="shoppingAssistantSuggest" class="shoppingAssistantTrigger"><img src='svg/assistant0983.svg?v=44671529050571070461742227118'/>Search with assistant</div>
  2137.      <div id="imageSearchSuggest" class="imageSearchTrigger"><img src='svg/camera4e82.svg?v=10213076253632790521742227118'/>Search with photo</div>
  2138.      <div id="colorPickSuggest" class="colorPickTrigger"><img src='svg/color99a5.svg?v=80884004853017921651742227118'/>Search with color</div>
  2139.      <div class="searchSuggestTitle" style="margin-top:15px">
  2140.        Recent Searches
  2141.        <span class="search-sugg-span"
  2142.          onclick="recentSearchesClear();">
  2143.          Clear
  2144.        </span>
  2145.      </div>
  2146.      <ul id="searchSuggestionsUL"
  2147.        class="searchSuggestionsUL"></ul>
  2148.    </div>
  2149.  </div>
  2150. </div>
  2151.  
  2152. <div id="mobileSearchPanel">
  2153.  <div class='mobile-search-input-container'>
  2154.    <form action="https://shop.simon.com/pages/search-results-page" method="get" class="search-bar site-header__search-form site-header__search-form-mobile" role="search" id="searchkeeloform">
  2155.      <div class="search-magnify-glass-icon">
  2156.        <img src='svg/magnifying-glass0e51.svg?v=100561781884702867171742227118'>
  2157.      </div>
  2158.      <input type="search" name="q" id="qMobile" value="" placeholder="Search"
  2159.      class="site-header__search-input-mobile button-search" aria-label="Store, Designer or Product"
  2160.      autocomplete="off" id="searchinput">
  2161.      <div class="close-search-mobile" onclick="mobileSearchInputClear();">
  2162.        <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  2163.          <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"></path>
  2164.        </svg>
  2165.      </div>
  2166.    </form>
  2167.    <div class='mobile-search-panel-cancel' onclick="closeMobileSearch();">Cancel</div>
  2168.  </div>
  2169.  <div id="searchSuggestionsMobile">
  2170.    <div id="shoppingAssistantSuggest" class="shoppingAssistantTrigger"><img src='svg/assistant0983.svg?v=44671529050571070461742227118'/>Search with assistant</div>
  2171.    <div id="imageSearchSuggest" class="imageSearchTrigger"><img src='svg/camera4e82.svg?v=10213076253632790521742227118'/>Search with photo</div>
  2172.    <div id="colorPickSuggest" class="colorPickTrigger"><img src='svg/color99a5.svg?v=80884004853017921651742227118'/>Search with color</div>
  2173.    <div class="searchSuggestTitle" style="margin-top:15px">
  2174.      Recent Searches
  2175.      <span class="search-sugg-span"
  2176.        onclick="recentSearchesClear();">
  2177.        Clear
  2178.      </span>
  2179.    </div>
  2180.    <ul id="searchSuggestionsULMobile"
  2181.      class="searchSuggestionsULMobile"></ul>
  2182.  </div>
  2183. </div>
  2184.  
  2185.            </header>
  2186.        </div>
  2187.    </div>
  2188.  
  2189.    <!-- nav  -->
  2190.    
  2191.        <div class="text-center newNavStyle" style="z-index: 7; position: relative;">
  2192.        
  2193.  
  2194. <div style="background-color:#EEEDED; height: 1px" class="nav-wrap-bar"></div>
  2195. <div style="position:relative;" class="nav-wrapper">
  2196.  <ul style="display: flex; align-items: center;" class="site-nav site-navigation main-nav " role="navigation" aria-label="Primary" style="padding-bottom:8px">
  2197.    
  2198.      
  2199.    
  2200.    
  2201.    <li
  2202.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown "
  2203.      >
  2204.        <a href="curated-deals.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  2205.          <span style="color: #9f005b;"><strong>Deals</strong></span>
  2206.        </a>
  2207.      
  2208.    </li>
  2209.    
  2210.      
  2211.    
  2212.    
  2213.    <li
  2214.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown "
  2215.      >
  2216.        <a href="curated-just-in.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  2217.          Just In
  2218.        </a>
  2219.      
  2220.    </li>
  2221.    
  2222.      
  2223.    
  2224.    
  2225.    <li
  2226.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  2227.      aria-haspopup="true" >
  2228.        <a href="brands.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  2229.          Brands
  2230.        </a>
  2231.      
  2232. <div class="site-nav__dropdown megamenu text-left">
  2233.        <div class="page-width">
  2234.          <div class="grid">
  2235.            
  2236.            <div
  2237.              class="grid__item medium-up--one-sixth appear-animation appear-delay-1 menu-image">
  2238.              
  2239.                
  2240.  
  2241.                
  2242.  
  2243.  
  2244.                
  2245.  
  2246.                
  2247.                
  2248.                <a href="store-fossil.html"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/Fossil_Flyout_0906.png?v=1725653209" alt="" class="menu-image-img lazyload" /></a>
  2249.                
  2250.  
  2251.                
  2252.                
  2253.                
  2254.  
  2255.  
  2256.                
  2257.  
  2258.                
  2259.  
  2260.  
  2261.                
  2262.  
  2263.                
  2264.  
  2265.              </div>
  2266.              <div
  2267.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  2268.                
  2269.  
  2270.                
  2271.                
  2272.                
  2273.  
  2274.                <div>
  2275.                  <a href="brands.html" class="site-nav__dropdown-link" >
  2276.                    <b>Shop all Brands</b>
  2277.                  </a>
  2278.                </div>
  2279.                
  2280.                <div>
  2281.                  <a href="store-adidas.html" class="site-nav__dropdown-link" >
  2282.                    adidas
  2283.                  </a>
  2284.                </div>
  2285.                
  2286.                <div>
  2287.                  <a href="store-adornia1c10.html?RootCategory=women-jewelry&amp;page=1" class="site-nav__dropdown-link" >
  2288.                    Adornia
  2289.                  </a>
  2290.                </div>
  2291.                
  2292.                <div>
  2293.                  <a href="store-aeropostale.html" class="site-nav__dropdown-link" >
  2294.                    Aeropostale
  2295.                  </a>
  2296.                </div>
  2297.                
  2298.                <div>
  2299.                  <a href="store-american-eagle-outfitters.html" class="site-nav__dropdown-link" >
  2300.                    American Eagle Outfitters
  2301.                  </a>
  2302.                </div>
  2303.                
  2304.                <div>
  2305.                  <a href="luxe-store-a-p-c.html" class="site-nav__dropdown-link" >
  2306.                    A.P.C
  2307.                  </a>
  2308.                </div>
  2309.                
  2310.                <div>
  2311.                  <a href="store-arche5a37.html?RootCategory=women-shoes&amp;page=1" class="site-nav__dropdown-link" >
  2312.                    Arche
  2313.                  </a>
  2314.                </div>
  2315.                
  2316.                <div>
  2317.                  <a href="store-betsey-johnson.html" class="site-nav__dropdown-link" >
  2318.                    Betsey Johnson
  2319.                  </a>
  2320.                </div>
  2321.                
  2322.                <div>
  2323.                  <a href="store-birkenstock2679.html?page=1" class="site-nav__dropdown-link" >
  2324.                    Birkenstock
  2325.                  </a>
  2326.                </div>
  2327.                
  2328.                <div>
  2329.                  <a href="store-camper2679.html?page=1" class="site-nav__dropdown-link" >
  2330.                    Camper
  2331.                  </a>
  2332.                </div>
  2333.                
  2334.                <div>
  2335.                  <a href="store-coach-outlet2679.html?page=1" class="site-nav__dropdown-link" >
  2336.                    COACH Outlet
  2337.                  </a>
  2338.                </div>
  2339.                
  2340.  
  2341.                
  2342.  
  2343.                
  2344.  
  2345.  
  2346.                
  2347.  
  2348.                
  2349.  
  2350.              </div>
  2351.              <div
  2352.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  2353.                
  2354.  
  2355.                
  2356.                
  2357.                
  2358.  
  2359.                <div>
  2360.                  <a href="store-cole-haan.html" class="site-nav__dropdown-link" >
  2361.                    Cole Haan
  2362.                  </a>
  2363.                </div>
  2364.                
  2365.                <div>
  2366.                  <a href="store-diana-m-jewels1c10.html?RootCategory=women-jewelry&amp;page=1" class="site-nav__dropdown-link" >
  2367.                    Diana M Jewels
  2368.                  </a>
  2369.                </div>
  2370.                
  2371.                <div>
  2372.                  <a href="store-dickies.html" class="site-nav__dropdown-link" >
  2373.                    Dickies
  2374.                  </a>
  2375.                </div>
  2376.                
  2377.                <div>
  2378.                  <a href="luxe-store-direct-luxury.html" class="site-nav__dropdown-link" >
  2379.                    Direct Luxury
  2380.                  </a>
  2381.                </div>
  2382.                
  2383.                <div>
  2384.                  <a href="store-ecco.html" class="site-nav__dropdown-link" >
  2385.                    ECCO
  2386.                  </a>
  2387.                </div>
  2388.                
  2389.                <div>
  2390.                  <a href="store-fossil.html" class="site-nav__dropdown-link" >
  2391.                    Fossil
  2392.                  </a>
  2393.                </div>
  2394.                
  2395.                <div>
  2396.                  <a href="store-furla2679.html?page=1" class="site-nav__dropdown-link" >
  2397.                    Furla
  2398.                  </a>
  2399.                </div>
  2400.                
  2401.                <div>
  2402.                  <a href="store-gilt-outlet2679.html?page=1" class="site-nav__dropdown-link" >
  2403.                    Gilt Outlet
  2404.                  </a>
  2405.                </div>
  2406.                
  2407.                <div>
  2408.                  <a href="store-glass-lens.html" class="site-nav__dropdown-link" >
  2409.                    Glass+Lens
  2410.                  </a>
  2411.                </div>
  2412.                
  2413.                <div>
  2414.                  <a href="store-guess-factory.html" class="site-nav__dropdown-link" >
  2415.                    Guess Factory
  2416.                  </a>
  2417.                </div>
  2418.                
  2419.                <div>
  2420.                  <a href="store-ienjoy-home.html" class="site-nav__dropdown-link" >
  2421.                    Ienjoy Home
  2422.                  </a>
  2423.                </div>
  2424.                
  2425.  
  2426.                
  2427.  
  2428.                
  2429.  
  2430.  
  2431.                
  2432.  
  2433.                
  2434.  
  2435.              </div>
  2436.              <div
  2437.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  2438.                
  2439.  
  2440.                
  2441.                
  2442.                
  2443.  
  2444.                <div>
  2445.                  <a href="store-jonathan-y2679.html?page=1" class="site-nav__dropdown-link" >
  2446.                    Jonathan Y
  2447.                  </a>
  2448.                </div>
  2449.                
  2450.                <div>
  2451.                  <a href="store-london-rag.html" class="site-nav__dropdown-link" >
  2452.                    London Rag
  2453.                  </a>
  2454.                </div>
  2455.                
  2456.                <div>
  2457.                  <a href="store-nautica2679.html?page=1" class="site-nav__dropdown-link" >
  2458.                    Nautica
  2459.                  </a>
  2460.                </div>
  2461.                
  2462.                <div>
  2463.                  <a href="store-nike.html" class="site-nav__dropdown-link" >
  2464.                    Nike
  2465.                  </a>
  2466.                </div>
  2467.                
  2468.                <div>
  2469.                  <a href="store-nocturne2679.html?page=1" class="site-nav__dropdown-link" >
  2470.                    Nocturne
  2471.                  </a>
  2472.                </div>
  2473.                
  2474.                <div>
  2475.                  <a href="store-nuloom.html" class="site-nav__dropdown-link" >
  2476.                    NuLoom
  2477.                  </a>
  2478.                </div>
  2479.                
  2480.                <div>
  2481.                  <a href="store-porsamo-bleu2679.html?page=1" class="site-nav__dropdown-link" >
  2482.                    Porsamo Bleu
  2483.                  </a>
  2484.                </div>
  2485.                
  2486.                <div>
  2487.                  <a href="store-p-paris6e08.html?RootCategory=accessories-health-beauty&amp;page=1" class="site-nav__dropdown-link" >
  2488.                    Predire Paris
  2489.                  </a>
  2490.                </div>
  2491.                
  2492.                <div>
  2493.                  <a href="store-puma.html" class="site-nav__dropdown-link" >
  2494.                    Puma
  2495.                  </a>
  2496.                </div>
  2497.                
  2498.                <div>
  2499.                  <a href="store-rag-co.html" class="site-nav__dropdown-link" >
  2500.                    Rag & Co
  2501.                  </a>
  2502.                </div>
  2503.                
  2504.                <div>
  2505.                  <a href="store-ross-simons1c10.html?RootCategory=women-jewelry&amp;page=1" class="site-nav__dropdown-link" >
  2506.                    Ross-Simons
  2507.                  </a>
  2508.                </div>
  2509.                
  2510.  
  2511.                
  2512.  
  2513.                
  2514.  
  2515.  
  2516.                
  2517.  
  2518.                
  2519.  
  2520.              </div>
  2521.              <div
  2522.                class="grid__item medium-up--one-sixth appear-animation appear-delay-9 ">
  2523.                
  2524.  
  2525.                
  2526.                
  2527.                
  2528.  
  2529.                <div>
  2530.                  <a href="store-rudsak.html" class="site-nav__dropdown-link" >
  2531.                    Rudsak
  2532.                  </a>
  2533.                </div>
  2534.                
  2535.                <div>
  2536.                  <a href="store-safaviehb6a9.html?RootCategory=home&amp;page=1" class="site-nav__dropdown-link" >
  2537.                    Safavieh
  2538.                  </a>
  2539.                </div>
  2540.                
  2541.                <div>
  2542.                  <a href="store-streamdale-furniture.html" class="site-nav__dropdown-link" >
  2543.                    Streamdale Furniture
  2544.                  </a>
  2545.                </div>
  2546.                
  2547.                <div>
  2548.                  <a href="store-solstice2679.html?page=1" class="site-nav__dropdown-link" >
  2549.                    Solstice Sunglasses
  2550.                  </a>
  2551.                </div>
  2552.                
  2553.                <div>
  2554.                  <a href="store-stuart-weitzman.html" class="site-nav__dropdown-link" >
  2555.                    Stuart Weitzman
  2556.                  </a>
  2557.                </div>
  2558.                
  2559.                <div>
  2560.                  <a href="store-timberland2679.html?page=1" class="site-nav__dropdown-link" >
  2561.                    Timberland
  2562.                  </a>
  2563.                </div>
  2564.                
  2565.                <div>
  2566.                  <a href="store-tommy-hilfiger.html" class="site-nav__dropdown-link" >
  2567.                    Tommy Hilfiger
  2568.                  </a>
  2569.                </div>
  2570.                
  2571.                <div>
  2572.                  <a href="store-ugg.html" class="site-nav__dropdown-link" >
  2573.                    Ugg
  2574.                  </a>
  2575.                </div>
  2576.                
  2577.                <div>
  2578.                  <a href="store-vera-bradley.html" class="site-nav__dropdown-link" >
  2579.                    Vera Bradley
  2580.                  </a>
  2581.                </div>
  2582.                
  2583.                <div>
  2584.                  <a href="store-volcom-outlet.html" class="site-nav__dropdown-link" >
  2585.                    Volcom
  2586.                  </a>
  2587.                </div>
  2588.                
  2589.                <div>
  2590.                  <a href="store-zulay-kitchen2679.html?page=1" class="site-nav__dropdown-link" >
  2591.                    Zulay Kitchen
  2592.                  </a>
  2593.                </div>
  2594.                
  2595.  
  2596.                
  2597.  
  2598.                
  2599.  
  2600.  
  2601.                
  2602.  
  2603.                
  2604.  
  2605.              </div>
  2606.              <div
  2607.                class="grid__item medium-up--one-sixth appear-animation appear-delay-11 ">
  2608.                
  2609.  
  2610.                
  2611.                
  2612.                
  2613.  
  2614.                <div>
  2615.                  <a href="#" class="site-nav__dropdown-link" >
  2616.                    <b style="color:#9f005b!important">Discover What's New</b>
  2617.                  </a>
  2618.                </div>
  2619.                
  2620.                <div>
  2621.                  <a href="store-toms.html" class="site-nav__dropdown-link" >
  2622.                    Toms
  2623.                  </a>
  2624.                </div>
  2625.                
  2626.                <div>
  2627.                  <a href="store-clarks-shoes.html" class="site-nav__dropdown-link" >
  2628.                    Clarks
  2629.                  </a>
  2630.                </div>
  2631.                
  2632.                <div>
  2633.                  <a href="store-teddy-blake.html" class="site-nav__dropdown-link" >
  2634.                    Teddy Blake
  2635.                  </a>
  2636.                </div>
  2637.                
  2638.                <div>
  2639.                  <a href="store-la-moda-clothing.html" class="site-nav__dropdown-link" >
  2640.                    La Moda Clothing
  2641.                  </a>
  2642.                </div>
  2643.                
  2644.                <div>
  2645.                  <a href="store-kipling.html" class="site-nav__dropdown-link" >
  2646.                    Kipling
  2647.                  </a>
  2648.                </div>
  2649.                
  2650.                <div>
  2651.                  <a href="luxe-store-bag-borrow-or-steal.html" class="site-nav__dropdown-link" >
  2652.                    Bag Borrow or Steal
  2653.                  </a>
  2654.                </div>
  2655.                
  2656.                <div>
  2657.                  <a href="store-duffield-lane.html" class="site-nav__dropdown-link" >
  2658.                    Duffield Lane
  2659.                  </a>
  2660.                </div>
  2661.                
  2662.                <div>
  2663.                  <a href="store-cole-haan.html" class="site-nav__dropdown-link" >
  2664.                    Cole Haan
  2665.                  </a>
  2666.                </div>
  2667.                
  2668.                <div>
  2669.                  <a href="store-marchesa.html" class="site-nav__dropdown-link" >
  2670.                    Marchesa
  2671.                  </a>
  2672.                </div>
  2673.                
  2674.                <div>
  2675.                  <a href="store-maji-sports.html" class="site-nav__dropdown-link" >
  2676.                    Maji Sports
  2677.                  </a>
  2678.                </div>
  2679.                
  2680.  
  2681.                
  2682.              </div>
  2683.            </div>
  2684.          </div>
  2685.        </div>
  2686.        
  2687.    </li>
  2688.    
  2689.      
  2690.    
  2691.    
  2692.    <li
  2693.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  2694.      aria-haspopup="true" >
  2695.        <a href="luxe-designers.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  2696.          Designers
  2697.        </a>
  2698.      
  2699. <div class="site-nav__dropdown megamenu text-left">
  2700.        <div class="page-width">
  2701.          <div class="grid">
  2702.            
  2703.            <div
  2704.              class="grid__item medium-up--one-sixth appear-animation appear-delay-1 menu-image">
  2705.              
  2706.                
  2707.  
  2708.                
  2709.  
  2710.  
  2711.                
  2712.  
  2713.                
  2714.                
  2715.                <a href="curated-luxe.html"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/Luxe_Flyout_1230.png?v=1735567728" alt="" class="menu-image-img lazyload" /></a>
  2716.                
  2717.  
  2718.                
  2719.                
  2720.                
  2721.  
  2722.  
  2723.                
  2724.  
  2725.                
  2726.  
  2727.  
  2728.                
  2729.  
  2730.                
  2731.  
  2732.              </div>
  2733.              <div
  2734.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  2735.                
  2736.  
  2737.                
  2738.                
  2739.                
  2740.  
  2741.                <div>
  2742.                  <a href="luxe-designers.html" class="site-nav__dropdown-link" >
  2743.                    <b>Shop all Designers</b>
  2744.                  </a>
  2745.                </div>
  2746.                
  2747.                <div>
  2748.                  <a href="luxe-store-a-p-c.html" class="site-nav__dropdown-link" >
  2749.                    A.P.C
  2750.                  </a>
  2751.                </div>
  2752.                
  2753.                <div>
  2754.                  <a href="luxe-all11de.html?Brand=Balenciaga&amp;page=1" class="site-nav__dropdown-link" >
  2755.                    Balenciaga
  2756.                  </a>
  2757.                </div>
  2758.                
  2759.                <div>
  2760.                  <a href="luxe-all3385.html?Brand=Balmain&amp;page=1" class="site-nav__dropdown-link" >
  2761.                    Balmain
  2762.                  </a>
  2763.                </div>
  2764.                
  2765.                <div>
  2766.                  <a href="luxe-store-chloe2679.html?page=1" class="site-nav__dropdown-link" >
  2767.                    Chloé
  2768.                  </a>
  2769.                </div>
  2770.                
  2771.                <div>
  2772.                  <a href="luxe-store-dea-italian-linens.html" class="site-nav__dropdown-link" >
  2773.                    Dea Italian Linens
  2774.                  </a>
  2775.                </div>
  2776.                
  2777.                <div>
  2778.                  <a href="luxe-store-dior.html" class="site-nav__dropdown-link" >
  2779.                    DIOR
  2780.                  </a>
  2781.                </div>
  2782.                
  2783.                <div>
  2784.                  <a href="luxe-all2fd2.html?page=1&amp;Brand=Dita" class="site-nav__dropdown-link" >
  2785.                    Dita
  2786.                  </a>
  2787.                </div>
  2788.                
  2789.                <div>
  2790.                  <a href="luxe-store-dolce-gabbana631c.html?RootCategory=women-accessories&amp;page=1" class="site-nav__dropdown-link" >
  2791.                    Dolce & Gabbana
  2792.                  </a>
  2793.                </div>
  2794.                
  2795.                <div>
  2796.                  <a href="luxe-store-etro.html" class="site-nav__dropdown-link" >
  2797.                    Etro
  2798.                  </a>
  2799.                </div>
  2800.                
  2801.                <div>
  2802.                  <a href="luxe-store-salvatore-ferragamo.html" class="site-nav__dropdown-link" >
  2803.                    Ferragamo
  2804.                  </a>
  2805.                </div>
  2806.                
  2807.  
  2808.                
  2809.  
  2810.                
  2811.  
  2812.  
  2813.                
  2814.  
  2815.                
  2816.  
  2817.              </div>
  2818.              <div
  2819.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  2820.                
  2821.  
  2822.                
  2823.                
  2824.                
  2825.  
  2826.                <div>
  2827.                  <a href="luxe-store-fendi.html" class="site-nav__dropdown-link" >
  2828.                    FENDI
  2829.                  </a>
  2830.                </div>
  2831.                
  2832.                <div>
  2833.                  <a href="luxe-all7ff4.html?page=1&amp;Brand=Golden%2520Goose" class="site-nav__dropdown-link" >
  2834.                    Golden Goose
  2835.                  </a>
  2836.                </div>
  2837.                
  2838.                <div>
  2839.                  <a href="store-gorski.html" class="site-nav__dropdown-link" >
  2840.                    Gorski
  2841.                  </a>
  2842.                </div>
  2843.                
  2844.                <div>
  2845.                  <a href="luxe-store-herno.html" class="site-nav__dropdown-link" >
  2846.                    Herno
  2847.                  </a>
  2848.                </div>
  2849.                
  2850.                <div>
  2851.                  <a href="luxe-store-judith-leiber-couture.html" class="site-nav__dropdown-link" >
  2852.                    Judith Leiber Couture
  2853.                  </a>
  2854.                </div>
  2855.                
  2856.                <div>
  2857.                  <a href="luxe-store-kenzo.html" class="site-nav__dropdown-link" >
  2858.                    Kenzo
  2859.                  </a>
  2860.                </div>
  2861.                
  2862.                <div>
  2863.                  <a href="luxe-store-la-perla551f.html?RootCategory=women-clothing&amp;page=1" class="site-nav__dropdown-link" >
  2864.                    La Perla
  2865.                  </a>
  2866.                </div>
  2867.                
  2868.                <div>
  2869.                  <a href="luxe-alldfa2.html?Brand=Manolo%20Blahnik&amp;page=1" class="site-nav__dropdown-link" >
  2870.                    Manolo Blahnik
  2871.                  </a>
  2872.                </div>
  2873.                
  2874.                <div>
  2875.                  <a href="luxe-all700d.html?page=1&amp;Brand=Marchesa%2520Notte" class="site-nav__dropdown-link" >
  2876.                    Marchesa Notte
  2877.                  </a>
  2878.                </div>
  2879.                
  2880.                <div>
  2881.                  <a href="luxe-store-marco-bicego1c10.html?RootCategory=women-jewelry&amp;page=1" class="site-nav__dropdown-link" >
  2882.                    Marco Bicego
  2883.                  </a>
  2884.                </div>
  2885.                
  2886.                <div>
  2887.                  <a href="luxe-all71ac.html?Brand=Maurizio%2520Italy&amp;page=1" class="site-nav__dropdown-link" >
  2888.                    Maurizio Italy
  2889.                  </a>
  2890.                </div>
  2891.                
  2892.  
  2893.                
  2894.  
  2895.                
  2896.  
  2897.  
  2898.                
  2899.  
  2900.                
  2901.  
  2902.              </div>
  2903.              <div
  2904.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  2905.                
  2906.  
  2907.                
  2908.                
  2909.                
  2910.  
  2911.                <div>
  2912.                  <a href="luxe-store-max-mara2679.html?page=1" class="site-nav__dropdown-link" >
  2913.                    Max Mara
  2914.                  </a>
  2915.                </div>
  2916.                
  2917.                <div>
  2918.                  <a href="luxe-store-mcm.html" class="site-nav__dropdown-link" >
  2919.                    MCM
  2920.                  </a>
  2921.                </div>
  2922.                
  2923.                <div>
  2924.                  <a href="luxe-store-miu-miu2679.html?page=1" class="site-nav__dropdown-link" >
  2925.                    Miu Miu
  2926.                  </a>
  2927.                </div>
  2928.                
  2929.                <div>
  2930.                  <a href="luxe-store-moschino2679.html?page=1" class="site-nav__dropdown-link" >
  2931.                    Moschino
  2932.                  </a>
  2933.                </div>
  2934.                
  2935.                <div>
  2936.                  <a href="luxe-store-mulberry2679.html?page=1" class="site-nav__dropdown-link" >
  2937.                    Mulberry
  2938.                  </a>
  2939.                </div>
  2940.                
  2941.                <div>
  2942.                  <a href="luxe-store-off-white2679.html?page=1" class="site-nav__dropdown-link" >
  2943.                    OFF-WHITE™
  2944.                  </a>
  2945.                </div>
  2946.                
  2947.                <div>
  2948.                  <a href="luxe-store-oscar-de-la-renta551f.html?RootCategory=women-clothing&amp;page=1" class="site-nav__dropdown-link" >
  2949.                    Oscar de la Renta
  2950.                  </a>
  2951.                </div>
  2952.                
  2953.                <div>
  2954.                  <a href="luxe-store-prada.html" class="site-nav__dropdown-link" >
  2955.                    Prada
  2956.                  </a>
  2957.                </div>
  2958.                
  2959.                <div>
  2960.                  <a href="luxe-allac92.html?page=1&amp;Brand=Roger%2520Vivier" class="site-nav__dropdown-link" >
  2961.                    Roger Vivier
  2962.                  </a>
  2963.                </div>
  2964.                
  2965.                <div>
  2966.                  <a href="luxe-all86d7.html?page=1&amp;Brand=St.%2520John%2CST.%2520John" class="site-nav__dropdown-link" >
  2967.                    St. John
  2968.                  </a>
  2969.                </div>
  2970.                
  2971.  
  2972.                
  2973.  
  2974.                
  2975.  
  2976.  
  2977.                
  2978.  
  2979.                
  2980.  
  2981.              </div>
  2982.              <div
  2983.                class="grid__item medium-up--one-sixth appear-animation appear-delay-9 ">
  2984.                
  2985.  
  2986.                
  2987.                
  2988.                
  2989.  
  2990.                <div>
  2991.                  <a href="luxe-store-stella-mccartney2679.html?page=1" class="site-nav__dropdown-link" >
  2992.                    Stella McCartney
  2993.                  </a>
  2994.                </div>
  2995.                
  2996.                <div>
  2997.                  <a href="luxe-store-tods2679.html?page=1" class="site-nav__dropdown-link" >
  2998.                    Tod's
  2999.                  </a>
  3000.                </div>
  3001.                
  3002.                <div>
  3003.                  <a href="luxe-store-tom-dixonb6a9.html?RootCategory=home&amp;page=1" class="site-nav__dropdown-link" >
  3004.                    Tom Dixon
  3005.                  </a>
  3006.                </div>
  3007.                
  3008.                <div>
  3009.                  <a href="luxe-store-tom-ford.html" class="site-nav__dropdown-link" >
  3010.                    Tom Ford
  3011.                  </a>
  3012.                </div>
  3013.                
  3014.                <div>
  3015.                  <a href="luxe-store-valentino2679.html?page=1" class="site-nav__dropdown-link" >
  3016.                    Valentino
  3017.                  </a>
  3018.                </div>
  3019.                
  3020.                <div>
  3021.                  <a href="luxe-store-zodiac.html" class="site-nav__dropdown-link" >
  3022.                    Zodiac
  3023.                  </a>
  3024.                </div>
  3025.                
  3026.  
  3027.                
  3028.  
  3029.                
  3030.  
  3031.  
  3032.                
  3033.  
  3034.                
  3035.  
  3036.              </div>
  3037.              <div
  3038.                class="grid__item medium-up--one-sixth appear-animation appear-delay-11 menu-image">
  3039.                
  3040.                <a href="shoes6f48.html?Price=100-1000&amp;page=1&amp;orderby=Price+desc"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/Valentino_flyout_1230.png?v=1735568035" alt="" class="menu-image-img lazyload" /></a>
  3041.                
  3042.  
  3043.                
  3044.                
  3045.                
  3046.  
  3047.  
  3048.                
  3049.              </div>
  3050.            </div>
  3051.          </div>
  3052.        </div>
  3053.        
  3054.    </li>
  3055.    
  3056.      
  3057.    
  3058.    
  3059.    <li
  3060.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  3061.      aria-haspopup="true" >
  3062.        <a href="women.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  3063.          Women
  3064.        </a>
  3065.      
  3066. <div class="site-nav__dropdown megamenu text-left">
  3067.        <div class="page-width">
  3068.          <div class="grid">
  3069.            
  3070.              <div class="grid__item medium-up--one-sixth appear-animation appear-delay-1">
  3071.                
  3072.                
  3073.  
  3074.                
  3075.  
  3076.  
  3077.                
  3078.  
  3079.                
  3080.                
  3081.  
  3082.  
  3083.                
  3084.                
  3085.                
  3086.                <div class="h5">
  3087.                  
  3088.                  <a href="women-clothing.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Clothing</a>
  3089.                  
  3090.                </div>
  3091.                
  3092.  
  3093.                <div>
  3094.                  <a href="women-clothing-activewear.html" class="site-nav__dropdown-link" >
  3095.                    Activewear
  3096.                  </a>
  3097.                </div>
  3098.                
  3099.                <div>
  3100.                  <a href="women-clothing-outerwear-coats-jackets.html" class="site-nav__dropdown-link" >
  3101.                    Coats & Jackets
  3102.                  </a>
  3103.                </div>
  3104.                
  3105.                <div>
  3106.                  <a href="women-clothing-dresses.html" class="site-nav__dropdown-link" >
  3107.                    Dresses
  3108.                  </a>
  3109.                </div>
  3110.                
  3111.                <div>
  3112.                  <a href="women-clothing-pants-jeans-denim.html" class="site-nav__dropdown-link" >
  3113.                    Jeans & Denim
  3114.                  </a>
  3115.                </div>
  3116.                
  3117.                <div>
  3118.                  <a href="women-clothing-jumpsuits-rompers.html" class="site-nav__dropdown-link" >
  3119.                    Jumpsuits & Rompers
  3120.                  </a>
  3121.                </div>
  3122.                
  3123.                <div>
  3124.                  <a href="women-clothing-underwear-socks.html" class="site-nav__dropdown-link" >
  3125.                    Lingerie & Hosiery
  3126.                  </a>
  3127.                </div>
  3128.                
  3129.                <div>
  3130.                  <a href="women-clothing-pants.html" class="site-nav__dropdown-link" >
  3131.                    Pants & Leggings
  3132.                  </a>
  3133.                </div>
  3134.                
  3135.                <div>
  3136.                  <a href="women-clothing-shorts.html" class="site-nav__dropdown-link" >
  3137.                    Shorts
  3138.                  </a>
  3139.                </div>
  3140.                
  3141.                <div>
  3142.                  <a href="women-clothing-skirts.html" class="site-nav__dropdown-link" >
  3143.                    Skirts
  3144.                  </a>
  3145.                </div>
  3146.                
  3147.                <div>
  3148.                  <a href="women-clothing-sleepwear-loungewear.html" class="site-nav__dropdown-link" >
  3149.                    Sleepwear & Loungewear
  3150.                  </a>
  3151.                </div>
  3152.                
  3153.                <div>
  3154.                  <a href="women-clothing-suits-blazers.html" class="site-nav__dropdown-link" >
  3155.                    Suits & Blazers
  3156.                  </a>
  3157.                </div>
  3158.                
  3159.                <div>
  3160.                  <a href="women-clothing-sweaters.html" class="site-nav__dropdown-link" >
  3161.                    Sweaters
  3162.                  </a>
  3163.                </div>
  3164.                
  3165.                <div>
  3166.                  <a href="women-clothing-shirts-tops-sweatshirts-hoodies.html" class="site-nav__dropdown-link" >
  3167.                    Sweatshirts & Hoodies
  3168.                  </a>
  3169.                </div>
  3170.                
  3171.                <div>
  3172.                  <a href="women-clothing-swimwear.html" class="site-nav__dropdown-link" >
  3173.                    Swimwear
  3174.                  </a>
  3175.                </div>
  3176.                
  3177.                <div>
  3178.                  <a href="women-clothing-shirts-tops.html" class="site-nav__dropdown-link" >
  3179.                    Tops
  3180.                  </a>
  3181.                </div>
  3182.                
  3183.  
  3184.                
  3185.  
  3186.                
  3187.  
  3188.  
  3189.                
  3190.  
  3191.                
  3192.  
  3193.              </div>
  3194.              <div
  3195.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  3196.                
  3197.  
  3198.  
  3199.                
  3200.                
  3201.                
  3202.                <div class="h5">
  3203.                  
  3204.                  <a href="women-handbags.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Handbags</a>
  3205.                  
  3206.                </div>
  3207.                
  3208.  
  3209.                <div>
  3210.                  <a href="women-handbags-backpacks.html" class="site-nav__dropdown-link" >
  3211.                    Backpacks
  3212.                  </a>
  3213.                </div>
  3214.                
  3215.                <div>
  3216.                  <a href="women-handbags-belt-bags.html" class="site-nav__dropdown-link" >
  3217.                    Belt Bags
  3218.                  </a>
  3219.                </div>
  3220.                
  3221.                <div>
  3222.                  <a href="women-handbags-bucket-bags.html" class="site-nav__dropdown-link" >
  3223.                    Bucket Bags
  3224.                  </a>
  3225.                </div>
  3226.                
  3227.                <div>
  3228.                  <a href="women-handbags-clutches.html" class="site-nav__dropdown-link" >
  3229.                    Clutches
  3230.                  </a>
  3231.                </div>
  3232.                
  3233.                <div>
  3234.                  <a href="women-handbags-crossbody-bags.html" class="site-nav__dropdown-link" >
  3235.                    Crossbody Bags
  3236.                  </a>
  3237.                </div>
  3238.                
  3239.                <div>
  3240.                  <a href="women-handbags-hobo-bags.html" class="site-nav__dropdown-link" >
  3241.                    Hobo Bags
  3242.                  </a>
  3243.                </div>
  3244.                
  3245.                <div>
  3246.                  <a href="women-handbags-satchels.html" class="site-nav__dropdown-link" >
  3247.                    Satchels
  3248.                  </a>
  3249.                </div>
  3250.                
  3251.                <div>
  3252.                  <a href="women-handbags-shoulder-bags.html" class="site-nav__dropdown-link" >
  3253.                    Shoulder Bags
  3254.                  </a>
  3255.                </div>
  3256.                
  3257.                <div>
  3258.                  <a href="women-handbags-tote-bags.html" class="site-nav__dropdown-link" >
  3259.                    Tote Bags
  3260.                  </a>
  3261.                </div>
  3262.                
  3263.                <div>
  3264.                  <a href="women-handbags-wristlets.html" class="site-nav__dropdown-link" >
  3265.                    Wristlets
  3266.                  </a>
  3267.                </div>
  3268.                
  3269.  
  3270.                
  3271.  
  3272.                
  3273.  
  3274.  
  3275.                
  3276.  
  3277.                
  3278.  
  3279.              </div>
  3280.              <div
  3281.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  3282.                
  3283.  
  3284.  
  3285.                
  3286.                
  3287.                
  3288.                <div class="h5">
  3289.                  
  3290.                  <a href="women-shoes.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shoes</a>
  3291.                  
  3292.                </div>
  3293.                
  3294.  
  3295.                <div>
  3296.                  <a href="women-shoes-athletic.html" class="site-nav__dropdown-link" >
  3297.                    Athletic
  3298.                  </a>
  3299.                </div>
  3300.                
  3301.                <div>
  3302.                  <a href="women-shoes-booties.html" class="site-nav__dropdown-link" >
  3303.                    Booties
  3304.                  </a>
  3305.                </div>
  3306.                
  3307.                <div>
  3308.                  <a href="women-shoes-boots.html" class="site-nav__dropdown-link" >
  3309.                    Boots
  3310.                  </a>
  3311.                </div>
  3312.                
  3313.                <div>
  3314.                  <a href="women-shoes-flats.html" class="site-nav__dropdown-link" >
  3315.                    Flats
  3316.                  </a>
  3317.                </div>
  3318.                
  3319.                <div>
  3320.                  <a href="women-shoes-loafers-slip-ons.html" class="site-nav__dropdown-link" >
  3321.                    Loafers & Slip-ons
  3322.                  </a>
  3323.                </div>
  3324.                
  3325.                <div>
  3326.                  <a href="women-shoes-mules-slides.html" class="site-nav__dropdown-link" >
  3327.                    Mules & Slides
  3328.                  </a>
  3329.                </div>
  3330.                
  3331.                <div>
  3332.                  <a href="women-shoes-pumps-heels.html" class="site-nav__dropdown-link" >
  3333.                    Pumps & Heels
  3334.                  </a>
  3335.                </div>
  3336.                
  3337.                <div>
  3338.                  <a href="women-shoes-sandals.html" class="site-nav__dropdown-link" >
  3339.                    Sandals
  3340.                  </a>
  3341.                </div>
  3342.                
  3343.                <div>
  3344.                  <a href="women-shoes-slippers.html" class="site-nav__dropdown-link" >
  3345.                    Slippers
  3346.                  </a>
  3347.                </div>
  3348.                
  3349.                <div>
  3350.                  <a href="women-shoes-fashion-sneakers.html" class="site-nav__dropdown-link" >
  3351.                    Sneakers
  3352.                  </a>
  3353.                </div>
  3354.                
  3355.                <div>
  3356.                  <a href="women-shoes-wedges-espadrilles.html" class="site-nav__dropdown-link" >
  3357.                    Wedges & Espadrilles
  3358.                  </a>
  3359.                </div>
  3360.                
  3361.                <div>
  3362.                  <a href="women-shoes-winter-rain-boots.html" class="site-nav__dropdown-link" >
  3363.                    Winter & Rain Boots
  3364.                  </a>
  3365.                </div>
  3366.                
  3367.  
  3368.                
  3369.  
  3370.                
  3371.  
  3372.  
  3373.                
  3374.  
  3375.                
  3376.  
  3377.              </div>
  3378.              <div
  3379.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  3380.                
  3381.  
  3382.                
  3383.                
  3384.                <div class="h5">
  3385.                  
  3386.                  <a href="jewelry-collection.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Jewelry</a>
  3387.                  
  3388.                </div>
  3389.                
  3390.  
  3391.                <div>
  3392.                  <a href="women-jewelry-anklets.html" class="site-nav__dropdown-link" >
  3393.                    Anklets
  3394.                  </a>
  3395.                </div>
  3396.                
  3397.                <div>
  3398.                  <a href="women-jewelry-body-jewelry.html" class="site-nav__dropdown-link" >
  3399.                    Body Jewelry
  3400.                  </a>
  3401.                </div>
  3402.                
  3403.                <div>
  3404.                  <a href="women-jewelry-bracelets.html" class="site-nav__dropdown-link" >
  3405.                    Bracelets
  3406.                  </a>
  3407.                </div>
  3408.                
  3409.                <div>
  3410.                  <a href="women-jewelry-brooches-lapel-pins.html" class="site-nav__dropdown-link" >
  3411.                    Brooches & Lapel pins
  3412.                  </a>
  3413.                </div>
  3414.                
  3415.                <div>
  3416.                  <a href="women-jewelry-charms-pendants.html" class="site-nav__dropdown-link" >
  3417.                    Charms & Pendants
  3418.                  </a>
  3419.                </div>
  3420.                
  3421.                <div>
  3422.                  <a href="women-jewelry-earrings.html" class="site-nav__dropdown-link" >
  3423.                    Earrings
  3424.                  </a>
  3425.                </div>
  3426.                
  3427.                <div>
  3428.                  <a href="women-jewelry-necklaces.html" class="site-nav__dropdown-link" >
  3429.                    Necklaces
  3430.                  </a>
  3431.                </div>
  3432.                
  3433.                <div>
  3434.                  <a href="women-jewelry-rings.html" class="site-nav__dropdown-link" >
  3435.                    Rings
  3436.                  </a>
  3437.                </div>
  3438.                
  3439.                <div>
  3440.                  <a href="women-accessories-womens-watches.html" class="site-nav__dropdown-link" >
  3441.                    Watches
  3442.                  </a>
  3443.                </div>
  3444.                
  3445.  
  3446.                
  3447.  
  3448.                
  3449.  
  3450.  
  3451.                
  3452.  
  3453.                
  3454.  
  3455.              </div>
  3456.              <div
  3457.                class="grid__item medium-up--one-sixth appear-animation appear-delay-9 ">
  3458.                
  3459.  
  3460.  
  3461.                
  3462.                
  3463.                
  3464.                <div class="h5">
  3465.                  
  3466.                  <a href="women-accessories.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Accessories</a>
  3467.                  
  3468.                </div>
  3469.                
  3470.  
  3471.                <div>
  3472.                  <a href="women-accessories-belts.html" class="site-nav__dropdown-link" >
  3473.                    Belts
  3474.                  </a>
  3475.                </div>
  3476.                
  3477.                <div>
  3478.                  <a href="women-accessories-gloves.html" class="site-nav__dropdown-link" >
  3479.                    Gloves
  3480.                  </a>
  3481.                </div>
  3482.                
  3483.                <div>
  3484.                  <a href="women-accessories-headwear-hats.html" class="site-nav__dropdown-link" >
  3485.                    Hats
  3486.                  </a>
  3487.                </div>
  3488.                
  3489.                <div>
  3490.                  <a href="women-accessories-scarves-wraps.html" class="site-nav__dropdown-link" >
  3491.                    Scarves & Wraps
  3492.                  </a>
  3493.                </div>
  3494.                
  3495.                <div>
  3496.                  <a href="https://shoppremiumoutlets.com/collections/women-accessories-sunglasses-eyewear?page=1" class="site-nav__dropdown-link" >
  3497.                    Sunglasses & Eyewear
  3498.                  </a>
  3499.                </div>
  3500.                
  3501.                <div>
  3502.                  <a href="women-accessories-wallets-keychains.html" class="site-nav__dropdown-link" >
  3503.                    Wallets
  3504.                  </a>
  3505.                </div>
  3506.                
  3507.  
  3508.                
  3509.  
  3510.                
  3511.  
  3512.  
  3513.                
  3514.  
  3515.                
  3516.  
  3517.              </div>
  3518.              <div
  3519.                class="grid__item medium-up--one-sixth appear-animation appear-delay-11 ">
  3520.                
  3521.  
  3522.  
  3523.                
  3524.                
  3525.                
  3526.                <div class="h5">
  3527.                  
  3528.                  <a href="accessories-health-beauty.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Beauty</a>
  3529.                  
  3530.                </div>
  3531.                
  3532.  
  3533.                <div>
  3534.                  <a href="accessories-health-beauty-bath-body.html" class="site-nav__dropdown-link" >
  3535.                    Bath & Body
  3536.                  </a>
  3537.                </div>
  3538.                
  3539.                <div>
  3540.                  <a href="accessories-health-beauty-fragrance-womens-fragrance-perfume.html" class="site-nav__dropdown-link" >
  3541.                    Fragrance
  3542.                  </a>
  3543.                </div>
  3544.                
  3545.                <div>
  3546.                  <a href="accessories-health-beauty-hair-care-styling.html" class="site-nav__dropdown-link" >
  3547.                    Hair Care & Styling
  3548.                  </a>
  3549.                </div>
  3550.                
  3551.                <div>
  3552.                  <a href="accessories-health-beauty-makeup.html" class="site-nav__dropdown-link" >
  3553.                    Makeup
  3554.                  </a>
  3555.                </div>
  3556.                
  3557.                <div>
  3558.                  <a href="accessories-health-beauty-nail-care.html" class="site-nav__dropdown-link" >
  3559.                    Nail Care
  3560.                  </a>
  3561.                </div>
  3562.                
  3563.                <div>
  3564.                  <a href="accessories-health-beauty-shaving-grooming.html" class="site-nav__dropdown-link" >
  3565.                    Shaving & Grooming
  3566.                  </a>
  3567.                </div>
  3568.                
  3569.                <div>
  3570.                  <a href="accessories-health-beauty-skin-care.html" class="site-nav__dropdown-link" >
  3571.                    Skin Care
  3572.                  </a>
  3573.                </div>
  3574.                
  3575.  
  3576.                
  3577.              </div>
  3578.            </div>
  3579.          </div>
  3580.        </div>
  3581.        
  3582.    </li>
  3583.    
  3584.      
  3585.    
  3586.    
  3587.    <li
  3588.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  3589.      aria-haspopup="true" >
  3590.        <a href="men.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  3591.          Men
  3592.        </a>
  3593.      
  3594. <div class="site-nav__dropdown megamenu text-left">
  3595.        <div class="page-width">
  3596.          <div class="grid">
  3597.            
  3598.            <div
  3599.              class="grid__item medium-up--one-sixth appear-animation appear-delay-1 menu-image">
  3600.              
  3601.                
  3602.  
  3603.                
  3604.  
  3605.  
  3606.                
  3607.  
  3608.                
  3609.                
  3610.                <a href="store-nautica.html"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/Nautica_FlyoutCard.png?v=1725653392" alt="" class="menu-image-img lazyload" /></a>
  3611.                
  3612.  
  3613.                
  3614.                
  3615.                
  3616.  
  3617.  
  3618.                
  3619.  
  3620.                
  3621.  
  3622.  
  3623.                
  3624.  
  3625.                
  3626.  
  3627.              </div>
  3628.              <div
  3629.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  3630.                
  3631.  
  3632.  
  3633.                
  3634.                
  3635.                
  3636.                <div class="h5">
  3637.                  
  3638.                  <a href="men-clothing.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Clothing</a>
  3639.                  
  3640.                </div>
  3641.                
  3642.  
  3643.                <div>
  3644.                  <a href="men-clothing-activewear.html" class="site-nav__dropdown-link" >
  3645.                    Activewear
  3646.                  </a>
  3647.                </div>
  3648.                
  3649.                <div>
  3650.                  <a href="men-clothing-outerwear-coats-jackets.html" class="site-nav__dropdown-link" >
  3651.                    Coats & Jackets
  3652.                  </a>
  3653.                </div>
  3654.                
  3655.                <div>
  3656.                  <a href="men-clothing-jeans.html" class="site-nav__dropdown-link" >
  3657.                    Jeans
  3658.                  </a>
  3659.                </div>
  3660.                
  3661.                <div>
  3662.                  <a href="men-clothing-pants.html" class="site-nav__dropdown-link" >
  3663.                    Pants
  3664.                  </a>
  3665.                </div>
  3666.                
  3667.                <div>
  3668.                  <a href="men-clothing-shorts.html" class="site-nav__dropdown-link" >
  3669.                    Shorts
  3670.                  </a>
  3671.                </div>
  3672.                
  3673.                <div>
  3674.                  <a href="men-clothing-sleepwear-loungewear.html" class="site-nav__dropdown-link" >
  3675.                    Sleepwear & Loungewear
  3676.                  </a>
  3677.                </div>
  3678.                
  3679.                <div>
  3680.                  <a href="men-clothing-suits-sport-coats.html" class="site-nav__dropdown-link" >
  3681.                    Suits & Sport Coats
  3682.                  </a>
  3683.                </div>
  3684.                
  3685.                <div>
  3686.                  <a href="men-clothing-sweaters.html" class="site-nav__dropdown-link" >
  3687.                    Sweaters
  3688.                  </a>
  3689.                </div>
  3690.                
  3691.                <div>
  3692.                  <a href="men-clothing-sweatshirts-hoodies.html" class="site-nav__dropdown-link" >
  3693.                    Sweatshirts & Hoodies
  3694.                  </a>
  3695.                </div>
  3696.                
  3697.                <div>
  3698.                  <a href="men-clothing-swimwear.html" class="site-nav__dropdown-link" >
  3699.                    Swimwear
  3700.                  </a>
  3701.                </div>
  3702.                
  3703.                <div>
  3704.                  <a href="men-clothing-shirts.html" class="site-nav__dropdown-link" >
  3705.                    T-Shirts & Tops
  3706.                  </a>
  3707.                </div>
  3708.                
  3709.  
  3710.                
  3711.  
  3712.                
  3713.  
  3714.  
  3715.                
  3716.  
  3717.                
  3718.  
  3719.              </div>
  3720.              <div
  3721.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  3722.                
  3723.  
  3724.  
  3725.                
  3726.                
  3727.                
  3728.                <div class="h5">
  3729.                  
  3730.                  <a href="men-shoes.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shoes</a>
  3731.                  
  3732.                </div>
  3733.                
  3734.  
  3735.                <div>
  3736.                  <a href="men-shoes-athletic.html" class="site-nav__dropdown-link" >
  3737.                    Athletic Sneakers
  3738.                  </a>
  3739.                </div>
  3740.                
  3741.                <div>
  3742.                  <a href="men-shoes-boots-chukkas.html" class="site-nav__dropdown-link" >
  3743.                    Boots & Chukkas
  3744.                  </a>
  3745.                </div>
  3746.                
  3747.                <div>
  3748.                  <a href="men-shoes-dress.html" class="site-nav__dropdown-link" >
  3749.                    Dress Shoes
  3750.                  </a>
  3751.                </div>
  3752.                
  3753.                <div>
  3754.                  <a href="men-shoes-loafers-slip-ons.html" class="site-nav__dropdown-link" >
  3755.                    Loafers & Slip-Ons
  3756.                  </a>
  3757.                </div>
  3758.                
  3759.                <div>
  3760.                  <a href="men-shoes-oxfords.html" class="site-nav__dropdown-link" >
  3761.                    Oxfords
  3762.                  </a>
  3763.                </div>
  3764.                
  3765.                <div>
  3766.                  <a href="men-shoes-sandals.html" class="site-nav__dropdown-link" >
  3767.                    Sandals
  3768.                  </a>
  3769.                </div>
  3770.                
  3771.                <div>
  3772.                  <a href="men-shoes-slippers.html" class="site-nav__dropdown-link" >
  3773.                    Slippers
  3774.                  </a>
  3775.                </div>
  3776.                
  3777.                <div>
  3778.                  <a href="men-shoes-fashion-sneakers.html" class="site-nav__dropdown-link" >
  3779.                    Sneakers
  3780.                  </a>
  3781.                </div>
  3782.                
  3783.                <div>
  3784.                  <a href="men-shoes-winter-rain-boots.html" class="site-nav__dropdown-link" >
  3785.                    Winter & Rain Boots
  3786.                  </a>
  3787.                </div>
  3788.                
  3789.  
  3790.                
  3791.  
  3792.                
  3793.  
  3794.  
  3795.                
  3796.  
  3797.                
  3798.  
  3799.              </div>
  3800.              <div
  3801.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  3802.                
  3803.  
  3804.  
  3805.                
  3806.                
  3807.                
  3808.                <div class="h5">
  3809.                  
  3810.                  <a href="men-accessories.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Accessories</a>
  3811.                  
  3812.                </div>
  3813.                
  3814.  
  3815.                <div>
  3816.                  <a href="men-accessories-belts-belt-buckles.html" class="site-nav__dropdown-link" >
  3817.                    Belts & Buckles
  3818.                  </a>
  3819.                </div>
  3820.                
  3821.                <div>
  3822.                  <a href="accessories-health-beauty-fragrance-mens-fragrance-cologne.html" class="site-nav__dropdown-link" >
  3823.                    Fragrance
  3824.                  </a>
  3825.                </div>
  3826.                
  3827.                <div>
  3828.                  <a href="men-accessories-gloves-mittens.html" class="site-nav__dropdown-link" >
  3829.                    Gloves
  3830.                  </a>
  3831.                </div>
  3832.                
  3833.                <div>
  3834.                  <a href="men-accessories-headwear.html" class="site-nav__dropdown-link" >
  3835.                    Hats
  3836.                  </a>
  3837.                </div>
  3838.                
  3839.                <div>
  3840.                  <a href="men-accessories-mens-jewelry.html" class="site-nav__dropdown-link" >
  3841.                    Jewelry
  3842.                  </a>
  3843.                </div>
  3844.                
  3845.                <div>
  3846.                  <a href="men-accessories-scarves.html" class="site-nav__dropdown-link" >
  3847.                    Scarves
  3848.                  </a>
  3849.                </div>
  3850.                
  3851.                <div>
  3852.                  <a href="men-accessories-clothing-accessories-neckties.html" class="site-nav__dropdown-link" >
  3853.                    Ties
  3854.                  </a>
  3855.                </div>
  3856.                
  3857.                <div>
  3858.                  <a href="https://shoppremiumoutlets.com/collections/men-accessories-sunglasses-eyewear?page=1" class="site-nav__dropdown-link" >
  3859.                    Sunglasses & Eyewear
  3860.                  </a>
  3861.                </div>
  3862.                
  3863.                <div>
  3864.                  <a href="men-accessories-wallets-keychains.html" class="site-nav__dropdown-link" >
  3865.                    Wallets & Card Cases
  3866.                  </a>
  3867.                </div>
  3868.                
  3869.                <div>
  3870.                  <a href="men-accessories-mens-watches.html" class="site-nav__dropdown-link" >
  3871.                    Watches
  3872.                  </a>
  3873.                </div>
  3874.                
  3875.  
  3876.                
  3877.              </div>
  3878.            </div>
  3879.          </div>
  3880.        </div>
  3881.        
  3882.    </li>
  3883.    
  3884.      
  3885.    
  3886.    
  3887.    <li
  3888.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  3889.      aria-haspopup="true" >
  3890.        <a href="shoes.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  3891.          Shoes
  3892.        </a>
  3893.      
  3894. <div class="site-nav__dropdown megamenu text-left">
  3895.        <div class="page-width">
  3896.          <div class="grid">
  3897.            
  3898.              <div class="grid__item medium-up--one-sixth appear-animation appear-delay-1">
  3899.                
  3900.                
  3901.  
  3902.                
  3903.  
  3904.  
  3905.                
  3906.  
  3907.                
  3908.                
  3909.  
  3910.  
  3911.                
  3912.                
  3913.                
  3914.                <div class="h5">
  3915.                  
  3916.                  <a href="women-shoes.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Women's Shoes</a>
  3917.                  
  3918.                </div>
  3919.                
  3920.  
  3921.                <div>
  3922.                  <a href="women-shoes-athletic.html" class="site-nav__dropdown-link" >
  3923.                    Athletic
  3924.                  </a>
  3925.                </div>
  3926.                
  3927.                <div>
  3928.                  <a href="women-shoes-booties.html" class="site-nav__dropdown-link" >
  3929.                    Booties
  3930.                  </a>
  3931.                </div>
  3932.                
  3933.                <div>
  3934.                  <a href="women-shoes-boots.html" class="site-nav__dropdown-link" >
  3935.                    Boots
  3936.                  </a>
  3937.                </div>
  3938.                
  3939.                <div>
  3940.                  <a href="women-shoes-flats.html" class="site-nav__dropdown-link" >
  3941.                    Flats
  3942.                  </a>
  3943.                </div>
  3944.                
  3945.                <div>
  3946.                  <a href="women-shoes-loafers-slip-ons.html" class="site-nav__dropdown-link" >
  3947.                    Loafers & Slip-ons
  3948.                  </a>
  3949.                </div>
  3950.                
  3951.                <div>
  3952.                  <a href="women-shoes-mules-slides.html" class="site-nav__dropdown-link" >
  3953.                    Mules & Slides
  3954.                  </a>
  3955.                </div>
  3956.                
  3957.                <div>
  3958.                  <a href="women-shoes-pumps-heels.html" class="site-nav__dropdown-link" >
  3959.                    Pumps & Heels
  3960.                  </a>
  3961.                </div>
  3962.                
  3963.                <div>
  3964.                  <a href="women-shoes-sandals.html" class="site-nav__dropdown-link" >
  3965.                    Sandals
  3966.                  </a>
  3967.                </div>
  3968.                
  3969.                <div>
  3970.                  <a href="women-shoes-slippers.html" class="site-nav__dropdown-link" >
  3971.                    Slippers
  3972.                  </a>
  3973.                </div>
  3974.                
  3975.                <div>
  3976.                  <a href="women-shoes-fashion-sneakers.html" class="site-nav__dropdown-link" >
  3977.                    Sneakers
  3978.                  </a>
  3979.                </div>
  3980.                
  3981.                <div>
  3982.                  <a href="women-shoes-wedges-espadrilles.html" class="site-nav__dropdown-link" >
  3983.                    Wedges & Espadrilles
  3984.                  </a>
  3985.                </div>
  3986.                
  3987.                <div>
  3988.                  <a href="women-shoes-winter-rain-boots.html" class="site-nav__dropdown-link" >
  3989.                    Winter & Rain Boots
  3990.                  </a>
  3991.                </div>
  3992.                
  3993.  
  3994.                
  3995.  
  3996.                
  3997.  
  3998.  
  3999.                
  4000.  
  4001.                
  4002.  
  4003.              </div>
  4004.              <div
  4005.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  4006.                
  4007.  
  4008.  
  4009.                
  4010.                
  4011.                
  4012.                <div class="h5">
  4013.                  
  4014.                  <a href="men-shoes.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Men's Shoes</a>
  4015.                  
  4016.                </div>
  4017.                
  4018.  
  4019.                <div>
  4020.                  <a href="men-shoes-athletic.html" class="site-nav__dropdown-link" >
  4021.                    Athletic Sneakers
  4022.                  </a>
  4023.                </div>
  4024.                
  4025.                <div>
  4026.                  <a href="men-shoes-boots-chukkas.html" class="site-nav__dropdown-link" >
  4027.                    Boots & Chukkas
  4028.                  </a>
  4029.                </div>
  4030.                
  4031.                <div>
  4032.                  <a href="men-shoes-dress.html" class="site-nav__dropdown-link" >
  4033.                    Dress Shoes
  4034.                  </a>
  4035.                </div>
  4036.                
  4037.                <div>
  4038.                  <a href="men-shoes-loafers-slip-ons.html" class="site-nav__dropdown-link" >
  4039.                    Loafers & Slip-Ons
  4040.                  </a>
  4041.                </div>
  4042.                
  4043.                <div>
  4044.                  <a href="men-shoes-oxfords.html" class="site-nav__dropdown-link" >
  4045.                    Oxfords
  4046.                  </a>
  4047.                </div>
  4048.                
  4049.                <div>
  4050.                  <a href="men-shoes-sandals.html" class="site-nav__dropdown-link" >
  4051.                    Sandals
  4052.                  </a>
  4053.                </div>
  4054.                
  4055.                <div>
  4056.                  <a href="men-shoes-slippers.html" class="site-nav__dropdown-link" >
  4057.                    Slippers
  4058.                  </a>
  4059.                </div>
  4060.                
  4061.                <div>
  4062.                  <a href="men-shoes-fashion-sneakers.html" class="site-nav__dropdown-link" >
  4063.                    Sneakers
  4064.                  </a>
  4065.                </div>
  4066.                
  4067.                <div>
  4068.                  <a href="men-shoes-winter-rain-boots.html" class="site-nav__dropdown-link" >
  4069.                    Winter & Rain Boots
  4070.                  </a>
  4071.                </div>
  4072.                
  4073.  
  4074.                
  4075.  
  4076.                
  4077.  
  4078.  
  4079.                
  4080.  
  4081.                
  4082.  
  4083.              </div>
  4084.              <div
  4085.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  4086.                
  4087.  
  4088.  
  4089.                
  4090.                
  4091.                
  4092.                <div class="h5">
  4093.                  
  4094.                  <a href="kids-girls-shoes.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Girl's Shoes</a>
  4095.                  
  4096.                </div>
  4097.                
  4098.  
  4099.                <div>
  4100.                  <a href="kids-girls-shoes-athletic.html" class="site-nav__dropdown-link" >
  4101.                    Athletic & Sneakers
  4102.                  </a>
  4103.                </div>
  4104.                
  4105.                <div>
  4106.                  <a href="kids-baby-toddler-shoes.html" class="site-nav__dropdown-link" >
  4107.                    Baby & Toddler Shoes
  4108.                  </a>
  4109.                </div>
  4110.                
  4111.                <div>
  4112.                  <a href="kids-girls-shoes-boots-booties.html" class="site-nav__dropdown-link" >
  4113.                    Boots & Booties
  4114.                  </a>
  4115.                </div>
  4116.                
  4117.                <div>
  4118.                  <a href="kids-girls-shoes-casual.html" class="site-nav__dropdown-link" >
  4119.                    Casual
  4120.                  </a>
  4121.                </div>
  4122.                
  4123.                <div>
  4124.                  <a href="kids-girls-shoes-dress.html" class="site-nav__dropdown-link" >
  4125.                    Dress
  4126.                  </a>
  4127.                </div>
  4128.                
  4129.                <div>
  4130.                  <a href="kids-girls-shoes-sandals.html" class="site-nav__dropdown-link" >
  4131.                    Sandals
  4132.                  </a>
  4133.                </div>
  4134.                
  4135.                <div>
  4136.                  <a href="kids-girls-shoes-slippers.html" class="site-nav__dropdown-link" >
  4137.                    Slippers
  4138.                  </a>
  4139.                </div>
  4140.                
  4141.  
  4142.                
  4143.  
  4144.                
  4145.  
  4146.  
  4147.                
  4148.  
  4149.                
  4150.  
  4151.              </div>
  4152.              <div
  4153.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  4154.                
  4155.  
  4156.  
  4157.                
  4158.                
  4159.                
  4160.                <div class="h5">
  4161.                  
  4162.                  <a href="kids-boys-shoes.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Boy's Shoes</a>
  4163.                  
  4164.                </div>
  4165.                
  4166.  
  4167.                <div>
  4168.                  <a href="kids-boys-shoes-athletic.html" class="site-nav__dropdown-link" >
  4169.                    Athletic & Sneakers
  4170.                  </a>
  4171.                </div>
  4172.                
  4173.                <div>
  4174.                  <a href="kids-baby-toddler-shoes.html" class="site-nav__dropdown-link" >
  4175.                    Baby & Toddler Shoes
  4176.                  </a>
  4177.                </div>
  4178.                
  4179.                <div>
  4180.                  <a href="kids-boys-shoes-boots.html" class="site-nav__dropdown-link" >
  4181.                    Boots
  4182.                  </a>
  4183.                </div>
  4184.                
  4185.                <div>
  4186.                  <a href="kids-boys-shoes-casual.html" class="site-nav__dropdown-link" >
  4187.                    Casual
  4188.                  </a>
  4189.                </div>
  4190.                
  4191.                <div>
  4192.                  <a href="kids-boys-shoes-sandals.html" class="site-nav__dropdown-link" >
  4193.                    Sandals
  4194.                  </a>
  4195.                </div>
  4196.                
  4197.                <div>
  4198.                  <a href="kids-boys-shoes-slippers.html" class="site-nav__dropdown-link" >
  4199.                    Slippers
  4200.                  </a>
  4201.                </div>
  4202.                
  4203.  
  4204.                
  4205.  
  4206.                
  4207.  
  4208.  
  4209.                
  4210.  
  4211.                
  4212.  
  4213.              </div>
  4214.              <div
  4215.                class="grid__item medium-up--one-sixth appear-animation appear-delay-9 menu-image">
  4216.                
  4217.                <a href="curated-for-the-sneaker-lover.html"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/Sneakers_flyout_1230.png?v=1735568273" alt="" class="menu-image-img lazyload" /></a>
  4218.                
  4219.  
  4220.                
  4221.                
  4222.                
  4223.  
  4224.  
  4225.                
  4226.              </div>
  4227.            </div>
  4228.          </div>
  4229.        </div>
  4230.        
  4231.    </li>
  4232.    
  4233.      
  4234.    
  4235.    
  4236.    <li
  4237.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  4238.      aria-haspopup="true" >
  4239.        <a href="women-handbags.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  4240.          Handbags
  4241.        </a>
  4242.      
  4243. <div class="site-nav__dropdown megamenu text-left">
  4244.        <div class="page-width">
  4245.          <div class="grid">
  4246.            
  4247.            <div
  4248.              class="grid__item medium-up--one-sixth appear-animation appear-delay-1 menu-image">
  4249.              
  4250.                
  4251.  
  4252.                
  4253.  
  4254.  
  4255.                
  4256.  
  4257.                
  4258.                
  4259.                <a href="store-coach-outlet.html"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/Coach_Flyout_0906.png?v=1725653624" alt="" class="menu-image-img lazyload" /></a>
  4260.                
  4261.  
  4262.                
  4263.                
  4264.                
  4265.  
  4266.  
  4267.                
  4268.  
  4269.                
  4270.  
  4271.  
  4272.                
  4273.  
  4274.                
  4275.  
  4276.              </div>
  4277.              <div
  4278.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  4279.                
  4280.  
  4281.  
  4282.                
  4283.                
  4284.                
  4285.                <div class="h5">
  4286.                  
  4287.                  <a href="women-handbags.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Handbags</a>
  4288.                  
  4289.                </div>
  4290.                
  4291.  
  4292.                <div>
  4293.                  <a href="women-handbags-backpacks.html" class="site-nav__dropdown-link" >
  4294.                    Backpacks
  4295.                  </a>
  4296.                </div>
  4297.                
  4298.                <div>
  4299.                  <a href="women-handbags-belt-bags.html" class="site-nav__dropdown-link" >
  4300.                    Belt Bags
  4301.                  </a>
  4302.                </div>
  4303.                
  4304.                <div>
  4305.                  <a href="women-handbags-bucket-bags.html" class="site-nav__dropdown-link" >
  4306.                    Bucket Bags
  4307.                  </a>
  4308.                </div>
  4309.                
  4310.                <div>
  4311.                  <a href="women-handbags-clutches.html" class="site-nav__dropdown-link" >
  4312.                    Clutches
  4313.                  </a>
  4314.                </div>
  4315.                
  4316.                <div>
  4317.                  <a href="women-handbags-crossbody-bags.html" class="site-nav__dropdown-link" >
  4318.                    Crossbody Bags
  4319.                  </a>
  4320.                </div>
  4321.                
  4322.                <div>
  4323.                  <a href="women-handbags-hobo-bags.html" class="site-nav__dropdown-link" >
  4324.                    Hobo Bags
  4325.                  </a>
  4326.                </div>
  4327.                
  4328.                <div>
  4329.                  <a href="women-handbags-satchels.html" class="site-nav__dropdown-link" >
  4330.                    Satchels
  4331.                  </a>
  4332.                </div>
  4333.                
  4334.                <div>
  4335.                  <a href="women-handbags-shoulder-bags.html" class="site-nav__dropdown-link" >
  4336.                    Shoulder Bags
  4337.                  </a>
  4338.                </div>
  4339.                
  4340.                <div>
  4341.                  <a href="women-handbags-tote-bags.html" class="site-nav__dropdown-link" >
  4342.                    Tote Bags
  4343.                  </a>
  4344.                </div>
  4345.                
  4346.                <div>
  4347.                  <a href="women-handbags-wristlets.html" class="site-nav__dropdown-link" >
  4348.                    Wristlets
  4349.                  </a>
  4350.                </div>
  4351.                
  4352.  
  4353.                
  4354.  
  4355.                
  4356.  
  4357.  
  4358.                
  4359.  
  4360.                
  4361.  
  4362.              </div>
  4363.              <div
  4364.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  4365.                
  4366.  
  4367.  
  4368.                
  4369.                
  4370.                
  4371.                <div class="h5">
  4372.                  
  4373.                  <a href="home-travel.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Travel</a>
  4374.                  
  4375.                </div>
  4376.                
  4377.  
  4378.                <div>
  4379.                  <a href="home-travel-luggage-travel-gear-backpacks.html" class="site-nav__dropdown-link" >
  4380.                    Backpacks
  4381.                  </a>
  4382.                </div>
  4383.                
  4384.                <div>
  4385.                  <a href="home-travel-utility-bags-cosmetic-toiletry-bags.html" class="site-nav__dropdown-link" >
  4386.                    Cosmetic & Toiletry Bags
  4387.                  </a>
  4388.                </div>
  4389.                
  4390.                <div>
  4391.                  <a href="home-travel-utility-bags-duffle-bags.html" class="site-nav__dropdown-link" >
  4392.                    Duffel Bags
  4393.                  </a>
  4394.                </div>
  4395.                
  4396.                <div>
  4397.                  <a href="home-travel-utility-bags-fanny-packs.html" class="site-nav__dropdown-link" >
  4398.                    Fanny Packs
  4399.                  </a>
  4400.                </div>
  4401.                
  4402.                <div>
  4403.                  <a href="home-travel-travel-accessories-luggage-tags.html" class="site-nav__dropdown-link" >
  4404.                    Luggage Tags
  4405.                  </a>
  4406.                </div>
  4407.                
  4408.                <div>
  4409.                  <a href="home-travel-luggage-travel-gear-messenger-bags.html" class="site-nav__dropdown-link" >
  4410.                    Messenger Bags
  4411.                  </a>
  4412.                </div>
  4413.                
  4414.                <div>
  4415.                  <a href="home-travel-luggage-travel-gear-suitcases.html" class="site-nav__dropdown-link" >
  4416.                    Suitcases
  4417.                  </a>
  4418.                </div>
  4419.                
  4420.                <div>
  4421.                  <a href="home-traveld3a5.html?page=1&amp;ProductType=accessories-health-beauty-sleeping-aids-travel-pillows" class="site-nav__dropdown-link" >
  4422.                    Travel Pillows
  4423.                  </a>
  4424.                </div>
  4425.                
  4426.                <div>
  4427.                  <a href="home-travel-travel-accessories-travel-pouches.html" class="site-nav__dropdown-link" >
  4428.                    Travel Pouches
  4429.                  </a>
  4430.                </div>
  4431.                
  4432.  
  4433.                
  4434.  
  4435.                
  4436.  
  4437.  
  4438.                
  4439.  
  4440.                
  4441.  
  4442.              </div>
  4443.              <div
  4444.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  4445.                
  4446.  
  4447.  
  4448.                
  4449.                
  4450.                
  4451.                <div class="h5">
  4452.                  
  4453.                  <a href="women-accessories-wallets-keychains.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Wallets & Small Accessories</a>
  4454.                  
  4455.                </div>
  4456.                
  4457.  
  4458.                <div>
  4459.                  <a href="women-accessories-wallets-keychains-card-cases.html" class="site-nav__dropdown-link" >
  4460.                    Card Cases
  4461.                  </a>
  4462.                </div>
  4463.                
  4464.                <div>
  4465.                  <a href="women-accessories-wallets-keychains-coin-purses-pouches.html" class="site-nav__dropdown-link" >
  4466.                    Coin Purses & Pouches
  4467.                  </a>
  4468.                </div>
  4469.                
  4470.                <div>
  4471.                  <a href="women-accessories-wallets-keychains-wallets.html" class="site-nav__dropdown-link" >
  4472.                    Wallets
  4473.                  </a>
  4474.                </div>
  4475.                
  4476.  
  4477.                
  4478.  
  4479.                
  4480.  
  4481.  
  4482.                
  4483.  
  4484.                
  4485.  
  4486.              </div>
  4487.              <div
  4488.                class="grid__item medium-up--one-sixth appear-animation appear-delay-9 menu-image">
  4489.                
  4490.                <a href="curated-luxe26a2.html?ProductType=women-handbags"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/LuxeHandbags_flyout_1230.png?v=1735568719" alt="" class="menu-image-img lazyload" /></a>
  4491.                
  4492.  
  4493.                
  4494.                
  4495.                
  4496.  
  4497.  
  4498.                
  4499.              </div>
  4500.            </div>
  4501.          </div>
  4502.        </div>
  4503.        
  4504.    </li>
  4505.    
  4506.      
  4507.    
  4508.    
  4509.    <li
  4510.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  4511.      aria-haspopup="true" >
  4512.        <a href="kids.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  4513.          Kids
  4514.        </a>
  4515.      
  4516. <div class="site-nav__dropdown megamenu text-left">
  4517.        <div class="page-width">
  4518.          <div class="grid">
  4519.            
  4520.            <div
  4521.              class="grid__item medium-up--one-sixth appear-animation appear-delay-1 menu-image">
  4522.              
  4523.                
  4524.  
  4525.                
  4526.  
  4527.  
  4528.                
  4529.  
  4530.                
  4531.                
  4532.                <a href="store-kids-atelier.html"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/KidsAtelier_flyout_1230.png?v=1735568484" alt="" class="menu-image-img lazyload" /></a>
  4533.                
  4534.  
  4535.                
  4536.                
  4537.                
  4538.  
  4539.  
  4540.                
  4541.  
  4542.                
  4543.  
  4544.  
  4545.                
  4546.  
  4547.                
  4548.  
  4549.              </div>
  4550.              <div
  4551.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  4552.                
  4553.  
  4554.  
  4555.                
  4556.                
  4557.                
  4558.                <div class="h5">
  4559.                  
  4560.                  <a href="kids-girls-clothing.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Girls</a>
  4561.                  
  4562.                </div>
  4563.                
  4564.  
  4565.                <div>
  4566.                  <a href="kids-girls-clothing-activewear.html" class="site-nav__dropdown-link" >
  4567.                    Activewear
  4568.                  </a>
  4569.                </div>
  4570.                
  4571.                <div>
  4572.                  <a href="kids-girls-clothing-outerwear-coats-jackets.html" class="site-nav__dropdown-link" >
  4573.                    Coats & Jackets
  4574.                  </a>
  4575.                </div>
  4576.                
  4577.                <div>
  4578.                  <a href="kids-girls-clothing-dresses.html" class="site-nav__dropdown-link" >
  4579.                    Dresses
  4580.                  </a>
  4581.                </div>
  4582.                
  4583.                <div>
  4584.                  <a href="kids-girls-clothing-jeans.html" class="site-nav__dropdown-link" >
  4585.                    Jeans
  4586.                  </a>
  4587.                </div>
  4588.                
  4589.                <div>
  4590.                  <a href="kids-girls-clothing-sleepwear.html" class="site-nav__dropdown-link" >
  4591.                    Pajamas
  4592.                  </a>
  4593.                </div>
  4594.                
  4595.                <div>
  4596.                  <a href="kids-girls-clothing-pants.html" class="site-nav__dropdown-link" >
  4597.                    Pants
  4598.                  </a>
  4599.                </div>
  4600.                
  4601.                <div>
  4602.                  <a href="kids-girls-clothing-shirts-tops.html" class="site-nav__dropdown-link" >
  4603.                    Shirts & Tops
  4604.                  </a>
  4605.                </div>
  4606.                
  4607.                <div>
  4608.                  <a href="kids-girls-clothing-shorts.html" class="site-nav__dropdown-link" >
  4609.                    Shorts
  4610.                  </a>
  4611.                </div>
  4612.                
  4613.                <div>
  4614.                  <a href="kids-girls-clothing-skirts.html" class="site-nav__dropdown-link" >
  4615.                    Skirts
  4616.                  </a>
  4617.                </div>
  4618.                
  4619.                <div>
  4620.                  <a href="kids-girls-clothing-sweaters.html" class="site-nav__dropdown-link" >
  4621.                    Sweaters
  4622.                  </a>
  4623.                </div>
  4624.                
  4625.                <div>
  4626.                  <a href="kids-girls-clothing-swimwear.html" class="site-nav__dropdown-link" >
  4627.                    Swimwear
  4628.                  </a>
  4629.                </div>
  4630.                
  4631.  
  4632.                
  4633.  
  4634.                
  4635.  
  4636.  
  4637.                
  4638.  
  4639.                
  4640.  
  4641.              </div>
  4642.              <div
  4643.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  4644.                
  4645.  
  4646.  
  4647.                
  4648.                
  4649.                
  4650.                <div class="h5">
  4651.                  
  4652.                  <a href="kids-boys-clothing.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Boys</a>
  4653.                  
  4654.                </div>
  4655.                
  4656.  
  4657.                <div>
  4658.                  <a href="kids-boys-clothing-outerwear-coats-jackets.html" class="site-nav__dropdown-link" >
  4659.                    Coats & Jackets
  4660.                  </a>
  4661.                </div>
  4662.                
  4663.                <div>
  4664.                  <a href="kids-boys-clothing-jeans.html" class="site-nav__dropdown-link" >
  4665.                    Jeans
  4666.                  </a>
  4667.                </div>
  4668.                
  4669.                <div>
  4670.                  <a href="kids-boys-clothing-outfit-sets.html" class="site-nav__dropdown-link" >
  4671.                    Outfit Sets
  4672.                  </a>
  4673.                </div>
  4674.                
  4675.                <div>
  4676.                  <a href="kids-boys-clothing-pajamas.html" class="site-nav__dropdown-link" >
  4677.                    Pajamas
  4678.                  </a>
  4679.                </div>
  4680.                
  4681.                <div>
  4682.                  <a href="kids-boys-clothing-pants.html" class="site-nav__dropdown-link" >
  4683.                    Pants
  4684.                  </a>
  4685.                </div>
  4686.                
  4687.                <div>
  4688.                  <a href="kids-boys-clothing-shirts-tops.html" class="site-nav__dropdown-link" >
  4689.                    Shirts & Tops
  4690.                  </a>
  4691.                </div>
  4692.                
  4693.                <div>
  4694.                  <a href="kids-boys-clothing-shorts.html" class="site-nav__dropdown-link" >
  4695.                    Shorts
  4696.                  </a>
  4697.                </div>
  4698.                
  4699.                <div>
  4700.                  <a href="kids-boys-clothing-sweaters.html" class="site-nav__dropdown-link" >
  4701.                    Sweaters
  4702.                  </a>
  4703.                </div>
  4704.                
  4705.                <div>
  4706.                  <a href="kids-boys-clothing-swimwear.html" class="site-nav__dropdown-link" >
  4707.                    Swimwear
  4708.                  </a>
  4709.                </div>
  4710.                
  4711.  
  4712.                
  4713.  
  4714.                
  4715.  
  4716.  
  4717.                
  4718.  
  4719.                
  4720.  
  4721.              </div>
  4722.              <div
  4723.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  4724.                
  4725.  
  4726.  
  4727.                
  4728.                
  4729.                
  4730.                <div class="h5">
  4731.                  
  4732.                  <a href="kids-baby-toddler-clothing.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Baby & Toddler</a>
  4733.                  
  4734.                </div>
  4735.                
  4736.  
  4737.                <div>
  4738.                  <a href="kids-baby-toddler-clothing-bottoms.html" class="site-nav__dropdown-link" >
  4739.                    Bottoms
  4740.                  </a>
  4741.                </div>
  4742.                
  4743.                <div>
  4744.                  <a href="kids-baby-toddler-clothing-one-pieces.html" class="site-nav__dropdown-link" >
  4745.                    One-Pieces
  4746.                  </a>
  4747.                </div>
  4748.                
  4749.                <div>
  4750.                  <a href="kids-baby-toddler-clothing-outerwear.html" class="site-nav__dropdown-link" >
  4751.                    Outerwear
  4752.                  </a>
  4753.                </div>
  4754.                
  4755.                <div>
  4756.                  <a href="kids-baby-toddler-clothing-outfit-sets.html" class="site-nav__dropdown-link" >
  4757.                    Outfit Sets
  4758.                  </a>
  4759.                </div>
  4760.                
  4761.                <div>
  4762.                  <a href="kids-baby-toddler-clothing-sleepwear.html" class="site-nav__dropdown-link" >
  4763.                    Sleepwear
  4764.                  </a>
  4765.                </div>
  4766.                
  4767.                <div>
  4768.                  <a href="kids-baby-toddler-clothing-swimwear.html" class="site-nav__dropdown-link" >
  4769.                    Swimwear
  4770.                  </a>
  4771.                </div>
  4772.                
  4773.                <div>
  4774.                  <a href="kids-baby-toddler-clothing-tops.html" class="site-nav__dropdown-link" >
  4775.                    Tops
  4776.                  </a>
  4777.                </div>
  4778.                
  4779.  
  4780.                
  4781.  
  4782.                
  4783.  
  4784.  
  4785.                
  4786.  
  4787.                
  4788.  
  4789.              </div>
  4790.              <div
  4791.                class="grid__item medium-up--one-sixth appear-animation appear-delay-9 ">
  4792.                
  4793.  
  4794.  
  4795.                
  4796.                
  4797.                
  4798.                <div class="h5">
  4799.                  
  4800.                  <a href="kids79e9.html?ProductType=kids-girls-shoes,kids-boys-shoes,kids-baby-toddler-shoes" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shoes</a>
  4801.                  
  4802.                </div>
  4803.                
  4804.  
  4805.                <div>
  4806.                  <a href="kids-baby-toddler-shoes.html" class="site-nav__dropdown-link" >
  4807.                    Baby & Toddler Shoes
  4808.                  </a>
  4809.                </div>
  4810.                
  4811.                <div>
  4812.                  <a href="kids-boys-shoes.html" class="site-nav__dropdown-link" >
  4813.                    Boy's Shoes
  4814.                  </a>
  4815.                </div>
  4816.                
  4817.                <div>
  4818.                  <a href="kids-girls-shoes.html" class="site-nav__dropdown-link" >
  4819.                    Girl Shoes
  4820.                  </a>
  4821.                </div>
  4822.                
  4823.                <div>
  4824.                  <a href="kids-kids-accessories2679.html?page=1" class="site-nav__dropdown-link" style="padding-top:15px" >
  4825.                    <b>Kids Accessories</b>
  4826.                  </a>
  4827.                </div>
  4828.                
  4829.  
  4830.                
  4831.              </div>
  4832.            </div>
  4833.          </div>
  4834.        </div>
  4835.        
  4836.    </li>
  4837.    
  4838.      
  4839.    
  4840.    
  4841.    <li
  4842.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  4843.      aria-haspopup="true" >
  4844.        <a href="home-2.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  4845.          Home
  4846.        </a>
  4847.      
  4848. <div class="site-nav__dropdown megamenu text-left">
  4849.        <div class="page-width">
  4850.          <div class="grid">
  4851.            
  4852.              <div class="grid__item medium-up--one-sixth appear-animation appear-delay-1">
  4853.                
  4854.                
  4855.  
  4856.                
  4857.  
  4858.  
  4859.                
  4860.  
  4861.                
  4862.                
  4863.  
  4864.  
  4865.                
  4866.                
  4867.                
  4868.                <div class="h5">
  4869.                  
  4870.                  <a href="home-bath.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Bath</a>
  4871.                  
  4872.                </div>
  4873.                
  4874.  
  4875.                <div>
  4876.                  <a href="home-bath-bath-accessories.html" class="site-nav__dropdown-link" >
  4877.                    Bath Accessories
  4878.                  </a>
  4879.                </div>
  4880.                
  4881.                <div>
  4882.                  <a href="home-bath-bath-rugs-mats.html" class="site-nav__dropdown-link" >
  4883.                    Bath Mats & Rugs
  4884.                  </a>
  4885.                </div>
  4886.                
  4887.                <div>
  4888.                  <a href="home-bath-bath-towels-washcloths.html" class="site-nav__dropdown-link" >
  4889.                    Bath Towels
  4890.                  </a>
  4891.                </div>
  4892.                
  4893.                <div>
  4894.                  <a href="home-bath-beach-towels.html" class="site-nav__dropdown-link" >
  4895.                    Beach Towels
  4896.                  </a>
  4897.                </div>
  4898.                
  4899.                <div>
  4900.                  <a href="home-bath-shower-curtains.html" class="site-nav__dropdown-link" >
  4901.                    Shower Curtains
  4902.                  </a>
  4903.                </div>
  4904.                
  4905.  
  4906.                
  4907.  
  4908.                
  4909.  
  4910.  
  4911.                
  4912.  
  4913.                
  4914.  
  4915.              </div>
  4916.              <div
  4917.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  4918.                
  4919.  
  4920.  
  4921.                
  4922.                
  4923.                
  4924.                <div class="h5">
  4925.                  
  4926.                  <a href="home-bedding.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Bedding</a>
  4927.                  
  4928.                </div>
  4929.                
  4930.  
  4931.                <div>
  4932.                  <a href="home-bedding-blankets-throws.html" class="site-nav__dropdown-link" >
  4933.                    Blankets & Throws
  4934.                  </a>
  4935.                </div>
  4936.                
  4937.                <div>
  4938.                  <a href="home-bedding-quilts-comforters.html" class="site-nav__dropdown-link" >
  4939.                    Comforters & Quilts
  4940.                  </a>
  4941.                </div>
  4942.                
  4943.                <div>
  4944.                  <a href="home-bedding-duvet-covers.html" class="site-nav__dropdown-link" >
  4945.                    Duvet Covers
  4946.                  </a>
  4947.                </div>
  4948.                
  4949.                <div>
  4950.                  <a href="home-bedding-mattress-protectors.html" class="site-nav__dropdown-link" >
  4951.                    Mattress Pads & Toppers
  4952.                  </a>
  4953.                </div>
  4954.                
  4955.                <div>
  4956.                  <a href="home-bedding-pillowcases-shams.html" class="site-nav__dropdown-link" >
  4957.                    Pillowcases & Shams
  4958.                  </a>
  4959.                </div>
  4960.                
  4961.                <div>
  4962.                  <a href="home-bedding-pillows.html" class="site-nav__dropdown-link" >
  4963.                    Pillows
  4964.                  </a>
  4965.                </div>
  4966.                
  4967.                <div>
  4968.                  <a href="home-bedding-bed-sheets.html" class="site-nav__dropdown-link" >
  4969.                    Sheets
  4970.                  </a>
  4971.                </div>
  4972.                
  4973.  
  4974.                
  4975.  
  4976.                
  4977.  
  4978.  
  4979.                
  4980.  
  4981.                
  4982.  
  4983.              </div>
  4984.              <div
  4985.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  4986.                
  4987.  
  4988.  
  4989.                
  4990.                
  4991.                
  4992.                <div class="h5">
  4993.                  
  4994.                  <a href="home-decor.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Home Décor</a>
  4995.                  
  4996.                </div>
  4997.                
  4998.  
  4999.                <div>
  5000.                  <a href="home-decor-area-accent-rugs.html" class="site-nav__dropdown-link" >
  5001.                    Area Rugs
  5002.                  </a>
  5003.                </div>
  5004.                
  5005.                <div>
  5006.                  <a href="home-decor-candles-diffusers.html" class="site-nav__dropdown-link" >
  5007.                    Candles & Diffusers
  5008.                  </a>
  5009.                </div>
  5010.                
  5011.                <div>
  5012.                  <a href="home-decor-curtains-window-treatments.html" class="site-nav__dropdown-link" >
  5013.                    Curtains & Window Treatments
  5014.                  </a>
  5015.                </div>
  5016.                
  5017.                <div>
  5018.                  <a href="home-decor-vasses-bowls-trays.html" class="site-nav__dropdown-link" >
  5019.                    Decorative Accessories
  5020.                  </a>
  5021.                </div>
  5022.                
  5023.                <div>
  5024.                  <a href="home-decor-accent-pieces.html" class="site-nav__dropdown-link" >
  5025.                    Faux Florals
  5026.                  </a>
  5027.                </div>
  5028.                
  5029.                <div>
  5030.                  <a href="home-decor-lighting-lamps.html" class="site-nav__dropdown-link" >
  5031.                    Lighting & Lamps
  5032.                  </a>
  5033.                </div>
  5034.                
  5035.                <div>
  5036.                  <a href="home-decor-holiday-decor.html" class="site-nav__dropdown-link" >
  5037.                    Seasonal Décor
  5038.                  </a>
  5039.                </div>
  5040.                
  5041.                <div>
  5042.                  <a href="home-decor-storage-organization.html" class="site-nav__dropdown-link" >
  5043.                    Storage & Organization
  5044.                  </a>
  5045.                </div>
  5046.                
  5047.                <div>
  5048.                  <a href="home-decor-decorative-pillows-throws.html" class="site-nav__dropdown-link" >
  5049.                    Throw Pillows
  5050.                  </a>
  5051.                </div>
  5052.                
  5053.                <div>
  5054.                  <a href="home-decor-mirrors-frames-wall-art.html" class="site-nav__dropdown-link" >
  5055.                    Wall Décor & Mirrors
  5056.                  </a>
  5057.                </div>
  5058.                
  5059.  
  5060.                
  5061.  
  5062.                
  5063.  
  5064.  
  5065.                
  5066.  
  5067.                
  5068.  
  5069.              </div>
  5070.              <div
  5071.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  5072.                
  5073.  
  5074.  
  5075.                
  5076.                
  5077.                
  5078.                <div class="h5">
  5079.                  
  5080.                  <a href="home-kitchen.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Kitchen</a>
  5081.                  
  5082.                </div>
  5083.                
  5084.  
  5085.                <div>
  5086.                  <a href="home-kitchen-bakeware.html" class="site-nav__dropdown-link" >
  5087.                    Bakeware
  5088.                  </a>
  5089.                </div>
  5090.                
  5091.                <div>
  5092.                  <a href="home-kitchen-kitchen-accessories.html" class="site-nav__dropdown-link" >
  5093.                    Cooking Tools & Accessories
  5094.                  </a>
  5095.                </div>
  5096.                
  5097.                <div>
  5098.                  <a href="home-kitchen-cookware.html" class="site-nav__dropdown-link" >
  5099.                    Cookware
  5100.                  </a>
  5101.                </div>
  5102.                
  5103.                <div>
  5104.                  <a href="home-kitchen-cutlery.html" class="site-nav__dropdown-link" >
  5105.                    Cutlery
  5106.                  </a>
  5107.                </div>
  5108.                
  5109.                <div>
  5110.                  <a href="home-kitchen-kitchen-storage.html" class="site-nav__dropdown-link" >
  5111.                    Kitchen Storage
  5112.                  </a>
  5113.                </div>
  5114.                
  5115.                <div>
  5116.                  <a href="home-kitchen-kitchen-appliances.html" class="site-nav__dropdown-link" >
  5117.                    Small Appliances
  5118.                  </a>
  5119.                </div>
  5120.                
  5121.  
  5122.                
  5123.  
  5124.                
  5125.  
  5126.  
  5127.                
  5128.  
  5129.                
  5130.  
  5131.              </div>
  5132.              <div
  5133.                class="grid__item medium-up--one-sixth appear-animation appear-delay-9 ">
  5134.                
  5135.  
  5136.  
  5137.                
  5138.                
  5139.                
  5140.                <div class="h5">
  5141.                  
  5142.                  <a href="home-dining.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Dining</a>
  5143.                  
  5144.                </div>
  5145.                
  5146.  
  5147.                <div>
  5148.                  <a href="home-dining-dinnerware-casual-dining-dinnerware.html" class="site-nav__dropdown-link" >
  5149.                    Dinnerware
  5150.                  </a>
  5151.                </div>
  5152.                
  5153.                <div>
  5154.                  <a href="home-dining-glassess-barware.html" class="site-nav__dropdown-link" >
  5155.                    Drinkware & Barware
  5156.                  </a>
  5157.                </div>
  5158.                
  5159.                <div>
  5160.                  <a href="home-dining-flatware-flatware-cutlery-sets.html" class="site-nav__dropdown-link" >
  5161.                    Flatware
  5162.                  </a>
  5163.                </div>
  5164.                
  5165.                <div>
  5166.                  <a href="home-dining-kitchen-serveware.html" class="site-nav__dropdown-link" >
  5167.                    Serveware
  5168.                  </a>
  5169.                </div>
  5170.                
  5171.                <div>
  5172.                  <a href="home-dining-kitchen-textiles.html" class="site-nav__dropdown-link" >
  5173.                    Table Linens
  5174.                  </a>
  5175.                </div>
  5176.                
  5177.  
  5178.                
  5179.  
  5180.                
  5181.  
  5182.  
  5183.                
  5184.  
  5185.                
  5186.  
  5187.              </div>
  5188.              <div
  5189.                class="grid__item medium-up--one-sixth appear-animation appear-delay-11 ">
  5190.                
  5191.  
  5192.  
  5193.                
  5194.                
  5195.                
  5196.                <div class="h5">
  5197.                  
  5198.                  <a href="home.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">More</a>
  5199.                  
  5200.                </div>
  5201.                
  5202.  
  5203.                <div>
  5204.                  <a href="electronics.html" class="site-nav__dropdown-link" >
  5205.                    Electronics & Accessories
  5206.                  </a>
  5207.                </div>
  5208.                
  5209.                <div>
  5210.                  <a href="home-furniture.html" class="site-nav__dropdown-link" >
  5211.                    Furniture
  5212.                  </a>
  5213.                </div>
  5214.                
  5215.                <div>
  5216.                  <a href="home-housewares.html" class="site-nav__dropdown-link" >
  5217.                    Housewares
  5218.                  </a>
  5219.                </div>
  5220.                
  5221.                <div>
  5222.                  <a href="home-home-garden.html" class="site-nav__dropdown-link" >
  5223.                    Outdoor & Garden
  5224.                  </a>
  5225.                </div>
  5226.                
  5227.                <div>
  5228.                  <a href="home-pet-accessories.html" class="site-nav__dropdown-link" >
  5229.                    Pets
  5230.                  </a>
  5231.                </div>
  5232.                
  5233.                <div>
  5234.                  <a href="sports-recreation.html" class="site-nav__dropdown-link" >
  5235.                    Sports & Fitness
  5236.                  </a>
  5237.                </div>
  5238.                
  5239.                <div>
  5240.                  <a href="home-sports-toys-toys-hobbies.html" class="site-nav__dropdown-link" >
  5241.                    Toys & Games
  5242.                  </a>
  5243.                </div>
  5244.                
  5245.                <div>
  5246.                  <a href="home-travel.html" class="site-nav__dropdown-link" >
  5247.                    Travel
  5248.                  </a>
  5249.                </div>
  5250.                
  5251.  
  5252.                
  5253.              </div>
  5254.            </div>
  5255.          </div>
  5256.        </div>
  5257.        
  5258.    </li>
  5259.    
  5260.      
  5261.    
  5262.    
  5263.    <li
  5264.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  5265.      aria-haspopup="true" >
  5266.        <a href="accessories-health-beauty.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  5267.          Beauty
  5268.        </a>
  5269.      
  5270. <div class="site-nav__dropdown megamenu text-left">
  5271.        <div class="page-width">
  5272.          <div class="grid">
  5273.            
  5274.              <div class="grid__item medium-up--one-sixth appear-animation appear-delay-1">
  5275.                
  5276.                
  5277.  
  5278.                
  5279.  
  5280.  
  5281.                
  5282.  
  5283.                
  5284.                
  5285.  
  5286.  
  5287.                
  5288.                
  5289.                
  5290.                <div class="h5">
  5291.                  
  5292.                  <a href="accessories-health-beauty-bath-body.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Bath & Body</a>
  5293.                  
  5294.                </div>
  5295.                
  5296.  
  5297.                <div>
  5298.                  <a href="accessories-health-beauty-bath-body-bar-soap.html" class="site-nav__dropdown-link" >
  5299.                    Bar Soap
  5300.                  </a>
  5301.                </div>
  5302.                
  5303.                <div>
  5304.                  <a href="accessories-health-beauty-bath-body-bath-body-gift-sets.html" class="site-nav__dropdown-link" >
  5305.                    Gift Sets
  5306.                  </a>
  5307.                </div>
  5308.                
  5309.                <div>
  5310.                  <a href="accessories-health-beauty-bath-body-bath-additives.html" class="site-nav__dropdown-link" >
  5311.                    Bath Additives
  5312.                  </a>
  5313.                </div>
  5314.                
  5315.                <div>
  5316.                  <a href="accessories-health-beauty-bath-body-body-wash.html" class="site-nav__dropdown-link" >
  5317.                    Body Wash
  5318.                  </a>
  5319.                </div>
  5320.                
  5321.                <div>
  5322.                  <a href="accessories-health-beauty-bath-body-hand-sanitizers-wipes.html" class="site-nav__dropdown-link" >
  5323.                    Hand Sanitizers & Wipes
  5324.                  </a>
  5325.                </div>
  5326.                
  5327.                <div>
  5328.                  <a href="accessories-health-beauty-bath-body-liquid-hand-soap.html" class="site-nav__dropdown-link" >
  5329.                    Liquid Hand Soap
  5330.                  </a>
  5331.                </div>
  5332.                
  5333.  
  5334.                
  5335.  
  5336.                
  5337.  
  5338.  
  5339.                
  5340.  
  5341.                
  5342.  
  5343.              </div>
  5344.              <div
  5345.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  5346.                
  5347.  
  5348.  
  5349.                
  5350.                
  5351.                
  5352.                <div class="h5">
  5353.                  
  5354.                  <a href="accessories-health-beauty-fragrance.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Fragrance</a>
  5355.                  
  5356.                </div>
  5357.                
  5358.  
  5359.                <div>
  5360.                  <a href="accessories-health-beauty-fragrance-mens-fragrance-cologne.html" class="site-nav__dropdown-link" >
  5361.                    Men's Fragrance
  5362.                  </a>
  5363.                </div>
  5364.                
  5365.                <div>
  5366.                  <a href="accessories-health-beauty-fragrance-womens-fragrance-perfume.html" class="site-nav__dropdown-link" >
  5367.                    Women's Fragrance
  5368.                  </a>
  5369.                </div>
  5370.                
  5371.  
  5372.                
  5373.  
  5374.                
  5375.  
  5376.  
  5377.                
  5378.  
  5379.                
  5380.  
  5381.              </div>
  5382.              <div
  5383.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  5384.                
  5385.  
  5386.  
  5387.                
  5388.                
  5389.                
  5390.                <div class="h5">
  5391.                  
  5392.                  <a href="accessories-health-beauty-hair-care-styling.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Hair Care</a>
  5393.                  
  5394.                </div>
  5395.                
  5396.  
  5397.                <div>
  5398.                  <a href="accessories-health-beauty-hair-care-styling-combs-brushes.html" class="site-nav__dropdown-link" >
  5399.                    Combs & Brushes
  5400.                  </a>
  5401.                </div>
  5402.                
  5403.                <div>
  5404.                  <a href="accessories-health-beauty-hair-care-styling-hair-care-kits.html" class="site-nav__dropdown-link" >
  5405.                    Hair Care Kits
  5406.                  </a>
  5407.                </div>
  5408.                
  5409.                <div>
  5410.                  <a href="accessories-health-beauty-hair-care-styling-hair-dryers.html" class="site-nav__dropdown-link" >
  5411.                    Hair Dryers
  5412.                  </a>
  5413.                </div>
  5414.                
  5415.                <div>
  5416.                  <a href="accessories-health-beauty-hair-care-styling-hair-iron-accessories.html" class="site-nav__dropdown-link" >
  5417.                    Hair Iron Accessories
  5418.                  </a>
  5419.                </div>
  5420.                
  5421.                <div>
  5422.                  <a href="accessories-health-beauty-hair-care-styling-hair-loss-treatment.html" class="site-nav__dropdown-link" >
  5423.                    Hair Loss Trreatment
  5424.                  </a>
  5425.                </div>
  5426.                
  5427.                <div>
  5428.                  <a href="accessories-health-beauty-hair-care-styling-hair-straighteners.html" class="site-nav__dropdown-link" >
  5429.                    Hair Permanents & Straighteners
  5430.                  </a>
  5431.                </div>
  5432.                
  5433.                <div>
  5434.                  <a href="accessories-health-beautyb55d.html?page=1&amp;RootCategory=accessories-health-beauty&amp;ProductType=hair-straighteners&amp;ProductTypeRoot=accessories%2Fhealth-beauty%2Fhair-care-styling" class="site-nav__dropdown-link" >
  5435.                    Hair Straighteners
  5436.                  </a>
  5437.                </div>
  5438.                
  5439.                <div>
  5440.                  <a href="accessories-health-beauty-hair-care-styling-hair-styling-products.html" class="site-nav__dropdown-link" >
  5441.                    Hair Styling Products
  5442.                  </a>
  5443.                </div>
  5444.                
  5445.                <div>
  5446.                  <a href="accessories-health-beauty-hair-care-styling-hair-styling-tool-sets.html" class="site-nav__dropdown-link" >
  5447.                    Hair Styling Tool Sets
  5448.                  </a>
  5449.                </div>
  5450.                
  5451.                <div>
  5452.                  <a href="accessories-health-beauty-hair-care-styling-shampoo-conditioner.html" class="site-nav__dropdown-link" >
  5453.                    Shampoo & Conditioner
  5454.                  </a>
  5455.                </div>
  5456.                
  5457.  
  5458.                
  5459.  
  5460.                
  5461.  
  5462.  
  5463.                
  5464.  
  5465.                
  5466.  
  5467.              </div>
  5468.              <div
  5469.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  5470.                
  5471.  
  5472.  
  5473.                
  5474.                
  5475.                
  5476.                <div class="h5">
  5477.                  
  5478.                  <a href="accessories-health-beauty-makeup.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Makeup</a>
  5479.                  
  5480.                </div>
  5481.                
  5482.  
  5483.                <div>
  5484.                  <a href="accessories-health-beauty-makeup-blushes-bronzers.html" class="site-nav__dropdown-link" >
  5485.                    Blushes & Bronzers
  5486.                  </a>
  5487.                </div>
  5488.                
  5489.                <div>
  5490.                  <a href="accessories-health-beauty-makeup-eye-shadow.html" class="site-nav__dropdown-link" >
  5491.                    Eye Shadow
  5492.                  </a>
  5493.                </div>
  5494.                
  5495.                <div>
  5496.                  <a href="accessories-health-beauty-makeup-face-mirrors.html" class="site-nav__dropdown-link" >
  5497.                    Face Mirrors
  5498.                  </a>
  5499.                </div>
  5500.                
  5501.                <div>
  5502.                  <a href="accessories-health-beauty-makeup-foundations-concealers.html" class="site-nav__dropdown-link" >
  5503.                    Foundations & Concealers
  5504.                  </a>
  5505.                </div>
  5506.                
  5507.                <div>
  5508.                  <a href="accessories-health-beauty-makeup-lip-gloss.html" class="site-nav__dropdown-link" >
  5509.                    Lip Gloss
  5510.                  </a>
  5511.                </div>
  5512.                
  5513.                <div>
  5514.                  <a href="accessories-health-beauty-makeup-lip-liner.html" class="site-nav__dropdown-link" >
  5515.                    Lip Liner
  5516.                  </a>
  5517.                </div>
  5518.                
  5519.                <div>
  5520.                  <a href="accessories-health-beauty-makeup-lipstick.html" class="site-nav__dropdown-link" >
  5521.                    Lip Stick
  5522.                  </a>
  5523.                </div>
  5524.                
  5525.                <div>
  5526.                  <a href="accessories-health-beauty-makeup-makeup-brushes.html" class="site-nav__dropdown-link" >
  5527.                    Makeup Brushes
  5528.                  </a>
  5529.                </div>
  5530.                
  5531.                <div>
  5532.                  <a href="accessories-health-beauty-makeup-makeup-sets.html" class="site-nav__dropdown-link" >
  5533.                    Makeup Sets
  5534.                  </a>
  5535.                </div>
  5536.                
  5537.  
  5538.                
  5539.  
  5540.                
  5541.  
  5542.  
  5543.                
  5544.  
  5545.                
  5546.  
  5547.              </div>
  5548.              <div
  5549.                class="grid__item medium-up--one-sixth appear-animation appear-delay-9 ">
  5550.                
  5551.  
  5552.  
  5553.                
  5554.                
  5555.                
  5556.                <div class="h5">
  5557.                  
  5558.                  <a href="accessories-health-beauty-skin-care.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Skin Care</a>
  5559.                  
  5560.                </div>
  5561.                
  5562.  
  5563.                <div>
  5564.                  <a href="accessories-health-beauty-skin-care-anti-aging-skin-care-kits.html" class="site-nav__dropdown-link" >
  5565.                    Anti-Aging & Skin Care Kits
  5566.                  </a>
  5567.                </div>
  5568.                
  5569.                <div>
  5570.                  <a href="accessories-health-beauty-skin-care-body-oil.html" class="site-nav__dropdown-link" >
  5571.                    Body Oil
  5572.                  </a>
  5573.                </div>
  5574.                
  5575.                <div>
  5576.                  <a href="accessories-health-beauty-skin-care-facial-cleansers.html" class="site-nav__dropdown-link" >
  5577.                    Facial Cleansers
  5578.                  </a>
  5579.                </div>
  5580.                
  5581.                <div>
  5582.                  <a href="https://shoppremiumoutlets.com/collections/accessories-health-beauty?page=1&amp;RootCategory=accessories-health-beauty&amp;ProductType=facial-cleansing-kits&amp;ProductTypeRoot=accessories%2Fhealth-beauty%2Fskin-care" class="site-nav__dropdown-link" >
  5583.                    Facial Cleansing Kits
  5584.                  </a>
  5585.                </div>
  5586.                
  5587.                <div>
  5588.                  <a href="accessories-health-beauty-skin-care-lotion-moisturizer.html" class="site-nav__dropdown-link" >
  5589.                    Lotion & Moisturizer
  5590.                  </a>
  5591.                </div>
  5592.                
  5593.                <div>
  5594.                  <a href="accessories-health-beauty-skin-care-skin-care-extractors.html" class="site-nav__dropdown-link" >
  5595.                    Skin Care Extractors
  5596.                  </a>
  5597.                </div>
  5598.                
  5599.                <div>
  5600.                  <a href="accessories-health-beauty-skin-care-skin-care-masks-peels.html" class="site-nav__dropdown-link" >
  5601.                    Skin Care Masks & Peels
  5602.                  </a>
  5603.                </div>
  5604.                
  5605.                <div>
  5606.                  <a href="accessories-health-beauty-skin-care-skin-care-rollers.html" class="site-nav__dropdown-link" >
  5607.                    Skin Care Rollers
  5608.                  </a>
  5609.                </div>
  5610.                
  5611.                <div>
  5612.                  <a href="accessories-health-beauty-skin-care-skin-cleansing-brushes-systems.html" class="site-nav__dropdown-link" >
  5613.                    Skin Cleansing Brushes
  5614.                  </a>
  5615.                </div>
  5616.                
  5617.                <div>
  5618.                  <a href="accessories-health-beauty-skin-care-toners-astringents.html" class="site-nav__dropdown-link" >
  5619.                    Toners & Astringents
  5620.                  </a>
  5621.                </div>
  5622.                
  5623.  
  5624.                
  5625.  
  5626.                
  5627.  
  5628.  
  5629.                
  5630.  
  5631.                
  5632.  
  5633.              </div>
  5634.              <div
  5635.                class="grid__item medium-up--one-sixth appear-animation appear-delay-11 menu-image">
  5636.                
  5637.                <a href="search-results-page161f.html?q=wellness"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/Wellness_flyout_Creative.png?v=1739296925" alt="" class="menu-image-img lazyload" /></a>
  5638.                
  5639.  
  5640.                
  5641.                
  5642.                
  5643.  
  5644.  
  5645.                
  5646.              </div>
  5647.            </div>
  5648.          </div>
  5649.        </div>
  5650.        
  5651.    </li>
  5652.    
  5653.      
  5654.    
  5655.    
  5656.    <li
  5657.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown "
  5658.      >
  5659.        <a href="curated-preloved.html" class=" site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  5660.          Preloved
  5661.        </a>
  5662.      
  5663.    </li>
  5664.    
  5665.      
  5666.    
  5667.    
  5668.    <li
  5669.      class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown  site-nav--is-megamenu"
  5670.      aria-haspopup="true" >
  5671.        <a href="#" class="more-hide-mobile site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  5672.          More
  5673.        </a>
  5674.      
  5675. <div class="site-nav__dropdown megamenu text-left">
  5676.        <div class="page-width">
  5677.          <div class="grid">
  5678.            
  5679.            <div
  5680.              class="grid__item medium-up--one-sixth appear-animation appear-delay-1 menu-image">
  5681.              
  5682.                
  5683.  
  5684.                
  5685.  
  5686.  
  5687.                
  5688.  
  5689.                
  5690.                
  5691.                <a href="curated-luxe.html"><img data-src="https://cdn.shopify.com/s/files/1/0291/4536/6588/files/LuxeHandbags_flyout_1230.png?v=1735568719" alt="" class="menu-image-img lazyload" /></a>
  5692.                
  5693.  
  5694.                
  5695.                
  5696.                
  5697.  
  5698.  
  5699.                
  5700.  
  5701.                
  5702.  
  5703.  
  5704.                
  5705.  
  5706.                
  5707.  
  5708.              </div>
  5709.              <div
  5710.                class="grid__item medium-up--one-sixth appear-animation appear-delay-3 ">
  5711.                
  5712.  
  5713.                
  5714.                
  5715.                <div class="h5">
  5716.                  
  5717.                  <a href="javascript:void(0);" draggable="false" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Categories</a>
  5718.                  
  5719.                </div>
  5720.                
  5721.  
  5722.                <div>
  5723.                  <a href="sunglasses.html" class="site-nav__dropdown-link" >
  5724.                    Sunglasses
  5725.                  </a>
  5726.                </div>
  5727.                
  5728.                <div>
  5729.                  <a href="women-clothing-dresses.html" class="site-nav__dropdown-link" >
  5730.                    Dresses
  5731.                  </a>
  5732.                </div>
  5733.                
  5734.                <div>
  5735.                  <a href="electronics.html" class="site-nav__dropdown-link" >
  5736.                    Electronics
  5737.                  </a>
  5738.                </div>
  5739.                
  5740.                <div>
  5741.                  <a href="sports-recreation-fitness-wellness.html" class="site-nav__dropdown-link" >
  5742.                    Sports & Fitness
  5743.                  </a>
  5744.                </div>
  5745.                
  5746.                <div>
  5747.                  <a href="travel.html" class="site-nav__dropdown-link" >
  5748.                    Travel
  5749.                  </a>
  5750.                </div>
  5751.                
  5752.                <div>
  5753.                  <a href="search-results-page161f.html?q=wellness" class="site-nav__dropdown-link" >
  5754.                    Wellness
  5755.                  </a>
  5756.                </div>
  5757.                
  5758.  
  5759.                
  5760.  
  5761.                
  5762.  
  5763.  
  5764.                
  5765.  
  5766.                
  5767.  
  5768.              </div>
  5769.              <div
  5770.                class="grid__item medium-up--one-sixth appear-animation appear-delay-5 ">
  5771.                
  5772.  
  5773.                
  5774.                
  5775.                <div class="h5">
  5776.                  
  5777.                  <a href="collections.html" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Collections</a>
  5778.                  
  5779.                </div>
  5780.                
  5781.  
  5782.                <div>
  5783.                  <a href="curated-clearance.html" class="site-nav__dropdown-link" >
  5784.                    Clearance
  5785.                  </a>
  5786.                </div>
  5787.                
  5788.                <div>
  5789.                  <a href="curated-final-sale.html" class="site-nav__dropdown-link" >
  5790.                    Final Sale
  5791.                  </a>
  5792.                </div>
  5793.                
  5794.                <div>
  5795.                  <a href="curated-best-sellers.html" class="site-nav__dropdown-link" >
  5796.                    Best Sellers
  5797.                  </a>
  5798.                </div>
  5799.                
  5800.                <div>
  5801.                  <a href="curated-trending-today.html" class="site-nav__dropdown-link" >
  5802.                    Trending Today
  5803.                  </a>
  5804.                </div>
  5805.                
  5806.                <div>
  5807.                  <a href="curated-editors-picks.html" class="site-nav__dropdown-link" >
  5808.                    Editor's Picks
  5809.                  </a>
  5810.                </div>
  5811.                
  5812.                <div>
  5813.                  <a href="curated-just-in.html" class="site-nav__dropdown-link" >
  5814.                    Just In
  5815.                  </a>
  5816.                </div>
  5817.                
  5818.                <div>
  5819.                  <a href="curated-preloved.html" class="site-nav__dropdown-link" >
  5820.                    Preloved
  5821.                  </a>
  5822.                </div>
  5823.                
  5824.                <div>
  5825.                  <a href="collections.html" class="site-nav__dropdown-link" >
  5826.                    All Collections
  5827.                  </a>
  5828.                </div>
  5829.                
  5830.  
  5831.                
  5832.  
  5833.                
  5834.  
  5835.  
  5836.                
  5837.  
  5838.                
  5839.  
  5840.              </div>
  5841.              <div
  5842.                class="grid__item medium-up--one-sixth appear-animation appear-delay-7 ">
  5843.                
  5844.  
  5845.                
  5846.                
  5847.                <div class="h5">
  5848.                  
  5849.                  <a href="javascript:void(0);" draggable="false" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Explore</a>
  5850.                  
  5851.                </div>
  5852.                
  5853.  
  5854.                <div>
  5855.                  <a href="gift-guidea1ad.html?cid=Nav:SS:GiftGuide" class="site-nav__dropdown-link" >
  5856.                    Gift Guide
  5857.                  </a>
  5858.                </div>
  5859.                
  5860.                <div>
  5861.                  <a href="curated-luxe.html" class="site-nav__dropdown-link" >
  5862.                    Luxe
  5863.                  </a>
  5864.                </div>
  5865.                
  5866.                <div>
  5867.                  <a href="live.html" class="site-nav__dropdown-link" >
  5868.                    Livestreams
  5869.                  </a>
  5870.                </div>
  5871.                
  5872.                <div>
  5873.                  <a href="for-you.html" class="site-nav__dropdown-link" >
  5874.                    For You
  5875.                  </a>
  5876.                </div>
  5877.                
  5878.                <div>
  5879.                  <a href="the-biggest-trends-for-fall-winter-2024-2025.html" class="site-nav__dropdown-link" >
  5880.                    Trend Report
  5881.                  </a>
  5882.                </div>
  5883.                
  5884.  
  5885.                
  5886.              </div>
  5887.            </div>
  5888.          </div>
  5889.        </div>
  5890.        
  5891.    </li>
  5892.    
  5893.  </ul>
  5894.  
  5895.  <ul style="display: flex; align-items: center;padding-right: unset;"
  5896.  class="sidemenu-nav site-nav explore-nav" role="navigation" aria-label="Primary"
  5897.  style="padding-bottom:8px">
  5898.  
  5899.  <li
  5900.    class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown "
  5901.    >
  5902.    <a href="friends-family-event.html" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  5903.      Friends & Family
  5904.    </a>
  5905.  </li>
  5906.  
  5907.  
  5908.  <li
  5909.    class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown "
  5910.    >
  5911.    <a href="curated-luxe.html" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  5912.      Luxe
  5913.    </a>
  5914.  </li>
  5915.  
  5916.  
  5917.  <li
  5918.    class="nav-li site-nav__item site-nav__expanded-item site-nav--has-dropdown "
  5919.    >
  5920.    <a href="https://www.simon.com/mall?utm_source=shopsimon&amp;utm_medium=website&amp;utm_campaign=facheader" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown">
  5921.      Find a Center
  5922.    </a>
  5923.  </li>
  5924.  
  5925.  </ul>
  5926. </div>
  5927. <div style="background-color:#EEEDED; height: 1px; margin-bottom: 16px" class="nav-wrap-bar ">
  5928. </div>
  5929.  
  5930. <script>
  5931.  if (window.innerWidth > 768) {
  5932.    $('.nav-wrapper').addClass('page-width');
  5933.  } else {
  5934.    $('.nav-wrapper').addClass('nav-wrapper-mbl');
  5935.  }
  5936.  
  5937. </script>
  5938.  
  5939. <style>
  5940.    .text-center .site-navigation {
  5941.      margin: unset !important;
  5942.    }
  5943.    .nav-wrapper {
  5944.      display: flex;
  5945.      flex-direction: row;
  5946.    }
  5947.    .sidemenu-nav {
  5948.      margin: unset;
  5949.    }
  5950.  @media only screen and (min-width: 768px) {
  5951.    .nav-wrapper {
  5952.      justify-content: space-between;
  5953.    }
  5954.    .main-nav li.nav-li:first-child a {
  5955.      padding-left: 0 !important;
  5956.    }
  5957.  
  5958.    .main-nav li.nav-li:first-child .site-nav__link--underline:after {
  5959.      margin: 0 8px 0 0;
  5960.    }
  5961.  
  5962.    .explore-nav li.nav-li:last-child .site-nav__link--underline:after {
  5963.      margin: 0 0 0 8px;
  5964.    }
  5965.  
  5966.    .explore-nav {
  5967.      margin-right: -11px;
  5968.    }
  5969.  
  5970.  }
  5971.  
  5972.  @media only screen and (max-width: 768px) {
  5973.  .sidemenu-nav {
  5974.        display: none !important;
  5975.      }
  5976.      /* .main-nav .nav-li:first-child a {
  5977.        padding-left: 0 !important;
  5978.      } */
  5979.      .nav-wrapper-mbl {
  5980.        padding: 0 8.5px;
  5981.      }
  5982.     .more-hide-mobile {
  5983.       display: none;
  5984.     }
  5985.  }
  5986. </style>
  5987.        </div>
  5988.    
  5989. </div>
  5990.  
  5991. <script>
  5992. document.addEventListener("DOMContentLoaded", function () {
  5993.  let headerWrapper = document.querySelector(".header-wrapper");
  5994.  let announcementBar = document.querySelector(".gab-container");
  5995.  
  5996.  if (headerWrapper && announcementBar) {
  5997.      window.addEventListener("scroll", function () {
  5998.          if (window.scrollY > 100) { // Adjust threshold if needed
  5999.              headerWrapper.classList.add("is-sticky");
  6000.              announcementBar.style.display = "none";
  6001.          } else {
  6002.              headerWrapper.classList.remove("is-sticky");
  6003.              announcementBar.style.display = "block";
  6004.          }
  6005.      });
  6006.  }
  6007. });
  6008. </script>
  6009.  
  6010. <style>
  6011. @media only screen and (max-width: 767px) {
  6012.    .site-nav__icons {
  6013.        margin-right: 5px
  6014.    }
  6015. }
  6016. .snize-recommendation .snize-recommendation-title {
  6017.    text-align: center;
  6018. }
  6019. .map {
  6020.    display: none
  6021. }
  6022. @media only screen and (max-width: 1050px) {
  6023.    .menu-image {
  6024.        display: none !important;
  6025.    }
  6026.    .site-nav__dropdown .medium-up--one-sixth {
  6027.        width: 20% !important
  6028.    }
  6029. }
  6030. @media only screen and (min-width: 769px) {
  6031.    .site-header__logo img {
  6032.        width: 380px !important
  6033.    }
  6034. }
  6035. .site-nav__link,
  6036. .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
  6037.    font-size: 14px;
  6038.    letter-spacing: normal;
  6039. }
  6040. .site-nav__dropdown-link--top-level {
  6041.    font-size: 14px;
  6042.    letter-spacing:0;
  6043.    font-weight:700 !important;
  6044. }
  6045.  
  6046.  
  6047.  
  6048. .text-center .site-navigation {
  6049.    display: flex;
  6050.    justify-content: left;
  6051.    align-items: center
  6052. }
  6053.  @media only screen and (max-width: 768px) {
  6054.    .site-navigation{
  6055.        background-color: white;
  6056.    }
  6057.    .text-center .site-navigation {
  6058.        display: flex;
  6059.        overflow-x: auto;
  6060.        overflow-y: hidden;
  6061.    }
  6062.    .text-center .site-navigation::-webkit-scrollbar {
  6063.        display: none;
  6064.    }
  6065.    .hide-mobile-nav {
  6066.        display:none !important
  6067.    }
  6068.  }
  6069. </style>
  6070.  
  6071.  
  6072. </div>
  6073.  
  6074.      <main class="main-content" id="MainContent">
  6075.        
  6076.          <script src="js/dato-hp-script9f17.js?v=106813814696090686231742227641" type="text/javascript"></script>
  6077.        
  6078.        <script src="js/dato-global-script4e05.js?v=162874552503842489141742227673" type="text/javascript"></script>
  6079.        <!-- BEGIN content_for_index --><div id="shopify-section-homepage_slogan_vp_section_wPCTch" class="shopify-section"><div class="page-width">
  6080.    <div class="value-prop">
  6081.        <div class="value-prop__slogan">
  6082.            <span class="value-prop__slogan--highlight">澳洲幸运5 -nautica幸运澳洲五-澳大利亚5幸运官网官方网站Brands You Love, 24/7</span>
  6083.            <!-- <span class="value-prop__slogan--rest"> Brands you love. On sale. 24/7.</span> -->
  6084.        </div>
  6085.        <div class="value-prop__sub-copy">
  6086.            
  6087.                <div class="value-prop__sub-copy--guest" onclick="window.location.href='logina104.html?return_url=/'">
  6088.                  <!-- HIDDEN during simon rewards update -->
  6089.                  <!-- Sign in to get your rewards & perks!<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_17564_7506)"><path d="M12.0061 6.25614C12.005 6.38851 11.9525 6.51526 11.8596 6.60964L6.85964 11.6096C6.76534 11.7007 6.63904 11.7511 6.50794 11.75C6.37685 11.7488 6.25144 11.6963 6.15873 11.6036C6.06603 11.5108 6.01345 11.3854 6.01231 11.2543C6.01117 11.1232 6.06157 10.9969 6.15264 10.9026L10.7991 6.25614L6.15264 1.60964C6.10489 1.56352 6.0668 1.50835 6.04059 1.44735C6.01439 1.38634 6.0006 1.32073 6.00002 1.25434C5.99944 1.18795 6.01209 1.12212 6.03723 1.06067C6.06237 0.99922 6.0995 0.943394 6.14645 0.896447C6.19339 0.849501 6.24922 0.812374 6.31067 0.787233C6.37212 0.762093 6.43796 0.749442 6.50434 0.750019C6.57073 0.750596 6.63634 0.76439 6.69735 0.790594C6.75835 0.816798 6.81352 0.854889 6.85964 0.902644L11.8596 5.90264C11.9525 5.99703 12.005 6.12377 12.0061 6.25614Z" fill="black"/></g><defs><clipPath id="clip0_17564_7506"><rect width="12" height="12" fill="white"/></clipPath></defs></svg> -->
  6090.                  <!-- ADDED during simon rewards update -->
  6091.                  Sign in to get free shipping & early access!<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_17564_7506)"><path d="M12.0061 6.25614C12.005 6.38851 11.9525 6.51526 11.8596 6.60964L6.85964 11.6096C6.76534 11.7007 6.63904 11.7511 6.50794 11.75C6.37685 11.7488 6.25144 11.6963 6.15873 11.6036C6.06603 11.5108 6.01345 11.3854 6.01231 11.2543C6.01117 11.1232 6.06157 10.9969 6.15264 10.9026L10.7991 6.25614L6.15264 1.60964C6.10489 1.56352 6.0668 1.50835 6.04059 1.44735C6.01439 1.38634 6.0006 1.32073 6.00002 1.25434C5.99944 1.18795 6.01209 1.12212 6.03723 1.06067C6.06237 0.99922 6.0995 0.943394 6.14645 0.896447C6.19339 0.849501 6.24922 0.812374 6.31067 0.787233C6.37212 0.762093 6.43796 0.749442 6.50434 0.750019C6.57073 0.750596 6.63634 0.76439 6.69735 0.790594C6.75835 0.816798 6.81352 0.854889 6.85964 0.902644L11.8596 5.90264C11.9525 5.99703 12.005 6.12377 12.0061 6.25614Z" fill="black"/></g><defs><clipPath id="clip0_17564_7506"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>
  6092.                </div>
  6093.            
  6094.        </div>
  6095.    </div>
  6096. </div>
  6097.  
  6098. <script>
  6099. //
  6100.  
  6101. // function setupPointsInValueProp() {
  6102. //     const userId = '';
  6103. //     window.loyalty.loadUserLoyaltyData(userId)
  6104. //     .then((user) => {
  6105. //         const {
  6106. //         availablePoints, loyaltyTierName, currentRewards = [],
  6107. //         } = user;
  6108. //         const tierClass = `${loyaltyTierName.toLowerCase()}-tier`;
  6109. //         $('.value-prop__loyalty').addClass(tierClass);
  6110. //         $('.value-prop__loyalty-points').text(availablePoints+' points');
  6111. //         $('.value-prop__placeholder').remove();
  6112. //         if (currentRewards.length > 0) {
  6113. //             const { rewardValue } = currentRewards[0];
  6114. //             $('.value-prop__loyalty').remove();
  6115. //             $('.value-prop__current-rewards').css('display', 'flex');
  6116. //             $('.value-prop__current-rewards').addClass(tierClass);
  6117. //             $('.value-prop__current-rewards-amount').text(rewardValue+' off');
  6118. //         }
  6119. //     })
  6120. // }
  6121. </script>
  6122.  
  6123. <style>
  6124. .value-prop {
  6125.    display: flex;
  6126.    flex-direction: column;
  6127.    align-items: center;
  6128.    margin-top: 24px;
  6129. }
  6130. .value-prop__slogan {
  6131.    color: #222;
  6132.    font-family: Montserrat;
  6133.    font-size: 22px;
  6134.    font-style: normal;
  6135.    font-weight: 500;
  6136.    line-height: 32px;
  6137.    letter-spacing: -0.2px;
  6138.    text-align: center;
  6139. }
  6140. .value-prop__slogan--highlight {
  6141.    font-weight: 600;
  6142.    @media (max-width: 767px) {
  6143.        display: block;
  6144.        text-align: center;
  6145.    }
  6146. }
  6147. /* Default rest styling */
  6148. .value-prop__slogan--rest {
  6149.    display: inline;
  6150.    @media (max-width: 767px) {
  6151.        display: block;
  6152.        text-align: center;
  6153.    }
  6154. }
  6155. .value-prop__sub-copy {
  6156.    margin-top: 16px;
  6157. }
  6158. .value-prop__sub-copy--user {
  6159.    cursor: pointer;
  6160. }
  6161. .value-prop__sub-copy--user, .value-prop__loyalty, .value-prop__current-rewards{
  6162.    display: flex;
  6163.    flex-direction: row;
  6164.    align-items: center;
  6165. }
  6166. .value-prop__sub-copy--user {
  6167.    @media (max-width: 767px) {
  6168.        flex-direction: column;
  6169.        justify-content: center;
  6170.        align-items: center;
  6171.    }
  6172. }
  6173. .value-prop__user-name {
  6174.    color: #222;
  6175.    font-family: Lexend;
  6176.    font-size: 16px;
  6177.    font-style: normal;
  6178.    font-weight: 500;
  6179.    line-height: 24px;
  6180. }
  6181. .value-prop__loyalty, .value-prop__current-rewards {
  6182.    margin-left: 24px;
  6183.    @media (max-width: 767px) {
  6184.        margin-left: 0px;
  6185.    }
  6186. }
  6187. .value-prop__current-rewards {
  6188.    display: none;
  6189. }
  6190. .value-prop__placeholder, .value-prop__loyalty-points, .value-prop__current-rewards-amount {
  6191.    font-weight: bolder;
  6192. }
  6193. .value-prop__current-rewards .reward-present{
  6194.    margin-right: 8px;
  6195. }
  6196. .value-prop__sub-copy--guest {
  6197.    color: #222;
  6198.    font-family: Lexend;
  6199.    font-size: 14px;
  6200.    font-style: normal;
  6201.    font-weight: 300;
  6202.    line-height: 22px;
  6203.    text-decoration: underline;
  6204.    cursor: pointer;
  6205. }
  6206. .value-prop__arrow {
  6207.    margin-left: 2px;
  6208. }
  6209. .value-prop__copy {
  6210.    margin-left: 6px;
  6211. }
  6212. </style>
  6213.  
  6214. </div><div id="shopify-section-hp_brandcards_Vai8pm" class="shopify-section"><div class="page-width">
  6215.  <div class="hp-brandcards">
  6216.    <button class="hp-brandcards__scroll-btn hp-brandcards__scroll-btn--left" id="hpBrandcardsLeftBtn" style="display:none;">
  6217.      <svg style="transform: scaleX(-1)" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="24" transform="matrix(1 0 0 -1 0 48)" fill="white"/><g clip-path="url(#clip0_17635_7996)"><path d="M32.0123 23.4877C32.01 23.223 31.9049 22.9695 31.7193 22.7807L21.7193 12.7807C21.5307 12.5986 21.2781 12.4978 21.0159 12.5C20.7537 12.5023 20.5029 12.6075 20.3175 12.7929C20.1321 12.9783 20.0269 13.2291 20.0246 13.4913C20.0223 13.7535 20.1231 14.0061 20.3053 14.1947L29.5983 23.4877L20.3053 32.7807C20.2098 32.873 20.1336 32.9833 20.0812 33.1053C20.0288 33.2273 20.0012 33.3585 20 33.4913C19.9989 33.6241 20.0242 33.7558 20.0745 33.8787C20.1247 34.0016 20.199 34.1132 20.2929 34.2071C20.3868 34.301 20.4984 34.3753 20.6213 34.4255C20.7442 34.4758 20.8759 34.5011 21.0087 34.5C21.1415 34.4988 21.2727 34.4712 21.3947 34.4188C21.5167 34.3664 21.627 34.2902 21.7193 34.1947L31.7193 24.1947C31.9049 24.0059 32.01 23.7525 32.0123 23.4877Z" fill="black"/></g><defs><clipPath id="clip0_17635_7996"><rect width="24" height="24" fill="white" transform="matrix(1 0 0 -1 8 36)"/></clipPath></defs></svg>
  6218.    </button>
  6219.    <div class="hp-brandcards__row"></div>
  6220.    <button class="hp-brandcards__scroll-btn hp-brandcards__scroll-btn--right" id="hpBrandcardsRightBtn">
  6221.      <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="24" transform="matrix(1 0 0 -1 0 48)" fill="white"/><g clip-path="url(#clip0_17635_7996)"><path d="M32.0123 23.4877C32.01 23.223 31.9049 22.9695 31.7193 22.7807L21.7193 12.7807C21.5307 12.5986 21.2781 12.4978 21.0159 12.5C20.7537 12.5023 20.5029 12.6075 20.3175 12.7929C20.1321 12.9783 20.0269 13.2291 20.0246 13.4913C20.0223 13.7535 20.1231 14.0061 20.3053 14.1947L29.5983 23.4877L20.3053 32.7807C20.2098 32.873 20.1336 32.9833 20.0812 33.1053C20.0288 33.2273 20.0012 33.3585 20 33.4913C19.9989 33.6241 20.0242 33.7558 20.0745 33.8787C20.1247 34.0016 20.199 34.1132 20.2929 34.2071C20.3868 34.301 20.4984 34.3753 20.6213 34.4255C20.7442 34.4758 20.8759 34.5011 21.0087 34.5C21.1415 34.4988 21.2727 34.4712 21.3947 34.4188C21.5167 34.3664 21.627 34.2902 21.7193 34.1947L31.7193 24.1947C31.9049 24.0059 32.01 23.7525 32.0123 23.4877Z" fill="black"/></g><defs><clipPath id="clip0_17635_7996"><rect width="24" height="24" fill="white" transform="matrix(1 0 0 -1 8 36)"/></clipPath></defs></svg>
  6222.    </button>    
  6223.  </div>
  6224. </div>
  6225.  
  6226. <style>
  6227.  @media only screen and (max-width: 767px) {
  6228. .main-content .page-width {
  6229.   padding: 0px!important;
  6230. }
  6231. }
  6232. .hp-brandcards {
  6233.    position: relative;
  6234.    margin-top: 28px;
  6235.    @media (max-width: 767px) {
  6236.        margin-top: 24px;
  6237.    }
  6238. }
  6239. .hp-brandcards__row {
  6240.    display: flex;
  6241.    overflow-x: auto;
  6242.    overflow-y: hidden;
  6243.    height: 120px;
  6244.    scroll-behavior: smooth;
  6245.    -webkit-overflow-scrolling: touch;
  6246. }
  6247. .hp-brandcards__row::-webkit-scrollbar {
  6248.    display: none;
  6249. }
  6250.  
  6251. .hp-brandcards__row {
  6252.    -ms-overflow-style: none;
  6253.    scrollbar-width: none;
  6254. }
  6255. .hp-brandcards__row-singlecard {
  6256.    height: 120px;
  6257.    position: relative;
  6258.    flex: 0 0 auto;
  6259.    margin-right: 8px;
  6260.    border-radius: 4px;
  6261.    cursor: pointer;
  6262. }
  6263. .hp-brandcards__row-singlecard:first-of-type {
  6264.    @media (max-width: 767px) {
  6265.        margin-left: 16px;
  6266.    }
  6267. }
  6268. .hp-singlecard__image {
  6269.    width: 168px !important;
  6270.    height: 120px;
  6271.    border-radius: 4px;
  6272. }
  6273. .hp-singlecard__mask {
  6274.    position: absolute;
  6275.    top: 0;
  6276.    left: 0;
  6277.    height: 100%;
  6278.    width: 100%;
  6279.    opacity: 0.4;
  6280.    background: var(--Grayscale-Black, #000);
  6281.    border-radius: 4px;
  6282. }
  6283. .hp-singlecard__logo {
  6284.    position: absolute;
  6285.    left: 50%;
  6286.    top: 50%;
  6287.    transform: translate(-50%, -50%);
  6288.    max-width: 100px;
  6289. }
  6290. .hp-singlecard__viewall {
  6291.    background-color: #F7F7F7;
  6292.    display: flex;
  6293.    justify-content: center;
  6294.    align-items: center;
  6295.    font-size: 16px;
  6296.    line-height: 24px;
  6297.    height: 120px;
  6298.    width: 168px;
  6299.    border-radius: 4px;
  6300.    /* margin-left: -16px; */
  6301.    @media (max-width: 767px) {
  6302.        margin-left: -16px;
  6303.    }
  6304. }
  6305. .hp-brandcards__scroll-btn {
  6306.    position: absolute;
  6307.    top: 50%;
  6308.    transform: translateY(-50%);
  6309.    background-color: transparent;
  6310.    border: none;
  6311.    cursor: pointer;
  6312.    z-index: 1;
  6313.    height: 48px;
  6314.    padding: unset;
  6315. }
  6316. .hp-brandcards__scroll-btn--left {
  6317.    left: -16px;
  6318. }
  6319. .hp-brandcards__scroll-btn--right {
  6320.    right: -16px;
  6321. }
  6322. .hp-brandcards__scroll-btn--hidden {
  6323.    display: none;
  6324. }
  6325. @media (max-width: 767px) {
  6326.    .hp-brandcards__scroll-btn {
  6327.        display: none;
  6328.    }
  6329. }
  6330. </style>
  6331.  
  6332. <script>
  6333. const initBrands = (brandData) => {
  6334.  const brandWrap = document.querySelector('.hp-brandcards__row');
  6335.  
  6336.  // Loop through each brand in the brandCarousel
  6337.  brandData.brandCarousel.forEach((brand, index) => {
  6338.    const brandCard = createAndAppend('div', 'hp-brandcards__row-singlecard', brandWrap);
  6339.    let linkUrl = brand.webOverrideLink;  
  6340.    const adjustedIndex = index + 1;
  6341.    const indexString = adjustedIndex.toString();
  6342.    if (brand.cidField) {
  6343.      linkUrl += `?cid=HP:BC${indexString}:${brand.cidField}`;
  6344.    }
  6345.  
  6346.    const link = document.createElement('a');
  6347.    link.href = linkUrl || '#';
  6348.    link.classList.add('hp-singlecard__link');
  6349.    brandCard.appendChild(link);
  6350.  
  6351.    if (brand.brandImage && brand.brandImage.url) {
  6352.      const img = document.createElement('img');
  6353.      img.src = brand.brandImage.url;
  6354.      img.alt = brand.accessibilityLabel || 'Brand Image';
  6355.      img.classList.add('hp-singlecard__image', 'lazyload');
  6356.      link.appendChild(img);
  6357.    }
  6358.  
  6359.    const brandMask = createAndAppend('div', 'hp-singlecard__mask', link);
  6360.  
  6361.    if (brand.brandLogo && brand.brandLogo.url) {
  6362.      const logo = document.createElement('img');
  6363.      logo.src = brand.brandLogo.url;
  6364.      logo.alt = 'Brand Logo';
  6365.      logo.classList.add('hp-singlecard__logo', 'lazyload');
  6366.      link.appendChild(logo);
  6367.    }
  6368.    
  6369.    if (brand.justInDuration && brand.dateAdded) {
  6370.      // Today's date
  6371.      let today = new Date();
  6372.      let year = today.getFullYear();
  6373.      let month = String(today.getMonth() + 1).padStart(2, '0');
  6374.      let day = String(today.getDate()).padStart(2, '0');
  6375.      const currentDate = `${year}-${month}-${day}`;
  6376.      
  6377.      // Created + Just In duration date
  6378.      let dateAdded = new Date(brand.dateAdded);
  6379.      const justInDuration = brand.justInDuration;
  6380.      dateAdded.setDate(dateAdded.getDate() + justInDuration);
  6381.      year = dateAdded.getFullYear();
  6382.      month = String(dateAdded.getMonth() + 1).padStart(2, '0'); // Months are 0-based, so add 1
  6383.      day = String(dateAdded.getDate()).padStart(2, '0');
  6384.      const durationDate = `${year}-${month}-${day}`;
  6385.  
  6386.      // Compare the dates
  6387.      const currentDateObj = new Date(currentDate);
  6388.      const durationDateObj = new Date(durationDate);
  6389.      if (durationDateObj > currentDateObj) {
  6390.        const justInBadge = createAndAppend('div', 'justInBadge', link, 'JUST IN');
  6391.      }
  6392.    }
  6393.  
  6394.    if (brand.displayAdBadge === true) {
  6395.      promoAd = createAndAppend('div', 'adBadge', link, 'AD');
  6396.    }
  6397.  });  
  6398.  
  6399.  // Create the custom brand card view all
  6400.  const customBrandCard = document.createElement('a');
  6401.  customBrandCard.classList.add('hp-brandcards__row-singlecard');
  6402.  customBrandCard.href = 'brandsbb0f.html?cid=HP:CardVA:ViewAll';
  6403.  const viewAllDiv = document.createElement('div');
  6404.  viewAllDiv.classList.add('hp-singlecard__viewall');
  6405.  viewAllDiv.innerHTML = 'View All';
  6406.  customBrandCard.appendChild(viewAllDiv);
  6407.  brandWrap.appendChild(customBrandCard);
  6408. }
  6409.  
  6410.  
  6411. // Function to create and append elements
  6412. function createAndAppend(elementType, className, parentElement, textContent) {
  6413.  const element = document.createElement(elementType);
  6414.  element.classList.add(className);
  6415.  if (textContent) {
  6416.    element.textContent = textContent;
  6417.  }
  6418.  parentElement.appendChild(element);
  6419.  return element;
  6420. }
  6421.  
  6422. // Scroll Buttons
  6423. document.addEventListener("DOMContentLoaded", function() {
  6424.    const row = document.querySelector(".hp-brandcards__row");
  6425.    const leftBtn = document.getElementById("hpBrandcardsLeftBtn");
  6426.    const rightBtn = document.getElementById("hpBrandcardsRightBtn");
  6427.    const scrollAmount = 500;
  6428.  
  6429.    function updateButtons() {
  6430.        if (window.innerWidth > 767) {
  6431.            // Show/Hide left button based on scroll position
  6432.            leftBtn.style.display = row.scrollLeft === 0 ? 'none' : 'block';
  6433.            // Show/Hide right button based on whether the content has more to scroll
  6434.            rightBtn.style.display = row.scrollWidth - row.scrollLeft <= row.clientWidth ? 'none' : 'block';
  6435.        }
  6436.    }
  6437.  
  6438.    function addEventListeners() {
  6439.        leftBtn.addEventListener("click", function() {
  6440.            row.scrollBy({ left: -scrollAmount, behavior: "smooth" });
  6441.            setTimeout(updateButtons, 300);
  6442.        });
  6443.  
  6444.        rightBtn.addEventListener("click", function() {
  6445.            row.scrollBy({ left: scrollAmount, behavior: "smooth" });
  6446.            setTimeout(updateButtons, 300);
  6447.        });
  6448.  
  6449.        row.addEventListener("scroll", updateButtons);
  6450.    }
  6451.  
  6452.    function removeEventListeners() {
  6453.        leftBtn.removeEventListener("click", function() {
  6454.            row.scrollBy({ left: -scrollAmount, behavior: "smooth" });
  6455.            setTimeout(updateButtons, 300);
  6456.        });
  6457.  
  6458.        rightBtn.removeEventListener("click", function() {
  6459.            row.scrollBy({ left: scrollAmount, behavior: "smooth" });
  6460.            setTimeout(updateButtons, 300);
  6461.        });
  6462.  
  6463.        row.removeEventListener("scroll", updateButtons);
  6464.    }
  6465.  
  6466.    function checkWindowSize() {
  6467.        if (window.innerWidth > 767) {
  6468.            addEventListeners();
  6469.            setTimeout(updateButtons, 100);
  6470.        } else {
  6471.            removeEventListeners();
  6472.        }
  6473.    }
  6474.  
  6475.    window.addEventListener("resize", checkWindowSize);
  6476.    
  6477.    setTimeout(() => {
  6478.        checkWindowSize();
  6479.        updateButtons();
  6480.    }, 300);
  6481. });
  6482. </script>
  6483.  
  6484. </div><div id="shopify-section-hp_hero_Jx3Axe" class="shopify-section"><div class="page-width">
  6485.  <div class="hp-hero">
  6486.    <svg class="hp-hero__btn hp-hero__btn-prev" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="24" fill="white"/><g clip-path="url(#clip0_4854_37336)"><path d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z" fill="black"/></g><defs><clipPath id="clip0_4854_37336"><rect width="24" height="24" fill="white" transform="translate(8 12)"/></clipPath></defs></svg>
  6487.    <div class="hp-hero__carousel"></div>  
  6488.    <svg class="hp-hero__btn hp-hero__btn-next" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="24" fill="white"/><g clip-path="url(#clip0_4854_37336)"><path d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z" fill="black"/></g><defs><clipPath id="clip0_4854_37336"><rect width="24" height="24" fill="white" transform="translate(8 12)"/></clipPath></defs></svg>
  6489.  </div>
  6490. </div>
  6491.  
  6492. <script>
  6493. const checkSlickLoaded = (callback) => {
  6494.    if ($.fn.slick) {
  6495.        callback();
  6496.    } else {
  6497.        setTimeout(() => checkSlickLoaded(callback), 200);
  6498.    }
  6499. };
  6500.  
  6501. const initHero = (heroData) => {
  6502.  function createAndAppend(elementType, className, textContent, parentElement) {
  6503.    const element = document.createElement(elementType);
  6504.    element.classList.add(className);
  6505.    if (textContent) {
  6506.      element.textContent = textContent;
  6507.    }
  6508.    parentElement.appendChild(element);
  6509.    return element;
  6510.  }
  6511.  
  6512.  const heroWrap = document.querySelector('.hp-hero__carousel');
  6513.  
  6514.  // Loop through each item in heroData
  6515.  heroData.hero.forEach((item, index) => {
  6516.    const slideWrap = createAndAppend('div', 'hp-hero__slide', null, heroWrap);
  6517.    const slide = createAndAppend('div', 'hp-hero__slide', null, slideWrap);
  6518.    const slideLeft = createAndAppend('div', 'hero-slide__left', null, slide);
  6519.    const imageWrap = createAndAppend('a', 'hero-slide__image-wrap', null, slide);
  6520.    const slideBottomMbl = createAndAppend('div', 'hero-slide__bottom-mbl', null, slide);
  6521.  
  6522.    const adjustedIndex = index + 1;
  6523.    const indexString = adjustedIndex.toString();
  6524.  
  6525.    // In hero-slide__left:
  6526.    const logoImage = createAndAppend('img', 'hero-logo__dsk', null, slideLeft);
  6527.    logoImage.src = item.logoImage.url;
  6528.    logoImage.classList.add('lazyloaded');
  6529.    logoImage.classList.add(`${item.logoSize}`)
  6530.    
  6531.    // In hero-copy__dsk-wrap:
  6532.    const copyDskWrap = createAndAppend('div', 'hero-copy__dsk-wrap', null, slideLeft);
  6533.    createAndAppend('div', 'hero-copy__primary', item.primaryText, copyDskWrap);
  6534.    createAndAppend('div', 'hero-copy__sub', item.subtext, copyDskWrap);
  6535.    const ctaLink = createAndAppend('a', null, null, copyDskWrap);
  6536.    ctaLink.href = item.cta1Cid ? `${item.cta1Link}?cid=HP:H${indexString}:${item.cta1Cid}` : item.cta1Link;
  6537.    createAndAppend('div', 'hero-copy__cta', item.cta1Text, ctaLink);
  6538.    if (item.cta2Text) {
  6539.      const ctaLink2 = createAndAppend('a', null, null, copyDskWrap);
  6540.      ctaLink2.href = item.cta2Cid ? `${item.cta2Link}?cid=HP:H${indexString}:${item.cta2Cid}` : item.cta2Link;
  6541.      createAndAppend('div', 'hero-copy__cta', item.cta2Text, ctaLink2);
  6542.    }
  6543.  
  6544.    // In hero-slide__image-wrap:
  6545.    const heroImage = createAndAppend('img', 'hero-slide__image', null, imageWrap);
  6546.    heroImage.src = item.image.url;
  6547.    // heroImage.style.width = '100%';
  6548.    // heroImage.onload = function() {
  6549.    //   this.style.display = 'block';
  6550.      
  6551.    // };
  6552.    const maskMobile = createAndAppend('div', 'hero-slide__mask-mbl', null, imageWrap);
  6553.    const logoImageMobile = createAndAppend('img', 'hero-logo__mbl', null, imageWrap);
  6554.    logoImageMobile.src = item.logoImageMobile.url;
  6555.    logoImageMobile.classList.add('lazyloaded');
  6556.    logoImageMobile.classList.add(`${item.logoSize}`)
  6557.  
  6558.    // In hero-slide__bottom-mbl:
  6559.    const bottomMblWrap = createAndAppend('div', 'hero-bottom-mbl-wrap', null, slideBottomMbl);
  6560.    createAndAppend('div', 'hero-copy__primary', item.primaryText, bottomMblWrap);
  6561.    createAndAppend('div', 'hero-copy__sub', item.subtext, bottomMblWrap);
  6562.  
  6563.    const ctaWrap = createAndAppend('div', 'hero-copy__cta-wrap', null, bottomMblWrap);
  6564.    const ctaBottomLink = createAndAppend('a', null, null, ctaWrap);
  6565.    ctaBottomLink.href = item.cta1Cid ? `${item.cta1Link}?cid=HP:H${indexString}:${item.cta1Cid}` : item.cta1Link;
  6566.    createAndAppend('div', 'hero-copy__cta', item.cta1Text, ctaBottomLink);
  6567.    if (item.cta2Text) {
  6568.      const ctaBottomLink2 = createAndAppend('a', null, null, ctaWrap);
  6569.      ctaBottomLink2.href = item.cta2Cid ? `${item.cta2Link}?cid=HP:H${indexString}:${item.cta2Cid}` : item.cta2Link;
  6570.      createAndAppend('div', 'hero-copy__cta', item.cta2Text, ctaBottomLink2);
  6571.    }
  6572.  });
  6573.  
  6574.    const heroImages = document.querySelectorAll('.hero-slide__image');
  6575.    let imagesLoaded = 0;
  6576.  
  6577.    heroImages.forEach((img) => {
  6578.        img.onload = () => {
  6579.            imagesLoaded++;
  6580.            if (imagesLoaded === heroImages.length) {
  6581.                checkSlickLoaded(() => {
  6582.                    $('.hp-hero__carousel').slick({
  6583.                        infinite: true,
  6584.                        dots: true,
  6585.                        slidesToShow: 1,
  6586.                        slidesToScroll: 1,
  6587.                        autoplay: false,
  6588.                        prevArrow: $('.hp-hero__btn-prev'),
  6589.                        nextArrow: $('.hp-hero__btn-next'),
  6590.                    });
  6591.                    $('.hp-hero__carousel').css('display', 'block');
  6592.                    if (window.innerWidth < 767) {
  6593.                        // $('.hero-bottom-mbl-wrap').addClass('visible');
  6594.                        setTimeout(function () {
  6595.                          $('.hero-bottom-mbl-wrap').addClass('visible');
  6596.                        }, 500);
  6597.                    }
  6598.                });
  6599.            }
  6600.        };
  6601.        img.src = img.src;
  6602.    });
  6603. };
  6604.  
  6605. // slick slider
  6606. // $(document).ready(function () {
  6607. //     setTimeout(function () {
  6608. //         $('.hp-hero__carousel').slick({
  6609. //             infinite: true,
  6610. //             dots: true,
  6611. //             slidesToShow: 1,
  6612. //             slidesToScroll: 1,
  6613. //             autoplay: false,
  6614. //             prevArrow: $('.hp-hero__btn-prev'),
  6615. //             nextArrow: $('.hp-hero__btn-next'),
  6616. //             // autoplaySpeed: autoplayHpHero,
  6617. //         });
  6618.        
  6619. //         $('.hp-hero__carousel').css('display', 'block');
  6620. //     }, 400);
  6621. //     setTimeout(function () {
  6622. //         $('.hero-bottom-mbl-wrap').css('display', 'flex');
  6623. //     }, 800);
  6624. // });  
  6625. </script>
  6626.  
  6627. <style>
  6628. @media only screen and (max-width: 767px) {
  6629. .main-content .page-width {
  6630.   padding: 0px!important;
  6631. }
  6632. }
  6633. .hp-hero__carousel {
  6634.  display: none;
  6635. }
  6636. .hp-hero {
  6637.  margin-top: 48px;
  6638.  position: relative;
  6639.  height: 450px;
  6640.  @media (max-width: 767px) {
  6641.    margin-top: 40px;
  6642.    height: 380px;
  6643.  }
  6644. }
  6645. .hp-hero__slide {
  6646.  display: flex;
  6647.  flex-direction: row;
  6648.  width: 100%;
  6649.  height: 450px;
  6650.  @media (max-width: 767px) {
  6651.    flex-direction: column;
  6652.    height: 380px;
  6653.  }
  6654. }
  6655. .hero-slide__left {
  6656.  background-color: #F7F7F7;
  6657.  display: flex;
  6658.  flex-direction: column;
  6659.  align-items: center;
  6660.  justify-content: center;
  6661.  text-align: center;
  6662.  min-width: 518px;
  6663.  width: 538px;
  6664.  @media (max-width: 767px) {
  6665.     display: none;
  6666.  }  
  6667. }
  6668. .hero-slide__bottom-mbl {
  6669.  display: none;
  6670.  @media (max-width: 767px) {
  6671.    display: flex;
  6672.    height: 140px;
  6673.    width: 100%;
  6674.  }
  6675. }
  6676. .hero-bottom-mbl-wrap.visible {
  6677.    display: flex;
  6678. }
  6679. .hero-bottom-mbl-wrap {
  6680.  display: none;
  6681.  @media (max-width: 767px) {
  6682.    background-color: #F7F7F7;
  6683.    /* display: flex; */
  6684.    flex-direction: column;
  6685.    justify-content: center;
  6686.    height: 140px;
  6687.    width: 100%;
  6688.    padding-left: 16px;
  6689.  }
  6690. }
  6691. .hero-slide__image-wrap {
  6692.  position: relative;
  6693. }
  6694. .hero-slide__image {
  6695.  height: 100%;
  6696.  object-fit: cover;
  6697.  @media (min-width: 768px) {
  6698.    display: none;
  6699.  }
  6700.  @media (max-width: 767px) {
  6701.    width: 100%;
  6702.    height: 240px;
  6703.  }  
  6704. }
  6705. .hero-slide__mask-mbl {
  6706.  display: none;
  6707.  @media (max-width: 767px) {
  6708.    display: block;
  6709.    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  6710.    z-index: 1;
  6711.    height: 100%;
  6712.    width: 100%;
  6713.    position: absolute;
  6714.    top: 0px;
  6715.    left: 0px;
  6716.  }  
  6717. }
  6718. .hero-logo__mbl {
  6719.  display: none;
  6720.  @media (max-width: 767px) {
  6721.    display: block;
  6722.    position: absolute;
  6723.    bottom: 16px;
  6724.    left: 16px;
  6725.    z-index: 10;
  6726.  }  
  6727. }
  6728. .hero-copy__primary {
  6729.  margin-top: 16px;
  6730.  font-family: Montserrat;
  6731.  font-size: 24px;
  6732.  font-style: normal;
  6733.  font-weight: 600;
  6734.  line-height: 32px;
  6735.  letter-spacing: -0.2px;
  6736.  @media (max-width: 767px) {
  6737.    margin-top: unset;
  6738.    font-size: 20px;
  6739.    font-style: normal;
  6740.    font-weight: 600;
  6741.    line-height: 28px;
  6742.    letter-spacing: -0.2px;
  6743.  }  
  6744. }
  6745. .hero-copy__sub {
  6746.  margin-top: 8px;
  6747.  font-family: Montserrat;
  6748.  font-size: 18px;
  6749.  font-style: normal;
  6750.  font-weight: 500;
  6751.  line-height: 26px;
  6752.  max-width: 325px;
  6753.  @media (max-width: 767px) {
  6754.    margin-top: 10px;
  6755.    font-size: 18px;
  6756.    font-style: normal;
  6757.    font-weight: 500;
  6758.    line-height: 26px;
  6759.    max-width: unset;
  6760.  }
  6761. }
  6762. .hero-copy__cta-wrap {
  6763.  display: flex;
  6764. }
  6765. .hero-copy__cta {
  6766.  margin-top: 16px;
  6767.  font-family: Lexend;
  6768.  font-size: 14px;
  6769.  font-style: normal;
  6770.  font-weight: 300;
  6771.  line-height: 22px;
  6772.  text-decoration-line: underline;
  6773.  text-transform: uppercase;
  6774.  @media (max-width: 767px) {
  6775.    margin-top: 10px;
  6776.    font-size: 14px;
  6777.    font-style: normal;
  6778.    font-weight: 300;
  6779.    line-height: 22px;
  6780.    margin-right: 24px;
  6781.  }
  6782. }
  6783. .hp-hero__btn-prev {
  6784.  z-index: 2;
  6785.  cursor: pointer;
  6786.  position: absolute;
  6787.  top: 50%;
  6788.  transform: translateY(-50%) scaleX(-1);
  6789.  left: -16px;
  6790.  @media (max-width: 767px) {
  6791.    display: none !important;
  6792.  }
  6793. }
  6794. .hp-hero__btn-next {
  6795.  z-index: 2;
  6796.  cursor: pointer;
  6797.  position: absolute;
  6798.  top: 50%;
  6799.  transform: translateY(-50%);
  6800.  right: -16px;
  6801.  @media (max-width: 767px) {
  6802.    display: none !important;
  6803.  }
  6804. }
  6805. .hp-hero__carousel .slick-dots li {
  6806.    width: 20px !important;
  6807.    height: 2px !important;
  6808.    font-size: 0px;
  6809.    margin: 0 2px !important;
  6810. }
  6811.  
  6812. .hp-hero__carousel .slick-dots li button {
  6813.    width: 20px !important;
  6814.    height: 2px !important;
  6815.    background-color: #D3CEC4;
  6816.    border-radius: 2px !important;
  6817.    font-size: 0px;
  6818.    padding: 0 !important;
  6819. }
  6820.  
  6821. .hp-hero__carousel .slick-dots .slick-active button {
  6822.    background-color: #000 !important;
  6823. }
  6824. </style>
  6825.  
  6826. </div><div id="shopify-section-hp_promos_zwAABT" class="shopify-section"><link href="css/deals-promoc34b.css?v=111900470385967484451742227118" rel="stylesheet" type="text/css" media="all" />
  6827. <div class="page-width">
  6828. <div class="hp-deals-promocards deals-promocards" style="position:relative">
  6829.    <div class="title-cta hp-promo-title">
  6830.      <div class="title-cta__title deals-promo__title">2025澳洲幸运5开奖号码结果记录-nautica诺帝卡官网-开奖结果+开奖记录查询体彩Featured Deals</div>
  6831.      <a href="curated-dealscd13.html?cid=HP:PCVA:ViewAll">
  6832.        <div class="title-cta__cta deals-promo__subtitle">View All</div>
  6833.      </a>
  6834.    </div>  
  6835.    <div class="dealspromo-container">
  6836.      <div class="dealspromo-arrow dealspromo-arrowLeft" style="display: none;">
  6837.        <svg class="" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"
  6838.              style="transform: scaleX(-1);">
  6839.              <circle cx="24" cy="24" r="24" fill="white" />
  6840.              <g clip-path="url(#clip0_4854_37336)">
  6841.                  <path
  6842.                      d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z"
  6843.                      fill="black" />
  6844.              </g>
  6845.              <defs>
  6846.                  <clipPath id="clip0_4854_37336">
  6847.                      <rect width="24" height="24" fill="white" transform="translate(8 12)" />
  6848.                  </clipPath>
  6849.              </defs>
  6850.          </svg>
  6851.      </div>
  6852.      <div class="dealspromo-arrow dealspromo-arrowLeft-disabled">
  6853.        <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
  6854.              <circle r="24" transform="matrix(-1 0 0 1 24 24)" fill="white" />
  6855.              <g clip-path="url(#clip0_4854_37102)">
  6856.                  <path
  6857.                      d="M15.9999 24.5123C16.0022 24.777 16.1073 25.0305 16.2929 25.2193L26.2929 35.2193C26.4815 35.4014 26.7341 35.5022 26.9963 35.5C27.2585 35.4977 27.5093 35.3925 27.6947 35.2071C27.8801 35.0217 27.9853 34.7709 27.9876 34.5087C27.9899 34.2465 27.8891 33.9939 27.7069 33.8053L18.4139 24.5123L27.7069 15.2193C27.8024 15.127 27.8786 15.0167 27.931 14.8947C27.9834 14.7727 28.011 14.6415 28.0122 14.5087C28.0133 14.3759 27.988 14.2442 27.9377 14.1213C27.8875 13.9984 27.8132 13.8868 27.7193 13.7929C27.6254 13.699 27.5138 13.6247 27.3909 13.5745C27.268 13.5242 27.1363 13.4989 27.0035 13.5C26.8707 13.5012 26.7395 13.5288 26.6175 13.5812C26.4955 13.6336 26.3852 13.7098 26.2929 13.8053L16.2929 23.8053C16.1073 23.9941 16.0022 24.2475 15.9999 24.5123Z"
  6858.                      fill="#BDBDBD" />
  6859.              </g>
  6860.              <defs>
  6861.                  <clipPath id="clip0_4854_37102">
  6862.                      <rect width="24" height="24" fill="white" transform="matrix(1 0 0 -1 16 36)" />
  6863.                  </clipPath>
  6864.              </defs>
  6865.          </svg>
  6866.      </div>
  6867.    
  6868.      <div class="dealspromo-promocards-wrapper">
  6869.          <div class="dealspromo-promocards-row">
  6870.          </div>
  6871.      </div>
  6872.  
  6873.      <div class="dealspromo-arrow dealspromo-arrowRight">
  6874.        <svg class="" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
  6875.              <circle cx="24" cy="24" r="24" fill="white" />
  6876.              <g clip-path="url(#clip0_4854_37336)">
  6877.                  <path
  6878.                      d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z"
  6879.                      fill="black" />
  6880.              </g>
  6881.              <defs>
  6882.                  <clipPath id="clip0_4854_37336">
  6883.                      <rect width="24" height="24" fill="white" transform="translate(8 12)" />
  6884.                  </clipPath>
  6885.              </defs>
  6886.          </svg>
  6887.      </div>
  6888.      <div class="dealspromo-arrow dealspromo-arrowRight-disabled" style="display: none;">
  6889.        <svg style="transform: scaleX(-1);" width="48" height="48" viewBox="0 0 48 48" fill="none"
  6890.              xmlns="http://www.w3.org/2000/svg">
  6891.              <circle r="24" transform="matrix(-1 0 0 1 24 24)" fill="white" />
  6892.              <g clip-path="url(#clip0_4854_37102)">
  6893.                  <path
  6894.                      d="M15.9999 24.5123C16.0022 24.777 16.1073 25.0305 16.2929 25.2193L26.2929 35.2193C26.4815 35.4014 26.7341 35.5022 26.9963 35.5C27.2585 35.4977 27.5093 35.3925 27.6947 35.2071C27.8801 35.0217 27.9853 34.7709 27.9876 34.5087C27.9899 34.2465 27.8891 33.9939 27.7069 33.8053L18.4139 24.5123L27.7069 15.2193C27.8024 15.127 27.8786 15.0167 27.931 14.8947C27.9834 14.7727 28.011 14.6415 28.0122 14.5087C28.0133 14.3759 27.988 14.2442 27.9377 14.1213C27.8875 13.9984 27.8132 13.8868 27.7193 13.7929C27.6254 13.699 27.5138 13.6247 27.3909 13.5745C27.268 13.5242 27.1363 13.4989 27.0035 13.5C26.8707 13.5012 26.7395 13.5288 26.6175 13.5812C26.4955 13.6336 26.3852 13.7098 26.2929 13.8053L16.2929 23.8053C16.1073 23.9941 16.0022 24.2475 15.9999 24.5123Z"
  6895.                      fill="#BDBDBD" />
  6896.              </g>
  6897.              <defs>
  6898.                  <clipPath id="clip0_4854_37102">
  6899.                      <rect width="24" height="24" fill="white" transform="matrix(1 0 0 -1 16 36)" />
  6900.                  </clipPath>
  6901.              </defs>
  6902.          </svg>
  6903.      </div>
  6904.    </div>
  6905. </div>
  6906. </div>
  6907.  
  6908. <script>
  6909. let promoImageUrl, promoLogoImageUrl, promoHeader, promoPText, promoSubText, promoLinkUrl, promoCustomLink, promoAcc;
  6910. let promosArray = [];
  6911.  
  6912. const initPromos = (promo) => {
  6913.  function createAndAppend(elementType, className, textContent, parentElement) {
  6914.    const element = document.createElement(elementType);
  6915.    element.classList.add(className);
  6916.    if (textContent) {
  6917.      element.textContent = textContent;
  6918.    }
  6919.    parentElement.appendChild(element);
  6920.    return element;
  6921.  }
  6922.    
  6923.  const promoRow = document.querySelector(".dealspromo-promocards-row")
  6924.  // Loop through the promosArray
  6925.  let doNotDisplayCount = 0;
  6926.  promo.promoCarousel.forEach((deal, index) => {
  6927.    const { image, logoSize, header, primaryText, subtext, accessibilityLabel, logoImage, doNotDisplayWeb, destination, displayAdBadge } = deal;
  6928.    if (deal.doNotDisplayWeb) {
  6929.      doNotDisplayCount++;
  6930.      return;
  6931.    } else {
  6932.      const promoImageUrl = image.url;
  6933.      const promoLogoSize = logoSize;
  6934.      const promoHeader = header;
  6935.      const promoPText = primaryText;
  6936.      const promoSubText = subtext;
  6937.      const promoAcc = accessibilityLabel;
  6938.  
  6939.      const adjustedIndex = index + 1 - doNotDisplayCount;
  6940.      const indexString = adjustedIndex.toString();
  6941.  
  6942.      let promoLinkUrl = destination.webUrl;
  6943.      if (destination.cid) {
  6944.        if (promoLinkUrl.includes('?')) {
  6945.            promoLinkUrl += `&cid=HP:PC${indexString}:${destination.cid}`;
  6946.        } else {
  6947.            promoLinkUrl += `?cid=HP:PC${indexString}:${destination.cid}`;
  6948.        }
  6949.      }
  6950.      
  6951.      const singleCard = document.createElement('div');
  6952.      singleCard.classList.add('dealspromo-single-card');
  6953.  
  6954.      const promoLink = document.createElement('a');
  6955.      promoLink.classList.add('promo-link');
  6956.      promoLink.href = promoLinkUrl;
  6957.  
  6958.      const promoProductContent = document.createElement('div');
  6959.      promoProductContent.classList.add('promo-product-content');
  6960.  
  6961.      const promoText = createAndAppend('div', 'promo-text', promoPText, promoProductContent);
  6962.      const promoSubtext = createAndAppend('div', 'promo-code', promoSubText, promoProductContent);
  6963.      const promoImage = createAndAppend('img', 'deals-promocard-image', null, promoProductContent);
  6964.      // promoImage.src = promoImageUrl;
  6965.      promoImage.setAttribute('data-src', promoImageUrl);
  6966.      promoImage.classList.add('lazyload');
  6967.      promoImage.alt = promoAcc;
  6968.  
  6969.      if (logoImage) {
  6970.        const promoLogoImage = createAndAppend('img', 'promo-logo', null, promoProductContent);
  6971.        if (logoSize) {
  6972.          promoLogoImage.classList.add(logoSize);
  6973.        }
  6974.        // promoLogoImage.src = logoImage.url;
  6975.        promoLogoImage.setAttribute('data-src', logoImage.url);
  6976.        promoLogoImage.classList.add('lazyload');
  6977.      }
  6978.  
  6979.      const promoMask = createAndAppend('div', 'deals-promocard-mask', null, promoProductContent);
  6980.  
  6981.      if (displayAdBadge === true) {
  6982.        promoAd = createAndAppend('div', 'adBadge', 'AD', promoProductContent);
  6983.      }      
  6984.  
  6985.      promoLink.appendChild(promoProductContent);
  6986.      singleCard.appendChild(promoLink);
  6987.      promoRow.appendChild(singleCard);
  6988.    }
  6989.  });
  6990.  
  6991.  // Add 'View All Deals' card
  6992.  const singleCard = document.createElement('div');
  6993.  singleCard.classList.add('dealspromo-single-card');
  6994.  const promoLink = document.createElement('a');
  6995.  promoLink.classList.add('promo-link');
  6996.  promoLink.href = "curated-dealsc92a.html?page=1&amp;cid=HP:PCVA:ViewAllCard";
  6997.  const promoProductContent = document.createElement('div');
  6998.  promoProductContent.classList.add('promo-product-content', 'promo-product-view-all');
  6999.  const promoText = createAndAppend('div', 'promo-text-view-all', 'View All Deals', promoProductContent);
  7000.  promoLink.appendChild(promoProductContent);
  7001.  singleCard.appendChild(promoLink);
  7002.  promoRow.appendChild(singleCard);
  7003. }
  7004.  
  7005. document.addEventListener("DOMContentLoaded", function () {
  7006.  if (window.innerWidth >= 767) {
  7007.    const elements = {
  7008.      wrapper: document.querySelector(".dealspromo-promocards-wrapper"),
  7009.      arrowLeft: document.querySelector(".dealspromo-arrowLeft"),
  7010.      arrowLeftDisabled: document.querySelector(".dealspromo-arrowLeft-disabled"),
  7011.      arrowRight: document.querySelector(".dealspromo-arrowRight"),
  7012.      arrowRightDisabled: document.querySelector(".dealspromo-arrowRight-disabled")
  7013.    };
  7014.  
  7015.    const scrollAmount = 650;
  7016.    const scrollDuration = 300;
  7017.  
  7018.    setTimeout(function() {
  7019.      hideArrows(elements);
  7020.    }, 100);
  7021.  
  7022.    elements.arrowLeft.addEventListener("click", () => scrollTo(elements.wrapper, elements.wrapper.scrollLeft - scrollAmount, scrollDuration));
  7023.    elements.arrowRight.addEventListener("click", () => scrollTo(elements.wrapper, elements.wrapper.scrollLeft + scrollAmount, scrollDuration));
  7024.  
  7025.    elements.wrapper.addEventListener("scroll", () => handleScroll(elements));
  7026.    elements.wrapper.style.scrollBehavior = 'auto';
  7027.  }
  7028. });
  7029.  
  7030. function scrollTo(wrapper, destination, duration) {
  7031.  const start = wrapper.scrollLeft;
  7032.  const startTime = performance.now();
  7033.  
  7034.  function scrollAnimation(currentTime) {
  7035.    const elapsedTime = currentTime - startTime;
  7036.    const progress = Math.min(elapsedTime / duration, 1);
  7037.    wrapper.scrollLeft = start + (destination - start) * easeInOutQuad(progress);
  7038.  
  7039.    if (progress < 1) {
  7040.      requestAnimationFrame(scrollAnimation);
  7041.    }
  7042.  }
  7043.  
  7044.  function easeInOutQuad(t) {
  7045.    return t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t;
  7046.  }
  7047.  
  7048.  requestAnimationFrame(scrollAnimation);
  7049. }
  7050.  
  7051. function handleScroll(elements) {
  7052.  const isAtLeftEnd = elements.wrapper.scrollLeft === 0;
  7053.  const isAtRightEnd = elements.wrapper.scrollLeft + elements.wrapper.clientWidth === elements.wrapper.scrollWidth;
  7054.  
  7055.  elements.arrowLeft.style.display = isAtLeftEnd ? "none" : "block";
  7056.  elements.arrowLeftDisabled.style.display = isAtLeftEnd ? "block" : "none";
  7057.  
  7058.  elements.arrowRight.style.display = isAtRightEnd ? "none" : "block";
  7059.  elements.arrowRightDisabled.style.display = isAtRightEnd ? "block" : "none";
  7060. }
  7061.  
  7062. function hideArrows(elements) {
  7063.  elements.arrowLeft.style.display = "none";
  7064.  elements.arrowLeftDisabled.style.display = "block";
  7065.  elements.arrowRight.style.display = "block";
  7066.  elements.arrowRightDisabled.style.display = "none";
  7067. }
  7068.  
  7069. function showArrows(elements) {
  7070.  elements.arrowLeft.style.display = "block";
  7071.  elements.arrowRight.style.display = "block";
  7072. }
  7073. </script>
  7074.  
  7075. <style>
  7076. .hp-promo-title {
  7077.  margin-bottom: 16px;
  7078.  @media (max-width: 767px) {
  7079.      margin-left: 16px;
  7080.  }
  7081. }
  7082. .hp-deals-promocards {
  7083.  margin-top: 67px;
  7084.  @media (max-width: 767px) {
  7085.      margin-top: 59px;
  7086.  }
  7087. }
  7088. .promo-product-view-all {
  7089.  background-color: #F7F7F7;
  7090.  display: flex;
  7091.  align-items: center;
  7092.  justify-content: center;
  7093.  @media (max-width: 767px) {
  7094.      height: 100%;
  7095.  }
  7096. }
  7097. .promo-text-view-all {
  7098.  color: #1c1d1d;
  7099.  font-size: 16px;
  7100.  line-height: 24px;
  7101. }
  7102. .dealspromo-arrow {
  7103.  @media (max-width: 767px) {
  7104.    display: none;
  7105.  }
  7106. }
  7107. .dealspromo-single-card:first-of-type {
  7108.  @media (max-width: 767px) {
  7109.      margin-left: 24px;
  7110.  }
  7111. }
  7112. .deals-promo__subtitle {
  7113.  @media (max-width: 767px) {
  7114.      display: block !important;
  7115.      margin-right: 16px;
  7116.  }  
  7117. }
  7118. </style>
  7119.                        
  7120. </div><div id="shopify-section-homepage_prodrec_section_jaazni" class="shopify-section"><div class="page-width rec-tab__wrap">
  7121.    <div class="title-cta rec-tab__title-cta">
  7122.        <div class="title-cta__title">Start Shopping</div>
  7123.        <div class="title-cta__cta"><a href="#" class="custom-cta"></a></div>
  7124.    </div>
  7125.    <div class="rec-tab__titles"></div>
  7126.    <div class="rec-tab__container">
  7127.        
  7128.            <div  class="rec-tab__current-rec" id="recommendationContainer">
  7129.                <div class="nosto_element" id="frontpage-nosto-5"></div>
  7130.            </div>
  7131.        
  7132.            <div  class="rec-tab__current-rec" id="recommendationContainer">
  7133.                <div class="nosto_element" id="frontpage-nosto-6"></div>
  7134.            </div>
  7135.        
  7136.            <div  class="rec-tab__current-rec" id="recommendationContainer">
  7137.                <div class="nosto_element" id="frontpage-nosto-7"></div>
  7138.            </div>
  7139.        
  7140.            <div  class="rec-tab__current-rec" id="recommendationContainer">
  7141.                <div class="nosto_element" id="frontpage-nosto-8"></div>
  7142.            </div>
  7143.        
  7144.            <div  class="rec-tab__current-rec" id="recommendationContainer">
  7145.                <div class="nosto_element" id="frontpage-nosto-9"></div>
  7146.            </div>
  7147.        
  7148.    </div>
  7149. </div>
  7150.  
  7151. <style>
  7152. .rec-tab__wrap {
  7153.    visibility: hidden;
  7154.    margin-top: 48px;
  7155.    @media (max-width: 767px) {
  7156.        margin-top: 40px;
  7157.    }
  7158. }
  7159. .rec-tab__title-cta {
  7160.    margin-bottom: 16px;
  7161.    @media (max-width: 767px) {
  7162.        padding: 0 16px;
  7163.    }
  7164. }
  7165. .rec-tab__titles {
  7166.    display: flex;
  7167.    flex-direction: row;
  7168.    border-bottom: 1px solid #EEEDED;
  7169.    @media (max-width: 767px) {
  7170.        margin-left: 16px;
  7171.        overflow-x: auto;
  7172.        white-space: nowrap;
  7173.    }
  7174. }
  7175.  
  7176. .rec-tab__titles::-webkit-scrollbar {
  7177.    display: none;
  7178. }
  7179.  
  7180. .rec-tab__title {
  7181.    color: var(--Grayscale-Gray-1, #222);
  7182.    font-family: Lexend;
  7183.    font-size: 16px;
  7184.    font-style: normal;
  7185.    font-weight: 300;
  7186.    line-height: 24px;
  7187.    margin-right: 20px;
  7188.    cursor: pointer;
  7189. }
  7190.  
  7191. .rec-tab__title.selected {
  7192.    font-weight: 500;
  7193.    border-bottom: 2px solid #000;
  7194.    padding-bottom: 7px;
  7195. }
  7196.  
  7197. @media (max-width: 767px) {
  7198.    .rec-tab__container .carousel-nosto__container {
  7199.        padding: unset !important;
  7200.        padding-left: 16px !important;
  7201.        margin-left: -4px;
  7202.    }
  7203.    .rec-tab__container {
  7204.        /* margin-bottom: 82px; */
  7205.    }
  7206. }
  7207. </style>
  7208.  
  7209. <script>
  7210. document.addEventListener("DOMContentLoaded", function() {
  7211.    function setupRecTab() {
  7212.        var recTabContainer = document.querySelector('.rec-tab__container');
  7213.        if (!recTabContainer) return;
  7214.  
  7215.        var recommendationTitles = recTabContainer.querySelectorAll('.title-cta__title');
  7216.        var recommendationCTA = recTabContainer.querySelectorAll('.title-cta__href');
  7217.        var recommendationResults = recTabContainer.querySelectorAll('.nosto_element');
  7218.        var recTabTitlesContainer = document.querySelector('.rec-tab__titles');
  7219.  
  7220.        // Hide all recommendation titles within rec-tab__container
  7221.        recommendationTitles.forEach(function(title) {
  7222.            title.style.display = 'none';
  7223.        });
  7224.  
  7225.        // Hide all recommendation cta within rec-tab__container
  7226.        recommendationCTA.forEach(function(cta) {
  7227.            cta.style.display = 'none';
  7228.        });
  7229.  
  7230.        // Hide all recommendation results except the first one
  7231.        for (var i = 1; i < recommendationResults.length; i++) {
  7232.            recommendationResults[i].style.display = 'none';
  7233.        }
  7234.  
  7235.        // Create new rec-tab__title elements and append them to rec-tab__titles container
  7236.        recommendationTitles.forEach(function(title, index) {
  7237.            var recTabTitle = document.createElement('div');
  7238.            recTabTitle.className = 'rec-tab__title';
  7239.            recTabTitle.textContent = title.textContent;
  7240.  
  7241.            recTabTitle.addEventListener('click', function() {
  7242.                recommendationResults.forEach(function(result) {
  7243.                    result.style.display = 'none';
  7244.                });
  7245.  
  7246.                document.querySelectorAll('.rec-tab__title').forEach(function(tabTitle) {
  7247.                    tabTitle.classList.remove('selected');
  7248.                });
  7249.                this.classList.add('selected');
  7250.                var clickedIndex = Array.from(this.parentElement.children).indexOf(this);
  7251.  
  7252.                if (recommendationCTA[clickedIndex]) {
  7253.                    // Update the CTA
  7254.                    let currentHref = recommendationCTA[clickedIndex].href;
  7255.                    let currentInner = recommendationCTA[clickedIndex].querySelector('.title-cta__cta').innerHTML;
  7256.                    let customCTA = document.querySelector('.custom-cta');
  7257.                    customCTA.innerHTML = currentInner;
  7258.                    customCTA.href = currentHref;
  7259.                }
  7260.  
  7261.                // Reload the slick slider inside recommendationResults[clickedIndex]
  7262.                var $target = $(recommendationResults[clickedIndex]).find('.carousel-nosto__recs-list');
  7263.                var prevArrow = $(recommendationResults[clickedIndex]).find('.car-arrow-prev');
  7264.                var nextArrow = $(recommendationResults[clickedIndex]).find('.car-arrow-next');
  7265.  
  7266.                $target.slick('unslick');
  7267.                recommendationResults[clickedIndex].style.display = 'block';
  7268.  
  7269.                $target.slick({ // Reinitialize the slider
  7270.                    infinite: false,
  7271.                    dots: false,
  7272.                    slidesToShow: 5,
  7273.                    slidesToScroll: 5,
  7274.                    prevArrow: prevArrow,
  7275.                    nextArrow: nextArrow,
  7276.                    responsive: [
  7277.                        {
  7278.                            breakpoint: 1335,
  7279.                            settings: {
  7280.                                slidesToShow: 4,
  7281.                                slidesToScroll: 4
  7282.                            }
  7283.                        },
  7284.                        {
  7285.                            breakpoint: 1070,
  7286.                            settings: {
  7287.                                slidesToShow: 3,
  7288.                                slidesToScroll: 3
  7289.                            }
  7290.                        },
  7291.                        {
  7292.                            breakpoint: 813,
  7293.                            settings: {
  7294.                                slidesToShow: 2,
  7295.                                slidesToScroll: 2
  7296.                            }
  7297.                        },
  7298.                        {
  7299.                            breakpoint: 499,
  7300.                            settings: 'unslick'
  7301.                        }
  7302.                    ]
  7303.                });
  7304.            });
  7305.  
  7306.            recTabTitlesContainer.appendChild(recTabTitle);
  7307.        });
  7308.  
  7309.        var firstRecTabTitle = document.querySelector('.rec-tab__title');
  7310.        if (firstRecTabTitle) {
  7311.            firstRecTabTitle.click();
  7312.        }
  7313.  
  7314.        var recTabWrap = document.querySelector('.rec-tab__wrap');
  7315.        if (recTabWrap) {
  7316.            recTabWrap.style.visibility = 'visible';
  7317.        }
  7318.    }
  7319.  
  7320.    // Wait for the content to load before running setupRecTab
  7321.    var interval = setInterval(function() {
  7322.        if (document.querySelector('.rec-tab__container .title-cta__title')) {
  7323.            clearInterval(interval);
  7324.            setupRecTab();
  7325.        }
  7326.    }, 100);
  7327.  
  7328.    // START Remove prod recs if bag drawer has been opened
  7329.    function handleDrawerCloseClick(evt) {
  7330.        evt.preventDefault();
  7331.        document.querySelector('.rec-tab__wrap').style.display = 'none';
  7332.    }
  7333.    
  7334.    let hasScrolled = false;
  7335.    
  7336.    function handleDrawerOpen() {
  7337.        if (!hasScrolled) {
  7338.            window.addEventListener('scroll', handleScrollOnce);
  7339.            hasScrolled = true;
  7340.            handleDrawerCloseClick({ preventDefault: () => {} });
  7341.        }
  7342.    }
  7343.    
  7344.    function handleScrollOnce() {
  7345.        const scrollDirection = window.scrollY > this.lastScrollY ? 'down' : 'up';
  7346.        window.removeEventListener('scroll', handleScrollOnce);
  7347.        
  7348.        this.lastScrollY = window.scrollY;
  7349.    }
  7350.    
  7351.    window.lastScrollY = window.scrollY;
  7352.    
  7353.    const observer = new MutationObserver((mutations) => {
  7354.        mutations.forEach((mutation) => {
  7355.            if (mutation.type === 'attributes' && mutation.attributeName === 'class') {
  7356.                if ($(mutation.target).hasClass('js-drawer-open')) {
  7357.                    handleDrawerOpen();
  7358.                }
  7359.            }
  7360.        });
  7361.    });
  7362.    
  7363.    observer.observe(document.body, {
  7364.        attributes: true,
  7365.        subtree: true,
  7366.        attributeFilter: ['class'],
  7367.    });
  7368.  
  7369.    //END Remove prod recs if bag drawer has been opened
  7370. });
  7371. </script>
  7372.  
  7373.  
  7374.  
  7375. </div><div id="shopify-section-homepage_m3_ad_j4DrWJ" class="shopify-section"><div class='page-width m3-ad' style='text-align: center; margin-top: 48px; margin-bottom: 48px;'>
  7376.  <div id="mid_hbl-ad-slot-1" style="min-width: 300px; min-height: 50px;"></div>
  7377. </div>
  7378.  
  7379. <script>
  7380.  setTimeout(function() {
  7381.    LDclient.waitForInitialization().then(() => {
  7382.    const m3Ads = LDclient.variationDetail('m3-ads');
  7383.      console.log(m3Ads.value)
  7384.    if (!m3Ads.value) {
  7385.      $('.m3-ad').hide();
  7386.    }
  7387.    }).catch(err => {
  7388.      console.log(err);
  7389.    })
  7390.  }, 500)
  7391.  
  7392.  window.googletag = window.googletag || {cmd: []};
  7393.  
  7394.  // Function to initialize critical ad slots after LCP or load
  7395.  function initializeHomepageAds() {
  7396.    googletag.cmd.push(function() {
  7397.      // Define size mapping for the homepage mid banner
  7398.      var sizeMapping = googletag.sizeMapping()
  7399.        .addSize([1024, 0], ['fluid', [970, 250]])  // Desktop
  7400.        .addSize([768, 0], ['fluid', [728, 90]])    // Tablet
  7401.        .addSize([480, 0], ['fluid', [320, 100], [320, 50]]) // Mobile
  7402.        .addSize([0, 0], ['fluid', [320, 50]])      // Fallback
  7403.        .build();
  7404.  
  7405.      // Define the ad slot
  7406.      googletag.defineSlot('/23202258473,23203598335/mall/shopsimon/home_mid_hb1',
  7407.        ['fluid', [970, 250], [728, 90], [320, 100], [320, 50], [300, 50]], 'mid_hbl-ad-slot-1')
  7408.        .defineSizeMapping(sizeMapping)
  7409.        .addService(googletag.pubads());
  7410.  
  7411.      // Enable lazy loading and single request
  7412.      googletag.pubads().enableLazyLoad({
  7413.        fetchMarginPercent: 25,
  7414.        renderMarginPercent: 25,
  7415.        mobileScaling: 2.0
  7416.      });
  7417.      googletag.pubads().enableSingleRequest();
  7418.      googletag.pubads().collapseEmptyDivs();
  7419.      googletag.enableServices();
  7420.  
  7421.   // Display the ad slot
  7422.      googletag.display('mid_hbl-ad-slot-1');
  7423.  
  7424.    });
  7425.  }
  7426.  
  7427.  setTimeout(function() {
  7428.    initializeHomepageAds();
  7429.  }, 300)
  7430. </script>
  7431.  
  7432. <style>
  7433.  @media screen and (max-width: 767px) {
  7434.    .m3-ad {
  7435.      margin: 0 16px;
  7436.    }
  7437.  }
  7438. </style>
  7439.  
  7440. </div><div id="shopify-section-hp_spotlight_MTnqrJ" class="shopify-section"><div class="page-width spot-container">
  7441.  <div class="hp-spotlight-wrapper"></div>
  7442. </div>
  7443.  
  7444. <script>
  7445. const initSpot = (spotData) => {
  7446.  function createAndAppend(elementType, className, parentElement, textContent) {
  7447.    const element = document.createElement(elementType);
  7448.    element.classList.add(className);
  7449.    if (textContent) {
  7450.      element.textContent = textContent;
  7451.    }
  7452.    parentElement.appendChild(element);
  7453.    return element;
  7454.  }
  7455.  
  7456.  const spotlightWrap = document.querySelector('.hp-spotlight-wrapper');
  7457.  if (spotData.spotlightBanner[0].image.url) {
  7458.    const spotAccess = spotData.spotlightBanner[0].accessibilityLabel;
  7459.    const spotCustomLink = spotData.spotlightBanner[0].customLinkWeb;
  7460.    const spotImage = spotData.spotlightBanner[0].image.url;
  7461.    const spotLogoSize = spotData.spotlightBanner[0].logoSize;
  7462.    const spotText = spotData.spotlightBanner[0].primaryText;
  7463.    const spotCid = spotData.spotlightBanner[0].cidField;
  7464.    const spotAd = spotData.spotlightBanner[0].displayAdBadge;
  7465.  
  7466.    const spotlightImg = createAndAppend('img', 'hp-spotlight-img', spotlightWrap);
  7467.    // spotlightImg.src = spotImage;
  7468.    spotlightImg.setAttribute('data-src', spotImage);
  7469.    spotlightImg.classList.add('lazyload');
  7470.    spotlightImg.alt = spotAccess;
  7471.    
  7472.    const spotlightContent = createAndAppend('div', 'hp-spotlight-content', spotlightWrap);
  7473.    if (spotData.spotlightBanner[0].logoImage.url) {
  7474.      const spotLogo = spotData.spotlightBanner[0].logoImage.url;
  7475.      const spotlightLogo = createAndAppend('img', 'hp-spotlight-logo', spotlightContent);
  7476.      if (spotLogoSize) {
  7477.        spotlightLogo.classList.add(spotLogoSize);
  7478.      }
  7479.      // spotlightLogo.src = spotLogo;
  7480.      spotlightLogo.setAttribute('data-src', spotLogo);
  7481.      spotlightLogo.classList.add('lazyload');
  7482.    }
  7483.    createAndAppend('div', 'hp-spotlight-text', spotlightContent, spotText);
  7484.    if (spotData.spotlightBanner[0].subtext) {
  7485.      const spotSub = spotData.spotlightBanner[0].subtext;
  7486.      createAndAppend('div', 'hp-spotlight-subtext', spotlightContent, spotSub);
  7487.    }
  7488.    createAndAppend('div', 'hp-spotlight-mask', spotlightWrap);
  7489.  
  7490.    if (spotAd === true) {
  7491.      promoAd = createAndAppend('div', 'adBadge', spotlightWrap, 'AD');
  7492.    }  
  7493.  
  7494.    let spotLink = spotCustomLink;
  7495.    if (spotCid) {
  7496.      if (spotLink.includes('?')) {
  7497.          spotLink += '&cid=HP:SB1:' + spotCid;
  7498.      } else {
  7499.          spotLink += '?cid=HP:SB1:' + spotCid;
  7500.      }
  7501.    }
  7502.  
  7503.    spotlightWrap.addEventListener('click', function() {
  7504.      window.location.href = spotLink;
  7505.      // window.open(spotLink, '_blank');
  7506.    });  
  7507.  } else {
  7508.    spotlightWrap.style.display = 'none';
  7509.  }
  7510. }
  7511. </script>
  7512.  
  7513. <style>
  7514. .spot-container {
  7515.  @media (max-width: 767px) {
  7516.    margin: 0 16px;
  7517.  }  
  7518. }
  7519. .hp-spotlight-wrapper {
  7520.  height: 480px;
  7521.  width: 100%;
  7522.  border-radius: 4px;
  7523.  position: relative;
  7524.  cursor: pointer;
  7525.  margin-top: 48px;
  7526.  margin-bottom: 24px;
  7527.  @media (max-width: 767px) {
  7528.    height: 343px;
  7529.    margin-top: 40px;
  7530.    margin-bottom: 16px;
  7531.  }  
  7532. }
  7533.  
  7534. .hp-spotlight-img {
  7535.  height: 100%;
  7536.  width: 100%;
  7537.  object-fit: cover;
  7538.  border-radius: 4px;
  7539. }
  7540.  
  7541. .hp-spotlight-content {
  7542.  position: absolute;
  7543.  bottom: 32px;
  7544.  left: 32px;
  7545.  z-index: 1;
  7546.  @media (max-width: 767px) {
  7547.    bottom: 16px;
  7548.    left: 16px;
  7549.  }  
  7550. }
  7551.  
  7552. .hp-spotlight-text {
  7553.  color: #FFF;
  7554.  font-family: Montserrat;
  7555.  font-size: 24px;
  7556.  font-style: normal;
  7557.  font-weight: 600;
  7558.  line-height: 36px;
  7559.  letter-spacing: -0.2px;
  7560.  margin-top: 24px;
  7561.  @media (max-width: 767px) {
  7562.    margin-top: 16px;
  7563.  }  
  7564. }
  7565.  
  7566. .hp-spotlight-subtext {
  7567.  color: #FFF;
  7568.  font-family: Lexend;
  7569.  font-size: 16px;
  7570.  font-style: normal;
  7571.  font-weight: 400;
  7572.  line-height: 24px;
  7573.  margin-top: 8px;
  7574.  @media (max-width: 767px) {
  7575.    margin-top: 4px;
  7576.  }  
  7577. }
  7578.  
  7579. .hp-spotlight-mask {
  7580.  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  7581.  position: absolute;
  7582.  width: 100%;
  7583.  height: 100%;
  7584.  top: 0;
  7585.  border-radius: 4px;
  7586. }
  7587.  
  7588. </style>
  7589.  
  7590.  
  7591. </div><div id="shopify-section-homepage_faves_section_Fei6VP" class="shopify-section"><link href="css/homepage-faves-section4fa7.css?v=129731305896916060271742227118" rel="stylesheet" type="text/css" media="all" />
  7592. <div class="page-width">
  7593.    <div class="hp-faves-container">
  7594.        <div class="hp-faves-title-wrap">
  7595.            <div class="hp-faves-title">Your Favorites</div>
  7596.            <a href="favorites0fd8.html?cid=HP:PR5:Favorites">
  7597.                <div class="hp-faves-cta">View All</div>
  7598.            </a>
  7599.        </div>
  7600.        <div class="hp-faves-car-wrap">    
  7601.        </div>
  7602.         <div class="custom-prev-btn">
  7603.                <img src="svg/arw_back_enbld7174.svg?v=308516476208749091742227118" alt="Previous">
  7604.          </div>
  7605.          <div class="custom-next-btn">
  7606.                <img src="svg/arw_fwd_enbld3854.svg?v=114022648733441052551742227118" alt="Next">
  7607.          </div>
  7608.    </div>
  7609. </div>
  7610.  
  7611.  
  7612.  
  7613. <script>
  7614. const prevArrowElement = $('.custom-prev-btn');
  7615. const nextArrowElement = $('.custom-next-btn');
  7616. const slider = $('.hp-faves-car-wrap');
  7617.  
  7618. function initSlickSlider() {
  7619.    slider.slick({
  7620.        autoplay: false,
  7621.        infinite: false,
  7622.        dots: false,
  7623.        slidesToShow: 5,
  7624.        slidesToScroll: 5,
  7625.        prevArrow: prevArrowElement,
  7626.        nextArrow: nextArrowElement,
  7627.        responsive: [
  7628.            {
  7629.                breakpoint: 1335,
  7630.                settings: {
  7631.                    slidesToShow: 4,
  7632.                    slidesToScroll: 4
  7633.                }
  7634.            },
  7635.            {
  7636.                breakpoint: 1070,
  7637.                settings: {
  7638.                    slidesToShow: 3,
  7639.                    slidesToScroll: 3
  7640.                }
  7641.            },
  7642.            {
  7643.                breakpoint: 813,
  7644.                settings: {
  7645.                    slidesToShow: 2,
  7646.                    slidesToScroll: 2
  7647.                }
  7648.            },
  7649.            {
  7650.                breakpoint: 499,
  7651.                settings: 'unslick'
  7652.            }
  7653.        ]
  7654.    });
  7655.  
  7656.    slider.css('display', 'block');
  7657.    slider.slick('refresh');
  7658.  
  7659.    // prevArrowElement.show();
  7660.    // nextArrowElement.show();
  7661.  
  7662.    slider.on('afterChange', function(event, slick, currentSlide){
  7663.      var totalSlides = slick.slideCount;
  7664.      var slidesToShow = slick.options.slidesToShow;
  7665.      var currentSlideIndex = slick.currentSlide;
  7666.  
  7667.      if (currentSlideIndex + slidesToShow >= totalSlides) {
  7668.        // Hide next arrow when there are no more slides to show
  7669.        $('.nextArrowElement').hide();
  7670.      } else {
  7671.        // Show next arrow when there are more slides to show
  7672.        $('.nextArrowElement').show();
  7673.      }
  7674.    });
  7675. }
  7676.  
  7677.  
  7678.  
  7679. const faveHpStoreApi = {};
  7680. faveHpStoreApi.getProductByUrl = handle => {
  7681. return fetch("/products/" + handle + ".js", {
  7682. method: "GET",
  7683. headers: {
  7684. "Content-Type": "application/json",
  7685. }
  7686. }).then((response) => {
  7687. if (response.ok) {
  7688. return response.json();
  7689. }
  7690. })
  7691. };
  7692.  
  7693.    document.querySelector('.hp-faves-container').style.display = 'none';
  7694.  
  7695. // get faves into carousel
  7696. const getAllFavesHP = async (faveArr) => {
  7697. let today = new Date().toLocaleDateString();
  7698. let parseToday = Date.parse(today);
  7699. if (faveArr.length < 4) {
  7700. document.querySelector('.hp-faves-container').style.display = 'none';
  7701. }
  7702. if (faveArr.length < 6) {
  7703. document.querySelector('.hp-faves-cta').style.display = 'none';
  7704. }
  7705. let imageSize = "_335x";
  7706. if (window.innerWidth < 768) {
  7707. imageSize = "_200x";
  7708. }
  7709.  
  7710. for (let i = 0; i < Math.min(30, faveArr.length); i++) {
  7711. await faveHpStoreApi.getProductByUrl(faveArr[i].handle).then((item) => {
  7712. let customerId = customerIDFave;
  7713.  
  7714. if (typeof item != "undefined") {
  7715. let productId = faveArr[i].productId;
  7716. let link = `/products/${faveArr[i].handle}?cid=faveclick:hprec`
  7717. let price;
  7718. let priceStr;
  7719. let imageUrl;
  7720.  
  7721. if (item.variants.length > 1) {
  7722. price = item.variants[0].price;
  7723. imageUrl = item.variants[0].featured_image.src;
  7724. for (let j = 0; j < item.variants.length; j++) {
  7725. if (item.variants[j].price < price && item?.variants[j]?.featured_image && item.variants[j].available == true) {
  7726. price = item.variants[j].price;
  7727. imageUrl = item.variants[j].featured_image.src;
  7728. }
  7729. }
  7730. } else {
  7731. price = item.variants[0].price;
  7732. imageUrl = item.variants[0]?.featured_image.src;
  7733. }
  7734. // Fall back to regular image if no variant image
  7735. imageUrl = imageUrl || item.images[0];
  7736. //load smaller images, otherwise they are 2000x2000
  7737. imageUrl = imageUrl.replace(/(\.[^.]*)$/, imageSize + "$1");
  7738.  
  7739. let luxe = ""
  7740. if (item.tags.includes("brand-type_1")) {
  7741. luxe = `<span class="luxeBadge">LUXE</span>`
  7742.                    } else {
  7743. delete luxe;
  7744. }
  7745.  
  7746. price = (price / 100.0).toFixed(2)
  7747. priceStr = price.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');
  7748. let comparePrice = "";
  7749. let comparePriceStr = "";
  7750. let discount = "";
  7751. let comparePriceNum = (item.compare_at_price / 100.0).toFixed(2);
  7752. let numberComparePrice = Number(comparePriceNum);
  7753. let numberPrice = Number(price);
  7754.  
  7755. if (numberComparePrice > numberPrice) {
  7756. comparePriceStr = "$" + comparePriceNum.replace(/\B(?=(\d{3})+(?!\d))/g, ',');
  7757. comparePrice = "$" + comparePriceNum
  7758. discount = Math.round(((comparePriceNum - price) * 100) / comparePriceNum) + '%';
  7759. } else {
  7760. comparePriceStr = "";
  7761. discount = "";
  7762. }
  7763.  
  7764.                    let brand = "";
  7765. for (let m = 0; m < item.tags.length; m++) {
  7766. if (item.tags[m].includes("brand_")) {
  7767. let tag = item.tags[m];
  7768. brandArray = tag.split("_");
  7769.                            brand = brandArray[1];
  7770. } else {
  7771. delete brand;
  7772. }
  7773. }                    
  7774.  
  7775. let deal = "";
  7776. for (let k = 0; k < item.tags.length; k++) {
  7777. if (item.tags[k].includes("promo_")) {
  7778. let tag = item.tags[k];
  7779. dealArray = tag.split("_");
  7780. let promoStart = Date.parse(dealArray[2])
  7781. let promoEnd = Date.parse(dealArray[3])
  7782. if (parseToday >= promoStart && parseToday < promoEnd) {
  7783. deal = `<div class="fave-deal">${dealArray[1]}</div>`
  7784. }
  7785. } else {
  7786. delete deal;
  7787. }
  7788. }
  7789.  
  7790. let preOwned = "";
  7791. for (let j = 0; j < item.tags.length; j++) {
  7792. if (item.tags[j].includes("product-condition_Preowned")) {
  7793. let tag = item.tags[j];
  7794. comparePriceStr = "";
  7795. discount = "";
  7796. preOwned = '<div class="preownedbadge2">PRELOVED</div>';
  7797. break;
  7798. } else {
  7799. delete preOwned;
  7800. }
  7801. }
  7802.  
  7803. let finalSale = "";
  7804. if (item.tags.includes("NotReturnable")) {
  7805. finalSale = '<div class="finalsalebadge2">FINAL SALE</div>';
  7806. } else {
  7807. delete finalSale;
  7808. }
  7809.  
  7810.                    let removeHeart = '<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.7" cx="14" cy="14" r="14" fill="white"/><g clip-path="url(#clip0_14063_1130)"><path d="M21.9736 10.9978C21.74 8.42722 19.9205 6.56219 17.6435 6.56219C16.1265 6.56219 14.7375 7.37854 13.9559 8.68693C13.1814 7.36162 11.8493 6.56188 10.3566 6.56188C8.07986 6.56188 6.26006 8.42691 6.02682 10.9975C6.00836 11.1111 5.93266 11.7086 6.16283 12.6832C6.49454 14.0888 7.26074 15.3673 8.37803 16.3797L13.9522 21.4381L19.6221 16.38C20.7394 15.3673 21.5056 14.0891 21.8373 12.6832C22.0674 11.7089 21.9917 11.1114 21.9736 10.9978Z" fill="black"/></g><defs><clipPath id="clip0_14063_1130"><rect width="16" height="16" fill="white" transform="translate(6 6)"/></clipPath></defs></svg>'
  7811.  
  7812.                    let hpFavesCarWrap = document.querySelector('.hp-faves-car-wrap')
  7813.                    let hpFaveItem = document.createElement('div');
  7814.                    hpFaveItem.className = 'hp-faves-item';
  7815.                    hpFaveItem.id = `hp-faves-item-${productId}`
  7816.                    hpFaveItem.innerHTML = `
  7817.                       <div class="nosto-img-container nosto-img-container-car car-container">
  7818.                        <div class="img-overlay"></div>
  7819.                        <img class="nosto-img lazyload primary" data-src="${imageUrl}"/>
  7820.                        ${luxe}
  7821.                        <div class="fave-remove" onclick="removeHpFave(this, ${customerId}, ${productId})">${removeHeart}</div>
  7822.                       </div>
  7823.                       <div class="fave-item-copy-wrap">
  7824.                          <div class="fave-item-brand">
  7825.                            ${brand}
  7826.                          </div>
  7827.                          <div class="fave-item-title nosto-title-car">
  7828.                            ${item.title}
  7829.                          </div>
  7830.                          ${deal}                      
  7831.                          <div class="fave-price-wrap">
  7832.                            <div class="fave-item-price">
  7833.                              $${priceStr}
  7834.                            </div>
  7835.                            <div class="fave-item-compare">
  7836.                              ${comparePriceStr}
  7837.                            </div>
  7838.                            <div class="fave-item-discount">
  7839.                              ${discount}
  7840.                            </div>
  7841.                          </div>
  7842.                          
  7843.                      </div>
  7844.                    `;
  7845.  
  7846.                  
  7847.                    // hpFavesCarWrap.appendChild(hpFaveItem);
  7848.                    let linkTag = document.createElement('a');  
  7849.                    linkTag.setAttribute('href', `${link}`);
  7850.                    linkTag.appendChild(hpFaveItem);
  7851.                    hpFavesCarWrap.appendChild(linkTag);                
  7852. } else {
  7853.                  return;
  7854.                }
  7855. }) // end of await
  7856. .catch((err) => {
  7857. console.log(err);
  7858. })
  7859. } // end of for loop
  7860. };
  7861.  
  7862. // removing a favorited item --> FUTURE FOLLOW UP
  7863. // const removeHpFave = (el, custId, id) => {
  7864. //   event.preventDefault();
  7865. //   event.stopPropagation();
  7866. //   let custIdStr = custId.toString();
  7867. //   let idStr = id.toString().toLowerCase();
  7868. //   customerFavorites("product","remove",custIdStr,{"id":idStr})
  7869. //   .then((result) => {
  7870. //       if (result == "success")
  7871. //       {
  7872. //         $(el).closest(".hp-faves-item").remove();
  7873. //       }
  7874. //       else
  7875. //       {
  7876. //         fetchResults(false);  
  7877. //       }    
  7878. //   })  
  7879. //   .catch((err) => {
  7880. //         console.log(err);
  7881. //   });  
  7882. // }
  7883. </script> </div><div id="shopify-section-hp_collections_grzJ8R" class="shopify-section"><div class="page-width">
  7884.  <div class="hp-coll-wrap">
  7885.      <div class="hp-coll-copy">
  7886.          <div class="hp-coll-header"></div>
  7887.          <div class="hp-coll-sub"></div>
  7888.      </div>
  7889.      <div class="hp-coll-list-wrap">
  7890.        <button class="hp-coll-arrowLeft"> <svg class="" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" style="transform: scaleX(-1);"> <circle cx="24" cy="24" r="24" fill="white" /> <g clip-path="url(#clip0_4854_37336)"> <path d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z" fill="black" /> </g> <defs> <clipPath id="clip0_4854_37336"> <rect width="24" height="24" fill="white" transform="translate(8 12)" /> </clipPath> </defs> </svg> </button>
  7891.        <button class="hp-coll-arrowLeft-disabled"> <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle r="24" transform="matrix(-1 0 0 1 24 24)" fill="white" /> <g clip-path="url(#clip0_4854_37102)"> <path d="M15.9999 24.5123C16.0022 24.777 16.1073 25.0305 16.2929 25.2193L26.2929 35.2193C26.4815 35.4014 26.7341 35.5022 26.9963 35.5C27.2585 35.4977 27.5093 35.3925 27.6947 35.2071C27.8801 35.0217 27.9853 34.7709 27.9876 34.5087C27.9899 34.2465 27.8891 33.9939 27.7069 33.8053L18.4139 24.5123L27.7069 15.2193C27.8024 15.127 27.8786 15.0167 27.931 14.8947C27.9834 14.7727 28.011 14.6415 28.0122 14.5087C28.0133 14.3759 27.988 14.2442 27.9377 14.1213C27.8875 13.9984 27.8132 13.8868 27.7193 13.7929C27.6254 13.699 27.5138 13.6247 27.3909 13.5745C27.268 13.5242 27.1363 13.4989 27.0035 13.5C26.8707 13.5012 26.7395 13.5288 26.6175 13.5812C26.4955 13.6336 26.3852 13.7098 26.2929 13.8053L16.2929 23.8053C16.1073 23.9941 16.0022 24.2475 15.9999 24.5123Z" fill="#BDBDBD" /> </g> <defs> <clipPath id="clip0_4854_37102"> <rect width="24" height="24" fill="white" transform="matrix(1 0 0 -1 16 36)" /> </clipPath> </defs> </svg> </button>
  7892.        <div class="hp-coll-list"></div>
  7893.        <button class="hp-coll-arrowRight"> <svg class="" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="24" cy="24" r="24" fill="white" /> <g clip-path="url(#clip0_4854_37336)"> <path d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z" fill="black" /> </g> <defs> <clipPath id="clip0_4854_37336"> <rect width="24" height="24" fill="white" transform="translate(8 12)" /> </clipPath> </defs> </svg> </button>
  7894.        <button class="hp-coll-arrowRight-disabled"> <svg style="transform: scaleX(-1);" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle r="24" transform="matrix(-1 0 0 1 24 24)" fill="white" /> <g clip-path="url(#clip0_4854_37102)"> <path d="M15.9999 24.5123C16.0022 24.777 16.1073 25.0305 16.2929 25.2193L26.2929 35.2193C26.4815 35.4014 26.7341 35.5022 26.9963 35.5C27.2585 35.4977 27.5093 35.3925 27.6947 35.2071C27.8801 35.0217 27.9853 34.7709 27.9876 34.5087C27.9899 34.2465 27.8891 33.9939 27.7069 33.8053L18.4139 24.5123L27.7069 15.2193C27.8024 15.127 27.8786 15.0167 27.931 14.8947C27.9834 14.7727 28.011 14.6415 28.0122 14.5087C28.0133 14.3759 27.988 14.2442 27.9377 14.1213C27.8875 13.9984 27.8132 13.8868 27.7193 13.7929C27.6254 13.699 27.5138 13.6247 27.3909 13.5745C27.268 13.5242 27.1363 13.4989 27.0035 13.5C26.8707 13.5012 26.7395 13.5288 26.6175 13.5812C26.4955 13.6336 26.3852 13.7098 26.2929 13.8053L16.2929 23.8053C16.1073 23.9941 16.0022 24.2475 15.9999 24.5123Z" fill="#BDBDBD" /> </g> <defs> <clipPath id="clip0_4854_37102"> <rect width="24" height="24" fill="white" transform="matrix(1 0 0 -1 16 36)" /> </clipPath> </defs> </svg> </button>
  7895.      </div>
  7896.  </div>
  7897. </div>
  7898.  
  7899. <script>
  7900. const initColl = (collection, header) => {
  7901.  const collHeader = document.querySelector(".hp-coll-header");
  7902.  const collSub = document.querySelector(".hp-coll-sub");
  7903.  if (header.title) {
  7904.    collHeader.innerHTML = header.title;
  7905.  }
  7906.  if (header.subtitle) {
  7907.    collSub.innerHTML = header.subtitle;
  7908.  }
  7909.  
  7910.  const collList = document.querySelector(".hp-coll-list");
  7911.  
  7912.  // Function to create and append elements
  7913.  function createAndAppend(elementType, className, textContent, parentElement) {
  7914.    const element = document.createElement(elementType);
  7915.    element.classList.add(className);
  7916.    if (textContent) {
  7917.      element.textContent = textContent;
  7918.    }
  7919.    parentElement.appendChild(element);
  7920.    return element;
  7921.  }
  7922.  
  7923.  // Loop through only the first 12 items
  7924.  collection.slice(0, 12).forEach((collectionCard, index) => {
  7925.  
  7926.    const {
  7927.      image: { url: collImage },
  7928.      title: collTitle,
  7929.      collectionId: collId,
  7930.      accessibilityLabel: collAccess,
  7931.      cidFieldWeb: collCID,
  7932.      customLinkWeb: collCustomLink,
  7933.      displayAdBadge: collAd
  7934.    } = collectionCard;
  7935.  
  7936.    const adjustedIndex = index + 1;
  7937.    const indexString = adjustedIndex.toString();
  7938.  
  7939.    let collLinkUrl = collCustomLink;
  7940.    collLinkUrl = collCID ? `${collLinkUrl}?cid=HP:FCC${indexString}:${collCID}` : collLinkUrl;
  7941.    
  7942.    const singleCard = document.createElement('div');
  7943.    singleCard.classList.add('hp-coll-single-card');
  7944.    const collLink = document.createElement('a');
  7945.    collLink.classList.add('coll-link');
  7946.    collLink.href = collLinkUrl;
  7947.    const cardContent = document.createElement('div');
  7948.    cardContent.classList.add('coll-card-content');
  7949.    
  7950.    const cardMask = createAndAppend('div', 'card-mask', null, cardContent);
  7951.    const cardTitle = createAndAppend('div', 'card-title', collTitle, cardContent);
  7952.    const cardImage = createAndAppend('img', 'card-image', null, cardContent);
  7953.    // cardImage.src = collImage;
  7954.    cardImage.setAttribute('data-src', collImage);
  7955.    cardImage.classList.add('lazyload');
  7956.    cardImage.alt = collAccess;
  7957.  
  7958.    if (collAd === true) {
  7959.      promoAd = createAndAppend('div', 'adBadge', 'AD', cardContent);
  7960.    }  
  7961.  
  7962.    collLink.appendChild(cardContent);
  7963.    singleCard.appendChild(collLink);
  7964.    collList.appendChild(singleCard);
  7965.  });
  7966.  
  7967.  // Create "View All Collections" card
  7968.  const customCard = document.createElement('div');
  7969.  customCard.classList.add('hp-coll-single-card');
  7970.  const customLink = document.createElement('a');
  7971.  customLink.classList.add('coll-link');
  7972.  customLink.href = "collections46f3.html?cid=HP:FCCVA:ViewAllCard";
  7973.  const customCardContent = createAndAppend('div', 'coll-card-content', null, customLink);
  7974.  customCardContent.classList.add('coll-card-view-all');
  7975.  const careViewCopy = createAndAppend('div', 'card-view-copy', 'View All Collections', customCardContent);
  7976.  customCard.appendChild(customLink);
  7977.  collList.appendChild(customCard);
  7978. };
  7979.  
  7980. // Scroll Buttons
  7981. document.addEventListener("DOMContentLoaded", function() {
  7982.    const row = document.querySelector(".hp-coll-list");
  7983.    const leftBtn = document.querySelector(".hp-coll-arrowLeft");
  7984.    const rightBtn = document.querySelector(".hp-coll-arrowRight");
  7985.    const leftBtnDisabled = document.querySelector(".hp-coll-arrowLeft-disabled");
  7986.    const rightBtnDisabled = document.querySelector(".hp-coll-arrowRight-disabled");
  7987.    const scrollAmount = 500;
  7988.  
  7989.    function updateButtons() {
  7990.        const isAtStart = row.scrollLeft === 0;
  7991.        const isAtEnd = row.scrollWidth - row.scrollLeft <= row.clientWidth + 1;
  7992.        
  7993.        // Show/hide left arrow buttons
  7994.        leftBtn.style.display = isAtStart ? 'none' : 'block';
  7995.        leftBtnDisabled.style.display = isAtStart ? 'block' : 'none';
  7996.        
  7997.        // Show/hide right arrow buttons
  7998.        rightBtn.style.display = isAtEnd ? 'none' : 'block';
  7999.        rightBtnDisabled.style.display = isAtEnd ? 'block' : 'none';
  8000.    }
  8001.  
  8002.    function addEventListeners() {
  8003.        leftBtn.addEventListener("click", function() {
  8004.            row.scrollBy({ left: -scrollAmount, behavior: "smooth" });
  8005.            setTimeout(updateButtons, 300);
  8006.        });
  8007.  
  8008.        rightBtn.addEventListener("click", function() {
  8009.            row.scrollBy({ left: scrollAmount, behavior: "smooth" });
  8010.            setTimeout(updateButtons, 300);
  8011.        });
  8012.  
  8013.        row.addEventListener("scroll", updateButtons);
  8014.    }
  8015.  
  8016.    function checkWindowSize() {
  8017.        if (window.innerWidth > 767) {
  8018.            addEventListeners();
  8019.            updateButtons(); // Ensure buttons are updated on load
  8020.            rightBtn.style.display = 'block';  // Show right button on load
  8021.            rightBtnDisabled.style.display = 'none';  // Hide disabled right button on load
  8022.        } else {
  8023.            // Ensure buttons are hidden on smaller screens
  8024.            leftBtn.style.display = 'none';
  8025.            rightBtn.style.display = 'none';
  8026.            leftBtnDisabled.style.display = 'none';
  8027.            rightBtnDisabled.style.display = 'none';
  8028.        }
  8029.    }
  8030.  
  8031.    window.addEventListener("resize", checkWindowSize);
  8032.    checkWindowSize(); // Initial check on load
  8033. });
  8034.  
  8035. </script>
  8036.  
  8037. <style>
  8038. .hp-coll-wrap {
  8039.  display: flex;
  8040.  flex-direction: row;
  8041.  align-items: center;
  8042.  justify-content: space-between;
  8043.  height: 360px;
  8044.  width: 100%;
  8045.  background-color: #F7f7f7;
  8046.  margin-top: 48px;
  8047.  @media (max-width: 767px) {
  8048.      padding: 24px 0;
  8049.      flex-direction: column;
  8050.      justify-content: center;
  8051.      margin-top: 40px;
  8052.  }
  8053. }
  8054.  
  8055. .hp-coll-copy {
  8056.  width: 320px;
  8057.  margin-left: 24px;
  8058.  @media (max-width: 767px) {
  8059.    margin-left: 16px;
  8060.    width: unset;
  8061. }
  8062. }
  8063.  
  8064. .hp-coll-header {
  8065.  font-family: 'Montserrat';
  8066.  font-style: normal;
  8067.  font-weight: 600;
  8068.  font-size: 20px;
  8069.  line-height: 28px;
  8070.  letter-spacing: -0.2px;
  8071. }
  8072.  
  8073. .hp-coll-sub {
  8074.  font-style: normal;
  8075.  font-weight: 400;
  8076.  font-size: 16px;
  8077.  line-height: 24px;
  8078.  margin-top: 16px;
  8079.  @media (max-width: 767px) {
  8080.    margin-top: unset;
  8081.    margin: 8px 0;
  8082.    max-width: 80%;    
  8083.  }
  8084. }
  8085.  
  8086. .hp-coll-list-wrap {
  8087.    max-width: 70%;
  8088.    position: relative;
  8089.    @media (max-width: 767px) {
  8090.      max-width: 100%;
  8091.    }
  8092. }
  8093.  
  8094.  
  8095. .hp-coll-list {
  8096.    display: flex;
  8097.    overflow-x: auto;
  8098.    overflow-y: hidden;
  8099.    height: 280px;
  8100.    scroll-behavior: smooth;
  8101.    -webkit-overflow-scrolling: touch;
  8102.    @media (max-width: 767px) {
  8103.      height: 200px;
  8104.      margin-top: 8px;
  8105.    }
  8106. }
  8107.  
  8108. .hp-coll-list::-webkit-scrollbar {
  8109.    display: none;
  8110. }
  8111.  
  8112. .hp-coll-list {
  8113.    -ms-overflow-style: none;
  8114.    scrollbar-width: none;
  8115. }
  8116.  
  8117. .hp-coll-single-card {
  8118.    position: relative;
  8119.    border-radius: 4px;
  8120.    aspect-ratio: 196/280;
  8121.    max-height: 280px;
  8122.    margin-right: 8px;
  8123.    min-width: 196px;
  8124.    @media (max-width: 767px) {
  8125.      aspect-ratio: unset;
  8126.      min-height: 200px;
  8127.      height: 200px;
  8128.      min-width: 140px;
  8129.      width: 140px;
  8130.      margin-bottom: 4px;
  8131.    }
  8132. }
  8133.  
  8134. .hp-coll-single-card:first-of-type {
  8135.    @media (max-width: 767px) {
  8136.        margin-left: 16px;
  8137.    }
  8138. }
  8139.  
  8140. .coll-card-content {
  8141.    position: relative;
  8142.    border-radius: 4px;
  8143.    height: 100%;
  8144.    width: 100%;
  8145. }
  8146.  
  8147. .card-mask {
  8148.    position:absolute;
  8149.    height: 100%;
  8150.    width: 100%;
  8151.    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
  8152.    top: 0;
  8153.    left: 0;
  8154.    border-radius: 4px;
  8155. }
  8156.  
  8157. .card-title {
  8158.    position: absolute;
  8159.    bottom: 12px;
  8160.    left: 12px;
  8161.    color: white;
  8162.    font-family: Montserrat;
  8163.    font-size: 20px;
  8164.    font-style: normal;
  8165.    font-weight: 600;
  8166.    line-height: 28px;
  8167.    letter-spacing: -0.2px;
  8168.    max-width: 75%;
  8169.    white-space: normal;
  8170.    word-wrap: normal;
  8171.    overflow-wrap: normal;
  8172. }
  8173.  
  8174. .card-image {
  8175.    border-radius: 4px;
  8176.    min-height: 100%;
  8177. }
  8178.  
  8179. .coll-card-view-all {
  8180.  background-color: #fff;
  8181.  display: flex;
  8182.  justify-content: center;
  8183.  align-items: center;
  8184.  height: 100%;
  8185.  padding: 0 24px;
  8186.  text-align: center;
  8187. }
  8188.  
  8189. .card-view-copy {
  8190.  font-weight: 500;
  8191.  font-size: 16px;
  8192.  line-height: 24px;
  8193. }
  8194.  
  8195. .hp-coll-arrowLeft, .hp-coll-arrowLeft-disabled {
  8196.  z-index: 2;
  8197.  position: absolute;
  8198.  left: -30px;
  8199.  top: 50%;
  8200.  transform: translateY(-50%);
  8201. }
  8202.  
  8203. .hp-coll-arrowRight, .hp-coll-arrowRight-disabled {
  8204.  z-index: 2;
  8205.  position: absolute;
  8206.  right: -30px;
  8207.  top: 50%;
  8208.  transform: translateY(-50%);
  8209. }
  8210.  
  8211. .hp-coll-arrowRight, .hp-coll-arrowLeft {
  8212.  cursor: pointer;
  8213. }
  8214.  
  8215. .hp-coll-arrowLeft, .hp-coll-arrowRight-disabled {
  8216.  display: none;
  8217. }
  8218.  
  8219. @media (max-width: 767px) {
  8220.  .hp-coll-arrowLeft, .hp-coll-arrowRight-disabled, .hp-coll-arrowRight, .hp-coll-arrowLeft-disabled {
  8221.    display: none;
  8222.  }  
  8223. }
  8224. </style>
  8225.  
  8226. </div><div id="shopify-section-16461786697b9a6e73" class="shopify-section">
  8227.  <div class="index-section">
  8228.  
  8229.  
  8230.  <div class="page-width">
  8231.  
  8232.  <div class="custom-content">
  8233.  
  8234.    
  8235.    <div class="custom__item one-whole align--top-middle" >
  8236.      <div class="custom__item-inner custom__item-inner--html ">
  8237.        
  8238.            
  8239.              <div class="rte" data-section-id="16461786697b9a6e73" data-section-type="featured-content-section">
  8240.                <div class="nosto_element" id="frontpage-nosto-3"></div>
  8241.              </div>
  8242.            
  8243.          
  8244.      </div>
  8245.    </div>
  8246.  
  8247.  
  8248.  </div>
  8249.  
  8250.  </div>
  8251.  
  8252.  
  8253.  </div>
  8254.  
  8255.  
  8256.  
  8257. </div><div id="shopify-section-homepage_simon_spotlight_section_kzRf4B" class="shopify-section"><div class="page-width spg-container">
  8258.  <div class="spg-spotlight-wrapper"></div>
  8259. </div>
  8260.  
  8261. <style>
  8262. .spg-container {
  8263.  @media (max-width: 767px) {
  8264.    margin: 0 16px;
  8265.  }  
  8266. }
  8267. .spg-spotlight-wrapper {
  8268.  height: 480px;
  8269.  width: 100%;
  8270.  border-radius: 4px;
  8271.  position: relative;
  8272.  cursor: pointer;
  8273.  margin-top: 48px;
  8274.  margin-bottom: 24px;
  8275.  @media (max-width: 767px) {
  8276.    height: 343px;
  8277.    margin-top: 40px;
  8278.    margin-bottom: 16px;
  8279.  }  
  8280. }
  8281.  
  8282. .spg-spotlight-img {
  8283.  height: 100%;
  8284.  width: 100%;
  8285.  object-fit: cover;
  8286.  border-radius: 4px;
  8287. }
  8288.  
  8289. .spg-spotlight-content {
  8290.  position: absolute;
  8291.  bottom: 32px;
  8292.  left: 32px;
  8293.  z-index: 1;
  8294.  @media (max-width: 767px) {
  8295.    bottom: 16px;
  8296.    left: 16px;
  8297.  }  
  8298. }
  8299.  
  8300. .spg-spotlight-text {
  8301.  color: #FFF;
  8302.  font-family: Montserrat;
  8303.  font-size: 24px;
  8304.  font-style: normal;
  8305.  font-weight: 600;
  8306.  line-height: 36px;
  8307.  letter-spacing: -0.2px;
  8308.  margin-top: 24px;
  8309.  @media (max-width: 767px) {
  8310.    margin-top: 16px;
  8311.  }  
  8312. }
  8313.  
  8314. .spg-spotlight-subtext {
  8315.  color: #FFF;
  8316.  font-family: Lexend;
  8317.  font-size: 16px;
  8318.  font-style: normal;
  8319.  font-weight: 400;
  8320.  line-height: 24px;
  8321.  margin-top: 8px;
  8322.  @media (max-width: 767px) {
  8323.    margin-top: 4px;
  8324.  }  
  8325. }
  8326.  
  8327. .spg-spotlight-mask {
  8328.  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  8329.  position: absolute;
  8330.  width: 100%;
  8331.  height: 100%;
  8332.  top: 0;
  8333.  border-radius: 4px;
  8334. }
  8335.  
  8336. </style>
  8337.  
  8338. <script>
  8339. const initPage = (spgData) => {
  8340.  const spotlightWrap = document.querySelector('.spg-spotlight-wrapper');
  8341.  if (spgData.spgSpotlightImage) {
  8342.    const spotAccess = spgData.spgSpotlightAccessibility;
  8343.    const spotCustomLink = spgData.spgSpotlightCustomLink;
  8344.    const spotImage = spgData.spgSpotlightImage.url;
  8345.    const spotLogoSize = spgData.spgSpotlightLogoSize;
  8346.    const spotText = spgData.spgSpotlightPrimaryText;
  8347.    const spotSub = spgData.spgSpotlightSubtext;
  8348.    const spotUtm = spgData.spgSpotlightUtmCampaign;
  8349.  
  8350.    const spotlightImg = createAndAppend('img', 'spg-spotlight-img', spotlightWrap);
  8351.    spotlightImg.src = spotImage;
  8352.    spotlightImg.classList.add('lazyloaded');
  8353.    spotlightImg.alt = spotAccess;
  8354.    
  8355.    const spotlightContent = createAndAppend('div', 'spg-spotlight-content', spotlightWrap);
  8356.    if (spgData.spgSpotlightLogo) {
  8357.      const spotLogo = spgData.spgSpotlightLogo.url;
  8358.      const spotlightLogo = createAndAppend('img', 'spg-spotlight-logo', spotlightContent);
  8359.      if (spotLogoSize) {
  8360.        spotlightLogo.classList.add(spotLogoSize);
  8361.      }
  8362.      spotlightLogo.src = spotLogo;
  8363.      spotlightLogo.classList.add('lazyloaded');
  8364.    }
  8365.    createAndAppend('div', 'spg-spotlight-text', spotlightContent, spotText);
  8366.    createAndAppend('div', 'spg-spotlight-subtext', spotlightContent, spotSub);
  8367.    createAndAppend('div', 'spg-spotlight-mask', spotlightWrap);
  8368.  
  8369.    let spotLink = spotCustomLink + '?utm_source=shopsimon&utm_medium=website';
  8370.    if (spotUtm) {
  8371.      spotLink += '&utm_campaign=' + spotUtm;
  8372.    }
  8373.  
  8374.    spotlightWrap.addEventListener('click', function() {
  8375.      window.open(spotLink, '_blank');
  8376.    });  
  8377.  } else {
  8378.    spotlightWrap.style.display = 'none';
  8379.  }
  8380. }
  8381.  
  8382. // Function to create and append elements
  8383. function createAndAppend(elementType, className, parentElement, textContent) {
  8384.  const element = document.createElement(elementType);
  8385.  element.classList.add(className);
  8386.  if (textContent) {
  8387.    element.textContent = textContent;
  8388.  }
  8389.  parentElement.appendChild(element);
  8390.  return element;
  8391. }
  8392. </script>
  8393.  
  8394. </div><div id="shopify-section-homepage_pill_feed_YzFhk4" class="shopify-section"><link href="css/section-azure-search-clean6b79.css?v=38145582191699347041742227118" rel="stylesheet" type="text/css" media="all" />
  8395. <link href="css/homepage-product-modal2a3d.css?v=95374897454771149931742227118" rel="stylesheet" type="text/css" media="all" />
  8396.  
  8397. <div class="page-width">
  8398.  <div class="discovery-banner">
  8399.    <div class="feed-header">Discover More</div>
  8400.    <div class="feed-subtext">New brands & styles added every day up to 90% off! Plus, Free Shipping!*</div>
  8401.    <div class="feed-categories"></div>
  8402.    <div class="feed-products"></div>
  8403.    <div class="discovery-quiz-bar"></div>
  8404.    <div class="discovery-grid"></div>
  8405.    <div class="load-more-button-container">
  8406.      <button class="btn-primary load-more-button" onclick="loadMore()">LOAD MORE</button>
  8407.    </div>
  8408.  </div>
  8409.  
  8410. </div>
  8411.  
  8412. <script>
  8413.  const customer = window.dataLayerData.customer.id ? true : false;
  8414.  const customerId =  customer ? "" : null;
  8415.  const pageSize = 60;
  8416.  let products = [];
  8417.  let faveArr = [];
  8418.  let currentPage = 1;
  8419.  let lastIndex = 0;
  8420.  let loadMoreCalled = false;
  8421.  let selectedCategory;
  8422.  let currentColorFacet = [];
  8423.  
  8424.  const formatDate = (date, includeTime = false) => {
  8425.    let yyyy = date.getFullYear().toString();
  8426.    let mm = (date.getMonth()+1).toString();
  8427.    let dd  = date.getDate().toString();
  8428.    dateStr = `${yyyy}-${(mm[1]?mm:"0"+mm[0])}-${(dd[1]?dd:"0"+dd[0])}`;
  8429.    if (!!includeTime) {
  8430.      let hh = date.getHours().toString();
  8431.      let mm = date.getMinutes().toString();
  8432.      let ss = date.getSeconds().toString();
  8433.      dateStr += `T${(hh[1]?hh:"0"+hh[0])}:${(mm[1]?mm:"0"+mm[0])}:${(ss[1]?ss:"0"+ss[0])}Z`;
  8434.    }
  8435.    return dateStr;
  8436.  }
  8437.  
  8438.  // JUST IN https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=48&page=1&filter=CreateDate|${formattedDate}T00:00:00Z
  8439.  // DEALS https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=48&page=1&filter=ActivePromo|1&filter=
  8440.  // BEST SELLERS https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=48&page=1&filter=TopSeller|true
  8441.  // TRENDING TODAY https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=48&page=1&filter=OneDayPageViewVelocity%7C0.00004-1%2CTopSeller%7Cfalse
  8442.  // CLEARANCE https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=48&page=1&filter=Discount|0.85-1&filter=Category/Handle|men~women~home~kids&filter=
  8443.  
  8444.  // FINAL SALE https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=48&page=1&filter=Category/Handle|curated-final-sale
  8445.  // LUXE https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=48&page=1&filter=Category/Handle|curated-luxe
  8446.  // PRELOVED https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=48&page=1&filter=Category/Handle|curated-preloved
  8447.  
  8448.  // handle https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=48&page=1&filter=Category/Handle|${handle}
  8449.  
  8450.  const setPills = (categories) => {
  8451.  if (categories.length > 0) {
  8452.      selectedCategory = categories[0].handle;  
  8453.    }
  8454.                                                                                                                                                      
  8455.    for (let i = 0; i < categories.length; i++) {
  8456.      if (i === 0) {
  8457.        $('.feed-categories').append(`<div class="category-pill selected-pill" data-value="${categories[i].handle}" onclick="selectPill('${categories[i].handle}', this)">${categories[i].text}</div>`);
  8458.      } else {
  8459.      $('.feed-categories').append(`<div class="category-pill" data-value="${categories[i].handle}" onclick="selectPill('${categories[i].handle}', this)">${categories[i].text}</div>`);
  8460.      }
  8461.    }
  8462.  
  8463.    setFeed(selectedCategory);
  8464.    setTimeout(function() {
  8465.      $('.feed-categories').slick({
  8466.      slidesToShow: 12,
  8467.      slidesToScroll: 2,
  8468.      infinite: false,
  8469.      variableWidth: true,
  8470.      prevArrow: `<svg class="pill-feed-category-button pill-feed-prev buttons-prev slick-arrow" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" style="">
  8471.            <circle cx="24" cy="24" r="24" fill="white"></circle>
  8472.            <g clip-path="url(#clip0_4854_37336)">
  8473.                <path d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z" fill="black"></path>
  8474.            </g>
  8475.            <defs>
  8476.                <clipPath id="clip0_4854_37336">
  8477.                    <rect width="24" height="24" fill="white" transform="translate(8 12)"></rect>
  8478.                </clipPath>
  8479.            </defs>
  8480.        </svg>`,
  8481.        nextArrow: `<svg class="pill-feed-category-button pill-feed-next buttons-next slick-arrow" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" style="">
  8482.            <circle cx="24" cy="24" r="24" fill="white"></circle>
  8483.            <g clip-path="url(#clip0_4854_37336)">
  8484.                <path d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z" fill="black"></path>
  8485.            </g>
  8486.            <defs>
  8487.                <clipPath id="clip0_4854_37336">
  8488.                    <rect width="24" height="24" fill="white" transform="translate(8 12)"></rect>
  8489.                </clipPath>
  8490.            </defs>
  8491.        </svg>`,
  8492.        responsive: [
  8493.          {
  8494.              breakpoint: 499,
  8495.              settings: 'unslick'
  8496.          }
  8497.        ],
  8498.    })
  8499.    $('.feed-categories').show();
  8500.    }, 1000);
  8501.  }
  8502.  
  8503.  const setFeed = (handle) => {
  8504.    if (handle.includes('curated')) {
  8505.        $('.feed-products').css('display', 'grid');    
  8506.        addProductGhost();
  8507.        let searchUrl;  
  8508.        let date = new Date();
  8509.        date.setDate(date.getDate() - 6)
  8510.        const formattedDate = formatDate(date);
  8511.  
  8512.        switch(handle) {
  8513.          case 'curated-deals' :
  8514.            searchUrl = `https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=${pageSize}&page=${currentPage}&filter=ActivePromo|1&filter=`;
  8515.            break;
  8516.          case 'curated-just-in' :
  8517.            searchUrl = `https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=${pageSize}&page=${currentPage}&filter=CreateDate|${formattedDate}T00:00:00Z`;
  8518.            break;
  8519.          case 'curated-clearance' :
  8520.            searchUrl = `https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=${pageSize}&page=${currentPage}&filter=Discount|0.85-1&filter=Category/Handle|men~women~home~kids&filter=`;
  8521.            break;
  8522.          case 'curated-trending-today' :
  8523.            searchUrl = `https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=${pageSize}&page=${currentPage}&filter=OneDayPageViewVelocity%7C0.00004-1%2CTopSeller%7Cfalse`;
  8524.            break;
  8525.          case 'curated-best-sellers' :
  8526.            searchUrl = `https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=${pageSize}&page=${currentPage}&filter=TopSeller|true`;
  8527.            break;
  8528.          default :
  8529.            searchUrl = `https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=${pageSize}&page=${currentPage}&filter=Category/Handle|${handle}`;
  8530.        }
  8531.  
  8532.        fetch(searchUrl, {
  8533.          method: 'GET',
  8534.          headers: {
  8535.            'Content-Type': 'application/json',
  8536.            'Accept': 'application/json'
  8537.          }
  8538.        }).then(res => res.json())
  8539.          .then(data => {
  8540.            //products = products.concat(data.value);
  8541.  
  8542.            if (loadMoreCalled) {
  8543.              lastIndex = data.value.length + data.value.length - 120;
  8544.            }
  8545.            let markup = "";
  8546.            const formattedProducts = productArraybuild(data);
  8547.            for (let i = 0; i < formattedProducts.length; i++) {
  8548.              //productFormat(formattedProducts[i], i);product, isAd, customerId, isLuxePage,adid, currentLoop, isVector, isPLP
  8549.              markup+=productFormat(formattedProducts[i], false, customerId, false ,0, i, false, false, data.value[i], false);
  8550.            }
  8551.            $('.feed-products').append(markup);
  8552.            
  8553.            currentPage++;
  8554.          })
  8555.          .then(() => {
  8556.            $('.product-ghost').remove();
  8557.            $('.category-pill').css('pointer-events', 'auto');
  8558.            $('.load-more-button').removeClass('btn--loading');
  8559.            setTimeout(function() {  window.BackgroundLazyLoader(); }, 400);
  8560.          })
  8561.          .catch(err => {
  8562.            $('.category-pill').css('pointer-events', 'auto');
  8563.            console.log(err);
  8564.          });
  8565.      } else {
  8566.        if (handle === 'discover') {
  8567.          addDiscoverGhost();
  8568.          getDiscoveryItems();
  8569.          return;
  8570.        }
  8571.        
  8572.        $('.feed-products').css('display', 'grid');    
  8573.        addProductGhost();      
  8574.        const searchUrl = `https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=${pageSize}&page=${currentPage}&filter=Category/Handle|${handle}`
  8575.        fetch(searchUrl, {
  8576.          method: 'GET',
  8577.          headers: {
  8578.            'Content-Type': 'application/json',
  8579.            'Accept': 'application/json'
  8580.          }
  8581.        }).then(res => res.json())
  8582.          .then(data => {
  8583.            //products = products.concat(data.value);
  8584.  
  8585.            if (loadMoreCalled) {
  8586.              lastIndex = data.value.length + data.value.length - 120;
  8587.            }
  8588.            
  8589.            let markup = "";
  8590.            const formattedProducts = productArraybuild(data);
  8591.            for (let i = 0; i < formattedProducts.length; i++) {
  8592.              //productFormat(formattedProducts[i], i);
  8593.              markup+=productFormat(formattedProducts[i], false, customerId, false ,0, i, false, false, data.value[i], true);
  8594.            }
  8595.            $('.feed-products').html(markup);
  8596.            currentPage++;        
  8597.          })
  8598.          .then(() => {
  8599.            $('.product-ghost').remove();
  8600.            $('.category-pill').css('pointer-events', 'auto');
  8601.            $('.load-more-button').removeClass('btn--loading');
  8602.            setTimeout(function() {  window.BackgroundLazyLoader(); }, 400);
  8603.          })
  8604.          .catch(err => {
  8605.            $('.category-pill').css('pointer-events', 'auto');
  8606.            console.log(err);
  8607.          });
  8608.      }
  8609.  }
  8610.  
  8611.  const selectPill = (handle, e) => {
  8612.    products = [];
  8613.    faveArr = [];
  8614.    lastIndex = 0;
  8615.    currentPage = 1;
  8616.    selectedCategory = handle;
  8617.    loadMoreCalled = false;
  8618.    $('.category-pill').removeClass('selected-pill');
  8619.    $(e).addClass('selected-pill');
  8620.    $('.feed-products').empty();
  8621.    $('.discovery-grid').empty();
  8622.    $('.discovery-quiz-bar').hide();
  8623.    $('.feed-products').hide();
  8624.    $('.disovery-grid').hide();
  8625.    $('.category-pill').css('pointer-events', 'none');
  8626.    setFeed(handle);
  8627.  }
  8628.  
  8629.  const formatMoney = (money) => {
  8630.    return window.theme.Currency.formatMoney(money, window.theme.settings.moneyFormat);
  8631.  }
  8632.  
  8633.  const numberWithCommas = (num) => {
  8634.    return num.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');
  8635.  }
  8636.  
  8637.  const loadMore = () => {
  8638.    $('.load-more-button').addClass('btn--loading');
  8639.    loadMoreCalled = true;
  8640.    setFeed(selectedCategory);
  8641.  }
  8642.  
  8643.  
  8644.  
  8645.  const viewItem = (index) => {
  8646.    const handle = products[index].Handle;
  8647.    quickviewyo(handle,'');
  8648.    //   fetch(`${window.location.origin}/products/${handle}.js`,
  8649.    //     {
  8650.    //     method: 'GET',
  8651.    //     headers: {
  8652.    //       'Content-Type': 'application/json',
  8653.    //       'Accept': 'application/json',
  8654.    //     },
  8655.    //   })
  8656.    //   .then(res => res.json())
  8657.    //   .then(data => {
  8658.    //     renderModal(data, index);
  8659.    //     $('.discovery-modal').show();
  8660.    //     fetch(`https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&searchFields=ProductID&selectFields=ProductID,activePromo,Promos,Handle,Title,Price,CompareAtPrice,Brand,ProductType,Discount,ProductCondition,Variants,Category&suppressFacets=true&term=${products[index].ProductID}`)
  8661.    //     .then(response => response.json())
  8662.    //     .then(data => {
  8663.    //       if (data.value.length > 0)
  8664.    //       {
  8665.    //         let nowLocalTime = new Date();
  8666.    //         let hasActivePromo = false;
  8667.    //         console.log(data.value);
  8668.    //         if (data.value.length > 0 && data.value[0].activePromo && !data.value[0].activePromo.code.toLowerCase().startsWith("app") && !data.value[0].activePromo.code.toLowerCase().startsWith("private"))
  8669.    //         {
  8670.    //           let pStart = new Date(data.value[0].activePromo.startDate);
  8671.    //           let pEnd = new Date(data.value[0].activePromo.endDate);
  8672.    //           if (nowLocalTime >= pStart && nowLocalTime < pEnd)  
  8673.    //           {
  8674.    //             let value = data.value[0].activePromo.discountType == "percentage" ? `${data.value[0].activePromo.discountValue}%` : `$${data.value[0].activePromo.discountValue}`;
  8675.              
  8676.    //             $("#pdp-promo-" + products[index].ProductID).html(`Extra ${value} Off with Code: ${data.value[0].activePromo.code}`);
  8677.    //             hasActivePromo = true;
  8678.    //           }
  8679.    //         }
  8680.    //         if (!hasActivePromo)
  8681.    //         {
  8682.    //           for(let v=0;v<data.value[0].Promos.length;v++)
  8683.    //           {
  8684.    //             if (true)
  8685.    //             {          
  8686.    //               let promo = data.value[0].Promos[v];
  8687.    //               let code = promo.discountCode;
  8688.    //               let startD = new Date(promo.StartDate);
  8689.    //               let endD = new Date(promo.EndDate);
  8690.    //               if (nowLocalTime >= startD && nowLocalTime < endD)
  8691.    //               {          
  8692.    //                 if (code && code.toLowerCase().startsWith("app"))
  8693.    //                 {
  8694.    //                   break;
  8695.    //                 }
  8696.    //                 else if (code && code.toLowerCase().startsWith("private"))
  8697.    //                 {
  8698.    //                   if (typeof customerID !== 'undefined') {
  8699.    //                       $("#pdp-promo-" + products[index].ProductID).html(`${promo.Text}`);
  8700.    //                   } else {
  8701.    //                       code = '<div style="margin-top: 4px;"><svg style="margin-right: 4px" width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.36357 12H9.6363C9.93753 12 10.1818 11.7558 10.1818 11.4545V5.27273C10.1818 4.97149 9.93753 4.72727 9.6363 4.72727H9.09084V3.09091C9.09084 1.38658 7.70426 0 5.99993 0C4.29561 0 2.90902 1.38658 2.90902 3.09091V4.72727H2.36357C2.06233 4.72727 1.81812 4.97149 1.81812 5.27273V11.4545C1.81812 11.7558 2.06233 12 2.36357 12ZM6.54539 8.54494V9.27273C6.54539 9.57396 6.30117 9.81818 5.99993 9.81818C5.6987 9.81818 5.45448 9.57396 5.45448 9.27273V8.54494C5.23382 8.37895 5.09084 8.11498 5.09084 7.81818C5.09084 7.31691 5.49866 6.90909 5.99993 6.90909C6.50121 6.90909 6.90902 7.31691 6.90902 7.81818C6.90902 8.11498 6.76604 8.37895 6.54539 8.54494ZM3.99993 3.09091C3.99993 1.98811 4.89713 1.09091 5.99993 1.09091C7.10273 1.09091 7.99993 1.98811 7.99993 3.09091V4.72727H3.99993V3.09091Z" fill="#9F005B"/></svg>Sign in for extra savings</div>'
  8702.    //                       $("#pdp-promo-" + products[index].ProductID).html(`${code}`);
  8703.    //                   }
  8704.    //                 }
  8705.    //                 else
  8706.    //                 {
  8707.    //                    $("#pdp-promo-" + products[index].ProductID).html(`${promo.Text}`);
  8708.    //                 }                  
  8709.    //                 break;
  8710.    //               }
  8711.    //             }
  8712.    //           }
  8713.    //         }
  8714.    //       }        
  8715.    //     });
  8716.    // });    
  8717.  }
  8718.  
  8719.  const addProductToFeed = (product, i) => {
  8720.    const feedProduct = `<div class="product-item searchGrid aos-init aos-animate" id="productWrap-${product.id}">
  8721.           <div class="grid-product__content">            
  8722.         <a onclick=${lastIndex > 0 ? `viewItem(${lastIndex + i})` : `viewItem(${i})`} class="grid-product__link" ${product.quantities ? `style="position:relative"`:``}>
  8723. ${product.quantTotals ? `<div style="font-weight: bold;font-size: 13px;">${product.quantTotals}</div>`:``}
  8724. <div class="grid-product__image-mask img-background">
  8725. <div class="p-image-wrap">
  8726. <div id="plp-p-${product.id}" class="grid-product__image" alt="${product.title}" data-wide="${product.wideType}" data-background-image-url="${product.image1}" style="${product.wideType ? `background-size:contain;`:`background-repeat:repeat-y;`}"></div>
  8727.                    </div>
  8728.                    ${product.image2 ? `<div class="grid-product__secondary-image small--hide" data-wide="${product.wideType}" data-background-image-url="${product.image2}" style="${product.wideType ? `background-size:contain;`:`background-repeat:repeat-y;`}"></div>`:``}
  8729.   ${product.isNew ? `<span class="searchNewBadge">JUST IN</span>`:``}
  8730.                    ${product.isBestSeller && !product.isNew ? `<span class="searchBestSellerBadge">BEST SELLER</span>`:``}
  8731.                    ${product.isTrending && !product.isNew && !product.isBestSeller ? `<span class="searchTrendingBadge">TRENDING</span>`:``}
  8732. ${product.brandType == 1 ? `<span class="luxeBadge">LUXE</span>`:``}
  8733.     ${product.isEditorsPick ? `<span class="searchEditorsPickBadge">EDITOR'S PICK</span>`:``}
  8734.   </div>
  8735.                 <div class="grid-product__meta">
  8736.                    <div class="brandName">${product.brand}</div>
  8737.                    <div class="grid-product__title grid-product__title--body">${product.title}</div>
  8738. ${product.promo && location.href.indexOf("keelo") == -1 ? `<div class="promoBanner">${product.promo}</div>`:``}
  8739. <div class="grid-product__price">
  8740. ${product.price ? `<b>$${numberWithCommas(product.price)}</b>&nbsp;`:``}
  8741. ${product.discount > 0 && !product.preOwned ? `<span class="grid-product__price--original">$${numberWithCommas(product.msrp)}</span>`:``}
  8742.                        ${product.discount > 0 && !product.preOwned ? `<span class="grid-product__price--savings">${product.discount}% off</span>`:``}
  8743. ${product.preOwned ? `<span class="preownedbadge small--hide">PRELOVED</span>` : ``}
  8744.                    </div>
  8745. ${product.preOwned ? `<div class="preownedbadge medium-up--hide" style="margin-top:5px;width:fit-content">PRELOVED</div>` : ``}
  8746.                    ${product.promo && location.href.indexOf("keelo") > -1 ? `<div class="promoBanner">${product.promo}</div>`:``}
  8747. ${product.multipleColors ? `<div class="multipleColors">${product.multipleColors}</div>`:``}
  8748.                 </div>
  8749. ${product.quantities ? `<div style="position: absolute;top: 27px;right:0px;background-color: #fff;display:block;font-size: 12px;opacity:.8">${product.quantities}</div>`:``}
  8750.              </a>
  8751.            </div>
  8752.        </div>`
  8753.  
  8754.    $('.feed-products').append(feedProduct);
  8755.  }
  8756.  
  8757.  const getDiscoveryItems = () => {
  8758.    $('.discovery-quiz-bar').css('display', 'flex');
  8759.    $('.discovery-grid').css('display', 'grid');
  8760.    let url = `https://spo-partner-api.azure-api.net/Discover?subscription-key=662cff71ce7d49088924abf032a0785c&page=${currentPage}&brandTag=null&productTypeTag=null&genderTag=null&patternTag=null&styleTag=null&occasionTag=null&colorTag=null`;
  8761.    let genderTag = null;
  8762.    let productTypeTag = null;
  8763.    let brandTag = null;
  8764.    let styleTag = null;
  8765.    let occasionTag = null;
  8766.    let colorTag = null;
  8767.    let patternTag = null;
  8768.  
  8769.    if (customer) {
  8770.      const userId = window.dataLayerData.customer.id;
  8771.  
  8772.      fetch(`https://spo-partner-api.azure-api.net/personalization/v1/users/${userId}/style-preferences`,
  8773.      {
  8774.        method: 'GET',
  8775.        headers: {
  8776.          'Content-Type': 'application/json',
  8777.          'Accept': 'application/json',
  8778.          'Ocp-Apim-Subscription-Key': '9f624633f2d34123aa12144e37dfdc0a'
  8779.        }
  8780.      })
  8781.      .then(res => res.json())
  8782.      .then((res) => {
  8783.        if (res.length === 0) {
  8784.          $('.discovery-quiz-bar').html(`<div style='font-weight:300;'>Take our quiz for better recommendations & get 100 reward points!</div><a href=${window.location.origin}/pages/style-quiz>Start</a>`);
  8785.  
  8786.          let productsStr = '';
  8787.          const max = 2;
  8788.          let count = 0;
  8789.          let recentlyViewedProducts = getCookie('recentlyViewed');
  8790.          
  8791.          if (recentlyViewedProducts == '') {
  8792.            recentlyViewedProducts = [];
  8793.          }
  8794.          else {
  8795.            recentlyViewedProducts = JSON.parse(recentlyViewedProducts);
  8796.          }
  8797.    
  8798.          for (const product of recentlyViewedProducts) {
  8799.            if (product.id && product.id !== '' && max > count) {
  8800.              productsStr += `${product.id}|`;
  8801.              count++;
  8802.            }
  8803.          }
  8804.          
  8805.          if (productsStr.length > 0) {
  8806.            url += `&products=${encodeURIComponent(productsStr)}`;
  8807.          }
  8808.  
  8809.          fetch(url,
  8810.          {
  8811.          method: 'GET',
  8812.          headers: {
  8813.            'Content-Type': 'application/json',
  8814.            'Accept': 'application/json',
  8815.            'Authorization': `Bearer 1099c1c0a613651c486503c8c1b934`
  8816.          },
  8817.          })
  8818.          .then(res => res.json())
  8819.          .then(data => {
  8820.            products = products.concat(data.value);
  8821.  
  8822.            if (loadMoreCalled) {
  8823.              lastIndex = lastIndex + data.value.length;
  8824.            }
  8825.            
  8826.            addToFeed(data);
  8827.            currentPage++;
  8828.          });
  8829.        } else {
  8830.          $('.discovery-quiz-bar').html(`<div style='font-weight:300;'>Styles based on your preferences</div><a href=${window.location.origin}/pages/style-quiz>Retake Quiz</a>`);
  8831.          
  8832.          for (const prompt of res) {
  8833.            if (prompt.promptId === 'gender') {
  8834.              const values = prompt.values.filter((option) => option.selected);
  8835.              genderTag = values.map(val => val.optionId).join(',');
  8836.  
  8837.              if (genderTag === 'menswear') {
  8838.                genderTag = 'men';
  8839.              } else {
  8840.                genderTag = 'women';
  8841.              }
  8842.            }
  8843.  
  8844.            if (prompt.promptId === 'additionalInterests') {
  8845.              const values = prompt.values.filter((option) => option.selected);
  8846.  
  8847.              if (values.length > 0) {
  8848.                productTypeTag = values.map(val => val.optionId).join(',');
  8849.              }
  8850.            }
  8851.  
  8852.            if (prompt.promptId === 'brands') {
  8853.              const values = prompt.values.filter((option) => option.selected);
  8854.              let favoriteBrands = [];
  8855.  
  8856.              if (window.localStorage.spo_cf_brand) {
  8857.                favoriteBrands = JSON.parse(window.localStorage.spo_cf_brand).data;
  8858.              }
  8859.  
  8860.              brandTag = values.map(val => val.optionId).join(',');
  8861.  
  8862.              if (favoriteBrands.length > 0) {
  8863.                brandTag += `,${favoriteBrands.map(brand => brand.brandId).join(',')}`;
  8864.              }
  8865.            }
  8866.  
  8867.            if (prompt.promptId === 'styles') {
  8868.              const values = prompt.values.filter((option) => option.selected);
  8869.  
  8870.              if (values.length > 0) {
  8871.                styleTag = values.map(val => val.optionId).join(',');      
  8872.              }
  8873.            }
  8874.  
  8875.            if (prompt.promptId === 'occasion') {
  8876.              const values = prompt.values.filter((option) => option.selected);
  8877.              if (values.length > 0) {
  8878.                occasionTag = values.map(val => val.optionId).join(',');
  8879.              }
  8880.            }
  8881.  
  8882.            if (prompt.promptId === 'colors') {
  8883.              for (const option of prompt.values) {
  8884.                if (option.selected) {
  8885.                  if (!colorTag) {
  8886.                    colorTag = option.optionId;
  8887.                  } else {
  8888.                    colorTag += `,${option.optionId}`
  8889.                  }
  8890.  
  8891.                  if (!patternTag) {
  8892.                    patternTag = option.optionId;
  8893.                  } else {
  8894.                    patternTag += `,${option.optionId}`
  8895.                  }
  8896.                }
  8897.              }
  8898.            }
  8899.          }
  8900.  
  8901.          if (brandTag.length === 0) {
  8902.            brandTag = null;
  8903.          }
  8904.  
  8905.          let productsStr = '';
  8906.          let favoriteProducts = [];
  8907.  
  8908.          if (window.localStorage.spo_cf_product) {
  8909.            favoriteProducts = JSON.parse(window.localStorage.spo_cf_product).data;
  8910.          }
  8911.          
  8912.          const max = 2;
  8913.          let count = 0;
  8914.          let recentlyViewedProducts = getCookie('recentlyViewed');
  8915.          
  8916.          if (recentlyViewedProducts == '') {
  8917.            recentlyViewedProducts = [];
  8918.          }
  8919.          else {
  8920.            recentlyViewedProducts = JSON.parse(recentlyViewedProducts);
  8921.          }
  8922.      
  8923.          for (const product of recentlyViewedProducts) {
  8924.            if (product.id && product.id !== '' && max > count) {
  8925.              productsStr += `${product.id}|`;
  8926.              count++;
  8927.            }
  8928.          }
  8929.  
  8930.          productsStr += favoriteProducts.map(product => product.productId).join('|');
  8931.  
  8932.          url = `https://spo-partner-api.azure-api.net/Discover?subscription-key=662cff71ce7d49088924abf032a0785c&genderTag=${encodeURIComponent(genderTag)}&patternTag=${encodeURIComponent(patternTag)}&productTypeTag=${encodeURIComponent(productTypeTag)}&brandTag=${encodeURIComponent(brandTag)}&styleTag=${encodeURIComponent(styleTag)}&occasionTag=${encodeURIComponent(occasionTag)}&colorTag=${encodeURIComponent(colorTag)}&page=${currentPage}`;
  8933.  
  8934.          if (productsStr.length > 0) {
  8935.            url += `&products=${encodeURIComponent(productsStr)}`;
  8936.          }
  8937.  
  8938.          fetch(url,
  8939.          {
  8940.          method: 'GET',
  8941.          headers: {
  8942.            'Content-Type': 'application/json',
  8943.            'Accept': 'application/json',
  8944.            'Authorization': `Bearer 1099c1c0a613651c486503c8c1b934`
  8945.          },
  8946.          })
  8947.          .then(res => res.json())
  8948.          .then(data => {
  8949.            products = products.concat(data.value);
  8950.            
  8951.            if (loadMoreCalled) {
  8952.              lastIndex = lastIndex + data.value.length;
  8953.            }
  8954.            
  8955.            addToFeed(data);
  8956.            currentPage++;
  8957.          });
  8958.        }
  8959.      })
  8960.      .catch((error) => {
  8961.        console.log(error);
  8962.      });
  8963.  
  8964.    } else {
  8965.      $('.discovery-quiz-bar').html(`<div style='font-weight:300;'>Sign in for better recommendations</div><a href='/account/login?return_url=/'>Sign In</a>`);
  8966.      let productsStr = '';
  8967.      const max = 2;
  8968.      let count = 0;
  8969.      let recentlyViewedProducts = getCookie('recentlyViewed');
  8970.      
  8971.      if (recentlyViewedProducts == '') {
  8972.        recentlyViewedProducts = [];
  8973.      }
  8974.      else {
  8975.        recentlyViewedProducts = JSON.parse(recentlyViewedProducts);
  8976.      }
  8977.  
  8978.      for (const product of recentlyViewedProducts) {
  8979.        if (product.id && product.id !== '' && max > count) {
  8980.          productsStr += `${product.id}|`;
  8981.          count++;
  8982.        }
  8983.      }
  8984.      
  8985.      if (productsStr.length > 0) {
  8986.        url += `&products=${encodeURIComponent(productsStr)}`;
  8987.      }
  8988.      
  8989.      fetch(url,
  8990.      {
  8991.      method: 'GET',
  8992.      headers: {
  8993.        'Content-Type': 'application/json',
  8994.        'Accept': 'application/json',
  8995.        'Authorization': `Bearer 1099c1c0a613651c486503c8c1b934`
  8996.      },
  8997.      })
  8998.      .then(res => res.json())
  8999.      .then(data => {
  9000.        products = products.concat(data.value);
  9001.                      
  9002.        if (loadMoreCalled) {
  9003.          lastIndex = lastIndex + data.value.length;
  9004.        }
  9005.        
  9006.        addToFeed(data);
  9007.        currentPage++;
  9008.      });
  9009.    }
  9010.  }
  9011.  
  9012.  const addDiscoverGhost = () => {
  9013.    if ($(window).width() < 768) {
  9014.      for (let i = 0; i < 44; i++) {
  9015.        $('.discovery-grid').append(`<div class='ghost'></div>`);
  9016.      }
  9017.    } else {
  9018.      for (let i = 0; i < 48; i++) {
  9019.        $('.discovery-grid').append(`<div class='ghost'></div>`);
  9020.      }
  9021.    }
  9022.  }
  9023.  
  9024.  const addProductGhost = () => {
  9025.    for (let i = 0; i < pageSize; i++) {
  9026.      $('.feed-products').append(`<div class='product-ghost'></div>`);
  9027.    }
  9028.  }
  9029.  
  9030.  const discoveryRedirect = handle => {
  9031.    window.location.href = `products/${handle}?cid=HP:Feed:Discover`;
  9032.  }
  9033.  
  9034.  const addToFeed = (data) => {
  9035.    let imgSize, imgUrl;
  9036.    if ($(window).width() < 768) {
  9037.      let size = 45;
  9038.      if (data.value.length > 50) {
  9039.        size = Math.floor(data.value.length / 45) * 45;
  9040.      }
  9041.      
  9042.      for (let i = 0; i < size; i++) {
  9043.        imgSize = '_512x';
  9044.  
  9045.        if (data.value[i].Variants && data.value[i].Variants.length > 0) {
  9046.          imgUrl = data.value[i].Images[0].replace(/(\.[^.]*)$/,imgSize+"$1");
  9047.        } else {
  9048.          imgUrl = data.Images[0];
  9049.        }
  9050.  
  9051.        $('.discovery-grid').append(`<div class='discovery-feed-img-container' style='cursor:pointer;' onclick=${lastIndex > 0 ? `viewItem(${lastIndex + i})` : `viewItem(${i})`}>
  9052.        <div style='position: absolute;width: 100%;background: black;opacity: 0.05;height: 100%;z-index: 100;'></div>
  9053.        <div class='discovery-feed-img-overlay'><div class='discovery-feed-img' data-background-image-url=${imgUrl}></div></div></div>`);
  9054.      }
  9055.    } else {
  9056.      let size = 48;
  9057.      if (data.value.length > 50) {
  9058.        size = Math.floor(data.value.length / 48) * 48;
  9059.      }
  9060.      
  9061.      for (let i = 0; i < size; i++) {
  9062.        imgSize = '_612x';
  9063.  
  9064.        if (data.value[i].Variants && data.value[i].Variants.length > 0) {
  9065.          imgUrl = data.value[i].Images[0].replace(/(\.[^.]*)$/,imgSize+"$1");
  9066.        } else {
  9067.          imgUrl = data.Images[0];
  9068.        }
  9069.        
  9070.        $('.discovery-grid').append(`<div class='discovery-feed-img-container' style='cursor:pointer;' onclick=${lastIndex > 0 ? `viewItem(${lastIndex + i})` : `viewItem(${i})`}>
  9071.        <div style='position: absolute;width: 100%;background: black;opacity: 0.05;height: 100%;z-index: 100;'></div>
  9072.        <div class='discovery-feed-img-overlay'><div class='discovery-feed-img' data-background-image-url=${imgUrl}></div></div></div>`);
  9073.      }
  9074.    }
  9075.    
  9076.    $('.category-pill').css('pointer-events', 'auto');
  9077.    $('.ghost').remove();
  9078.    $('.discovery-feed-img-container').show();
  9079.    $('.load-more-button').removeClass('btn--loading');
  9080.    
  9081.    setTimeout(function() {  window.BackgroundLazyLoader(); }, 200)
  9082.  }
  9083.  
  9084.  const seeFullDetails = (url) => {
  9085.    const homepageFeedObj = {
  9086.      products,
  9087.      scroll: $(window).scrollTop(),
  9088.      selectedCategory,
  9089.      currentPage
  9090.    };
  9091.  
  9092.    localStorage.setItem('homepageFeedObj', JSON.stringify(homepageFeedObj));
  9093.  
  9094.    window.location.href = `${window.location.origin}/${url}`;
  9095.  }
  9096.  
  9097.  
  9098.  
  9099.  function add_to_cart_grid() {
  9100.    $('#AddToCart-pdp2').addClass('btn--loading');
  9101.    $('form[action^="/cart/add"]').on('submit', function(evt) {
  9102.      evt.preventDefault();
  9103.      $.ajax({
  9104.        type: 'POST',
  9105.        url: '/cart/add.js',
  9106.        data: $(this).serialize(),
  9107.        dataType: 'json',
  9108.        success: function() {
  9109.          closeItem();
  9110.          $('body').trigger('added.ajaxProduct');
  9111.          loadLoyaltyForBagDrawer(window.dataLayerData.cart);      
  9112.        },
  9113.        error: function(e) {
  9114.          $('#AddToCart-pdp2').removeClass('btn--loading');
  9115.  
  9116.          if ($('.errors').length === 0) {
  9117.            $('.product-single__form').prepend(`<div class="errors text-center">${e.responseJSON.description}</div>`);
  9118.          }
  9119.        }
  9120.      });
  9121.    });
  9122.  }
  9123.  
  9124.  const selectThumbnail = (e) => {
  9125.    const index = $(e).data('index');
  9126.  
  9127.    $('.product__thumbs').children().each(function() {
  9128.      $(this).css('border-color', 'transparent');
  9129.    })
  9130.  
  9131.    $(e).css('border-color', '#1c1d1d');
  9132.  
  9133.    $('.pdp-container').children().each(function() {
  9134.      if ($(this).data('index') !== index) {
  9135.        $(this).hide();
  9136.      } else {
  9137.        $(this).show();
  9138.        $(this).css('animation', 'fade-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards');
  9139.      }
  9140.    });
  9141.  }
  9142.  
  9143.  
  9144. const addFavePDP = () => {
  9145.  window.customerFavorites("product", "add", "", faveProduct)
  9146.    .then((result) => {
  9147.        $('#pdp-fave-heart').show();
  9148.        $('#pdp-unfave-heart').hide();      
  9149.    })
  9150.    .catch((err) => {
  9151.        console.log(err);
  9152.    });  
  9153. }
  9154.  
  9155. const remFavePDP = () => {
  9156.  window.customerFavorites("product", "remove", "", {"id":faveProduct.id})
  9157.    .then((result) => {
  9158.        $('#pdp-fave-heart').hide();
  9159.        $('#pdp-unfave-heart').show();      
  9160.    })
  9161.    .catch((err) => {
  9162.        console.log(err);
  9163.    });  
  9164. }
  9165. </script>
  9166.  
  9167. <script>
  9168.  // product-template
  9169.  
  9170.  async function getAddOns(product)
  9171.  {
  9172.    if ($("#modal_deals").length == 0)
  9173.      return;
  9174.    await setTimeout(function()
  9175.    {
  9176.      if (true)
  9177.      {
  9178.        let recentlyViewedSweetDeals = getCookie("recentlyViewedDeals");
  9179.        if (recentlyViewedSweetDeals == "")
  9180.        {
  9181.          recentlyViewedSweetDeals = [];
  9182.        }
  9183.        else
  9184.        {
  9185.          recentlyViewedSweetDeals = JSON.parse(recentlyViewedSweetDeals);
  9186.        }
  9187.        
  9188.        let surl = `https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=120&page=1&filter=Price|0-35&filter=Category/Handle|accessories-health-beauty~women-jewelry~women-accessories-sunglasses-eyewear-sunglasses~women-accessories-womens-watches~women-accessories-wallets-keychains-card-cases~women-accessories-wallets-keychains-wallets~accessories-health-beauty-fragrance-womens-fragrance-perfume~women-handbags~women-shoes-sandals~women-clothing-swimwear`;
  9189.        if ((product.product_type.indexOf("index-2.html") > -1 || product.product_type.indexOf("mens-") > -1) && product.product_type.indexOf("women") == -1)
  9190.        {
  9191.          surl = `https://spo-partner-api.azure-api.net/search?Subscription-Key=662cff71ce7d49088924abf032a0785c&pagesize=120&page=1&filter=Price|0-35&filter=Category/Handle|men-accessories-mens-jewelry~men-accessories-mens-watches~men-accessories-sunglasses-eyewear-sunglasses~men-accessories-wallets-keychains-wallets~men-accessories-wallets-keychains-card-cases~accessories-health-beauty-fragrance-mens-fragrance-cologne~men-clothing-underwear-socks~men-shoes-sandals~men-clothing-swimwear`;
  9192.        }
  9193.        fetch(surl)
  9194.        .then(function(response) {
  9195.          return response.json();
  9196.        }).then(function(data)
  9197.        {
  9198.          if (data.value.length <= 1)
  9199.            return;
  9200.          let pppppp = "";
  9201.          let imageSize = "_335x";
  9202.          let mobileWidth = false;
  9203.          if (window.innerWidth < 768)
  9204.          {
  9205.            imageSize = "_200x";
  9206.            mobileWidth = true;
  9207.          }
  9208.          let count = 0;
  9209.          let typeArray = [product.product_type];
  9210.          let max = 12;
  9211.          let isNewDate = new Date();
  9212.          isNewDate.setDate(isNewDate.getDate() - 7);
  9213.          for (let pp=0;pp<data.value.length;pp++)
  9214.          {
  9215.            let p = data.value[pp];
  9216.            if (typeArray.length > 5)
  9217.            {
  9218.              typeArray=[product.product_type];
  9219.              pp=0;
  9220.              continue;
  9221.            }
  9222.            if (typeArray.includes(p.ProductType) || recentlyViewedSweetDeals.includes(p.id))
  9223.              continue;          
  9224.            if (count < max)
  9225.            {      
  9226.              recentlyViewedSweetDeals.push(p.id);
  9227.              count++;
  9228.              
  9229.              typeArray.push(p.ProductType);
  9230.              let promos = p.PromoList;
  9231.              let activePromo = null;
  9232.              if (promos.length > 0)
  9233.              {
  9234.                  let d = new Date();
  9235.  
  9236.                  for(let v=0;v<promos.length;v++)
  9237.                  {
  9238.                      let promo = promos[v].split("_");              
  9239.                      let startD = new Date(promo[1]);
  9240.                      let endD = new Date(promo[2]);  
  9241.                      if (d >= startD && d < endD) {
  9242.                        if (promo[promo.length - 1] === 'private') {
  9243.                          
  9244.                        } else {
  9245.                          activePromo = promo[0];
  9246.                          break;
  9247.                        }
  9248.                      }
  9249.                  }                  
  9250.              }
  9251.              pppppp +=`
  9252.              <li class="nosto-product car-product item" id="nosto-product-${p.id}">
  9253.                  <a href="/products/${p.Handle}?crpid=${p.id}&cid=AddToCart:PR:Product" class="nosto-view-link" data-no-instant="true" draggable="false">
  9254.                      <div class="nosto-item nosto-item-car clearfix">
  9255.                          <div class="nosto-img-container nosto-img-container-car car-container" data-value="${p.Brand}">
  9256.                              <div class="img-overlay"></div>
  9257.                              <div class="nosto-luxe-wrap"></div>
  9258.                              <img class="nosto-img primary lazyload" data-src="${p.Variants[0].Image.replace(/(\.[^.]*)$/,imageSize+"$1")}" style="object-fit:contain" />
  9259.                              ${new Date(p.CreateDate) > isNewDate ? `<span class="searchNewBadge">JUST IN</span>`:``}
  9260.                              ${p.BrandType == 1 ? `<span class="luxeBadge">LUXE</span>`:``}
  9261.                              <div class="addbuttons">
  9262.                                ${p.Variants.length == 1 ? `<a class="btn-primary addtocartspecial" onclick="addToCartSpecial('${p.Variants[0].variantId}')" data-vgc="${p.VariantID}" data-seller-id="${p.Vendor}" data-brand="${p.Brand}" data-title="${p.Title.replace(/\,/g, "-").replace(/"/g, '\\"')}" data-price="${p.Variants[0].Price}" data-category="${p.ProductType}" data-product-id="${p.ProductID}">Add to Bag</a>`:``}
  9263.                                <a class="btn-primary" href="/products/${p.Handle}?crpid=${p.id}&cid=AddToCart:PR:Product">View Details</a>
  9264.                              </div>
  9265.                          </div>
  9266.                          <span class="nosto-overhidden">
  9267.                              <div class="brandName brandName-car">${p.Brand}</div>
  9268.                              <span class="nosto-title nosto-title-car">${p.Title}</span>
  9269.                              ${activePromo ? `<div class="nosto-promo-wrap"><div class="nosto-product-label">${activePromo}</div></div>`:``}
  9270.                              <div class="nosto-price-list nosto-price-list-car">
  9271.                                  <span class="nosto-price nosto-price-with-discount money ">$${p.Price.toFixed(2)}</span>
  9272.                                  <span class="nosto-discounted-price money " style="font-weight: 300;">$${p.CompareAtPrice}</span>
  9273.                                  <span class="nosto-save-price-wrapper"></span>
  9274.                                  <span class="nosto-discounted-label" style="font-weight: 300;">${Math.round(p.Discount*100)}% off</span>
  9275.                              </div>
  9276.                          </span>
  9277.                      </div>
  9278.                  </a>
  9279.              </li>
  9280.              `;
  9281.            }            
  9282.          }  
  9283.          let sssss = `
  9284.              <div id="productpage-deals" class="productpage-deals"><div class="nosto-recommendations car-main-wrap">
  9285.                <div class="nosto-recommendation">
  9286.                    <div class="nosto-heading heading-car">
  9287.                        <h3 class="nosto-recommendation-title">Amazing Finds!</h3>
  9288.                    </div>
  9289.                    <div class="nosto-recommendation-results ">
  9290.                        <a class="buttons prev" href="#" data-no-instant="true">
  9291.                            <div class="nosto-recommendation-arrow">
  9292.                                <svg width="12" height="23" viewBox="0 0 12 23" fill="none" xmlns="http://www.w3.org/2000/svg">
  9293.                                <path d="M12.0123 11.5123C12.01 11.777 11.9049 12.0305 11.7193 12.2193L1.71929 22.2193C1.53069 22.4014 1.27808 22.5022 1.01589 22.5C0.75369 22.4977 0.502878 22.3925 0.31747 22.2071C0.132062 22.0217 0.0268924 21.7709 0.0246139 21.5087C0.0223355 21.2465 0.12313 20.9939 0.305288 20.8053L9.59829 11.5123L0.305288 2.21929C0.209778 2.12704 0.133596 2.0167 0.0811869 1.89469C0.0287779 1.77269 0.00119157 1.64147 3.7757e-05 1.50869C-0.00111606 1.37591 0.0241854 1.24423 0.0744663 1.12134C0.124747 0.99844 0.199 0.886787 0.292893 0.792894C0.386786 0.699001 0.498438 0.624748 0.621334 0.574467C0.74423 0.524185 0.87591 0.498884 1.00869 0.500038C1.14147 0.501192 1.27269 0.52878 1.39469 0.581188C1.5167 0.633596 1.62704 0.709778 1.71929 0.805288L11.7193 10.8053C11.9049 10.9941 12.01 11.2475 12.0123 11.5123Z" fill="black"/>
  9294.                                </svg>
  9295.                            </div>
  9296.                        </a>
  9297.                        <div class="viewport">
  9298.                            <ul class="overview nosto_carousel nosto_carousel-car">
  9299.                                ${pppppp}
  9300.                            </ul>
  9301.                        </div>
  9302.                        <a class="buttons next" href="#" data-no-instant="true">
  9303.                            <div class="nosto-recommendation-arrow">
  9304.                                <svg width="12" height="23" viewBox="0 0 12 23" fill="none" xmlns="http://www.w3.org/2000/svg">
  9305.                                <path d="M12.0123 11.5123C12.01 11.777 11.9049 12.0305 11.7193 12.2193L1.71929 22.2193C1.53069 22.4014 1.27808 22.5022 1.01589 22.5C0.75369 22.4977 0.502878 22.3925 0.31747 22.2071C0.132062 22.0217 0.0268924 21.7709 0.0246139 21.5087C0.0223355 21.2465 0.12313 20.9939 0.305288 20.8053L9.59829 11.5123L0.305288 2.21929C0.209778 2.12704 0.133596 2.0167 0.0811869 1.89469C0.0287779 1.77269 0.00119157 1.64147 3.7757e-05 1.50869C-0.00111606 1.37591 0.0241854 1.24423 0.0744663 1.12134C0.124747 0.99844 0.199 0.886787 0.292893 0.792894C0.386786 0.699001 0.498438 0.624748 0.621334 0.574467C0.74423 0.524185 0.87591 0.498884 1.00869 0.500038C1.14147 0.501192 1.27269 0.52878 1.39469 0.581188C1.5167 0.633596 1.62704 0.709778 1.71929 0.805288L11.7193 10.8053C11.9049 10.9941 12.01 11.2475 12.0123 11.5123Z" fill="black"/>
  9306.                                </svg>
  9307.                            </div>
  9308.                        </a>
  9309.                    </div>
  9310.                </div>
  9311.            </div></div>
  9312.          `;
  9313.          setCookie("recentlyViewedDeals", JSON.stringify(recentlyViewedSweetDeals), 1);
  9314.          if (count > 4)
  9315.          {      
  9316.            $("#deals-copy").html(sssss);
  9317.            $("#modal_overlay_deals").show();
  9318.            $("#modal_deals").show();
  9319.            adBackroundLoad();            
  9320.            sleep(100).then(() => {
  9321.              let target = $("#productpage-deals .nosto_carousel");
  9322.              let prevArrow = $("#productpage-deals .buttons.prev");
  9323.              let nextArrow = $("#productpage-deals .buttons.next");
  9324.              target.slick({
  9325.                    infinite: false,
  9326.                    dots: false,
  9327.                    slidesToShow: 5,
  9328.                    slidesToScroll: 5,
  9329.                    prevArrow: prevArrow,
  9330.                    nextArrow: nextArrow,
  9331.                    responsive: [
  9332.                        {
  9333.                            breakpoint: 1730,
  9334.                            settings: {
  9335.                                slidesToShow: 4,
  9336.                                slidesToScroll: 4
  9337.                            }
  9338.                        },
  9339.                        {
  9340.                            breakpoint: 1335,
  9341.                            settings: {
  9342.                                slidesToShow: 3,
  9343.                                slidesToScroll: 3
  9344.                            }
  9345.                        },
  9346.                        {
  9347.                            breakpoint: 813,
  9348.                            settings: {
  9349.                                slidesToShow: 2,
  9350.                                slidesToScroll: 2
  9351.                            }
  9352.                        },
  9353.                        {
  9354.                            breakpoint: 499,
  9355.                            settings: 'unslick'
  9356.                        }
  9357.                    ]
  9358.                });
  9359.                
  9360.            });
  9361.            if (window.innerWidth < 768)
  9362.            {
  9363.              $('.nosto-view-link').click(function(event){
  9364.                event.preventDefault();
  9365.              });
  9366.            }
  9367.          }
  9368.        });
  9369.      }
  9370.    });
  9371.  }
  9372.  function addToCartSpecial(id)
  9373.  {
  9374.    theme.cart.addItemFromForm("form_type=product&utf8=%E2%9C%93&id=" + id)
  9375.    .then(function(product) {
  9376.      $("#modal_overlay_deals").fadeOut();
  9377.      $("#modal_deals").fadeOut();
  9378.      $('body').trigger('added.ajaxProduct');
  9379.      sleep(2000).then(() => {
  9380.        $("#modal_overlay_deals").fadeIn();
  9381.        $("#modal_deals").fadeIn();        
  9382.      });
  9383.    });
  9384.  }
  9385.  function closeDeals() {
  9386.    $("#modal_overlay_deals").hide();
  9387.    $("#modal_deals").hide();
  9388.  }
  9389.  
  9390.  // const openSF = (brand) => {
  9391.  //   location.href = `/collections/all?Brand=${encodeURIComponent(brand)}&allBrands=1&cid=brandClick:pdp`;
  9392.  // }
  9393.  
  9394.  function loadLoyaltyForBagDrawer(cart) {
  9395.    if (cart.item_count > 0) {
  9396.      const {customer: dataLayerUser = {}} = window.dataLayer.find((dl) => !$.isEmptyObject(dl.customer)) || {};
  9397.      const {id: userId = ''} = dataLayerUser;
  9398.      const products = cart.items.map((item) => {
  9399.        const {
  9400.          variant_id, vendor, discounted_price: price,
  9401.          quantity, product_type: productType,
  9402.        } = item;
  9403.        return {
  9404.          id: variant_id,
  9405.          price: price / 100,
  9406.          quantity, productType, vendor,
  9407.        }
  9408.      });
  9409.      Promise.all([
  9410.        window.loyalty.loadProductPotential(products, userId),
  9411.        window.loyalty.getActiveTransactionCampaign(),
  9412.      ])
  9413.        .then(([potential, transactionCampaign]) => {
  9414.          const {detailsById, originalPoints, points} = potential;
  9415.          $('.cart-points-value').text(points);
  9416.          if (points !== originalPoints) {
  9417.            const appliedTransactionCampaign = detailsById?.transaction;
  9418.            $('.original-points').removeClass('hidden').text(originalPoints);
  9419.            Object.keys(detailsById).filter((key) => key !== 'transaction').forEach((variantId) => {
  9420.              const detail = detailsById[variantId];
  9421.              const $elem = $(`.bonus-display[data-variant-id="${variantId}"]`);
  9422.              const $bonusDiamondText = $elem.find('.bonus-diamond-text');
  9423.              const $bonusText = $elem.find('.bonus-text')
  9424.              if (detail.bonusType === 'fixed') {
  9425.                $elem.find('.multiplier-bonus').hide();
  9426.                $bonusText.text(`${detail.bonusValue} bonus points`)
  9427.              } else {
  9428.                $elem.find('.fixed-bonus').hide();
  9429.                $bonusDiamondText.text(detail.iconText);
  9430.                $bonusText.text(`rewards points`)
  9431.              }
  9432.              $elem.addClass('active-campaign');
  9433.            });
  9434.            if (userId && !$.isEmptyObject(appliedTransactionCampaign)) {
  9435.              const { cartDisplay } = appliedTransactionCampaign;
  9436.              let loyaltyContent = $('.cart-loyalty-message').html();
  9437.              if (!loyaltyContent.endsWith('.')) {
  9438.                loyaltyContent = `${loyaltyContent.trim()}.`;
  9439.              }
  9440.              loyaltyContent += ` ${cartDisplay}`;
  9441.              $('.cart-loyalty-message').html(loyaltyContent);
  9442.            }
  9443.          } else if (userId && !$.isEmptyObject(transactionCampaign)) {
  9444.            const subtotal = parseFloat((cart.items_subtotal_price / 100).toFixed(2));
  9445.            const { rules, cartProximity } = transactionCampaign;
  9446.            // more than one rule means this isn't just a minimum-spend campaign
  9447.            if (rules.length === 1) {
  9448.              let {match, comparator} = rules[0];
  9449.              if (comparator === 'greater_than') {
  9450.                // to make the math for proximity make more sense
  9451.                match += 0.01;
  9452.              }
  9453.              const needToSpend = (match - subtotal).toFixed(2);
  9454.              let loyaltyContent = $('.cart-loyalty-message').html();
  9455.              if (!loyaltyContent.endsWith('.')) {
  9456.                loyaltyContent = `${loyaltyContent.trim()}.`;
  9457.              }
  9458.              const proximityMessage = window.loyalty.formatString(cartProximity, `\$${needToSpend}`);
  9459.              loyaltyContent += ` ${proximityMessage}`;
  9460.              $('.cart-loyalty-message').html(loyaltyContent);
  9461.            }
  9462.          }
  9463.  
  9464.          const user = JSON.parse(getCookie('loyaltyUser') || '{}');
  9465.          if (!$.isEmptyObject(user)) {
  9466.            const {loyaltyTierName} = user;
  9467.            const tierClass = `${loyaltyTierName.toLowerCase()}-tier`;
  9468.            $('.cart-txt').removeClass('member-tier').addClass(tierClass);
  9469.            $('.bonus-display').removeClass('member-tier').addClass(tierClass);
  9470.          }
  9471.  
  9472.          $('.rewards-bag-drawer-wrapper').removeClass('loading');
  9473.          $('.rewards-bag-drawer-loader').removeClass('loading');
  9474.        })
  9475.      window.loyalty.loadProductPotential(products, userId)
  9476.        .then((potential) => {
  9477.          const {detailsById, originalPoints, points} = potential;
  9478.          $('.cart-points-value').text(points);
  9479.          if (points !== originalPoints) {
  9480.            $('.original-points').removeClass('hidden').text(originalPoints);
  9481.            Object.keys(detailsById).filter((key) => key !== 'transaction').forEach((variantId) => {
  9482.              const detail = detailsById[variantId];
  9483.              const $elem = $(`.bonus-display[data-variant-id="${variantId}"]`);
  9484.              const $bonusDiamondText = $elem.find('.bonus-diamond-text');
  9485.              const $bonusText = $elem.find('.bonus-text')
  9486.              if (detail.bonusType === 'fixed') {
  9487.                $elem.find('.multiplier-bonus').hide();
  9488.                $bonusText.text(`${detail.bonusValue} bonus points`)
  9489.              } else {
  9490.                $elem.find('.fixed-bonus').hide();
  9491.                $bonusDiamondText.text(detail.iconText);
  9492.                $bonusText.text(`rewards points`)
  9493.              }
  9494.              $elem.addClass('active-campaign');
  9495.            });
  9496.          }
  9497.  
  9498.          const user = JSON.parse(getCookie('loyaltyUser') || '{}');
  9499.          if (!$.isEmptyObject(user)) {
  9500.            const {loyaltyTierName} = user;
  9501.            const tierClass = `${loyaltyTierName.toLowerCase()}-tier`;
  9502.            $('.cart-txt').removeClass('member-tier').addClass(tierClass);
  9503.            $('.bonus-display').removeClass('member-tier').addClass(tierClass);
  9504.          }
  9505.  
  9506.          $('.rewards-bag-drawer-wrapper').removeClass('loading');
  9507.          $('.rewards-bag-drawer-loader').removeClass('loading');
  9508.        });
  9509.    }
  9510.  }
  9511. </script>
  9512.            
  9513. <style>
  9514.  .feed-header {
  9515.    color: var(--Grayscale-Gray-1, #222);
  9516.    font-family: Montserrat;
  9517.    font-size: 20px;
  9518.    font-style: normal;
  9519.    font-weight: 600;
  9520.    line-height: 28px; /* 140% */
  9521.    letter-spacing: -0.2px;
  9522.    margin-bottom: 4px;
  9523.  }
  9524.  
  9525.  .feed-subtext {
  9526.    color: #000;
  9527.    text-align: center;
  9528.    font-family: Lexend;
  9529.    font-size: 16px;
  9530.    font-style: normal;
  9531.    font-weight: 300;
  9532.    line-height: 24px; /* 150% */
  9533.  }
  9534.  
  9535.  .feed-categories {
  9536.    display: none;
  9537.    padding: 24px 0px;  
  9538.  }
  9539.  
  9540.  .pill-feed-category-button {
  9541.    cursor: pointer;
  9542.    width: min-content;
  9543.    position: absolute;
  9544.    z-index: 5;
  9545.    width: 28px;
  9546.    right: -10px !important;
  9547.    top: 22% !important;
  9548.  }
  9549.  
  9550.  .pill-feed-next {
  9551.    right: -15px !important;
  9552.    top: 21% !important;
  9553.  }
  9554.  
  9555.  .pill-feed-prev {
  9556.    left: -15px !important;
  9557.    top: 21% !important;
  9558.    transform: rotate(180deg);
  9559.  }
  9560.  
  9561.  .category-pill {
  9562.    width: auto !important;
  9563.    padding: 6px 16px;
  9564.    margin: 0 4px;
  9565.    justify-content: center;
  9566.    align-items: center;
  9567.    border-radius: 4px;
  9568.    border: 1px solid #D8D8D8;
  9569.    color: var(--Grayscale-Gray-1, #222);
  9570.    text-align: center;
  9571.    font-family: Lexend;
  9572.    font-size: 14px;
  9573.    font-style: normal;
  9574.    font-weight: 400;
  9575.    cursor: pointer;
  9576.  }
  9577.  
  9578.  .selected-pill {
  9579.    border: 1px solid var(--Grayscale-Black, #000);
  9580.    background: var(--Grayscale-Gray-5, #EEEDED);
  9581.  }
  9582.  
  9583.  .feed-products {
  9584.    display: grid;
  9585.    grid-template-columns: repeat(5, 1fr);
  9586.    grid-row-gap: 24px;
  9587.    grid-column-gap: 24px;
  9588.    padding: 0;
  9589.  }
  9590.  
  9591.  .discovery-banner {
  9592.    padding-top: 24px;
  9593.    padding-bottom: 48px;
  9594.    text-align: center;
  9595.  }
  9596.  
  9597.  .discovery-banner-title {
  9598.    color: #000;
  9599.    text-align: center;
  9600.    font-family: Montserrat;
  9601.    font-size: 24px;
  9602.    font-style: normal;
  9603.    font-weight: 600;
  9604.    line-height: 32px;
  9605.    letter-spacing: -0.2px;
  9606.    margin-bottom: 8px;
  9607.  }
  9608.  
  9609.  .discovery-banner-text {
  9610.    color: #000;
  9611.    text-align: center;
  9612.    font-family: Lexend;
  9613.    font-size: 16px;
  9614.    font-style: normal;
  9615.    font-weight: 300;
  9616.    line-height: 24px;
  9617.    margin-bottom: 24px;
  9618.  }
  9619.  
  9620.  .discovery-banner-button {
  9621.    margin-top: 24px;
  9622.    width: 240px;
  9623.    padding: 13px 17px;
  9624.    justify-content: center;
  9625.    align-items: center;
  9626.    gap: 16px;
  9627.    background-color: #fff;
  9628.    color: #000;
  9629.  }
  9630.  
  9631.  .discovery-banner-button:hover {
  9632.    background: var(--Grayscale-Gray-5, #EEEDED);
  9633.  }
  9634.  
  9635.  .discovery-grid {
  9636.    display: none;
  9637.    grid-template-columns: repeat(5, 1fr);
  9638.    grid-template-rows: repeat(5, 1fr);
  9639.    grid-column-gap: 16px;
  9640.    grid-row-gap: 16px;
  9641.  }
  9642.  
  9643.  .product-item {
  9644.    cursor: pointer;
  9645.  }
  9646.  
  9647.  .pdp-img-overlay {
  9648.    position: absolute;
  9649.    width: 100%;
  9650.    height: 100%;
  9651.    background: black;
  9652.    opacity: 0.05;
  9653.    z-index: 5;
  9654.  }
  9655.  
  9656.  .discovery-quiz-bar {
  9657.    display: none;
  9658.    align-items: center;
  9659.    justify-content: center;
  9660.    padding-top: 12px;
  9661.    padding-bottom: 12px;
  9662.    margin-bottom: 24px;
  9663.    color: var(--Grayscale-Gray-1, #222);
  9664.    text-align: right;
  9665.    font-family: Lexend;
  9666.    font-size: 14px;
  9667.    font-style: normal;
  9668.    font-weight: 400;
  9669.    line-height: 22px;
  9670.    background: var(--Grayscale-Gray-6, #f7f7f7);
  9671.  }
  9672.  
  9673.  .discovery-quiz-bar > a {
  9674.    margin-left: 24px;
  9675.    font-weight: 500;
  9676.  }
  9677.  
  9678.  .discovery-grid > div {
  9679.    z-index: 1;
  9680.    aspect-ratio: 4/5;
  9681.    display: flex;
  9682.    position: relative;
  9683.    justify-content: center;
  9684.    align-content: center;
  9685.    flex-wrap: nowrap;
  9686.    align-items: center;
  9687.    grid-column: span 1;
  9688.    grid-row: span 1;
  9689.  }
  9690.  
  9691.  .discovery-grid > div:nth-child(2) {
  9692.    grid-column: span 2;
  9693.    grid-row: span 2;
  9694.  }
  9695.  
  9696.  .discovery-grid-img {
  9697.    max-width: 50%;
  9698.  }
  9699.  
  9700.  .discovery-feed-img-container {
  9701.    display: none;
  9702.    position: relative;
  9703.    overflow: hidden;
  9704.  }
  9705.  
  9706.  .discovery-feed-img {
  9707.    position: absolute;
  9708.    top: -1px;
  9709.    left: -1px;
  9710.    right: -1px;
  9711.    bottom: -1px;
  9712.    background-repeat: no-repeat;
  9713.    background-position: center;
  9714.    opacity: 0;
  9715.    background-color: #fff;
  9716.    background-size: cover;
  9717.    display: block;
  9718.    margin: 0 auto;
  9719.    width: 100%;
  9720.    opacity: 1 !important;
  9721.  }
  9722.  
  9723.  .discovery-feed-img-overlay {
  9724.    height: 0px;
  9725.    padding-bottom: 100%;
  9726.  }
  9727.  
  9728.  .product-ghost {
  9729.    height: 450px;
  9730.    background-color: #f6f6f6;
  9731.  }
  9732.  
  9733.  .ghost {
  9734.    background-color: #f6f6f6;
  9735.    width: 100%;
  9736.  }
  9737.  
  9738.  .load-more-button-container {
  9739.    display: flex;
  9740.    align-items: center;
  9741.    justify-content: center;
  9742.  }
  9743.  
  9744.  .load-more-button {
  9745.    margin-top: 40px;
  9746.    display: flex;
  9747.    width: 200px;
  9748.    padding: 13px 17px;
  9749.    justify-content: center;
  9750.    align-items: center;
  9751.    gap: 16px;
  9752.    background-color: #fff;
  9753.    color: #000;
  9754.  }
  9755.  
  9756.  .load-more-button:hover {
  9757.    background: var(--Grayscale-Gray-5, #EEEDED);
  9758.  }
  9759.  
  9760.  .load-more-button-container > .btn--loading:before {
  9761.    content: "";
  9762.    display: block;
  9763.    width: 24px;
  9764.    height: 24px;
  9765.    position: absolute;
  9766.    left: 50%;
  9767.    top: 50%;
  9768.    margin-left: -12px;
  9769.    margin-top: -12px;
  9770.    border-radius: 50%;
  9771.    border: 3px solid #333;
  9772.    border-top-color: transparent;
  9773.    animation: spin 1s infinite linear;
  9774.  }
  9775.  
  9776.  @media only screen and (min-width: 768px) {
  9777.    .discovery-grid > div:nth-child(24n + 2),
  9778.    .discovery-grid > div:nth-child(24n + 15) {
  9779.      grid-column: span 2;
  9780.      grid-row: span 2;
  9781.    }
  9782.  }
  9783.  
  9784.  @media only screen and (max-width: 767px) {
  9785.    .discovery-quiz-bar {
  9786.      display: none;
  9787.    }
  9788.    
  9789.    .pill-feed-category-button {
  9790.      display: none !important;
  9791.    }
  9792.  
  9793.    .feed-categories {
  9794.      display: flex;
  9795.      overflow: scroll !important;
  9796.      padding-right: 17px;
  9797.      flex-direction: row;
  9798.      align-items: center;
  9799.      scrollbar-width: none;
  9800.      -ms-overflow-style: none;
  9801.      padding-left: 12px;
  9802.    }
  9803.  
  9804.    .feed-categories::-webkit-scrollbar { /* WebKit */
  9805.      width: 0;
  9806.      height: 0;
  9807.    }
  9808.  
  9809.    .category-pill {
  9810.      white-space: nowrap;
  9811.    }
  9812.  
  9813.    .feed-header, .feed-subtext {
  9814.      padding: 0 40px;
  9815.    }
  9816.    
  9817.    .feed-products {
  9818.      display: grid;
  9819.      grid-template-columns: repeat(2, 1fr);
  9820.      grid-row-gap: 40px;
  9821.      grid-column-gap: 8px;
  9822.      padding: 0 16px;
  9823.    }
  9824.    
  9825.    .discovery-quiz-bar {
  9826.      text-align: left;
  9827.      font-size: 12px;
  9828.      justify-content: space-between;
  9829.      padding: 6px 16px;
  9830.    }
  9831.    
  9832.    .discovery-grid {
  9833.      display: grid;
  9834.      grid-template-columns: repeat(3, 1fr);
  9835.      grid-template-rows: repeat(8, 1fr);
  9836.      grid-column-gap: 4px;
  9837.      grid-row-gap: 4px;
  9838.    }
  9839.  
  9840.    .discovery-grid > div:nth-child(18n + 2),
  9841.    .discovery-grid > div:nth-child(18n + 10) {
  9842.      grid-column: span 2;
  9843.      grid-row: span 2;
  9844.    }
  9845.  
  9846.    .discovery-grid-img {
  9847.      max-width: 85%;
  9848.    }
  9849.  }
  9850. }
  9851. </style>
  9852.  
  9853.  
  9854. </div><!-- END content_for_index -->
  9855.  
  9856.      </main>
  9857.  
  9858.      <div id="shopify-section-footer-ads" class="shopify-section">
  9859.  
  9860. <div class="footer-ads__divider"><div class="footer-ads__divider-line"></div></div>
  9861. <div class="footer-ads">
  9862.  <div class="nosto_element" id="footer-nosto-1"></div>
  9863.  <div class="footer-ads__container"></div>
  9864. </div>
  9865. <script>
  9866. const initFooterPromo = (footerPromoData) => {
  9867.  function createAndAppend(elementType, className, textContent, parentElement) {
  9868.    const element = document.createElement(elementType);
  9869.    element.classList.add(className);
  9870.    if (textContent) {
  9871.      element.textContent = textContent;
  9872.    }
  9873.    parentElement.appendChild(element);
  9874.    return element;
  9875.  }
  9876.    
  9877.  const footerPromoRow = document.querySelector(".footer-ads__container");
  9878.  
  9879.  footerPromoData.footerAd.forEach((promo) => {
  9880.    const { accessibilityLabel, destination, displayAdBadge, image, logo, logoSize, primaryText, subtext } = promo;
  9881.  
  9882.    let promoLinkUrl = destination.webUrl;
  9883.    if (destination.cid) {
  9884.      promoLinkUrl += `?cid=${destination.cid}`
  9885.    }
  9886.  
  9887.    const singleCard = document.createElement('div');
  9888.    singleCard.classList.add('footer-ads__single-card');
  9889.  
  9890.    const promoLink = document.createElement('a');
  9891.    promoLink.classList.add('footer-ads__promo-link');
  9892.    promoLink.href = promoLinkUrl;
  9893.  
  9894.    const promoContent = document.createElement('div');
  9895.    promoContent.classList.add('footer-ads__single-card__content');
  9896.  
  9897.    const promoImage = createAndAppend('img', 'content__img', null, promoContent);
  9898.    promoImage.setAttribute('data-src', image.url);
  9899.    promoImage.classList.add('lazyload');
  9900.  
  9901.    const promoMask = createAndAppend('div', 'content__mask', null, promoContent)
  9902.  
  9903.    const promoCopy = document.createElement('div');
  9904.    promoCopy.classList.add('content__copy');
  9905.    promoContent.appendChild(promoCopy);
  9906.  
  9907.    const promoLogo = createAndAppend('img', 'content-copy__logo', null, promoCopy);
  9908.    promoLogo.setAttribute('data-src', logo.url);
  9909.    promoLogo.classList.add('lazyload');
  9910.    if (logoSize) {
  9911.      promoLogo.classList.add(logoSize);
  9912.    }
  9913.    
  9914.    if (displayAdBadge === true) {
  9915.      promoAd = createAndAppend('div', 'content__ad', 'AD', promoContent);
  9916.    }
  9917.  
  9918.    const promoText = createAndAppend('div', 'content-copy__primary', primaryText, promoCopy);
  9919.    const promoSub = createAndAppend('div', 'content-copy__sub', subtext, promoCopy);
  9920.  
  9921.    promoContent.appendChild(promoCopy);
  9922.    promoLink.appendChild(promoContent);    
  9923.    singleCard.appendChild(promoLink);
  9924.    footerPromoRow.appendChild(singleCard);
  9925.  })
  9926. }
  9927. </script>
  9928.  
  9929. <style>
  9930. .footer-ads__divider {
  9931.  width: 100%;
  9932.  position: relative;
  9933.  z-index: 10;
  9934.  background-color: #fff;
  9935.  height: 97px;
  9936. }
  9937.  
  9938. .footer-ads__divider-line {
  9939.  width: 100%;
  9940.  height: 1px;
  9941.  background-color: #eeeded;
  9942.  position: absolute;
  9943.  top: 50%;
  9944. }
  9945.  
  9946. .footer-ads {
  9947.  position: relative;
  9948.  z-index: 10;
  9949.  background-color: #fff;
  9950.  max-width: 1600px;
  9951.  margin: 0 auto;
  9952.  @media (min-width: 768px) {
  9953.    padding: 0 25px;
  9954.  }
  9955.  @media (max-width: 767px) {
  9956.  }
  9957. }
  9958.  
  9959. .footer-ads .carousel-nosto__container {
  9960.  padding: 0 !important;
  9961.  margin-bottom: 48px;
  9962. }
  9963.  
  9964. .footer-ads .nosto_element {
  9965.  @media (max-width: 767px) {
  9966.    margin-left: 16px;
  9967.  }
  9968. }
  9969.  
  9970. .footer-ads__container {
  9971.  display: flex;
  9972.  flex-direction: row;
  9973.  @media (max-width: 767px) {
  9974.    overflow: scroll;
  9975.    -ms-overflow-style: none;
  9976.    scrollbar-width: none;
  9977.    overflow-y: scroll;
  9978.    margin-left: 16px;
  9979.  }
  9980. }
  9981.  
  9982. .footer-ads__single-card {
  9983.  margin-left: 8px;
  9984.  @media (min-width: 768px) {
  9985.    width: 25%;
  9986.  }
  9987.  @media (max-width: 767px) {
  9988.    min-width: 318px;
  9989.  }
  9990. }
  9991.  
  9992. .footer-ads__single-card:first-of-type {
  9993.  margin-left: 0px;
  9994. }
  9995.  
  9996. .footer-ads__single-card__content {
  9997.  position: relative;
  9998. }
  9999.  
  10000. .content__img {
  10001.  display: block;
  10002.  width: 100%;
  10003.  height: auto;
  10004. }
  10005.  
  10006. .content__mask {
  10007.  position: absolute;
  10008.  top: 0;
  10009.  left: 0;
  10010.  height: 100%;
  10011.  width: 100%;
  10012.  background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
  10013. }
  10014.  
  10015. .content__copy {
  10016.  position: absolute;
  10017.  bottom: 16px;
  10018.  left: 16px;
  10019. }
  10020.  
  10021. .content-copy__primary {
  10022.  color: #fff;
  10023.  font-family: Montserrat;
  10024.  font-size: 18px;
  10025.  font-style: normal;
  10026.  font-weight: 600;
  10027.  line-height: 26px;
  10028.  margin-top: 8px;
  10029. }
  10030.  
  10031. .content-copy__sub {
  10032.  color: #fff;
  10033.  font-family: Lexend;
  10034.  font-size: 16px;
  10035.  font-style: normal;
  10036.  font-weight: 400;
  10037.  line-height: 24px;
  10038.  margin-top: 8px;
  10039. }
  10040.  
  10041. .content__ad {
  10042.  position: absolute;
  10043.  right: 8px;
  10044.  top: 8px;
  10045.  padding: 1px 4px;
  10046.  background: rgba(255, 255, 255, 0.70);
  10047.  border-radius: 2px;
  10048.  color: #000;
  10049.  font-family: Montserrat;
  10050.  font-size: 10px;
  10051.  font-style: normal;
  10052.  font-weight: 600;
  10053.  line-height: 18px;
  10054. }
  10055. </style>
  10056.  
  10057.  
  10058. </div>
  10059.      
  10060.      <div id="shopify-section-footer" class="shopify-section"><link href="css/footer-snippet65b3.css?v=142419629696886964571742227118" rel="stylesheet" type="text/css" media="all" />
  10061.  
  10062. <footer class="site-footer spoApp__hide">
  10063.    <div class="footer-banner-wrap">
  10064.        <div class="grid footer-grid banner-grid">
  10065.            
  10066.            
  10067.            
  10068.            
  10069.            
  10070.            
  10071.            
  10072.            
  10073.            
  10074.            
  10075.            
  10076.            
  10077.            
  10078.            
  10079.            <div  class="banner-footer__item grid__item footer__item--1ecb1738-2d30-4835-9f26-290b2e170e4a"
  10080.                data-type="footer-banner">
  10081.                <div class="page-width footer-banner">
  10082.  <div class="banner-text">
  10083.    
  10084.    <div><img class="banner-logo lazyload lazyautosizes" data-src="//shop.simon.com/cdn/shop/files/rewards-footer-logo_400x.png?v=1725650768" alt=""
  10085.        data-widths="[360, 540, 720, 900, 1080, 1600]" data-aspectratio="2.4642857142857144"
  10086.        data-sizes="auto">
  10087.    </div>
  10088.    
  10089.    <div class="">
  10090.      <p>Get free shipping and early access!<strong> </strong><a href="rewards0f2b.html?cid=Footer:MKG:SPO:Rewards" title="/pages/rewards?cid=Footer:MKG:SPO:Rewards"><span style="text-decoration:underline">Learn More</span></a></p>
  10091.    </div>
  10092.  </div>
  10093.  
  10094.  <div><img class="lazyload lazyautosizes footer-banner-img" data-src="//shop.simon.com/cdn/shop/files/rewards-footer-banner_{width}x.png?v=1685988919" data-widths="[360, 540, 720, 900, 1080, 1600]"
  10095.      data-aspectratio="2.4642857142857144" data-sizes="auto" role="presentation"
  10096.      alt="">    
  10097.  </div>
  10098.  
  10099. </div>
  10100.  
  10101. <style>
  10102.  .footer-banner p {
  10103.    margin: 12px 0 0 0 !important;
  10104.  }
  10105. </style>
  10106.            </div>
  10107.            
  10108.            
  10109.            
  10110.            
  10111.            
  10112.        </div>
  10113.    </div>
  10114.  
  10115.    <div class="footer-apps-wrap">
  10116.        <div class="page-width footer-apps">
  10117.            <div class="app-icons">
  10118.                <a class="app-single-icon" target="_blank" href="https://www.instagram.com/shopsimon">
  10119.                    <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  10120. <path d="M16.3155 31.9999C16.2096 31.9999 16.1036 31.9999 15.9969 31.9994C13.4886 32.0055 11.171 31.9418 8.9171 31.8046C6.8507 31.6788 4.96447 30.9647 3.46203 29.7396C2.01233 28.5575 1.02234 26.9591 0.519653 24.9894C0.0821539 23.2745 0.0589599 21.5912 0.0367432 19.963C0.0206299 18.7948 0.00402835 17.4105 0.000610352 16.0028C0.00402835 14.5892 0.0206299 13.205 0.0367432 12.0368C0.0589599 10.4088 0.0821539 8.72548 0.519653 7.0104C1.02234 5.04067 2.01233 3.44229 3.46203 2.26016C4.96447 1.03507 6.8507 0.320955 8.91734 0.195222C11.1712 0.0582598 13.4894 -0.005705 16.003 0.000398507C18.5121 -0.00497258 20.829 0.0582598 23.0829 0.195222C25.1493 0.320955 27.0355 1.03507 28.5379 2.26016C29.9879 3.44229 30.9776 5.04067 31.4803 7.0104C31.9178 8.72524 31.941 10.4088 31.9632 12.0368C31.9793 13.205 31.9962 14.5892 31.9993 15.997V16.0028C31.9962 17.4105 31.9793 18.7948 31.9632 19.963C31.941 21.5909 31.918 23.2743 31.4803 24.9894C30.9776 26.9591 29.9879 28.5575 28.5379 29.7396C27.0355 30.9647 25.1493 31.6788 23.0829 31.8046C20.9244 31.9359 18.7071 31.9999 16.3155 31.9999ZM15.9969 29.4994C18.4645 29.5052 20.7301 29.443 22.931 29.3092C24.4935 29.2142 25.8482 28.7071 26.9581 27.8021C27.984 26.9654 28.6905 25.8112 29.0579 24.3712C29.4222 22.9437 29.4432 21.411 29.4635 19.9288C29.4793 18.7684 29.4959 17.3939 29.4994 15.9999C29.4959 14.6056 29.4793 13.2313 29.4635 12.0709C29.4432 10.5888 29.4222 9.05605 29.0579 7.62832C28.6905 6.18838 27.984 5.03408 26.9581 4.19741C25.8482 3.29263 24.4935 2.78555 22.931 2.69058C20.7301 2.55655 18.4645 2.49478 16.0028 2.50015C13.5357 2.49429 11.2699 2.55655 9.06895 2.69058C7.50646 2.78555 6.15172 3.29263 5.04186 4.19741C4.01599 5.03408 3.30944 6.18838 2.94201 7.62832C2.57776 9.05605 2.55676 10.5885 2.5365 12.0709C2.52063 13.2323 2.50402 14.6076 2.50061 16.0028C2.50402 17.392 2.52063 18.7675 2.5365 19.9288C2.55676 21.411 2.57776 22.9437 2.94201 24.3712C3.30944 25.8112 4.01599 26.9654 5.04186 27.8021C6.15172 28.7069 7.50646 29.214 9.06895 29.309C11.2699 29.443 13.5362 29.5055 15.9969 29.4994ZM15.9374 23.8124C11.6297 23.8124 8.12486 20.3077 8.12486 15.9999C8.12486 11.692 11.6297 8.1874 15.9374 8.1874C20.2452 8.1874 23.7498 11.692 23.7498 15.9999C23.7498 20.3077 20.2452 23.8124 15.9374 23.8124ZM15.9374 10.6874C13.0082 10.6874 10.6249 13.0707 10.6249 15.9999C10.6249 18.9291 13.0082 21.3124 15.9374 21.3124C18.8668 21.3124 21.2498 18.9291 21.2498 15.9999C21.2498 13.0707 18.8668 10.6874 15.9374 10.6874ZM24.6248 5.6874C23.5894 5.6874 22.7498 6.52676 22.7498 7.5624C22.7498 8.59804 23.5894 9.4374 24.6248 9.4374C25.6605 9.4374 26.4998 8.59804 26.4998 7.5624C26.4998 6.52676 25.6605 5.6874 24.6248 5.6874Z" fill="black"/>
  10121. </svg>
  10122.                </a>
  10123.                <a class="app-single-icon" target="_blank" href="https://www.facebook.com/shopsimon.us">
  10124.                    <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  10125. <path d="M11.9253 7.85194V11.1112H8.66602V16.0001H11.9253V30.6668H18.4438V16.0001H22.7787L23.3327 11.1112H18.4438V8.25934C18.4438 6.9394 18.5742 6.2386 20.6112 6.2386H23.3327V1.33333H18.9653C13.7505 1.33333 11.9253 3.77784 11.9253 7.85194Z" fill="black"/>
  10126. </svg>
  10127.                </a>
  10128.                <a class="app-single-icon" target="_blank" href="https://www.pinterest.com/Shopsimon">
  10129.                    <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  10130. <path d="M15.3569 0.00272978L13.3151 0.257967C12.0321 0.499222 10.7873 0.912371 9.6146 1.48617C6.93818 2.89423 4.83488 5.1893 3.66493 7.97813C3.50729 8.50107 3.38474 9.03389 3.29811 9.57315C2.40409 12.7491 3.55814 16.1478 6.20112 18.1228C6.59988 18.362 7.525 18.8087 7.79614 18.2184C7.92102 17.8566 8.00669 17.4822 8.05138 17.1018C8.20518 16.7824 8.29195 16.4351 8.30662 16.081C8.21094 15.5546 7.65262 15.2357 7.41343 14.805C7.02015 13.9369 6.77218 13.0099 6.67965 12.0614V11.5987C6.79809 7.68273 9.54442 4.33997 13.363 3.46392C14.5575 3.1411 15.8027 3.04899 17.0317 3.19278L18.8022 3.49586C20.8257 4.02415 22.4989 5.44481 23.3482 7.35594C23.9049 8.99359 24.0151 10.75 23.6672 12.4442C23.4917 13.178 23.5236 13.8159 23.3003 14.486C22.4868 16.9583 21.2905 19.2712 18.5949 19.8773C17.1287 20.2605 15.6061 19.4957 15.0379 18.0908C14.8357 17.6638 14.7636 17.1868 14.8305 16.7191C15.2931 14.7093 15.9789 12.9228 16.4255 10.9131C16.9758 9.42593 16.2164 7.77429 14.7292 7.22393C14.6524 7.19556 14.5744 7.17033 14.4955 7.14867C12.6452 6.70208 11.2255 8.42472 10.7311 9.54135C10.2689 10.7236 10.1581 12.0142 10.4121 13.2579C10.6813 13.7976 10.8746 14.3719 10.9863 14.9647C10.6354 16.5597 10.2208 18.1548 9.79006 19.7499C9.35936 21.3449 9.08823 22.9401 8.64163 24.5351C8.43424 25.2369 8.45027 25.9866 8.27482 26.7204V27.789C8.16433 28.6345 8.20216 29.4927 8.38653 30.3252C8.48221 30.7559 8.38653 31.2823 8.54609 31.6012C8.5391 31.7427 8.5783 31.8827 8.65781 32C9.3118 32 10.2528 30.2613 10.54 29.7669C11.1614 28.7786 11.6952 27.7379 12.135 26.6565C12.5657 25.6516 12.6295 24.5351 12.9645 23.4663C13.3021 22.5858 13.5428 21.6713 13.6822 20.7387C13.8892 21.1915 14.2357 21.5661 14.6712 21.8074C16.2025 22.8903 18.119 23.2782 19.9509 22.876C22.1782 22.4436 24.1794 21.2337 25.5975 19.4626C26.5614 18.151 27.3049 16.6909 27.7987 15.1398C28.0698 14.3423 28.1176 13.449 28.325 12.6036C28.6687 10.5346 28.3969 8.41033 27.5434 6.49455C25.7089 2.33153 21.7212 -0.0929498 15.3569 0.00272978Z" fill="black"/>
  10131. </svg>
  10132.                </a>
  10133.                <a class="app-single-icon" target="_blank" href="https://www.tiktok.com/@shopsimon">
  10134.                    <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  10135. <path d="M30.0193 8.02437C28.1931 8.02437 26.5081 7.41937 25.155 6.39874C23.6031 5.22874 22.4881 3.51249 22.0943 1.53437C21.9968 1.04562 21.9443 0.541243 21.9393 0.0243683H16.7225V14.2794L16.7162 22.0875C16.7162 24.175 15.3568 25.945 13.4725 26.5675C12.9256 26.7481 12.335 26.8337 11.72 26.8C10.935 26.7569 10.1993 26.52 9.55996 26.1375C8.19934 25.3237 7.27684 23.8475 7.25184 22.1587C7.21246 19.5194 9.34621 17.3675 11.9837 17.3675C12.5043 17.3675 13.0043 17.4525 13.4725 17.6069V13.7106V12.31C12.9787 12.2369 12.4762 12.1987 11.9681 12.1987C9.08121 12.1987 6.38121 13.3987 4.45121 15.5606C2.99246 17.1944 2.11746 19.2787 1.98246 21.4644C1.80559 24.3356 2.85621 27.065 4.89371 29.0787C5.19309 29.3744 5.50746 29.6487 5.83621 29.9019C7.58309 31.2462 9.71871 31.975 11.9681 31.975C12.4762 31.975 12.9787 31.9375 13.4725 31.8644C15.5737 31.5531 17.5125 30.5912 19.0425 29.0787C20.9225 27.2206 21.9612 24.7537 21.9725 22.1281L21.9456 10.4681C22.8425 11.16 23.8231 11.7325 24.8756 12.1769C26.5125 12.8675 28.2481 13.2175 30.0343 13.2169V9.42874V8.02312C30.0356 8.02437 30.0206 8.02437 30.0193 8.02437Z" fill="black"/>
  10136. </svg>
  10137.                </a>
  10138.            </div>
  10139.            <div class="app-dl">
  10140.                <!-- HIDDEN during simon rewards update -->
  10141.                <!-- <div class="app-text">Get the app, earn 100 rewards points!</div> -->
  10142.                <a class="app-store" href="https://apps.apple.com/us/app/shop-simon/id1612714942" target="_blank">
  10143.                    <img class="lazyload lazyautosizes" data-src='//shop.simon.com/cdn/shop/t/569/assets/Apple.svg?v=19706148536129875381742227118'>
  10144.                </a>
  10145.                <a class="google-play" href="https://play.google.com/store/apps/details?id=com.shoppremiumoutlets.shoppremiumoutlets" target="_blank">
  10146.                    <img class="lazyload lazyautosizes" data-src='//shop.simon.com/cdn/shop/t/569/assets/Playstore.svg?v=36484715386728704771742227118'>
  10147.                </a>
  10148.            </div>
  10149.        </div>
  10150.    </div>
  10151.  
  10152.    <div class="footer-main-wrap">
  10153.        <div class="page-width footer-main-contents">
  10154.            <div class="footer-main-left">
  10155.                <div class="grid footer-grid">
  10156.  
  10157.                    
  10158.                    
  10159.  
  10160.                    
  10161.                    
  10162.  
  10163.                    
  10164.                    
  10165.  
  10166.                    
  10167.                    
  10168.  
  10169.                    
  10170.                    
  10171.  
  10172.                    
  10173.                    <div
  10174.                        class="newsletter-footer-title grid__item footer__item footer__item--ac86ad09-0eff-4335-a736-6baca7cf68ff"
  10175.                        data-type="footer-newsletter">
  10176.                        <div class="footer__item-padding">
  10177.  
  10178.  <p class="h4 footer__title ">Don’t miss out!</p>
  10179.  
  10180.  
  10181.  <div  id="Footer-ac86ad09-0eff-4335-a736-6baca7cf68ff" class="" >
  10182.    <div class="">
  10183.      <div class="">
  10184.        
  10185.        <p>Get early access to the latest fashion trends, deals and just in styles.</p>
  10186.        
  10187.  
  10188.  
  10189.        <form method="post" action="https://shop.simon.com/contact#newsletter-footer" id="newsletter-footer" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
  10190.        <!--  -->
  10191.        <label for="Email-ac86ad09-0eff-4335-a736-6baca7cf68ff" class="hidden-label">Enter your email</label>
  10192.        <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  10193.        <input type="hidden" name="contact[context]" value="footer">
  10194.        <div class="newsletter-wrap">
  10195.  
  10196.          <div class="footer__newsletter">
  10197.            <input type="email" value="" placeholder="Email Address"
  10198.              name="contact[email]" id="Email-ac86ad09-0eff-4335-a736-6baca7cf68ff" class="footer__newsletter-input" autocorrect="off"
  10199.              autocapitalize="off" >
  10200.          </div>
  10201.          <button type="submit" class="footer__newsletter-btn btn-primary" name="commit">
  10202.            SUBMIT
  10203.            <span class="footer__newsletter-btn-label">
  10204.              Subscribe
  10205.            </span>
  10206.          </button>
  10207.        </div>
  10208.        
  10209.        </form>
  10210.      </div>
  10211.    </div>
  10212.  </div>
  10213. </div>
  10214.  
  10215. <script>
  10216.  setTimeout(function () {
  10217.    $(".ty-div").fadeOut().empty();
  10218.  }, 5000);
  10219. </script>
  10220.                    </div>
  10221.                    
  10222.                    
  10223.                </div>
  10224.  
  10225.  
  10226.  
  10227.                <div class="sms-wrap" onclick="popSms();">
  10228.                    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  10229. <path d="M16.8003 0H7.20029C5.87743 0 4.80029 1.07714 4.80029 2.4V21.6C4.80029 22.9238 5.87743 24 7.20029 24H16.8003C18.1241 24 19.2003 22.9238 19.2003 21.6V2.4C19.2003 1.07714 18.1241 0 16.8003 0ZM18.2403 21.6C18.2403 22.3939 17.5942 23.04 16.8003 23.04H7.20029C6.40637 23.04 5.76029 22.3939 5.76029 21.6V2.4C5.76029 1.60608 6.40637 0.96 7.20029 0.96H16.8003C17.5942 0.96 18.2403 1.60608 18.2403 2.4V21.6Z" fill="black"/>
  10230. <path d="M13.5 2H10.5C10.224 2 10 2.21506 10 2.48C10 2.74494 10.224 2.96 10.5 2.96H13.5C13.776 2.96 14 2.74494 14 2.48C14 2.21506 13.776 2 13.5 2Z" fill="black"/>
  10231. <path d="M12 21.12C11.7351 21.12 11.52 21.3351 11.52 21.6C11.52 21.8649 11.7351 22.08 12 22.08C12.265 22.08 12.48 21.8649 12.48 21.6C12.48 21.3351 12.265 21.12 12 21.12Z" fill="black"/>
  10232. <path d="M18.5333 3.99998H5.46667C5.20904 3.99998 5 4.22401 5 4.49998C5 4.77601 5.20904 4.99998 5.46667 4.99998H18.5333C18.7909 4.99998 19 4.77596 19 4.49998C19 4.22401 18.7909 3.99998 18.5333 3.99998Z" fill="black"/>
  10233. <path d="M18.5333 19H5.46667C5.20904 19 5 19.2151 5 19.48C5 19.745 5.20904 19.96 5.46667 19.96H18.5333C18.7909 19.96 19 19.745 19 19.48C19 19.2151 18.7909 19 18.5333 19Z" fill="black"/>
  10234. </svg>
  10235.  
  10236.                    <div class="sms-text">
  10237.                        Subscribe to text messages to receive our newest sales, deals and arrivals!
  10238.                    </div>
  10239.                    <svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg">
  10240.                        <path fill-rule="evenodd" clip-rule="evenodd"
  10241.                            d="M15.8539 0.146248C15.6589 -0.0487494 15.3419 -0.0487494 15.1469 0.146248C14.9519 0.341246 14.9519 0.658258 15.1469 0.853255L22.2927 7.99917H0.50001C0.224014 7.99917 0 8.22319 0 8.49918C0 8.77518 0.224014 8.99919 0.50001 8.99919H22.2937L15.1469 16.1461C14.9519 16.3411 14.9519 16.6581 15.1468 16.8531C15.2439 16.9501 15.3718 16.9991 15.4998 16.9991C15.6279 16.9991 15.7558 16.9501 15.8538 16.8531L23.8538 8.85317C24.0487 8.65818 24.0487 8.34116 23.8538 8.14617L15.8539 0.146248Z"
  10242.                            fill="black" />
  10243.                    </svg>
  10244.                </div>
  10245.  
  10246.            </div>
  10247.            <div class="footer-main-right">
  10248.                <div class="grid footer-grid">
  10249.                    
  10250.                    
  10251.                    <div
  10252.                        class="footer-menu-wrap grid__item footer__item footer__item--1591305393921"
  10253.                        data-type="menu">
  10254.                        
  10255.  
  10256.  <div
  10257.    >
  10258.    <div class="collapsible-content__inner">
  10259.      <div class="footer__collapsible footer_collapsible--disabled">
  10260.        <ul class="no-bullets site-footer__linklist">
  10261.          
  10262.          
  10263.           <li><a href="https://support.shopsimon.com/hc/en-us" target="_blank">Help/FAQs</a></li>
  10264.          
  10265.          
  10266.          
  10267.           <li><a href="contact-us.html">Contact Us</a></li>          
  10268.          
  10269.          
  10270.          
  10271.           <li><a href="https://support.shopsimon.com/hc/en-us/articles/360051095694" target="_blank">Shipping Policy</a></li>
  10272.          
  10273.          
  10274.          
  10275.           <li><a href="https://support.shopsimon.com/hc/en-us/articles/360051106334" target="_blank">Return Policy</a></li>
  10276.          
  10277.          
  10278.          
  10279.           <li><a href="refund-policy.html">Refund Policy</a></li>          
  10280.          
  10281.          
  10282.          
  10283.           <li><a href="privacy-policy.html">Privacy Policy</a></li>          
  10284.          
  10285.          
  10286.          
  10287.           <li><a href="terms-of-service.html">Terms of Service</a></li>          
  10288.          
  10289.          
  10290.          
  10291.           <li><a href="#"><span data-acsb-custom-trigger="true" style="cursor:pointer; font-size: inherit;">Accessibility</span></a></li>          
  10292.          
  10293.          
  10294.          
  10295.           <li><a href="#"><span id="ot-sdk-btn" class="ot-sdk-show-settings" style="cursor:pointer; font-size: inherit; width: 165px; display: inline-block;">Do Not Sell or Share My Personal Information</span></a></li>          
  10296.          
  10297.          
  10298.        </ul>
  10299.      </div>
  10300.    </div>
  10301.  </div>
  10302.  
  10303.                    </div>
  10304.                    
  10305.                    
  10306.                    
  10307.                    <div
  10308.                        class="footer-menu-wrap grid__item footer__item footer__item--1594595903673"
  10309.                        data-type="menu">
  10310.                        
  10311.  
  10312.  <div
  10313.    >
  10314.    <div class="collapsible-content__inner">
  10315.      <div class="footer__collapsible footer_collapsible--disabled">
  10316.        <ul class="no-bullets site-footer__linklist">
  10317.          
  10318.          
  10319.           <li><a href="about-shop-simon.html">About Us</a></li>          
  10320.          
  10321.          
  10322.          
  10323.           <li><a href="rewards.html">Rewards</a></li>          
  10324.          
  10325.          
  10326.          
  10327.           <li><a href="influencer.html">Influencer Program</a></li>          
  10328.          
  10329.          
  10330.          
  10331.           <li><a href="app.html">Get the App</a></li>          
  10332.          
  10333.          
  10334.          
  10335.           <li><a href="live.html">Livestreams</a></li>          
  10336.          
  10337.          
  10338.          
  10339.           <li><a href="https://business.simon.com/about" target="_blank">About Simon</a></li>
  10340.          
  10341.          
  10342.          
  10343.           <li><a href="https://www.simon.com/mall?utm_source=shopsimon&amp;utm_medium=website&amp;utm_campaign=facfooter" target="_blank">Find a Center</a></li>
  10344.          
  10345.          
  10346.          
  10347.           <li><a href="https://www.simon.com/giftcard/" target="_blank">Gift Cards</a></li>
  10348.          
  10349.          
  10350.          
  10351.           <li><a href="brand-application.html">Sell With Us</a></li>          
  10352.          
  10353.          
  10354.        </ul>
  10355.      </div>
  10356.    </div>
  10357.  </div>
  10358.  
  10359.                    </div>
  10360.                    
  10361.                    
  10362.                    
  10363.                    
  10364.                    
  10365.                    
  10366.                    
  10367.                    
  10368.                    
  10369.                    
  10370.                </div>
  10371.                
  10372.                
  10373.            </div>
  10374.        </div>
  10375.        <div class="page-width">
  10376.            <div class=line-break></div>
  10377.        </div>
  10378.    </div>
  10379.    <div class="copyright-wrap">
  10380.        <div class="page-width copyright-content">
  10381.            <div class="grid footer-grid">
  10382.                
  10383.                
  10384.                
  10385.                
  10386.                
  10387.                
  10388.                
  10389.                
  10390.                <div  class="grid__item footer__item footer__item--1594598314076"
  10391.                    data-type="custom">
  10392.                    <div class="footer__item-padding">
  10393.  
  10394.  <div >
  10395.    <div class="collapsible-content__inner">
  10396.      <div
  10397.        class="footer-custom footer__collapsible footer_collapsible--disabled">
  10398.        
  10399.  
  10400.        <p>COPYRIGHT© 2019-2025 澳洲幸运5 -nautica幸运澳洲五开奖号码查询-开奖记录-历史开奖结果号码-直播号码历史开奖计划, LLC. ALL RIGHTS RESERVED. View our <a href="privacy-policy.html" target="_blank" title="/policies/privacy-policy">Privacy Policy</a> and <a href="terms-of-service.html" target="_blank" title="/policies/terms-of-service">Terms of Service</a>. We may earn a commission when you use one of our links to make a purchase.</p>
  10401.      </div>
  10402.    </div>
  10403.  </div>
  10404. </div>
  10405.                </div>
  10406.                
  10407.                
  10408.                
  10409.                
  10410.                
  10411.                
  10412.  
  10413.            </div>
  10414.        </div>
  10415.    </div>
  10416.  
  10417. </footer>
  10418.  
  10419. <div id="modal_overlay_footer" class="modal"></div>
  10420. <div id="modal_rewards_wrap-footer-sms" class="modal modal--solid"
  10421.    style="z-index:1310000;display:none;color:#000;margin:auto">
  10422.  
  10423.    <div class="pop-footer-sms">
  10424.        <div class="pop-sms">
  10425.            <div class="title-sms message-sms1">Subscribe to text messages to receive our newest sales, deals, and
  10426.                arrivals!</div>
  10427.            <div class="form-sms message-sms">
  10428.                <label class="sms-form-label" for="footer-sms-form">Enter your mobile number</label>
  10429.                <input type="tel" pattern="[0-9]{3}[0-9]{3}[0-9]{4}" value="" placeholder="(949) 223-3839" name="email"
  10430.                    id="footer-sms-form" autocorrect="off" autocapitalize="off">
  10431.                <div class="error-sms-footer">You need to enter a valid phone number.</div>
  10432.                <div class="error-text"> By signing up via text, you agree to receive recurring marketing text messages
  10433.                    from ShopSimon&trade; at the mobile number provided, including messages sent by autodialer.
  10434.                    Consent is not a condition of any purchase. Message and data rates may
  10435.                    apply. Message frequency varies. Reply HELP for help or STOP to cancel. View our <a
  10436.                        style="text-decoration: underline; cursor: pointer;"
  10437.                        href="privacy-policy.html" target="_blank"> Privacy Policy
  10438.                    </a>,
  10439.                    <a target="_blank" style="text-decoration: underline; cursor: pointer;"
  10440.                        href="terms-of-service.html">Terms of Service</a> and <a
  10441.                        style="text-decoration: underline; cursor: pointer;"
  10442.                        href="messaging-terms-conditions.html" target="_blank">Messaging
  10443.                        Terms</a>.
  10444.                </div>
  10445.                <div class="buttom-sms-wrap">
  10446.                    <button class="button-sms-footer btn-primary" id="">SIGN ME UP</button>
  10447.                    <div class="sms-footer-cancel" onclick="closeFooterPop();">Cancel</div>
  10448.                </div>
  10449.            </div>
  10450.            <div class="footer-sms-rewards">
  10451.                <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  10452.                    <path d="M0 6L6 0L12 6L6 12L0 6Z" fill="#6C003E" />
  10453.                </svg>
  10454.                <div class="sms-sign-in"> Sign in to earn <strong>75 points</strong> for subscribing with Rewards
  10455.                </div>
  10456.            </div>
  10457.            <div class="confirm-sms">
  10458.                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  10459. <path d="M16.8003 0H7.20029C5.87743 0 4.80029 1.07714 4.80029 2.4V21.6C4.80029 22.9238 5.87743 24 7.20029 24H16.8003C18.1241 24 19.2003 22.9238 19.2003 21.6V2.4C19.2003 1.07714 18.1241 0 16.8003 0ZM18.2403 21.6C18.2403 22.3939 17.5942 23.04 16.8003 23.04H7.20029C6.40637 23.04 5.76029 22.3939 5.76029 21.6V2.4C5.76029 1.60608 6.40637 0.96 7.20029 0.96H16.8003C17.5942 0.96 18.2403 1.60608 18.2403 2.4V21.6Z" fill="black"/>
  10460. <path d="M13.5 2H10.5C10.224 2 10 2.21506 10 2.48C10 2.74494 10.224 2.96 10.5 2.96H13.5C13.776 2.96 14 2.74494 14 2.48C14 2.21506 13.776 2 13.5 2Z" fill="black"/>
  10461. <path d="M12 21.12C11.7351 21.12 11.52 21.3351 11.52 21.6C11.52 21.8649 11.7351 22.08 12 22.08C12.265 22.08 12.48 21.8649 12.48 21.6C12.48 21.3351 12.265 21.12 12 21.12Z" fill="black"/>
  10462. <path d="M18.5333 3.99998H5.46667C5.20904 3.99998 5 4.22401 5 4.49998C5 4.77601 5.20904 4.99998 5.46667 4.99998H18.5333C18.7909 4.99998 19 4.77596 19 4.49998C19 4.22401 18.7909 3.99998 18.5333 3.99998Z" fill="black"/>
  10463. <path d="M18.5333 19H5.46667C5.20904 19 5 19.2151 5 19.48C5 19.745 5.20904 19.96 5.46667 19.96H18.5333C18.7909 19.96 19 19.745 19 19.48C19 19.2151 18.7909 19 18.5333 19Z" fill="black"/>
  10464. </svg>
  10465.  
  10466.                <div class="confirrm-sms-ty"> Thank you for subscribing! </div>
  10467.                
  10468.                <button onclick="closeFooterPop();" class="button-sms-footer btn-primary">DONE</button>
  10469.            </div>
  10470.            <div class="sms-icon-close" onclick="closeFooterPop();">
  10471.  
  10472. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  10473. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  10474. </svg>
  10475. </div>
  10476.        </div>
  10477.    </div>
  10478. </div>
  10479.  
  10480. <script>
  10481.    function popSms() {
  10482.        $("#modal_overlay_footer").show();
  10483.        $("#modal_rewards_wrap-footer-sms").show();
  10484.        $(".pop-footer-sms").show();
  10485.    }
  10486.  
  10487.    function closeFooterPop() {
  10488.        $("#modal_overlay_footer").hide();
  10489.        $("#modal_rewards_wrap-footer-sms").hide();
  10490.        $(".pop-footer-sms").hide();
  10491.    }
  10492.  
  10493.    document.addEventListener("DOMContentLoaded", function () {
  10494.        $(".button-sms-footer").click(async function () {
  10495.            $('.button-sms-footer').prop('disabled', true);
  10496.            const phone = $('#footer-sms-form').val().replace(/[^\d]/g, '');
  10497.            if (!/^\d{10}$/.test(phone)) {
  10498.                $('.error-sms-footer').show();
  10499.                $('.button-sms-footer').prop('disabled', false);
  10500.                return false;
  10501.            }
  10502.            $('.error-sms-footer').hide();
  10503.            const body = {
  10504.                source: 'footer',
  10505.                phoneNumber: phone,
  10506.  
  10507.        };
  10508.  
  10509.        window.loyalty.post(`customers/sms`, body)
  10510.            .then((response) => {
  10511.                if (response.ok) {
  10512.                    $('.confirm-sms').css('display', 'flex');
  10513.                    $('.confirm-sms').css('padding', 'unset');
  10514.                    $('.pop-footer-sms').css('height', '250px');
  10515.                    $('.message-sms').hide();
  10516.                    $('.message-sms1').hide();
  10517.                    $('.error-sms-footer').hide();
  10518.                    $('.points-sms').hide();
  10519.                    $('.points-sms-false').css('display', 'flex');
  10520.                } else {
  10521.                    throw new Error(response.status);
  10522.                }
  10523.            })
  10524.            .catch((error) => {
  10525.                console.error(error);
  10526.                $('.error-sms-footer').show();
  10527.            })
  10528.            .finally(() => {
  10529.                $('.button-sms-footer').prop('disabled', false);
  10530.            });
  10531.  
  10532.    });
  10533.    });
  10534.  
  10535.  
  10536. </script>
  10537.  
  10538.  
  10539.  
  10540.  
  10541. </div>
  10542.  
  10543.    </div>
  10544.  </div>
  10545.  
  10546.  <style data-shopify>
  10547.  
  10548.  
  10549.  
  10550.  
  10551.  
  10552.  
  10553. </style>
  10554.  
  10555.  
  10556.  
  10557.   <script>window.lookURL = "https://spo-site-apim.azure-api.net/SPO-Site/ShopPoLooks?code=VkLKLNf6NGZSbZgcAL8GdtkbawFYrSlGI5UEtIJ42t2F2ShEhdlyCQ==&amp;clientId=apim-SPO-Site-apim"; </script>
  10558.  
  10559.  
  10560.  
  10561.  
  10562.    <script id="CartTemplate" type="text/template">
  10563.  
  10564.  <form action="/cart" method="post" novalidate class="cart ajaxcart">
  10565.    <div class="drawer__inner drawer__inner--has-fixed-footer">
  10566.      {{#items}}
  10567.      <div class="ajaxcart__product appear-animation appear-delay-{{animationRow}}">
  10568.        <div class="ajaxcart__row">
  10569.          <div class="grid">
  10570.            <div class="grid__item one-third">
  10571.              <a href="{{url}}" class="ajaxcart__product-image"><img data-src="{{img}}" alt="{{name}}" class="lazyload"></a>
  10572.            </div>
  10573.            <div class="grid__item two-thirds">
  10574.              <div class="ajaxcart__product-name--wrapper">
  10575.                <a href="{{url}}" class="ajaxcart__product-name">{{{name}}}</a>
  10576.                {{#if variation}}
  10577.                  <span class="ajaxcart__product-meta">{{variation}}</span>
  10578.                {{/if}}                
  10579.                  {{#each properties}}
  10580.                   {{#if this }}            
  10581.                      <span class="ajaxcart__product-meta"><span style='color:#333;text-transform:none'>{{.}}</span></span>                      
  10582.                    {{/if}}
  10583.                  {{/each}}
  10584.                <div class="bonus-display member-tier" data-variant-id="{{ variantId }}" style="display: flex;">
  10585.                  <div class="bonus-diamond">
  10586.                    <div class="fixed-bonus">
  10587.                      <svg viewBox="0 0 27 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  10588.  <path fill-rule="evenodd" clip-rule="evenodd" d="M0 12L12 24L24 12L12 3.44532e-06L0 12Z" fill="#6C003E"/>
  10589.  <path d="M26.6464 12L15 23.6464L3.35355 12L15 0.353557L26.6464 12Z" stroke="#6C003E" stroke-width="0.5"/>
  10590.  <path d="M15.6875 11.6875H12.3125V8.3125C12.3125 8.13991 12.1726 8 12 8C11.8274 8 11.6875 8.13991 11.6875 8.3125V11.6875H8.3125C8.13991 11.6875 8 11.8274 8 12C8 12.1726 8.13991 12.3125 8.3125 12.3125H11.6875V15.6875C11.6875 15.8601 11.8274 16 12 16C12.1726 16 12.3125 15.8601 12.3125 15.6875V12.3125H15.6875C15.8601 12.3125 16 12.1726 16 12C16 11.8274 15.8601 11.6875 15.6875 11.6875Z" fill="white" stroke="white" stroke-width="0.5"/>
  10591. </svg>
  10592.  
  10593.                    </div>
  10594.                    <div class="multiplier-bonus">
  10595.                      <svg viewBox="0 0 27 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  10596.    <path fill-rule="evenodd" clip-rule="evenodd" d="M0 12L12 24L24 12L12 3.44532e-06L0 12Z" fill="#6C003E"/>
  10597.    <path d="M26.6464 12L15 23.6464L3.35355 12L15 0.353557L26.6464 12Z" stroke="#6C003E" stroke-width="0.5"/>
  10598. </svg>
  10599.  
  10600.                    </div>
  10601.                    <div class="bonus-diamond-text"></div>
  10602.                  </div>
  10603.                  <div class="bonus-text" style="font-size:14px; font-weight: 500; margin-left: 8px; text-transform: none;"></div>
  10604.                </div>
  10605.              </div>
  10606.  
  10607.              <div class="grid grid--full display-table">
  10608.                <div class="grid__item display-table-cell one-half">
  10609.                  <div class="ajaxcart__quantity">
  10610.                    <label for="updates_{{key}}" class="visually-hidden">Quantity</label>
  10611.                    <div class="js-qty__wrapper">
  10612.                      <input type="text" id="updates_{{key}}"
  10613.                        class="js-qty__num"
  10614.                        value="{{itemQty}}"
  10615.                        data-id="{{key}}"
  10616.                        min="0"
  10617.                        aria-label="quantity"
  10618.                        pattern="[0-9]*"
  10619.                        name="updates[]">
  10620.                      <button type="button"
  10621.                        class="js-qty__adjust js-qty__adjust--minus"
  10622.                        aria-label="Reduce item quantity by one">
  10623.                          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" viewBox="0 0 20 20"><path fill="#444" d="M17.543 11.029H2.1A1.032 1.032 0 0 1 1.071 10c0-.566.463-1.029 1.029-1.029h15.443c.566 0 1.029.463 1.029 1.029 0 .566-.463 1.029-1.029 1.029z"/></svg>
  10624.                          <span class="icon__fallback-text" aria-hidden="true">&minus;</span>
  10625.                      </button>
  10626.                      <button type="button"
  10627.                        class="js-qty__adjust js-qty__adjust--plus"
  10628.                        aria-label="Increase item quantity by one">
  10629.                          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" viewBox="0 0 20 20"><path fill="#444" d="M17.409 8.929h-6.695V2.258c0-.566-.506-1.029-1.071-1.029s-1.071.463-1.071 1.029v6.671H1.967C1.401 8.929.938 9.435.938 10s.463 1.071 1.029 1.071h6.605V17.7c0 .566.506 1.029 1.071 1.029s1.071-.463 1.071-1.029v-6.629h6.695c.566 0 1.029-.506 1.029-1.071s-.463-1.071-1.029-1.071z"/></svg>
  10630.                          <span class="icon__fallback-text" aria-hidden="true">+</span>
  10631.                      </button>
  10632.                    </div>
  10633.                  </div>
  10634.                </div>
  10635.                <div class="grid__item display-table-cell one-half text-right">
  10636.                  {{#if discountsApplied}}
  10637.                    <small class="cart__price--strikethrough">{{{price}}}</small>
  10638.                    <span class="ajaxcart__price">
  10639.                      {{{discountedPrice}}}
  10640.                    </span>
  10641.                  {{else}}
  10642.                    <span class="ajaxcart__price">
  10643.                      {{{price}}}
  10644.                    </span>
  10645.                  {{/if}}
  10646.                </div>
  10647.              </div>
  10648.              <div class="grid grid--full display-table">
  10649.                {{#if discountsApplied}}
  10650.                  <div class="grid__item text-right">
  10651.                    {{#each discounts}}
  10652.                      <small class="ajaxcart__discount cart__discount">
  10653.                        {{this.discount_application.title}} (-{{{this.formattedAmount}}})
  10654.                      </small>
  10655.                    {{/each}}
  10656.                  </div>
  10657.                {{/if}}
  10658.  
  10659.                {{#if unitBase}}
  10660.                  <div class="grid__item text-right">
  10661.                    <div class="product__unit-price">
  10662.                      {{{ unitPrice }}}/{{{ unitBase }}}
  10663.                    </div>
  10664.                  </div>
  10665.                {{/if}}
  10666.              </div>
  10667.            </div>
  10668.          </div>
  10669.        </div>
  10670.      </div>
  10671.      
  10672.    
  10673.      
  10674.      {{/items}}
  10675.  
  10676.      <div class="bagdrawer-carousel"></div>
  10677.  
  10678.      
  10679.    </div>
  10680.    <div class="drawer__footer drawer__footer--fixed appear-animation appear-delay-{{lastAnimationRow}}">
  10681.  
  10682.  
  10683.    
  10684.    
  10685.    
  10686.    
  10687.    
  10688.    
  10689.    <div class="grid grid--full rewards-bag-drawer-wrapper" style="color:#6C003E; font-size: 14px; padding-bottom: 16px;">
  10690.        <a style="color:#6C003E; text-decoration: underline; margin-right: 4px;" href="/account/login?return_url=%2Fcart">Sign in</a>or
  10691.        <a style="color:#6C003E; text-decoration: underline; margin-right: 4px;" href="/account/register?return_url=/cart">create an account</a>to get <strong>FREE standard shipping</strong>  and exclusive offers.  
  10692.  
  10693.    </div>
  10694.    
  10695.    
  10696.    
  10697.  
  10698.          
  10699.      {{#if cartDiscounts }}
  10700.        <div class="grid grid--full">        
  10701.          <div class="grid__item one-half">
  10702.            <p class="ajaxcart__subtotal">Discounts</p>
  10703.          </div>
  10704.          <div class="grid__item one-half text-right">
  10705.            {{#each cartDiscounts}}
  10706.              <p class="ajaxcart__price cart__discount">
  10707.                {{this.title}} (-{{{this.formattedAmount}}})
  10708.              </p>
  10709.            {{/each}}
  10710.          </div>
  10711.        </div>
  10712.      {{/if}}
  10713.      <div class="grid grid--full">
  10714. <!--
  10715.  
  10716.  
  10717.  
  10718. <style>
  10719.  .klarna-promo {
  10720.    margin-bottom: 16px; display: flex; flex-direction: row; width: 100%; border-radius: 4px; align-items: center; background-color: #F7F7F7;
  10721.  }
  10722.  .klarna-logo {
  10723.    margin: 18px 16px;
  10724.  }
  10725.  .klarna-promo-txt {
  10726.    font-size: 14px;
  10727.  }
  10728.  .klarna-lm {
  10729.    font-size: 12px; text-decoration:underline;white-space:nowrap
  10730.  }
  10731.  .klarna-cart-wrap {
  10732.    margin-top: 24px;
  10733.  }
  10734.  @media only screen and (min-width: 767px) {    
  10735.    .klarna-cart-wrap {
  10736.      width: 343px
  10737.    }
  10738.  }
  10739.  @media only screen and (max-width: 767px) {
  10740.    .klarna-promo-txt {
  10741.      font-size: 11px;
  10742.    }
  10743.    .klarna-cart-wrap {
  10744.      width: 100%;
  10745.    }
  10746.  }
  10747. </style> -->
  10748.        <div class="grid__item one-half">
  10749.          <p class="ajaxcart__subtotal">Subtotal</p>
  10750.        </div>
  10751.        <div class="grid__item one-half text-right">
  10752.          <p class="ajaxcart__price">{{{totalPrice}}}</p>
  10753.        </div>
  10754.      </div>
  10755.      <!-- <p class="ajaxcart__note">
  10756.        Taxes calculated at checkout.
  10757.        
  10758.      </p> -->
  10759.      
  10760.      
  10761.        
  10762.      
  10763.      <div class="drawer-cta-wrap">
  10764.        <button onclick="location.href='/cart'" class="btn-secondary drawer-cta-view">
  10765.          View Bag
  10766.        </button>
  10767.        <button type="submit" class="btn-primary drawer-cta-checkout cart__checkout" name="checkout">
  10768.          Check out
  10769.        </button>
  10770.      </div>
  10771.    </div>
  10772.  </form>
  10773.  
  10774. </script>
  10775. <style>
  10776. .drawer-cta-wrap {
  10777.    display: flex;
  10778. }
  10779. .drawer-cta-view, .drawer-cta-checkout {
  10780.    width: 100%;
  10781.    margin-top: unset !important;
  10782. }
  10783.  
  10784. .drawer-cta-view {
  10785.    margin-right: 8px;
  10786. }
  10787. </style>
  10788.  
  10789.  
  10790.  
  10791.  
  10792.  <div id="VideoModal" class="modal modal--solid">
  10793.  <div class="modal__inner">
  10794.    <div class="modal__centered page-width text-center">
  10795.      <div class="modal__centered-content">
  10796.        <div class="video-wrapper video-wrapper--modal">
  10797.          <div id="VideoHolder"></div>
  10798.        </div>
  10799.      </div>
  10800.    </div>
  10801.  </div>
  10802.  
  10803.  <button type="button" class="modal__close js-modal-close text-link">
  10804.    
  10805.  
  10806. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  10807. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  10808. </svg>
  10809.  
  10810.    <span class="icon__fallback-text">"Close (esc)"</span>
  10811.  </button>
  10812. </div>
  10813.  
  10814.  <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
  10815.  <div class="pswp__bg"></div>
  10816.  <div class="pswp__scroll-wrap">
  10817.    <div class="pswp__container">
  10818.      <div class="pswp__item"></div>
  10819.      <div class="pswp__item"></div>
  10820.      <div class="pswp__item"></div>
  10821.    </div>
  10822.  
  10823.    <div class="pswp__ui pswp__ui--hidden">
  10824.      <button class="btn btn--body btn--circle pswp__button pswp__button--arrow--left" title="Previous">
  10825.        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-left" viewBox="0 0 284.49 498.98"><path d="M249.49 0a35 35 0 0 1 24.75 59.75L84.49 249.49l189.75 189.74a35.002 35.002 0 1 1-49.5 49.5L10.25 274.24a35 35 0 0 1 0-49.5L224.74 10.25A34.89 34.89 0 0 1 249.49 0z"/></svg>
  10826.      </button>
  10827.  
  10828.      <button class="btn btn--body btn--circle btn--large pswp__button pswp__button--close" title="Close (esc)">
  10829.        
  10830.  
  10831. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  10832. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  10833. </svg>
  10834.  
  10835.      </button>
  10836.  
  10837.      <button class="btn btn--body btn--circle pswp__button pswp__button--arrow--right" title="Next">
  10838.        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-right" viewBox="0 0 284.49 498.98"><path d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z"/></svg>
  10839.      </button>
  10840.    </div>
  10841.  </div>
  10842. </div>
  10843.  
  10844.  
  10845.  <button onclick="topFunction()" id="btnBackToTop" title="Go to top" style="display:none">^</button>
  10846.  
  10847.  
  10848. <script>
  10849.  window.fbAsyncInit = function() {
  10850.    FB.init({
  10851.      appId            : '216771603906727',
  10852.      autoLogAppEvents : true,
  10853.      xfbml            : true,
  10854.      version          : 'v12.0'
  10855.    });
  10856.  };
  10857. </script>
  10858.  
  10859.  
  10860.  
  10861.  
  10862.  
  10863.  
  10864.  <script>
  10865.    // if (location.host == "outlet.gilt.com"){
  10866.    //   location.href = "https://shoppremiumoutlets.com/collections/store-gilt-outlet?src=outlet.gilt.com";
  10867.    // }
  10868.    // else if (location.pathname == "/collections/home-decor")
  10869.    // {
  10870.    //   location.href = "/collections/home?ProductType=accent-pieces%2Carea-accent-rugs%2Ccandles-diffusers%2Ccurtains-window-treatments%2Cdecorative-pillows-throws%2Choliday-decor%2Cjewelry-holders%2Clighting-lamps%2Cmirrors-frames-wall-art%2Cpicture-frames%2Cstorage-organization%2Cvasses-bowls-trays%2Cwindow-treatments&ProductTypeRoot=home%2Fdecor&page=1";
  10871.    // }
  10872.    // else if (location.pathname == "/collections/home-dining")
  10873.    // {
  10874.    //   location.href = "/collections/home?ProductType=dinnerware%2Fcasual-dining-dinnerware%2Cdinnerware%2Fformal-dining-dinnerware%2Cflatware%2Fflatware-cutlery-sets%2Cglassess-barware%2Cflatware%2Fgold-flatware-dining%2Cflatware%2Fopen-stock-flatware-cutlery%2Cflatware%2Fsilver-flatware-dining&ProductTypeRoot=home%2Fdining&page=1";
  10875.    // }
  10876.  
  10877.  
  10878.      var btnBackToTop = document.getElementById("btnBackToTop");
  10879.  
  10880.      // When the user scrolls down 20px from the top of the document, show the button
  10881.      window.onscroll = function() {scrollFunction()};
  10882.  
  10883.      function scrollFunction() {
  10884.        if (document.body.scrollTop > 900 || document.documentElement.scrollTop > 900) {
  10885.          btnBackToTop.style.display = "block";
  10886.        } else {
  10887.          btnBackToTop.style.display = "none";
  10888.        }
  10889.      }
  10890.  function toggleClass(c)
  10891.      {
  10892.        $(c).toggle();
  10893.      }
  10894.      function toggleClass2(c,e)
  10895.      {
  10896.        $(c).toggle();
  10897.      }
  10898.      // When the user clicks on the button, scroll to the top of the document
  10899.      function topFunction() {
  10900.        document.body.scrollTop = 0;
  10901.        document.documentElement.scrollTop = 0;
  10902.      }
  10903.  
  10904.    if (location.href.indexOf("uid=") > -1)
  10905.    {
  10906.      let suid = getUrlParameter("uid");
  10907.      if (suid != "")
  10908.        document.cookie = "simuid=" + suid + "; path=/";
  10909.    }$(document).ready(function() {
  10910.      if(location.href.indexOf("section-5") > -1){
  10911.        $('html, body').animate({ scrollTop: $('.section-5').offset().top}, 300);
  10912.      }
  10913.    });
  10914.    // if (getCookie("_longlat") == "")
  10915.    // {
  10916.    //   fetch('http://pro.ip-api.com/json/?fields=status,message,lat,lon&key=LuNF5RPqSVxluSU')
  10917.    //   .then(function(response) {
  10918.    //     return response.json();
  10919.    //   })
  10920.    //   .then(function(data) {
  10921.    //     let j = {"long":data.lon,"lat":data.lat};
  10922.    //     setCookie("_longlat", JSON.stringify(j), 1);
  10923.    //   });
  10924.    // }
  10925.    let sparams = new URLSearchParams(window.location.search);
  10926.   if (sparams.has("cid"))
  10927.    {
  10928.      let cid = sparams.get("cid").toUpperCase();
  10929.      if (cid.indexOf("EM:GLT") > -1 || cid.indexOf("EM:RUE") > -1)
  10930.          setCookie("promoCode", true, 7);
  10931.    }
  10932.    else if (sparams.has("utm_campaign"))
  10933.    {
  10934.      let cid = sparams.get("utm_campaign");
  10935.      if (cid == "73861")
  10936.          setCookie("promoCode", true, 7);
  10937.    }
  10938.    if (sparams.has("promocode"))
  10939.    {
  10940.      setCookie("promoCode", true, 7);
  10941.    }
  10942.  
  10943.    if (sparams.has("spoba") || (sparams.has("utm_content") && sparams.get("utm_content") == "brandambassador")) {
  10944.      setCookie("utm_medium", "SPOBA", 7);
  10945.    } else if(sparams.has("utm_medium")) {
  10946.      if (getCookie("utm_medium") != "SPOBA") {
  10947.          setCookie("utm_medium", sparams.get("utm_medium"), 7);
  10948.      }
  10949.    }
  10950.    if(sparams.has("utm_source")) {
  10951.      setCookie("utm_source", sparams.get("utm_source"), 7);
  10952.    }
  10953.  </script>
  10954.  <script>
  10955.  
  10956.  
  10957.    
  10958.   window.storePickupvendors = [];
  10959.    
  10960.  
  10961. </script>
  10962.  
  10963.  
  10964.    
  10965. <div class="nosto_page_type" style="display:none">front</div>
  10966.  
  10967.  
  10968.  
  10969.  
  10970.  
  10971.  
  10972.  
  10973.  
  10974.  
  10975. <div class="nosto_external_visit_ref" style="display:none"></div>
  10976. <script type="text/javascript">
  10977.  var ctoken = (document.cookie.match('(^|; )cart=([^;]*)')||0)[2];
  10978.  if (ctoken) {
  10979.    document.getElementsByClassName('nosto_external_visit_ref')[0].textContent = ctoken;
  10980.  }
  10981.  
  10982. </script>
  10983. <div class="nosto_cart" style="display:none">
  10984.    
  10985.    
  10986.    
  10987. </div>
  10988.  
  10989.  
  10990.  
  10991.  
  10992.  
  10993.  
  10994.  
  10995.  
  10996.  
  10997.  
  10998.  
  10999. <script type="text/javascript">
  11000.  window.loyalty = window.loyalty || {};
  11001.  
  11002.  window.loyalty.config = {
  11003.    baseUrl: 'https://spo-partner-api.azure-api.net/partner',
  11004.    headers: {
  11005.      'Content-Type': 'application/json',
  11006.      'Ocp-Apim-Subscription-Key': '9f624633f2d34123aa12144e37dfdc0a',
  11007.    },
  11008.  };
  11009.  
  11010.  function createNonGetQueryParams() {
  11011.    const qp = new URLSearchParams();
  11012.    if (window.loyalty.config.code) {
  11013.      qp.set('code', window.loyalty.config.code);
  11014.    }
  11015.    return qp;
  11016.  }
  11017.  
  11018.  function sanitizeUri(uri) {
  11019.    let sanitizedUri = uri;
  11020.    if (sanitizedUri.startsWith('index.html')) {
  11021.      sanitizedUri = sanitizedUri.slice(1);
  11022.    }
  11023.    return sanitizedUri;
  11024.  }
  11025.  
  11026.  async function doNonGetFetch(method, uri, body) {
  11027.    const qp = createNonGetQueryParams();
  11028.    const options = {
  11029.      headers: window.loyalty.config.headers,
  11030.      method: method.toUpperCase(),
  11031.      body: (body === undefined ? body : JSON.stringify(body)),
  11032.    };
  11033.  
  11034.    const fullUrl = `${window.loyalty.config.baseUrl}/${sanitizeUri(uri)}?${qp.toString()}`;
  11035.    return fetch(fullUrl, options);
  11036.  }
  11037.  
  11038.  async function mergeStatusAndJsonBody(response) {
  11039.    const { ok, status, statusText, bodyUsed } = response;
  11040.    const clone = response.clone();
  11041.    return clone.text()
  11042.      .then((responseText) => {
  11043.        if (responseText === '' || !responseText) {
  11044.          return undefined;
  11045.        }
  11046.        return response.json();
  11047.      })
  11048.      .then((jsonBody) => ({ ok, status, statusText, jsonBody }));
  11049.  }
  11050.  
  11051.  window.loyalty.get = async (uri, params, source = 'web') => {
  11052.    let qp;
  11053.    if (params instanceof URLSearchParams) {
  11054.      qp = params;
  11055.    } else if (params === undefined) {
  11056.      qp = new URLSearchParams();
  11057.    } else {
  11058.      qp = new URLSearchParams(params);
  11059.    }
  11060.    if (window.loyalty.config.code) {
  11061.      qp.set('code', window.loyalty.config.code);
  11062.    }
  11063.  
  11064.    const fullUrl = `${window.loyalty.config.baseUrl}/${sanitizeUri(uri)}?${qp.toString()}`;
  11065.    const headers = {
  11066.      ...window.loyalty.config.headers,
  11067.      'X-SPO-Source': source,
  11068.    };
  11069.    return fetch(fullUrl, { headers });
  11070.  };
  11071.  
  11072.  window.loyalty.post = async (uri, body) => {
  11073.    return doNonGetFetch('POST', uri, body);
  11074.  };
  11075.  
  11076.  window.loyalty.put = async (uri, body) => {
  11077.    return doNonGetFetch('PUT', uri, body);
  11078.  };
  11079.  
  11080.  window.loyalty.patch = async (uri, body) => {
  11081.    return doNonGetFetch('PATCH', uri, body);
  11082.  };
  11083.  
  11084.  window.loyalty.getCookie = (cookieName) => {
  11085.    var name = `${cookieName}=`;
  11086.    const decodedCookieStrings = decodeURIComponent(document.cookie);
  11087.    // cookies are frequently split with "; "
  11088.    const allCookies = decodedCookieStrings.split(/;[ ]*/);
  11089.    // find any cookie string that starts with our cookie + '='
  11090.    const cookie = allCookies.find((cookie) => cookie.indexOf(name) === 0);
  11091.    let value = '';
  11092.    if (cookie) {
  11093.      // get rid of the cookie name and the '=' character
  11094.      value = cookie.substring(name.length);
  11095.    }
  11096.    return value;
  11097.  };
  11098.  
  11099.  window.loyalty.setCookie = (cname, cvalue, exopt, path = 'index.html') => {
  11100.    let exdays;
  11101.    if (isNaN(exopt)) {
  11102.      exdays = 0;
  11103.      if (exopt.hours) {
  11104.        exdays += exopt.hours / 24;
  11105.      }
  11106.      if (exopt.minutes) {
  11107.        exdays += exopt.minutes / (24 * 60);
  11108.      }
  11109.    } else {
  11110.      exdays = exopt;
  11111.    }
  11112.  
  11113.    const d = new Date();
  11114.    d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
  11115.    const expires = "expires=" + d.toUTCString();
  11116.    // this cookie is ONLY good in this checkout
  11117.    document.cookie = `${cname}=${cvalue};${expires};path=${path}`;
  11118.  };
  11119.  
  11120.  window.loyalty.setLocalPathCookie = (cname, cvalue, exdays) => {
  11121.    window.loyalty.setCookie(cname, cvalue, exdays, document.location.pathname);
  11122.  };
  11123.  
  11124.  window.loyalty.init = async () => {
  11125.    // no await because we want this to be done in the background
  11126.    window.loyalty.getLoyaltyConfig()
  11127.      .then(() => true);
  11128.  
  11129.    const params = new URLSearchParams(window.location.search);
  11130.    if (params.get('refcode') && params.get('share')) {
  11131.      const body = {
  11132.        referralCode: params.get('refcode'),
  11133.        type: params.get('share'),
  11134.        currentUser: '',
  11135.      };
  11136.  
  11137.      // no await because this shouldn't slow down the init
  11138.      window.loyalty.post('loyalty/referral', body)
  11139.        .then((response) => {
  11140.          if (response.ok) {
  11141.            console.debug('referral accepted');
  11142.          } else {
  11143.            return response.json();
  11144.          }
  11145.        })
  11146.        .then((responseBody) => {
  11147.          if (responseBody) {
  11148.            throw new Error(responseBody.message);
  11149.          }
  11150.        })
  11151.        .catch((error) => console.log(`Unable to validate referral: ${error.message}`));
  11152.    }
  11153.  
  11154.    
  11155.  };
  11156.  
  11157.  window.loyalty.isFirstLoad = function (namespace, jsFile) {
  11158.    const isFirst = namespace.firstLoad === undefined;
  11159.    namespace.firstLoad = false;
  11160.  
  11161.    if (!isFirst) {
  11162.      console.log(`JS File included multiple times: ${jsFile}`);
  11163.    }
  11164.    return isFirst;
  11165.  };
  11166.  
  11167.  function parsePointsExpirationDate(user) {
  11168.    const { expirationSchedule = [], pointsExpirationDate } = user;
  11169.    let expirationDate = new Date('3000-01-01T00:00:00Z');
  11170.    if (pointsExpirationDate) {
  11171.      expirationDate = new Date(pointsExpirationDate);
  11172.    } else if (expirationSchedule.length > 0) {
  11173.      expirationDate = new Date(expirationSchedule[0].expirationDate);
  11174.    }
  11175.    const tempDate = new Date();
  11176.    tempDate.setDate(tempDate.getDate() + 30);
  11177.    user.pointsExpirationDate = expirationDate;
  11178.    const expiringSoon = tempDate > expirationDate;
  11179.    user.pointsExpiringSoon = expiringSoon;
  11180.    return user;
  11181.  }
  11182.  
  11183.  window.loyalty.bustUserSessionStorage = function() {
  11184.    sessionStorage.setItem('loyalty-user', '');
  11185.  };
  11186.  
  11187.  window.loyalty.loadUserLoyaltyData = async function (userId, useCache = true) {
  11188.    const savedUserDataStr = sessionStorage.getItem('loyalty-user');
  11189.    if (useCache && savedUserDataStr) {
  11190.      const { expirationDate: expDateStr, encodedUser } = JSON.parse(savedUserDataStr);
  11191.      const now = new Date();
  11192.      const expirationDate = new Date(expDateStr);
  11193.      if (now < expirationDate) {
  11194.        // still parsing here to ensure pointsExpirationDate is a date object
  11195.        window.loyaltyUser = parsePointsExpirationDate(JSON.parse(atob(encodedUser)));
  11196.        return window.loyaltyUser;
  11197.      }
  11198.    }
  11199.    return new Promise((resolve, reject) => {
  11200.      window.loyalty.get(`users/${userId.trim()}/loyalty`)
  11201.        .then((response) => {
  11202.          if (response.ok) {
  11203.            return response.json();
  11204.          }
  11205.          throw new Error(response.status);
  11206.        })
  11207.        .then((user) => {
  11208.          const hydratedUser = parsePointsExpirationDate(user);
  11209.          window.loyaltyUser = hydratedUser;
  11210.          const expirationDate = new Date();
  11211.          const expirationTime = parseInt('300') * 1000;
  11212.          // set an hour into the future
  11213.          expirationDate.setTime(expirationDate.getTime() + expirationTime);
  11214.          const sessionData = {
  11215.            expirationDate,
  11216.            encodedUser: btoa(JSON.stringify(hydratedUser)),
  11217.          };
  11218.          sessionStorage.setItem('loyalty-user', JSON.stringify(sessionData));
  11219.          const {
  11220.            loyaltyTierName, availablePoints, tierDetails,
  11221.          } = hydratedUser;
  11222.          const loyaltyCookie = { availablePoints, loyaltyTierName, tierDetails };
  11223.          window.loyalty.setCookie('loyaltyUser', JSON.stringify(loyaltyCookie), 1);
  11224.          resolve(hydratedUser);
  11225.        })
  11226.        .catch((error) => reject(error));
  11227.    });
  11228.  };
  11229.  
  11230.  window.loyalty.clearSessionStorage = () => {
  11231.    sessionStorage.setItem('loyalty-user', '');
  11232.  };
  11233.  
  11234.  function buildPotentialPointParams(products, options) {
  11235.    const {
  11236.      userId = '',
  11237.      discount = 0,
  11238.      includeCollections = true,
  11239.    } = options;
  11240.    const params = new URLSearchParams({ userId: userId ? userId : '', discount: discount ? discount.toFixed(2) : 0 });
  11241.    products.forEach((product) => {
  11242.      const { id, brand = '', price, productType = '', quantity = 1, vendor = '', collections = [] } = product;
  11243.      const productPrice = Number(price).toFixed(2);
  11244.      const productData = [id, productPrice, quantity, productType, vendor, brand];
  11245.      let incompleteProductData = false;
  11246.  
  11247.      while(productData.length && productData[productData.length - 1] === '') {
  11248.        productData.pop();
  11249.        incompleteProductData = true;
  11250.      }
  11251.  
  11252.      let productString = productData.join('|');
  11253.  
  11254.      if (includeCollections && !incompleteProductData) {
  11255.        productString += '|';
  11256.        productString += collections.join('|');
  11257.      }
  11258.      params.append('product', productString);
  11259.    })
  11260.    return params;
  11261.  }
  11262.  
  11263.  window.loyalty.loadProductPotential = async (products, userId = '', discount = 0, source = 'web') => {
  11264.    const paramOpts = {
  11265.      userId, discount,
  11266.    };
  11267.    let params = buildPotentialPointParams(products, paramOpts);
  11268.    if (params.toString().length > 2048) {
  11269.      params = buildPotentialPointParams(products, { ...paramOpts, includeCollections: false });
  11270.    }
  11271.  
  11272.    return window.loyalty.get('loyalty/product-potential', params, source)
  11273.      .then((response) => mergeStatusAndJsonBody(response))
  11274.      .then((response) => {
  11275.        if (!response.ok) {
  11276.          const e = new Error(response.statusText);
  11277.          Object.assign(e, { body: response.jsonBody, status: response.status })
  11278.          throw e;
  11279.        }
  11280.        return response.jsonBody;
  11281.      })
  11282.      .then((potential) => {
  11283.        const { details = [] } = potential;
  11284.        const detailsById = details.reduce((obj, detail) => {
  11285.          const {
  11286.            id, bonus, cartDisplay,
  11287.            cartProximity, display,
  11288.            originalPoints, points, tooltipText
  11289.          } = detail;
  11290.          if (bonus) {
  11291.            const { type, value } = bonus;
  11292.            let iconText;
  11293.            if (type === 'multiplier') {
  11294.              iconText = `${value}X`;
  11295.            } else {
  11296.              iconText = '+';
  11297.            }
  11298.            obj[id] = {
  11299.              points,
  11300.              originalPoints,
  11301.              iconText,
  11302.              bonusDesc: display,
  11303.              cartDisplay,
  11304.              cartProximity,
  11305.              bonusType: type,
  11306.              bonusValue: value,
  11307.              tooltipText: tooltipText,
  11308.            };
  11309.          }
  11310.          return obj;
  11311.        }, {});
  11312.        return {
  11313.          ...potential,
  11314.          detailsById,
  11315.        };
  11316.      });
  11317.  };
  11318.  
  11319.  window.loyalty.getActiveTransactionCampaign = async () => {
  11320.    const params = new URLSearchParams({ type: 'transaction', active: true });
  11321.    return window.loyalty.get('loyalty/campaigns', params)
  11322.      .then((response) => mergeStatusAndJsonBody(response))
  11323.      .then((response) => {
  11324.        if (!response.ok) {
  11325.          const e = new Error(response.statusText);
  11326.          Object.assign(e, { body: response.jsonBody, status: response.status })
  11327.          throw e;
  11328.        }
  11329.        return response.jsonBody;
  11330.      })
  11331.      .then((campaigns) => {
  11332.        if (campaigns?.length > 0) {
  11333.          return campaigns[0];
  11334.        }
  11335.        return {};
  11336.      });
  11337.  }
  11338.  
  11339.  window.loyalty.formatString = (template, ...args) => {
  11340.    const matches = template.match(/{}/g);
  11341.    if (matches.length !== args.length) {
  11342.      throw new Error('Incorrect number of arguments');
  11343.    }
  11344.    let result = `${template}`;
  11345.    for (let i = 0; i < args.length; i++) {
  11346.      result = result.replace(/{}/, args[i]);
  11347.    }
  11348.    return result;
  11349.  }
  11350.  
  11351.  function deleteCookie(name) {
  11352.    document.cookie = name + '=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';
  11353.  }
  11354.  
  11355.  window.loyalty.getAllRewards = async () => {
  11356.    const { rewards } = await window.loyalty.getLoyaltyConfig();
  11357.    return rewards;
  11358.  };
  11359.  
  11360.  window.loyalty.getRewardById = async (rewardId) => {
  11361.    const { rewards } = await window.loyalty.getLoyaltyConfig();
  11362.    const reward = rewards.find((r) => r.id === rewardId);
  11363.    if (!reward) {
  11364.      throw new Error('Invalid reward ID');
  11365.    }
  11366.    return reward;
  11367.  }
  11368.  
  11369.  window.loyalty.getLoyaltyConfig = async () => {
  11370.    const savedDataStr = sessionStorage.getItem('loyalty-static-config');
  11371.    if (savedDataStr) {
  11372.      const { expirationDate: expDateStr, loyaltyStaticConfig } = JSON.parse(savedDataStr);
  11373.      const expirationDate = new Date(expDateStr);
  11374.      const now = new Date();
  11375.      if (now < expirationDate) {
  11376.        window.loyalty.loyaltyStaticConfig = loyaltyStaticConfig;
  11377.        return loyaltyStaticConfig;
  11378.      }
  11379.    }
  11380.  
  11381.    const loyaltyStaticConfig = await window.loyalty.get('loyalty/static-config')
  11382.      .then((response) => mergeStatusAndJsonBody(response))
  11383.      .then((response) => {
  11384.        if (!response.ok) {
  11385.          const e = new Error(response.statusText);
  11386.          Object.assign(e, { body: response.jsonBody, status: response.status })
  11387.          throw e;
  11388.        }
  11389.        return response.jsonBody;
  11390.      });
  11391.    const expirationDate = new Date();
  11392.    // default to a day for exp time
  11393.    const staticExpMilliseconds = parseInt('3600') * 1000;
  11394.    expirationDate.setTime(expirationDate.getTime() + staticExpMilliseconds);
  11395.    sessionStorage.setItem('loyalty-static-config', JSON.stringify({ expirationDate, loyaltyStaticConfig }));
  11396.    window.loyalty.loyaltyStaticConfig = loyaltyStaticConfig;
  11397.    return loyaltyStaticConfig;
  11398.  };
  11399.  
  11400.  document.addEventListener("DOMContentLoaded", function () {
  11401.    if (!window.loyalty.isFirstLoad(window.loyalty, 'js/rewards-common.js')) {
  11402.      return;
  11403.    }
  11404.  
  11405.    window.loyalty.init();
  11406.  
  11407.    // logout link
  11408.    const logoutLinks = document.querySelectorAll('a[href^="/account/logout"]');
  11409.    logoutLinks.forEach((link) => {
  11410.      link.addEventListener('click', function (event) {
  11411.        event.preventDefault();
  11412.        const href = link.href,
  11413.          target = '';
  11414.  
  11415.        deleteCookie('loyalty-session');
  11416.        deleteCookie('loyalty-redemption');
  11417.        deleteCookie('loyaltyUser');
  11418.        sessionStorage.setItem('loyalty-user', '');
  11419.  
  11420.        // wait for data to push and then open link
  11421.        setTimeout(function () { // now wait 150 milliseconds...
  11422.          window.open(href, (!target ? "_self" : target)); // ...and open the link as usual
  11423.        }, 150);
  11424.      });
  11425.    });
  11426.  
  11427.  });
  11428. </script>
  11429.  
  11430. <style>
  11431.    .member-tier, .member-tier a {
  11432.        color: #6C003E;
  11433.    }
  11434.  
  11435.    .member-tier__background {
  11436.        background-color: #6C003E;
  11437.    }
  11438.  
  11439.    .member-tier__border {
  11440.        border-color: #6C003E !important;
  11441.    }
  11442.  
  11443.    .select-tier, .select-tier a {
  11444.        color: #385F71;
  11445.    }
  11446.  
  11447.    .select-tier__background {
  11448.        background-color: #385F71;
  11449.    }
  11450.  
  11451.    .select-tier__border {
  11452.        border-color: #385F71 !important;
  11453.    }
  11454.  
  11455.    .elite-tier, .elite-tier a {
  11456.        color: #3D405B;
  11457.    }
  11458.  
  11459.    .elite-tier__background {
  11460.        background-color: #3D405B;
  11461.    }
  11462.  
  11463.    .elite-tier__border {
  11464.        border-color: #3D405B !important;
  11465.    }
  11466.  
  11467.    .secret-tier, .secret-tier a {
  11468.        color: #C36F09;
  11469.    }
  11470.  
  11471.    .secret-tier__background {
  11472.        background-color: #C36F09;
  11473.    }
  11474.  
  11475.    .secret-tier__border {
  11476.        border-color: #C36F09 !important;
  11477.    }
  11478.  
  11479.    img.tier-diamond {
  11480.        height: 12px;
  11481.    }
  11482.  
  11483.    .banner-icon-wrap img.tier-diamond {
  11484.        height: 16px;
  11485.    }
  11486.  
  11487.    .hero-diamond-wrap img.tier-diamond {
  11488.        height: 24px;
  11489.    }
  11490.  
  11491.    .member-tier img.tier-diamond {
  11492.        content: url("svg/member-diamond2a40.svg?v=1163004828812715191742227118");
  11493.    }
  11494.  
  11495.    .select-tier img.tier-diamond {
  11496.        content: url("svg/select-diamondsb08a.svg?v=137611490739353317551742227118");
  11497.    }
  11498.  
  11499.    .elite-tier img.tier-diamond {
  11500.        content: url("svg/elite-diamonds2491.svg?v=89714048071763537821742227118");
  11501.    }
  11502.  
  11503.    .secret-tier img.tier-diamond {
  11504.        content: url("svg/secret-diamonds0270.svg?v=81096540317708649441742227118");
  11505.    }
  11506.  
  11507.    img.menu-giftbox {
  11508.        height: 20px;
  11509.        width: 20px;
  11510.        margin-bottom: 6.7px;
  11511.    }
  11512.  
  11513.    .member-tier img.menu-giftbox {
  11514.        content: url("svg/present-member-tierd82b.svg?v=164149527743130618731742227118");
  11515.    }
  11516.  
  11517.    .select-tier img.menu-giftbox {
  11518.        content: url("svg/present-select-tierdbf1.svg?v=140984445040008745631742227118");
  11519.    }
  11520.  
  11521.    .elite-tier img.menu-giftbox {
  11522.        content: url("svg/present-elite-tier8852.svg?v=17066419788688673081742227118");
  11523.    }
  11524.  
  11525.    img.reward-present {
  11526.        height: 24px;
  11527.        width: 24px;
  11528.        max-width: 24px;
  11529.        border: none;
  11530.    }
  11531.  
  11532.    .member-tier img.reward-present {
  11533.        content: url("svg/present-member-tierd82b.svg?v=164149527743130618731742227118");
  11534.    }
  11535.  
  11536.    .select-tier img.reward-present {
  11537.        content: url("svg/present-select-tierdbf1.svg?v=140984445040008745631742227118");
  11538.    }
  11539.  
  11540.    .elite-tier img.reward-present {
  11541.        content: url("svg/present-elite-tier8852.svg?v=17066419788688673081742227118");
  11542.    }
  11543.  
  11544.    .bonus-display {
  11545.        height: 0px;
  11546.        display: flex;
  11547.        overflow: hidden;
  11548.    }
  11549.  
  11550.    .bonus-display.active-campaign {
  11551.        height: 24px;
  11552.        transition: height 0.25s ease-in;
  11553.        margin-top: 8px;
  11554.    }
  11555.  
  11556.    .cart-loyalty-bonus.active-campaign {
  11557.        transition: width 0.25s ease-in;
  11558.        width: fit-content;
  11559.        margin-left: 4px;
  11560.    }
  11561.  
  11562.    .bonus-diamond {
  11563.        position: relative;
  11564.        text-align: center;
  11565.        width: 27px;
  11566.        height: 24px;
  11567.    }
  11568.  
  11569.    .rewards-pdp .bonus-diamond {
  11570.        display:none;
  11571.        width: 38px;
  11572.        min-width: 38px;
  11573.        height: 34px;
  11574.    }
  11575.  
  11576.    .bonus-diamond-text {
  11577.        font-family: Tahoma, sans-serif;
  11578.        position:absolute;
  11579.        color: white;
  11580.        top: 16%;
  11581.        left: 18%;
  11582.        font-size: 10px;
  11583.        font-weight: 600;
  11584.    }
  11585.  
  11586.    .rewards-pdp .bonus-diamond-text {
  11587.        top: 7px;
  11588.        left: 8px;
  11589.        font-size: 12px;
  11590.        font-weight: 800;
  11591.    }
  11592.  
  11593.    .bonus-diamond-text.fixed-bonus {
  11594.        font-size:20px;
  11595.        top: -4px;
  11596.        left: 23%;
  11597.    }
  11598.  
  11599.    .original-points, .pdp-original-points {
  11600.        text-decoration: line-through;
  11601.        /*
  11602.           this next one is from when we decided to remove the strikethrough
  11603.           for campaigns... if we want that back, simple remove this comment
  11604.           and the following line
  11605.         */
  11606.        display: none !important;
  11607.    }
  11608.  
  11609.    .member-tier .bonus-diamond svg > path:first-of-type,
  11610.    .member-tier.bonus-diamond svg > path:first-of-type,
  11611.    .member-tier .bonus-tooltip-icon svg > path {
  11612.        fill: #6C003E;
  11613.    }
  11614.  
  11615.    .member-tier .bonus-diamond svg > path:nth-of-type(2),
  11616.    .member-tier.bonus-diamond svg > path:nth-of-type(2) {
  11617.        stroke: #6C003E;
  11618.    }
  11619.  
  11620.    .select-tier .bonus-diamond svg > path:first-of-type,
  11621.    .select-tier.bonus-diamond svg > path:first-of-type,
  11622.    .select-tier .bonus-tooltip-icon svg > path {
  11623.        fill: #385F71;
  11624.    }
  11625.  
  11626.    .select-tier .bonus-diamond svg > path:nth-of-type(2),
  11627.    .select-tier.bonus-diamond svg > path:nth-of-type(2) {
  11628.        stroke: #385F71;
  11629.    }
  11630.  
  11631.    .elite-tier .bonus-diamond svg > path:first-of-type,
  11632.    .elite-tier.bonus-diamond svg > path:first-of-type,
  11633.    .elite-tier .bonus-tooltip-icon svg > path {
  11634.        fill: #3D405B;
  11635.    }
  11636.  
  11637.    .elite-tier .bonus-diamond svg > path:nth-of-type(2),
  11638.    .elite-tier.bonus-diamond svg > path:nth-of-type(2) {
  11639.        stroke: #3D405B;
  11640.    }
  11641.  
  11642.    .hidden {
  11643.        display: none !important;
  11644.    }
  11645.  
  11646.    .transition-hidden {
  11647.        height: 0 !important;
  11648.        overflow: hidden;
  11649.    }
  11650.  
  11651.    .cart-txt {
  11652.        display: flex;
  11653.        align-items: center;
  11654.        margin: 16px 0;
  11655.        font-size: 14px;
  11656.    }
  11657.  
  11658.    .rewards-bag-drawer.cart-txt {
  11659.        margin-top: -10px;
  11660.    }
  11661.  
  11662.    .loading .rewards-bag-drawer {
  11663.        display: none;
  11664.    }
  11665.  
  11666.    .rewards-bag-drawer-wrapper {
  11667.        border-bottom: 1px solid #EEEDED;
  11668.        /*margin-top: -10px;*/
  11669.        margin-bottom: 16px;
  11670.    }
  11671.  
  11672.    @media only screen and (max-width: 767px) {
  11673.        .rewards-bag-drawer-wrapper {
  11674.            margin-top: unset;
  11675.        }
  11676.        .rewards-bag-drawer.cart-txt {
  11677.            margin-top: -4px;
  11678.        }
  11679.    }
  11680.  
  11681.    .rewards-bag-drawer-loader {
  11682.        margin-bottom: 16px;
  11683.        display: none;
  11684.    }
  11685.  
  11686.    .loading.rewards-bag-drawer-loader {
  11687.        display: block;
  11688.        background: linear-gradient(90deg, #E9E9E9 -0.73%, #F4F4F4 100%);
  11689.        width: 100%;
  11690.        height: 23px;
  11691.    }
  11692.  
  11693. </style>
  11694. <script type="text/javascript">
  11695.  window.shoppingPrefs = window.shoppingPrefs || {};
  11696.  window.shoppingPrefs.config = {
  11697.    
  11698.    baseUrl: 'https://spo-partner-api.azure-api.net/personalization/v1',
  11699.    headers: {
  11700.      'Content-Type': 'application/json',
  11701.      'Ocp-Apim-Subscription-Key': '9f624633f2d34123aa12144e37dfdc0a',
  11702.    },
  11703.    
  11704.  };
  11705.  
  11706.  window.shoppingPrefs.get = async (uri, params) => {
  11707.    let qp;
  11708.    if (params instanceof URLSearchParams) {
  11709.      qp = params;
  11710.    } else if (params === undefined) {
  11711.      qp = new URLSearchParams();
  11712.    } else {
  11713.      qp = new URLSearchParams(params);
  11714.    }
  11715.    if (window.loyalty.config.code) {
  11716.      qp.set('code', window.loyalty.config.code);
  11717.    }
  11718.    const fullUrl = `${window.shoppingPrefs.config.baseUrl}/${uri}?${qp.toString()}`;
  11719.    return fetch(fullUrl, { headers: window.shoppingPrefs.config.headers })
  11720.      .then((response) => mergeStatusAndJsonBody(response));
  11721.  };
  11722.  
  11723.  window.shoppingPrefs.put = async (uri, body) => {
  11724.    const qp = new URLSearchParams();
  11725.    if (window.shoppingPrefs.config.code) {
  11726.      qp.set('code', window.shoppingPrefs.config.code);
  11727.    }
  11728.    const options = {
  11729.      headers: window.shoppingPrefs.config.headers,
  11730.      method: 'PUT',
  11731.      body: (body === undefined ? body : JSON.stringify(body)),
  11732.    };
  11733.    const fullUrl = `${window.shoppingPrefs.config.baseUrl}/${uri}?${qp.toString()}`;
  11734.    return fetch(fullUrl, options)
  11735.      .then((response) => mergeStatusAndJsonBody(response));
  11736.  }
  11737.  
  11738.  window.shoppingPrefs.saveShoppingPrefsToLocalStorage = (customerId, shoppingPreferences) => {
  11739.    const expirationDate = new Date();
  11740.    // set 2 months into the future
  11741.    expirationDate.setMonth(expirationDate.getMonth() + 2);
  11742.    localStorage.setItem('shopping-preferences', JSON.stringify({ userId: customerId, expirationDate, shoppingPreferences}));
  11743.  };
  11744.  
  11745.  window.shoppingPrefs.getShoppingPreferences = async (currentUserId) => {
  11746.    const prefsStr = localStorage.getItem('shopping-preferences');
  11747.    if (prefsStr) {
  11748.      const now = new Date();
  11749.      const { expirationDate, shoppingPreferences, userId } = JSON.parse(prefsStr);
  11750.      const expDate = new Date(expirationDate);
  11751.      if ((   (userId && currentUserId === userId)
  11752.            || (!currentUserId))
  11753.          && now < expDate) {
  11754.        return shoppingPreferences;
  11755.      }
  11756.    }
  11757.    if (!currentUserId) {
  11758.      return {
  11759.        genderPreference: 'both',
  11760.        additionalInterests: {},
  11761.        brandInterests: {},
  11762.      };
  11763.    }
  11764.    const uri = `users/${currentUserId}/preferences`;
  11765.    const shoppingPreferences = await window.shoppingPrefs.get(uri)
  11766.      .then((result) => {
  11767.        const { ok, jsonBody, status, statusText } = result;
  11768.        if (ok) {
  11769.          return jsonBody;
  11770.        }
  11771.        const e = new Error(statusText);
  11772.        Object.assign(e, { body: jsonBody, status: status })
  11773.        throw e;
  11774.      });
  11775.    window.shoppingPrefs.saveShoppingPrefsToLocalStorage(currentUserId, shoppingPreferences);
  11776.    return shoppingPreferences;
  11777.  }
  11778.  
  11779.  window.shoppingPrefs.saveShoppingPreferences = async (customerId, shoppingPreferences) => {
  11780.    const uri = `users/${customerId}/preferences`;
  11781.    return window.shoppingPrefs.put(uri, shoppingPreferences)
  11782.      .then((response) => {
  11783.        const { ok, jsonBody, status, statusText } = response;
  11784.        if (ok) {
  11785.          return jsonBody;
  11786.        }
  11787.        const e = new Error(statusText);
  11788.        Object.assign(e, { body: jsonBody, status: status })
  11789.        throw e;
  11790.      })
  11791.      .then(() => {
  11792.        window.shoppingPrefs.saveShoppingPrefsToLocalStorage(customerId, shoppingPreferences);
  11793.        return true;
  11794.      });
  11795.  };
  11796. </script>
  11797.  
  11798.  <template id="modal_dialog_template">
  11799.  <div class="modale" aria-hidden="true">
  11800.    <div class="modal-dialog">
  11801.      <div class="modal-header no-header-text">
  11802.        <div class="btn-close closemodale" onclick="closeModal()">
  11803.          <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  11804.            <path
  11805.              d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z"
  11806.              fill="#626262"
  11807.            ></path>
  11808.          </svg>
  11809.        </div>
  11810.      </div>
  11811.      <div class="modal-body">
  11812.      </div>
  11813.      <div class="modal-footer flex-column">
  11814.        <div class="modal-button-container flex-row">
  11815.          <button class="modal-action-button"></button>
  11816.          <button class="modal-cancel-link-button">Cancel</button>
  11817.        </div>
  11818.        <div class="modal-disclaimer"></div>
  11819.      </div>
  11820.    </div>
  11821.  </div>
  11822. </template>
  11823. <style>
  11824.    .hidden {
  11825.        display: none !important;
  11826.    }
  11827.    .flex-column {
  11828.        display: flex;
  11829.        flex-direction: column;
  11830.    }
  11831.    .flex-row {
  11832.        display: flex;
  11833.        flex-direction: row;
  11834.    }
  11835.    .link-button,
  11836.    .modal-cancel-link-button {
  11837.        text-decoration: underline;
  11838.        color: black;
  11839.        cursor: pointer;
  11840.    }
  11841.    .modale:before {
  11842.        content: "";
  11843.        display: none;
  11844.        background: rgba(0, 0, 0, 0.75);
  11845.        position: fixed;
  11846.        top: 0;
  11847.        left: 0;
  11848.        right: 0;
  11849.        bottom: 0;
  11850.        z-index: 10;
  11851.    }
  11852.    .opened:before {
  11853.        display: block;
  11854.    }
  11855.    .opened.tooltip-dialog:not(.modal-dialog--mobile):before {
  11856.        display: none;
  11857.    }
  11858.  
  11859.    .opened .modal-dialog {
  11860.        -webkit-transform: translate(-50%, -50%);
  11861.        -ms-transform: translate(-50%, -50%);
  11862.        transform: translate(-50%, -50%);
  11863.    }
  11864.    .modal-dialog {
  11865.        display: none;
  11866.        background: #ffffff;
  11867.        border-radius: 10px;
  11868.        text-align: center;
  11869.        position: absolute;
  11870.        left: 50%;
  11871.        top: 50%;
  11872.        z-index: 11;
  11873.        width: 480px;
  11874.        -webkit-transform: translate(-50%, -500%);
  11875.        -ms-transform: translate(-50%, -500%);
  11876.        transform: translate(-50%, -500%);
  11877.        box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
  11878.        border: 1px solid black;
  11879.    }
  11880.    .opened .modal-dialog {
  11881.        display: block;
  11882.    }
  11883.  
  11884.    .modal-body {
  11885.        padding: 0px 40px 24px 40px;
  11886.        text-align: left;
  11887.        color: black;
  11888.    }
  11889.    .modal-header {
  11890.        text-align: left;
  11891.        padding: 36px 40px 16px 40px;
  11892.    }
  11893.    .modal-header.no-header-text {
  11894.        padding-bottom: 4px;
  11895.    }
  11896.    .modal-header-text {
  11897.        font-weight: 500;
  11898.        margin-bottom: 0;
  11899.    }
  11900.    .modal-footer {
  11901.        padding: 0 40px 40px 40px;
  11902.    }
  11903.    .modal-disclaimer {
  11904.        font-size: 8px;
  11905.        color: #626262;
  11906.        font-weight: 400;
  11907.        text-align: left;
  11908.    }
  11909.    .modal-disclaimer:not(:empty) {
  11910.        margin-top: 24px;
  11911.    }
  11912.    @media only screen and (max-width: 768px) {
  11913.        .modal-dialog {
  11914.            width: 343px;
  11915.        }
  11916.        .modal-body,
  11917.        .modal-footer,
  11918.        .modal-header {
  11919.            padding-left: 32px;
  11920.            padding-right: 32px;
  11921.        }
  11922.        .modal-header {
  11923.            padding-top: 32px;
  11924.        }
  11925.    }
  11926.    .modal__narrow-gutters {
  11927.        padding-left: 16px;
  11928.        padding-right: 16px;
  11929.    }
  11930.    .btn-close {
  11931.        cursor: pointer;
  11932.        padding: 16px;
  11933.        position: absolute;
  11934.        right: 0px;
  11935.        top: 0;
  11936.    }
  11937.  
  11938.    .tooltip-dialog .btn-close {
  11939.        display: none;
  11940.    }
  11941.  
  11942.    .tooltip-dialog .modal-dialog {
  11943.        border: none;
  11944.    }
  11945.  
  11946.    .tooltip-dialog.modal-dialog--mobile .btn-close {
  11947.        padding: 8px;
  11948.        pointer-events: all;
  11949.        display: block;
  11950.    }
  11951.  
  11952.    .modal-action-button {
  11953.        color: white;
  11954.        background: black;
  11955.        width: 210px;
  11956.        height: 40px;
  11957.        border-radius: 4px;
  11958.        text-transform: uppercase;
  11959.        margin-right: 12px;
  11960.    }
  11961.    .modal-action-button:only-child {
  11962.        width: 100%;
  11963.        margin: auto;
  11964.    }
  11965.    .modal-cancel-link-button {
  11966.        margin-left: 12px;
  11967.    }
  11968.    .flex-column .modal-cancel-link-button {
  11969.        margin: 8px auto auto;
  11970.    }
  11971.    .centered {
  11972.        margin: auto;
  11973.        text-align: center;
  11974.    }
  11975.    .system-error {
  11976.        font-size: 12px;
  11977.        line-height: 14px;
  11978.        color: #B5082A;
  11979.    }
  11980.  
  11981.    .tooltip-dialog .modal-header.no-header-text {
  11982.        flex: 0 1 0px;
  11983.        padding: 0;
  11984.        display: block;
  11985.    }
  11986.  
  11987.    .tooltip-dialog .modal-body {
  11988.        margin: 24px 16px;
  11989.        padding: 0;
  11990.    }
  11991.  
  11992.    .font-light {
  11993.        font-weight: 300;
  11994.    }
  11995.  
  11996.    .text-xl {
  11997.        font-size: 20px;
  11998.        line-height: 28px;
  11999.    }
  12000.    .text-lg {
  12001.        font-size: 18px;
  12002.        line-height: 28px;
  12003.    }
  12004.    .text-sm {
  12005.        font-size: 14px;
  12006.        line-height: 20px;
  12007.    }
  12008.    .text-xs {
  12009.        font-size: 12px;
  12010.        line-height: 16px;
  12011.    }
  12012.  
  12013. </style>
  12014.  
  12015. <script type="text/javascript">
  12016.  const createElementHelper = function (tag, props = {}) {
  12017.    return $(document.createElement(tag)).prop(props);
  12018.  };
  12019.  const modalReset = () => {
  12020.    $('.modale').remove();
  12021.    const modalHtml = $('#modal_dialog_template').html();
  12022.    $('body').append(modalHtml);
  12023.  };
  12024.  const displayModal = (opts) => {
  12025.    modalReset();
  12026.    let {
  12027.      content, actionButtonOpts, cancelButtonOpts,
  12028.      header, atCurrentScroll=false, headerOpts={},
  12029.      isTooltip=false, disclaimerOpts={},
  12030.      additionalOpts={},
  12031.    } = opts;
  12032.    if (isTooltip) {
  12033.      atCurrentScroll = true;
  12034.      cancelButtonOpts = { classes: ['hidden'] };
  12035.      actionButtonOpts = { classes: ['hidden'] };
  12036.    }
  12037.    $('.modal-body').html(content);
  12038.    if (!$.isEmptyObject(actionButtonOpts)) {
  12039.      const { text, callback, classes = [] } = actionButtonOpts;
  12040.      $('.modal-action-button').html(text).click(callback).addClass(classes);
  12041.    }
  12042.    if (!$.isEmptyObject(cancelButtonOpts)) {
  12043.      const { text = 'Cancel', callback = closeModal, classes = [] } = cancelButtonOpts;
  12044.      if (classes?.[0] === 'hide') {
  12045.        $('.modal-cancel-link-button').remove();
  12046.      } else {
  12047.        $('.modal-cancel-link-button').html(text).click(callback).addClass(classes);
  12048.      }
  12049.    } else {
  12050.      $('.modal-cancel-link-button').click(closeModal);
  12051.    }
  12052.    if (header) {
  12053.      $('.modal-header').removeClass('no-header-text').prepend(
  12054.        createElementHelper('h2', { class: 'modal-header-text' }).html(header)
  12055.      );
  12056.    } else if (!$.isEmptyObject(headerOpts)) {
  12057.      const $headerObj = $('.modal-header');
  12058.      $headerObj.removeClass('no-header-text');
  12059.      const { iconOpts = {}, textOpts = {}, wrapperClasses = [] } = headerOpts;
  12060.      const $wrapper = createElementHelper('div', { class: wrapperClasses.join(' ') });
  12061.      if (!$.isEmptyObject(textOpts)) {
  12062.        const { text, classes = [], type = 'h2' } = textOpts;
  12063.        classes.push('modal-header-text');
  12064.        $wrapper.append(createElementHelper(type, { class: classes.join(' ') }).html(text));
  12065.      }
  12066.      if (!$.isEmptyObject(iconOpts)) {
  12067.        const { pos = 'above', icon, classes = []} = iconOpts;
  12068.        const $iconEl = createElementHelper('div', { class: classes.join(' ')}).html(icon);
  12069.        if (/^below$/i.test(pos)) {
  12070.          $wrapper.append($iconEl);
  12071.        } else {
  12072.          $wrapper.prepend($iconEl);
  12073.        }
  12074.      }
  12075.      $headerObj.prepend($wrapper);
  12076.    }
  12077.    if (!$.isEmptyObject(disclaimerOpts)) {
  12078.      const { content, classes = [] } = disclaimerOpts;
  12079.      const $disclaimerContainer = $('.modal-disclaimer');
  12080.      $disclaimerContainer.html(content);
  12081.      $disclaimerContainer.addClass(classes.join(' '));
  12082.    }
  12083.    const classes = ['opened'];
  12084.    if (isTooltip) {
  12085.      classes.push('tooltip-dialog');
  12086.    }
  12087.    $('.modale').addClass(classes.join(' '));
  12088.    if (atCurrentScroll) {
  12089.      $('.modal-dialog').css('top', `${window.scrollY + (window.innerHeight / 2)}px`);
  12090.    }
  12091.    if (!$.isEmptyObject(additionalOpts)) {
  12092.      const {
  12093.        bodyClasses = [],
  12094.        buttonContainerClasses = [],
  12095.        footerClasses = [],
  12096.        headerClasses = [],
  12097.        useNarrowGutters = false,
  12098.      } = additionalOpts;
  12099.      $('.modal-body').addClass(bodyClasses.join(' '));
  12100.      $('.modal-footer').addClass(footerClasses.join(' '));
  12101.      $('.modal-header').addClass(headerClasses.join(' '));
  12102.      $('.modal-button-container').addClass(buttonContainerClasses.join(' '));
  12103.      if (useNarrowGutters) {
  12104.        $('.modal-body').addClass('modal__narrow-gutters');
  12105.        $('.modal-footer').addClass('modal__narrow-gutters');
  12106.        $('.modal-header').addClass('modal__narrow-gutters');
  12107.      }
  12108.    }
  12109.  };
  12110.  const closeModal = () => {
  12111.    $('.modale').removeClass('opened tooltip-dialog');
  12112.  };
  12113.  const displayErrorModal = (content) => {
  12114.    const header = 'Error';
  12115.    const actionButtonOpts = {
  12116.      text: 'OK',
  12117.      callback: closeModal,
  12118.      classes: ['centered'],
  12119.    };
  12120.    const cancelButtonOpts = {
  12121.      classes: ['hidden'],
  12122.    }
  12123.    displayModal({ header, content, actionButtonOpts, cancelButtonOpts });
  12124.  };
  12125.  
  12126.  const displayTooltipModal = (opts) => {
  12127.    modalReset();
  12128.    const {
  12129.      contentClasses=['centered'], content,
  12130.      headerOpts={}, tooltipPosition, tooltipPositionCalculator,
  12131.      triggerSelector,
  12132.    } = opts;
  12133.  
  12134.    const isMobile = window.innerWidth < 768;
  12135.  
  12136.    $('.modal-body').html(content);
  12137.    $('.modal-footer').addClass('hidden');
  12138.    if (!$.isEmptyObject(headerOpts)) {
  12139.      const $headerObj = $('.modal-header');
  12140.      $headerObj.removeClass('no-header-text');
  12141.      const { iconOpts = {}, textOpts = {}, wrapperClasses = [] } = headerOpts;
  12142.      const $wrapper = createElementHelper('div', { class: wrapperClasses.join(' ') });
  12143.      if (!$.isEmptyObject(textOpts)) {
  12144.        const { text, classes = [], type = 'h2' } = textOpts;
  12145.        classes.push('modal-header-text');
  12146.        $wrapper.append(createElementHelper(type, { class: classes.join(' ') }).html(text));
  12147.      }
  12148.      if (!$.isEmptyObject(iconOpts)) {
  12149.        const { pos = 'above', icon, classes = []} = iconOpts;
  12150.        const $iconEl = createElementHelper('div', { class: classes.join(' ')}).html(icon);
  12151.        if (/^below$/i.test(pos)) {
  12152.          $wrapper.append($iconEl);
  12153.        } else {
  12154.          $wrapper.prepend($iconEl);
  12155.        }
  12156.      }
  12157.      $headerObj.prepend($wrapper);
  12158.    }
  12159.  
  12160.    $('.modal-body').addClass(contentClasses.join(' '));
  12161.  
  12162.    const classes = ['opened', 'tooltip-dialog'];
  12163.    if (isMobile) {
  12164.      classes.push('modal-dialog--mobile');
  12165.    }
  12166.    $('.modale').addClass(classes.join(' '));
  12167.    if (!isMobile) {
  12168.      let actualPosition = tooltipPosition || {};
  12169.      if (typeof tooltipPositionCalculator === 'function') {
  12170.        actualPosition = tooltipPositionCalculator();
  12171.      }
  12172.      $('.modal-dialog').css({ ...actualPosition });
  12173.      if (triggerSelector) {
  12174.        document.querySelector(triggerSelector).addEventListener("mouseout", closeModal, {once: true});
  12175.      }
  12176.    } else {
  12177.      $('.modal-dialog').css('top', `${window.scrollY + (window.innerHeight / 2)}px`);
  12178.    }
  12179.  };
  12180. </script>
  12181.  
  12182.  
  12183.  
  12184.  <div class='discovery-modal' style="z-index:10000000">
  12185.    <div class='discovery-modal-content'>
  12186.      <div class='desktop-close' style='position: absolute; top: 16px; right: 32px;'>
  12187.        <svg onclick="closeItem()" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" style="position: fixed; cursor: pointer;" fill="none">
  12188.          <path d="M0.166174 15.8324C0.27336 15.9397 0.418807 16 0.570476 16C0.722144 16 0.867592 15.9397 0.974778 15.8324L7.99792 8.8099L15.0239 15.8324C15.1684 15.9768 15.3789 16.0333 15.5762 15.9804C15.7735 15.9275 15.9276 15.7734 15.9805 15.5761C16.0334 15.3788 15.977 15.1683 15.8325 15.0239L8.80652 8.00136L15.8297 0.975985C16.0529 0.752715 16.0529 0.390723 15.8297 0.167453C15.6064 -0.0558175 15.2443 -0.0558175 15.0211 0.167453L7.99792 7.19283L0.971921 0.17031C0.745191 -0.0238393 0.407216 -0.0107859 0.196139 0.200272C-0.0149375 0.41133 -0.027992 0.749276 0.166174 0.975985L7.18931 8.00136L0.166174 15.0267C-0.0553913 15.2496 -0.0553913 15.6095 0.166174 15.8324Z" fill="black"/>
  12189.        </svg>
  12190.      </div>
  12191.      <div class='discovery-modal-mobile-header'>
  12192.        <svg onclick="closeItem()" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16" fill="none">
  12193.          <path d="M0.166174 15.8324C0.27336 15.9397 0.418807 16 0.570476 16C0.722144 16 0.867592 15.9397 0.974778 15.8324L7.99792 8.8099L15.0239 15.8324C15.1684 15.9768 15.3789 16.0333 15.5762 15.9804C15.7735 15.9275 15.9276 15.7734 15.9805 15.5761C16.0334 15.3788 15.977 15.1683 15.8325 15.0239L8.80652 8.00136L15.8297 0.975985C16.0529 0.752715 16.0529 0.390723 15.8297 0.167453C15.6064 -0.0558175 15.2443 -0.0558175 15.0211 0.167453L7.99792 7.19283L0.971921 0.17031C0.745191 -0.0238393 0.407216 -0.0107859 0.196139 0.200272C-0.0149375 0.41133 -0.027992 0.749276 0.166174 0.975985L7.18931 8.00136L0.166174 15.0267C-0.0553913 15.2496 -0.0553913 15.6095 0.166174 15.8324Z" fill="black"/>
  12194.        </svg>
  12195.        <div class='discovery-modal-title'>Product Info</div>
  12196.      </div>
  12197.      <div class='discovery-modal-content-body'>
  12198.        
  12199.      </div>    
  12200.    </div>
  12201.  </div>
  12202.          
  12203.  
  12204.    <script>
  12205.    $(document).ready(function()
  12206.    {
  12207.      // $(".lookCarousel").each(function()
  12208.      // {
  12209.      //     let id = $(this).attr("id");
  12210.      //     let searchVal = $(this).data("searchval");
  12211.      //     let title = $(this).data("title");
  12212.      //     let location = $(this).data("location");
  12213.      //     let carousel = $(this).data("carousel");
  12214.      //     let type = $(this).data("type");
  12215.      //     loadLookCarousel(searchVal,id,title,location,type,Boolean(carousel));
  12216.      // });
  12217.      window.setTimeout(function() { thirdParty(); }, 1500);
  12218.    });
  12219.    </script>
  12220.  
  12221.  
  12222.  
  12223.  
  12224. <script>
  12225. (function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"187032266"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","js/bat.js","uetq");
  12226. </script>
  12227. <script>
  12228. window.uetq = window.uetq || [];
  12229.  
  12230. // Home Page
  12231. window.uetq.push('event', 'page_view', {
  12232. 'ecomm_pagetype': 'home'
  12233. });
  12234.  
  12235. </script>
  12236. <!-- END Bing/Microsoft Ads Dynamic Remarketing for Theme.liquid -->
  12237.  <!-- deals start -->
  12238.    <div id="modal_overlay_deals" class="modal"></div>
  12239.    <div id="modal_deals" style="display:none">
  12240.    <div class="closeDeals" onclick="closeDeals();">
  12241.        
  12242.  
  12243. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  12244. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  12245. </svg>
  12246.  
  12247.      </div>
  12248.      <div class="deals-wrap">
  12249.        <p class="deals-copy" id="deals-copy"></p>
  12250.      </div>
  12251.    </div>
  12252.  <!-- deals  end -->
  12253.  <link href="css/shopping-assistant3a47.css?v=44592943744314993341742227118" rel="stylesheet" type="text/css" media="all" />
  12254. <div class="assistant-container">
  12255.  <div class="assistant-header page-width page-content big-wrap">
  12256.    <svg onclick="openBetaModal()" style="float:left; cursor: pointer;" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  12257.      <path d="M7.58393 23.8969C6.96649 23.8969 6.46875 23.3991 6.46875 22.7817V6.12329C6.46875 5.00181 6.61996 4.05674 6.92868 3.28178C7.23741 2.50682 7.65324 1.88938 8.18248 1.42315C8.71171 0.956912 9.31026 0.616688 9.97811 0.408773C10.646 0.200858 11.3453 0.09375 12.0699 0.09375C12.9204 0.09375 13.708 0.257562 14.4388 0.585186C15.1697 0.912809 15.7556 1.38534 16.1967 1.99649C16.644 2.60763 16.8645 3.33849 16.8645 4.18275C16.8645 4.8632 16.7448 5.43654 16.5117 5.91537C16.2786 6.38791 15.9761 6.77853 15.6107 7.08726C15.2453 7.39598 14.8547 7.6291 14.4388 7.78661C14.023 7.94412 13.6387 8.05753 13.2795 8.11423V8.24024C13.6765 8.27174 14.1175 8.38515 14.6089 8.57416C15.1004 8.76948 15.5666 9.053 16.0202 9.42473C16.4739 9.79645 16.8456 10.2753 17.1354 10.8612C17.4252 11.4409 17.5702 12.1465 17.5702 12.9656C17.5702 13.6397 17.4441 14.3076 17.1921 14.9817C16.9401 15.6559 16.5684 16.267 16.0769 16.8215C15.5855 17.3759 14.9933 17.8169 14.2876 18.1509C13.5883 18.4848 12.7881 18.6486 11.8934 18.6486C11.4209 18.6486 10.9862 18.5919 10.5829 18.4722C10.1797 18.3525 9.82059 18.2013 9.49927 18.0122C9.18425 17.8232 8.91333 17.6216 8.69911 17.4137V22.7817C8.69911 23.3991 8.20138 23.8969 7.58393 23.8969ZM8.69911 16.5946C8.93853 16.7522 9.23465 16.8719 9.58118 16.9664C9.934 17.0546 10.2742 17.1176 10.6145 17.1554C10.9547 17.1932 11.2256 17.2121 11.4272 17.2121C12.2652 17.2121 12.9582 16.9916 13.5064 16.5505C14.0545 16.1095 14.464 15.5488 14.7413 14.8683C15.0122 14.1879 15.1508 13.4948 15.1508 12.7829C15.1508 12.1276 15.0626 11.5165 14.8799 10.962C14.7034 10.4076 14.3758 9.96027 13.897 9.62004C13.4245 9.27982 12.744 9.1097 11.8619 9.1097H11.3957C10.9736 9.1097 10.6271 8.76318 10.6271 8.34105C10.6271 7.91892 10.9736 7.57239 11.3957 7.57239H11.5469C12.0258 7.57239 12.4983 7.49049 12.9771 7.32667C13.4497 7.16286 13.8466 6.85414 14.1616 6.40051C14.4766 5.94687 14.6404 5.30423 14.6404 4.45997C14.6404 3.43929 14.3947 2.65804 13.9033 2.1225C13.4119 1.58696 12.7629 1.32234 11.9564 1.32234C11.3453 1.32234 10.7909 1.49875 10.2994 1.85158C9.80799 2.2044 9.41737 2.76514 9.12754 3.5401C8.83772 4.31506 8.69911 5.34833 8.69911 6.63992V16.5946Z" fill="black"/>
  12258.    </svg>
  12259.    Shopping Assistant
  12260.    <svg onclick="hideAssistant()" style="float:right; cursor: pointer;" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
  12261.      <path d="M0.166174 15.8324C0.27336 15.9397 0.418807 16 0.570476 16C0.722144 16 0.867592 15.9397 0.974778 15.8324L7.99792 8.8099L15.0239 15.8324C15.1684 15.9768 15.3789 16.0333 15.5762 15.9804C15.7735 15.9275 15.9276 15.7734 15.9805 15.5761C16.0334 15.3788 15.977 15.1683 15.8325 15.0239L8.80652 8.00136L15.8297 0.975985C16.0529 0.752715 16.0529 0.390723 15.8297 0.167453C15.6064 -0.0558175 15.2443 -0.0558175 15.0211 0.167453L7.99792 7.19283L0.971921 0.17031C0.745191 -0.0238393 0.407216 -0.0107859 0.196139 0.200272C-0.0149375 0.41133 -0.027992 0.749276 0.166174 0.975985L7.18931 8.00136L0.166174 15.0267C-0.0553913 15.2496 -0.0553913 15.6095 0.166174 15.8324Z" fill="black"/>
  12262.    </svg>
  12263.  </div>
  12264.  <div class="assistant-content">
  12265.    <div class="assistant-content-container page-width page-content big-wrap">
  12266.      <div class="assistant-content-title">Things I can help you find</div>
  12267.    </div>
  12268.    <div class="assistant-loading">
  12269.      <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
  12270.        <circle cx="24" cy="24" r="24" fill="url(#paint0_linear_15452_17001)"/>
  12271.        <defs>
  12272.          <linearGradient id="paint0_linear_15452_17001" x1="1.664" y1="-21.0337" x2="51.5643" y2="17.9079" gradientUnits="userSpaceOnUse">
  12273.            <stop stop-color="#641B7F"/>
  12274.            <stop offset="1" stop-color="#DB00FF"/>
  12275.          </linearGradient>
  12276.        </defs>
  12277.      </svg>
  12278.      <div class="loading-container">
  12279.        <div class="loading-icon-container">
  12280.          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  12281.            <path d="M22.6823 19.0155C19.0621 15.3962 16.127 10.257 15.7373 9.56101V7.98924C15.7373 7.67631 15.804 7.16819 15.9353 6.47898C15.9722 6.28526 15.8453 6.09831 15.6516 6.06169C15.4581 6.0247 15.2715 6.15159 15.2345 6.34532C15.1331 6.87522 15.0693 7.30039 15.0408 7.63255H9.01075C8.9051 6.41893 8.35651 4.25773 8.2201 3.73259C8.35084 3.42772 8.555 3.2274 8.84138 3.12083C9.7624 2.77934 11.325 3.47953 11.8493 3.77836C11.9587 3.84062 12.0933 3.84062 12.2026 3.77836C12.7274 3.47953 14.2902 2.77879 15.2116 3.12083C15.4974 3.2274 15.7016 3.42808 15.8329 3.73259C15.7796 3.9362 15.6626 4.39488 15.5352 4.94236C15.4905 5.13462 15.6099 5.32634 15.8016 5.37101C15.9937 5.41569 16.1854 5.29631 16.2301 5.1046C16.4 4.37584 16.5503 3.80821 16.5521 3.80253C16.5703 3.73259 16.5673 3.65934 16.5432 3.59141C16.3875 3.15361 16.1326 2.82548 15.7835 2.60997C15.7507 2.1143 15.5679 0.920637 14.5918 0.0858595C14.5114 0.0173781 14.4052 -0.0126511 14.301 0.00492698C14.1974 0.0221389 14.1066 0.0843947 14.0527 0.175215C14.0218 0.227034 13.3439 1.38408 13.2474 2.55705C13.1932 2.57481 13.1385 2.59239 13.0828 2.6118C12.6232 2.77018 12.2384 2.95439 12.0263 3.0637C11.8135 2.95439 11.4292 2.77018 10.9692 2.6118C10.9139 2.59239 10.8594 2.57481 10.8046 2.55705C10.708 1.38408 10.0306 0.227034 9.9997 0.175215C9.94587 0.0843947 9.85505 0.0221389 9.75086 0.00492698C9.64722 -0.0126511 9.54066 0.0173781 9.46064 0.0858595C8.48414 0.920637 8.3014 2.11467 8.26899 2.60997C7.91981 2.82548 7.66493 3.15361 7.50929 3.59141C7.48512 3.65934 7.48219 3.73259 7.50068 3.80253C7.50892 3.83293 8.31513 6.88273 8.31513 7.98924V9.56101C7.92512 10.257 4.98994 15.3962 1.36976 19.0155C1.29835 19.0867 1.26081 19.1848 1.26612 19.2856C1.27088 19.3864 1.31831 19.4802 1.39631 19.5439C1.43549 19.5758 2.29792 20.2741 3.79023 21.0549C3.78968 21.0549 3.78931 21.0553 3.78931 21.0558C3.72889 21.1324 3.70216 21.2303 3.71607 21.327C3.7298 21.4235 3.78254 21.5101 3.86164 21.5667C3.88911 21.5866 4.54792 22.0548 5.68739 22.5785C5.73591 22.6005 5.78626 22.6113 5.83625 22.6113C5.97138 22.6113 6.10065 22.5338 6.16071 22.4035C6.24293 22.2242 6.16456 22.0124 5.98566 21.9301C5.35432 21.6399 4.87678 21.366 4.58894 21.1889C7.49317 17.3785 9.76514 12.1404 9.78803 12.0866C9.86604 11.9059 9.78272 11.696 9.602 11.618C9.42072 11.54 9.21088 11.6233 9.13288 11.8046C9.11054 11.8559 6.97883 16.7686 4.22968 20.4787C3.25684 19.9773 2.54328 19.5007 2.16279 19.2275C5.57313 15.7112 8.32227 10.9964 8.88075 10.0102H15.1712C15.7302 10.9964 18.4793 15.7112 21.8897 19.2275C21.5101 19.5002 20.798 19.9764 19.8228 20.4787C17.0731 16.7686 14.9414 11.8559 14.919 11.8046C14.8416 11.6233 14.6312 11.54 14.4504 11.618C14.2692 11.696 14.186 11.9059 14.264 12.0866C14.2873 12.1404 16.5593 17.378 19.4631 21.1886C18.5487 21.7498 15.7078 23.2864 12.0263 23.2864C10.443 23.2864 8.84559 23.0063 7.27857 22.4535C7.09254 22.3877 6.88892 22.4853 6.82337 22.6714C6.75819 22.8568 6.85578 23.0608 7.04127 23.1266C8.68482 23.7059 10.3623 24 12.0263 24C16.734 24 20.0515 21.6661 20.1904 21.5667C20.2699 21.5101 20.3223 21.4235 20.336 21.327C20.3497 21.2303 20.3237 21.1324 20.2633 21.0558C20.2628 21.0553 20.2622 21.0549 20.2622 21.0549C21.7542 20.2741 22.6166 19.5758 22.6556 19.5439C22.7336 19.4802 22.7812 19.3864 22.7865 19.2856C22.7913 19.1848 22.7535 19.0867 22.6823 19.0155ZM14.449 0.962019C14.8187 1.4293 14.9708 1.96818 15.0333 2.34446C14.7216 2.29741 14.3724 2.30693 13.9887 2.37303C14.0738 1.83836 14.2844 1.31267 14.449 0.962019ZM9.60346 0.962019C9.76807 1.31267 9.97828 1.83836 10.064 2.37303C9.68 2.30693 9.33082 2.29741 9.01917 2.34446C9.08161 1.96818 9.23341 1.4293 9.60346 0.962019ZM15.0238 9.29661H9.02869V8.34611H15.0238V9.29661Z" fill="white"/>
  12282.          </svg>
  12283.        </div>
  12284.        <div class="loading-copy">
  12285.          Not your average loading screen. We’re crafting a masterpiece of shopping delight.
  12286.        </div>
  12287.      </div>
  12288.      <div class="loading-container">
  12289.        <div class="loading-icon-container">
  12290.          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="16" viewBox="0 0 24 16" fill="none">
  12291.            <path d="M21.92 6.78523C21.9085 6.76456 21.8951 6.74501 21.88 6.72683L15.5464 0.526832C15.1974 0.188929 14.7307 0 14.245 0C13.7593 0 13.2926 0.188929 12.9436 0.526832C12.7716 0.693956 12.6349 0.893877 12.5416 1.11477C12.4482 1.33566 12.4001 1.57303 12.4001 1.81283C12.4001 2.05264 12.4482 2.29001 12.5416 2.5109C12.6349 2.73179 12.7716 2.93171 12.9436 3.09883L13.5564 3.69883C13.6323 3.77309 13.7345 3.81418 13.8406 3.81305C13.9468 3.81193 14.0481 3.76868 14.1224 3.69283C14.1967 3.61698 14.2377 3.51473 14.2366 3.40859C14.2355 3.30244 14.1923 3.20109 14.1164 3.12683L13.5036 2.52683C13.4078 2.43424 13.3316 2.32331 13.2795 2.20064C13.2274 2.07798 13.2006 1.94609 13.2006 1.81283C13.2006 1.67958 13.2274 1.54769 13.2795 1.42502C13.3316 1.30235 13.4078 1.19142 13.5036 1.09883C13.7023 0.906076 13.9683 0.798276 14.2452 0.798276C14.5221 0.798276 14.7881 0.906076 14.9868 1.09883L20.6192 6.61283H15.6268C15.0954 6.61366 14.5751 6.7642 14.1253 7.04719C13.6756 7.33017 13.3147 7.73416 13.084 8.21283H10.916C10.6853 7.73416 10.3244 7.33017 9.87467 7.04719C9.42494 6.7642 8.90456 6.61366 8.3732 6.61283H3.3808L9.0136 1.09883C9.21235 0.906076 9.47833 0.798276 9.7552 0.798276C10.0321 0.798276 10.2981 0.906076 10.4968 1.09883C10.5926 1.19142 10.6688 1.30235 10.7209 1.42502C10.773 1.54769 10.7998 1.67958 10.7998 1.81283C10.7998 1.94609 10.773 2.07798 10.7209 2.20064C10.6688 2.32331 10.5926 2.43424 10.4968 2.52683L9.884 3.12683C9.80815 3.20109 9.7649 3.30244 9.76378 3.40859C9.76265 3.51473 9.80374 3.61698 9.878 3.69283C9.95226 3.76868 10.0536 3.81193 10.1598 3.81305C10.2659 3.81418 10.3681 3.77309 10.444 3.69883L11.0568 3.09883C11.2288 2.93171 11.3655 2.73179 11.4588 2.5109C11.5522 2.29001 11.6003 2.05264 11.6003 1.81283C11.6003 1.57303 11.5522 1.33566 11.4588 1.11477C11.3655 0.893877 11.2288 0.693956 11.0568 0.526832C10.7078 0.188929 10.2411 0 9.7554 0C9.26966 0 8.80296 0.188929 8.454 0.526832L2.12 6.72683C2.10488 6.74501 2.09148 6.76456 2.08 6.78523C1.47341 6.99534 0.947252 7.38904 0.574533 7.9117C0.201815 8.43437 0.00101721 9.06008 0 9.70203V10.8316C0.0013765 12.0463 0.484534 13.2108 1.34346 14.0696C2.20239 14.9285 3.36694 15.4116 4.5816 15.4128H5.2268C6.60674 15.4109 7.94358 14.932 9.01082 14.0572C10.0781 13.1824 10.8101 11.9656 11.0828 10.6128H12.9172C13.1899 11.9656 13.9219 13.1824 14.9892 14.0572C16.0564 14.932 17.3933 15.4109 18.7732 15.4128H19.4184C20.6331 15.4116 21.7976 14.9285 22.6565 14.0696C23.5155 13.2108 23.9986 12.0463 24 10.8316V9.70203C23.999 9.06008 23.7982 8.43437 23.4255 7.9117C23.0527 7.38904 22.5266 6.99534 21.92 6.78523ZM5.2268 14.6128H4.5816C3.57905 14.6118 2.61786 14.2131 1.90892 13.5042C1.19997 12.7953 0.801165 11.8342 0.8 10.8316V9.70203C0.800635 9.09516 1.04197 8.51332 1.47105 8.08417C1.90014 7.65501 2.48193 7.41357 3.0888 7.41283H8.3732C8.91051 7.41336 9.42567 7.62701 9.80564 8.00691C10.1856 8.38681 10.3994 8.90192 10.4 9.43923C10.3985 10.8108 9.85302 12.1258 8.88319 13.0957C7.91336 14.0656 6.5984 14.6112 5.2268 14.6128ZM11.1812 9.81283C11.1888 9.68883 11.2 9.56563 11.2 9.43923C11.1989 9.2964 11.187 9.15386 11.1644 9.01283H12.836C12.8132 9.15385 12.8012 9.29639 12.8 9.43923C12.8 9.56523 12.8112 9.68843 12.8188 9.81283H11.1812ZM23.2 10.8316C23.1988 11.8342 22.8 12.7953 22.0911 13.5042C21.3821 14.2131 20.4209 14.6118 19.4184 14.6128H18.7732C17.4016 14.6112 16.0866 14.0656 15.1168 13.0957C14.147 12.1258 13.6015 10.8108 13.6 9.43923C13.6006 8.90192 13.8144 8.38681 14.1944 8.00691C14.5743 7.62701 15.0895 7.41336 15.6268 7.41283H20.9112C21.5181 7.41357 22.0999 7.65501 22.5289 8.08417C22.958 8.51332 23.1994 9.09516 23.2 9.70203V10.8316Z" fill="white"/>
  12292.            <path d="M4.8 8.61304H3.1632C2.85483 8.61346 2.55921 8.73615 2.34116 8.9542C2.12311 9.17225 2.00042 9.46787 2 9.77624V11.013C2 11.1191 2.04214 11.2209 2.11716 11.2959C2.19217 11.3709 2.29391 11.413 2.4 11.413C2.50609 11.413 2.60783 11.3709 2.68284 11.2959C2.75786 11.2209 2.8 11.1191 2.8 11.013V9.77624C2.80011 9.67994 2.83841 9.58762 2.9065 9.51953C2.97459 9.45144 3.06691 9.41314 3.1632 9.41304H4.8C4.90609 9.41304 5.00783 9.37089 5.08284 9.29588C5.15786 9.22087 5.2 9.11912 5.2 9.01304C5.2 8.90695 5.15786 8.80521 5.08284 8.73019C5.00783 8.65518 4.90609 8.61304 4.8 8.61304Z" fill="white"/>
  12293.            <path d="M21.3172 10.73L19.7172 12.33C19.679 12.3669 19.6485 12.4111 19.6276 12.4599C19.6066 12.5087 19.5956 12.5611 19.5951 12.6143C19.5946 12.6674 19.6048 12.72 19.6249 12.7692C19.645 12.8184 19.6747 12.863 19.7122 12.9006C19.7498 12.9381 19.7945 12.9678 19.8436 12.9879C19.8928 13.0081 19.9455 13.0182 19.9986 13.0177C20.0517 13.0173 20.1042 13.0062 20.153 12.9853C20.2018 12.9643 20.2459 12.9338 20.2828 12.8956L21.8828 11.2956C21.9557 11.2202 21.996 11.1191 21.9951 11.0143C21.9942 10.9094 21.9521 10.8091 21.8779 10.7349C21.8038 10.6607 21.7034 10.6187 21.5986 10.6178C21.4937 10.6168 21.3926 10.6572 21.3172 10.73Z" fill="white"/>
  12294.            <path d="M21.4828 8.73015C21.4078 8.65516 21.3061 8.61304 21.2 8.61304C21.0939 8.61304 20.9922 8.65516 20.9172 8.73015L17.7172 11.9302C17.679 11.9671 17.6485 12.0112 17.6276 12.06C17.6066 12.1088 17.5956 12.1613 17.5951 12.2144C17.5946 12.2675 17.6048 12.3202 17.6249 12.3693C17.645 12.4185 17.6747 12.4632 17.7122 12.5007C17.7498 12.5383 17.7945 12.568 17.8436 12.5881C17.8928 12.6082 17.9455 12.6183 17.9986 12.6179C18.0517 12.6174 18.1042 12.6064 18.153 12.5854C18.2018 12.5644 18.2459 12.534 18.2828 12.4958L21.4828 9.29575C21.5578 9.22074 21.5999 9.11902 21.5999 9.01295C21.5999 8.90689 21.5578 8.80516 21.4828 8.73015Z" fill="white"/>
  12295.          </svg>
  12296.        </div>
  12297.        <div class="loading-copy">
  12298.          Hold tight, we're untangling virtual shopping bags and decoding the latest trends.
  12299.        </div>
  12300.      </div>
  12301.      <div class="loading-container">
  12302.        <div class="loading-icon-container">
  12303.          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 24 20" fill="none">
  12304.            <path d="M22.9068 17.7808C22.8172 17.7018 22.7224 17.6182 22.623 17.5299L18.6854 14.032C17.9799 13.4041 17.5267 13.4365 16.8407 13.4854C16.7917 13.489 16.7409 13.4926 16.6881 13.4961C13.1311 13.7318 11.6247 13.2336 9.71376 9.81958C9.25792 9.00562 8.88241 8.10988 8.48487 7.16159C7.39401 4.55951 6.26617 1.86898 3.32144 0.476995C2.85889 0.228546 2.46023 0.178725 2.13614 0.328938C1.78711 0.490727 1.66998 0.820165 1.63938 0.932039C1.49971 1.30005 1.29612 1.72936 1.0808 2.18342C0.60298 3.19105 0.0613701 4.33313 0.0125802 5.26408C-0.0133849 5.74996 -0.00916675 6.24419 0.123424 6.69314C0.752396 10.3459 1.1586 15.2422 1.1586 19.1758C1.1586 19.4949 1.41821 19.7545 1.73729 19.7545H3.29702C3.61535 19.7545 3.87439 19.4949 3.87439 19.1758V15.2552C3.87439 14.0557 4.21118 12.9436 4.60117 11.6559C4.60291 11.6501 4.60469 11.6442 4.60642 11.6385C5.44026 12.6202 6.31224 13.7854 7.20119 15.236C7.67883 16.0153 8.73908 18.0236 8.78173 18.1091C9.15012 18.8481 9.37246 19.2941 9.91548 19.5313C10.4079 19.7463 11.0975 19.7559 12.4865 19.7559H15.6206C15.8147 19.7559 15.9721 19.5985 15.9721 19.4043C15.9721 19.2102 15.8147 19.0528 15.6206 19.0528H12.4865C11.2315 19.0528 10.5596 19.0455 10.1968 18.887C9.90273 18.7585 9.76522 18.5062 9.4109 17.7954C9.36773 17.7089 8.39418 15.857 7.95615 15.1296C5.87773 11.6784 3.84978 9.71849 2.29605 8.21688C1.86669 7.8019 1.46114 7.40999 1.09852 7.03008C0.724135 6.63844 0.67422 6.05583 0.714527 5.30115C0.756052 4.5087 1.26603 3.43335 1.71592 2.48455C1.82423 2.25621 1.9294 2.03415 2.02637 1.82052L4.48433 6.01322C4.54976 6.12481 4.66726 6.18701 4.7879 6.18701C4.84831 6.18701 4.90947 6.17145 4.96534 6.13869C5.1328 6.0405 5.189 5.82514 5.09081 5.65768L2.3701 1.01664C2.38627 0.997046 2.40629 0.978626 2.43178 0.966769C2.4832 0.942913 2.64128 0.90809 2.99542 1.09992C3.00118 1.10301 3.00704 1.10601 3.013 1.10878C5.71992 2.38454 6.79592 4.95118 7.83645 7.43338C8.24195 8.40065 8.62496 9.3143 9.1003 10.163C10.1584 12.0532 11.1165 13.1051 12.3042 13.6803C13.392 14.2072 14.6465 14.299 16.1605 14.23C14.5935 14.9617 13.451 15.291 12.4408 15.0928C11.1786 14.8452 10.0024 13.7385 8.38251 11.274L5.91199 7.05815C5.8138 6.89064 5.59844 6.83449 5.43098 6.93259C5.26347 7.03073 5.20728 7.24609 5.30542 7.4136L7.78049 11.6372C7.78349 11.6423 7.78667 11.6474 7.78995 11.6525C9.52769 14.2978 10.8359 15.4944 12.3055 15.7827C12.5462 15.8299 12.7899 15.8529 13.0402 15.8529C14.3111 15.8529 15.7462 15.2595 17.7413 14.233C17.8857 14.2904 18.0302 14.39 18.2183 14.5574L22.1561 18.0556C22.2562 18.1445 22.3516 18.2286 22.4418 18.3081C22.7281 18.5605 23.0213 18.8191 23.1817 18.9913C22.791 19.0515 21.9741 19.0515 21.627 19.0515H17.2907C17.0965 19.0515 16.9392 19.2089 16.9392 19.403C16.9392 19.5972 17.0965 19.7545 17.2907 19.7545H21.627C23.2977 19.7545 23.8072 19.6916 23.9646 19.2753C24.1238 18.8538 23.7424 18.5175 22.9068 17.7808ZM3.17136 19.0515H1.86153C1.86069 18.6601 1.85629 18.2627 1.84883 17.8613H3.17141V19.0515H3.17136ZM1.80759 8.72244C2.50419 9.39566 3.26173 10.1278 4.06027 11.0142C4.01607 11.1619 3.97192 11.3083 3.92838 11.4521C3.53909 12.7375 3.17141 13.9516 3.17141 15.2552V17.1583H1.83248C1.74722 14.0918 1.47628 10.8268 1.04575 7.9793C1.28876 8.22091 1.54363 8.46734 1.80759 8.72244Z" fill="white"/>
  12305.          </svg>
  12306.        </div>
  12307.        <div class="loading-copy">
  12308.          Preparing to dazzle your wardrobe... It's not procrastination; it's fashion anticipation!
  12309.        </div>
  12310.      </div>
  12311.      <div class="loading-container">
  12312.        <div class="loading-icon-container">
  12313.          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  12314.            <g clip-path="url(#clip0_15452_13100)">
  12315.              <path d="M18.683 22.6174H5.32495C5.25036 22.6174 5.17882 22.5877 5.12608 22.535C5.07333 22.4823 5.0437 22.4107 5.0437 22.3361C5.0437 22.2615 5.07333 22.19 5.12608 22.1372C5.17882 22.0845 5.25036 22.0549 5.32495 22.0549H18.683C18.7576 22.0549 18.8291 22.0845 18.8819 22.1372C18.9346 22.19 18.9643 22.2615 18.9643 22.3361C18.9643 22.4107 18.9346 22.4823 18.8819 22.535C18.8291 22.5877 18.7576 22.6174 18.683 22.6174Z" fill="white"/>
  12316.              <path d="M12 3.56009C11.7491 3.56026 11.5025 3.4943 11.2852 3.36884C10.5281 2.93046 9.4888 2.22284 8.83723 1.34009C8.81493 1.31039 8.79874 1.27657 8.78958 1.24059C8.78042 1.2046 8.77847 1.16716 8.78386 1.13042C8.78924 1.09367 8.80185 1.05836 8.82095 1.02652C8.84006 0.994675 8.86528 0.966929 8.89516 0.944883C8.92504 0.922837 8.95899 0.906926 8.99506 0.89807C9.03112 0.889213 9.06858 0.887586 9.10527 0.893282C9.14197 0.898977 9.17717 0.911884 9.20885 0.931255C9.24053 0.950627 9.26807 0.976081 9.28986 1.00615C9.75336 1.63409 10.562 2.2999 11.567 2.88115C11.6987 2.95707 11.8481 2.99703 12.0001 2.99703C12.1521 2.99703 12.3014 2.95707 12.4331 2.88115C13.4379 2.2999 14.2466 1.63334 14.7101 1.00615C14.7319 0.976081 14.7594 0.950627 14.7911 0.931255C14.8228 0.911884 14.858 0.898977 14.8947 0.893282C14.9314 0.887586 14.9688 0.889213 15.0049 0.89807C15.041 0.906926 15.0749 0.922837 15.1048 0.944883C15.1347 0.966929 15.1599 0.994675 15.179 1.02652C15.1981 1.05836 15.2107 1.09367 15.2161 1.13042C15.2215 1.16716 15.2196 1.2046 15.2104 1.24059C15.2012 1.27657 15.185 1.31039 15.1627 1.34009C14.5112 2.22284 13.4719 2.93046 12.7147 3.36884C12.4974 3.4943 12.2509 3.56026 12 3.56009Z" fill="white"/>
  12317.              <path d="M12.4467 7.36275H11.5534C11.3605 7.3625 11.1755 7.28574 11.039 7.14929C10.9026 7.01284 10.8258 6.82785 10.8256 6.63488V4.30463C10.8256 4.23003 10.8552 4.1585 10.9079 4.10575C10.9607 4.05301 11.0322 4.02338 11.1068 4.02338C11.1814 4.02338 11.2529 4.05301 11.3057 4.10575C11.3584 4.1585 11.3881 4.23003 11.3881 4.30463V6.63488C11.3881 6.67872 11.4056 6.72076 11.4366 6.75176C11.4676 6.78276 11.5096 6.8002 11.5534 6.80025H12.4467C12.5213 6.80025 12.5928 6.82988 12.6456 6.88263C12.6983 6.93537 12.7279 7.00691 12.7279 7.0815C12.7279 7.15609 12.6983 7.22763 12.6456 7.28038C12.5928 7.33312 12.5213 7.36275 12.4467 7.36275Z" fill="white"/>
  12318.              <path d="M12.8932 6.54113C12.8186 6.54113 12.7471 6.51149 12.6943 6.45875C12.6416 6.40601 12.6119 6.33447 12.6119 6.25988V4.30463C12.6119 4.23003 12.6416 4.1585 12.6943 4.10575C12.7471 4.05301 12.8186 4.02338 12.8932 4.02338C12.9678 4.02338 13.0393 4.05301 13.0921 4.10575C13.1448 4.1585 13.1744 4.23003 13.1744 4.30463V6.25988C13.1744 6.33447 13.1448 6.40601 13.0921 6.45875C13.0393 6.51149 12.9678 6.54113 12.8932 6.54113Z" fill="white"/>
  12319.              <path d="M12 5.38897C12.1797 5.38897 12.3253 5.24332 12.3253 5.06365C12.3253 4.88399 12.1797 4.73834 12 4.73834C11.8203 4.73834 11.6747 4.88399 11.6747 5.06365C11.6747 5.24332 11.8203 5.38897 12 5.38897Z" fill="white"/>
  12320.              <path d="M23.8352 9.77436L21.1727 4.70455C20.6717 3.73427 19.8358 2.97871 18.8199 2.57811C18.3765 2.40692 17.1716 1.98693 16.7595 1.84368C16.7345 1.77354 16.7 1.70712 16.6571 1.64624L15.9606 0.6598C15.6043 0.155613 15.1946 0.138363 14.9833 0.172675C13.9957 0.327572 12.9968 0.399885 11.9972 0.388863C10.9995 0.400036 10.0025 0.327721 9.01687 0.172675C8.80481 0.138363 8.3955 0.155613 8.03944 0.660175L7.34287 1.64624C7.30005 1.70716 7.26562 1.77357 7.2405 1.84368C6.82687 1.9873 5.62331 2.40617 5.18006 2.57811C4.16416 2.97867 3.32812 3.73424 2.82712 4.70455L0.164811 9.77436C0.122019 9.85587 0.0968544 9.94546 0.0909506 10.0373C0.0850469 10.1292 0.0985366 10.2213 0.130543 10.3076C0.16255 10.3939 0.212358 10.4725 0.27673 10.5383C0.341103 10.6041 0.4186 10.6556 0.504186 10.6895L4.71019 12.3937L4.056 23.1165C4.05058 23.2058 4.06349 23.2954 4.09395 23.3795C4.12441 23.4637 4.17177 23.5408 4.23312 23.606C4.29447 23.6712 4.36851 23.7231 4.45068 23.7586C4.53285 23.7941 4.62142 23.8125 4.71094 23.8125H19.2891C19.3786 23.8125 19.4672 23.7941 19.5494 23.7586C19.6316 23.7231 19.7056 23.6711 19.767 23.6059C19.8283 23.5407 19.8757 23.4636 19.9061 23.3794C19.9366 23.2952 19.9494 23.2057 19.944 23.1163L19.2902 12.3986L23.4923 10.6924C23.5783 10.6588 23.6564 10.6075 23.7213 10.5418C23.7862 10.476 23.8365 10.3973 23.8688 10.3108C23.9012 10.2242 23.9149 10.1318 23.9091 10.0396C23.9034 9.94741 23.8781 9.85747 23.8352 9.77567V9.77436ZM7.80225 1.9708L8.499 0.984363C8.65912 0.757675 8.79506 0.722988 8.874 0.722988C8.89179 0.723086 8.90955 0.724717 8.92706 0.727863C9.94222 0.889515 10.9693 0.964286 11.9972 0.951363C13.0271 0.964614 14.0563 0.889842 15.0735 0.727863C15.1283 0.71905 15.2948 0.69205 15.501 0.984363L16.1978 1.9708C16.2255 2.01125 16.2425 2.05811 16.2472 2.10697C16.2518 2.15582 16.2439 2.20504 16.2242 2.24999C15.8411 3.15017 15.269 3.95743 14.5464 4.61699C14.4241 4.7265 14.2649 4.78567 14.1008 4.78261C13.9367 4.77955 13.7798 4.71449 13.6616 4.60049L13.0479 4.06499C12.7571 3.81269 12.385 3.67378 12 3.67378C11.615 3.67378 11.2429 3.81269 10.9521 4.06499L10.3312 4.60649C10.213 4.7183 10.057 4.78147 9.89427 4.78342C9.73155 4.78536 9.57407 4.72594 9.45319 4.61699C8.73085 3.95735 8.15879 3.15011 7.77581 2.24999C7.75608 2.20505 7.74815 2.15582 7.75278 2.10696C7.75741 2.0581 7.77443 2.01123 7.80225 1.9708ZM23.3419 10.1124C23.337 10.1254 23.3293 10.1372 23.3193 10.1469C23.3094 10.1567 23.2974 10.1641 23.2843 10.1687L19.2531 11.8061L19.2221 11.2999L22.7867 9.85611C22.8543 9.8271 22.9079 9.77273 22.9359 9.70466C22.9639 9.6366 22.9641 9.56027 22.9365 9.49205C22.9089 9.42383 22.8556 9.36916 22.7881 9.33978C22.7206 9.31039 22.6443 9.30862 22.5756 9.33486L19.1861 10.7075L18.9375 6.60786C18.9352 6.57093 18.9257 6.5348 18.9095 6.50154C18.8933 6.46828 18.8707 6.43854 18.843 6.41401C18.8153 6.38949 18.783 6.37066 18.748 6.35861C18.713 6.34656 18.676 6.34152 18.6391 6.34377C18.6022 6.34602 18.566 6.35553 18.5328 6.37174C18.4995 6.38796 18.4698 6.41057 18.4452 6.43828C18.4207 6.46599 18.4019 6.49825 18.3898 6.53324C18.3778 6.56822 18.3727 6.60524 18.375 6.64217L19.3821 23.1502C19.3828 23.163 19.381 23.1758 19.3766 23.1878C19.3722 23.1999 19.3655 23.2109 19.3567 23.2202C19.3479 23.2295 19.3373 23.2369 19.3255 23.242C19.3138 23.247 19.3011 23.2496 19.2883 23.2496H4.71094C4.69814 23.2496 4.68547 23.247 4.67371 23.242C4.66195 23.2369 4.65136 23.2295 4.64257 23.2202C4.63379 23.2109 4.62701 23.1999 4.62264 23.1878C4.61827 23.1758 4.61642 23.163 4.61719 23.1502L5.625 6.64217C5.62955 6.56758 5.60428 6.49424 5.55475 6.43828C5.50523 6.38231 5.4355 6.34832 5.36091 6.34377C5.28631 6.33922 5.21297 6.36449 5.15701 6.41401C5.10104 6.46354 5.06705 6.53327 5.0625 6.60786L4.81294 10.7074L1.4235 9.33467C1.38911 9.31993 1.35213 9.31219 1.31471 9.31191C1.2773 9.31163 1.24021 9.31882 1.20561 9.33306C1.171 9.3473 1.13959 9.3683 1.11321 9.39483C1.08683 9.42136 1.066 9.45289 1.05195 9.48757C1.03791 9.52225 1.03092 9.55938 1.03141 9.59679C1.03189 9.6342 1.03984 9.67114 1.05478 9.70545C1.06971 9.73975 1.09135 9.77073 1.11841 9.79657C1.14547 9.82241 1.17742 9.84259 1.21237 9.85592L4.77694 11.2997L4.74619 11.8012L0.712498 10.1668C0.700164 10.162 0.688983 10.1547 0.679689 10.1452C0.670396 10.1358 0.663202 10.1246 0.65858 10.1122C0.653957 10.0998 0.652011 10.0865 0.65287 10.0733C0.653728 10.0601 0.657372 10.0472 0.663561 10.0355L3.32606 4.96555C3.76379 4.11593 4.49489 3.45398 5.38369 3.10255C5.76131 2.95686 6.73837 2.61505 7.24762 2.43674C7.25212 2.44874 7.25531 2.46093 7.26037 2.47255C7.67579 3.4472 8.29608 4.32105 9.07912 5.03474C9.30279 5.23795 9.59469 5.34963 9.89687 5.34762C10.1991 5.3456 10.4894 5.23004 10.7104 5.02386L11.3241 4.48817C11.5124 4.32509 11.7531 4.23533 12.0022 4.23533C12.2514 4.23533 12.4921 4.32509 12.6804 4.48817L13.2874 5.01786C13.5081 5.22612 13.7992 5.34353 14.1027 5.34665C14.4062 5.34978 14.6996 5.2384 14.9246 5.03474C15.7077 4.32105 16.328 3.4472 16.7434 2.47255C16.7484 2.46093 16.7516 2.44874 16.7561 2.43692C17.2654 2.6143 18.2424 2.95686 18.6201 3.10255C19.5089 3.45398 20.24 4.11593 20.6777 4.96555L23.3402 10.0355C23.3459 10.0475 23.349 10.0606 23.3493 10.0738C23.3496 10.0871 23.347 10.1002 23.3419 10.1124Z" fill="white"/>
  12321.            </g>
  12322.            <defs>
  12323.              <clipPath id="clip0_15452_13100">
  12324.                <rect width="24" height="24" fill="white"/>
  12325.              </clipPath>
  12326.            </defs>
  12327.          </svg>
  12328.        </div>
  12329.        <div class="loading-copy">
  12330.          Calculating the perfect shopping spree... This may take a fashionably short moment.
  12331.        </div>
  12332.      </div>
  12333.      <div class="loading-container">
  12334.        <div class="loading-icon-container">
  12335.          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  12336.            <path d="M23.9941 20.1453C23.8887 18.5468 23.6586 16.5516 23.3101 14.2149C23.2815 14.0234 23.1035 13.8916 22.9116 13.9198C22.7201 13.9484 22.588 14.1268 22.6165 14.3183C22.9622 16.636 23.1903 18.612 23.2944 20.1914C23.364 21.2482 22.593 22.1748 21.5389 22.3007C19.1826 22.5823 15.6168 22.9032 12.0096 22.8334C12.0073 22.8334 12.0051 22.8334 12.0028 22.8334H11.9972C11.9949 22.8334 11.9927 22.8334 11.9904 22.8334C8.38327 22.9038 4.81739 22.5823 2.46108 22.3007C1.40705 22.1748 0.635956 21.2482 0.705565 20.1914C0.956956 16.3769 1.87941 11.0939 2.43942 8.12591C2.92547 10.9138 3.94847 12.9328 5.61999 14.4248C6.23382 14.9728 6.92288 15.4514 7.6681 15.8473C8.53421 16.3075 9.46847 16.6179 10.4266 16.7796V17.3067C10.4266 17.8204 10.8445 18.2382 11.3581 18.2382H12.6418C13.1554 18.2382 13.5733 17.8204 13.5733 17.3067V16.7789C14.5314 16.6172 15.4657 16.3075 16.3318 15.8473C17.9462 14.9895 19.2283 13.744 20.1426 12.1454C20.8054 10.9864 21.2798 9.63271 21.5582 8.11077C21.7905 9.33941 22.0852 10.966 22.3673 12.7147C22.3981 12.9059 22.5781 13.036 22.7693 13.005C22.9605 12.9742 23.0904 12.7942 23.0596 12.6031C22.5053 9.16639 21.9018 6.19738 21.8156 5.77686C21.8051 5.5926 21.6529 5.44625 21.466 5.44625H17.3242C17.1457 2.66432 14.8262 0.455566 12 0.455566C11.2167 0.455566 10.4613 0.622301 9.75507 0.951035C9.57952 1.03274 9.50344 1.24133 9.58519 1.41688C9.66689 1.59243 9.87549 1.66855 10.051 1.5868C10.664 1.30147 11.3197 1.15682 12 1.15682C14.4395 1.15682 16.4442 3.05136 16.6215 5.44625H15.7301C15.555 3.54102 13.9501 2.04341 12 2.04341C10.0498 2.04341 8.44341 3.54083 8.26852 5.44621H7.37846C7.46222 4.29632 7.96346 3.23582 8.81213 2.43046C8.95257 2.29714 8.95838 2.07524 8.82507 1.93475C8.69175 1.79432 8.46989 1.7885 8.32941 1.92182C7.33974 2.86105 6.76032 4.10197 6.67547 5.44625H2.53402C2.34713 5.44625 2.19483 5.5926 2.18442 5.77691C2.03513 6.50544 0.360706 14.7617 0.00590921 20.1453C-0.0882627 21.5742 0.953675 22.8268 2.37797 22.9971C4.75542 23.2811 8.35435 23.6053 12 23.5346C12.3428 23.5412 12.6852 23.5444 13.0262 23.5444C16.3118 23.5444 19.4682 23.2544 21.6221 22.9971C23.0463 22.8268 24.0883 21.5742 23.9941 20.1453ZM12.8721 17.3067C12.8721 17.4336 12.7688 17.537 12.6419 17.537H11.3582C11.2313 17.537 11.128 17.4337 11.128 17.3067V15.4233C11.128 15.2963 11.2313 15.193 11.3582 15.193H12.6419C12.7688 15.193 12.8721 15.2963 12.8721 15.4233V17.3067ZM12 2.74466C13.5631 2.74466 14.8535 3.92835 15.0256 5.44621H8.97352C9.14555 3.92825 10.4368 2.74466 12 2.74466ZM21.1037 6.14746C21.0865 6.42458 21.0528 6.70555 21.0198 6.9801L21.0179 6.99636C20.5441 10.9421 18.8567 13.7117 16.0028 15.2281C15.2386 15.6342 14.4168 15.9139 13.5734 16.0685V15.4233C13.5734 14.9096 13.1555 14.4918 12.6419 14.4918H11.3582C10.8446 14.4918 10.4267 14.9096 10.4267 15.4233V16.0682C9.58327 15.9137 8.7615 15.6342 7.99725 15.2281C7.30167 14.8585 6.65902 14.4123 6.08714 13.9018C4.34817 12.3494 3.36155 10.1552 2.98224 6.99636L2.98032 6.9801C2.94736 6.7056 2.91361 6.42458 2.89636 6.14746H21.1037Z" fill="white"/>
  12337.          </svg>
  12338.        </div>
  12339.        <div class="loading-copy">In the meantime, imagine a runway walk while we fetch the latest styles for you.</div>
  12340.      </div>
  12341.      <div class="loading-container">
  12342.        <div class="loading-icon-container">
  12343.          <svg xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none">
  12344.            <path d="M5.13402 4.03529C5.13402 3.8328 4.9699 3.66867 4.76741 3.66867C4.36243 3.66867 4.03413 3.34038 4.03413 2.9354C4.03413 2.73291 3.86997 2.56879 3.66752 2.56879C3.46507 2.56879 3.3009 2.73291 3.3009 2.9354C3.3009 3.74532 3.95749 4.4019 4.76741 4.4019C4.9699 4.4019 5.13402 4.23778 5.13402 4.03529Z" fill="white"/>
  12345.            <path d="M4.76762 2.2021C5.1726 2.2021 5.50089 2.53039 5.50089 2.93537C5.50089 3.13787 5.66501 3.30199 5.8675 3.30199C6.06999 3.30199 6.23412 3.13787 6.23412 2.93537C6.23412 2.12545 5.57754 1.46887 4.76762 1.46887C4.56512 1.46887 4.401 1.633 4.401 1.83549C4.401 2.03798 4.56512 2.2021 4.76762 2.2021Z" fill="white"/>
  12346.            <path d="M5.68887 9.94233C6.12006 9.59518 6.31821 9.03428 6.20079 8.49331C6.08337 7.95235 5.67048 7.52408 5.13416 7.38694V5.84306C6.67056 5.64951 7.79176 4.29488 7.69479 2.74937C7.59786 1.20386 6.31611 0 4.76755 0C3.21898 0 1.93723 1.20386 1.84026 2.74937C1.74329 4.29488 2.86448 5.64951 4.40089 5.84306V7.38694C3.86456 7.52408 3.45172 7.95235 3.33426 8.49331C3.21683 9.03428 3.41499 9.59518 3.84618 9.94233L0.518676 15.2174C-0.220095 16.588 -0.166476 18.2496 0.659083 19.5696C1.49074 21.0608 3.06023 21.9892 4.76755 22C6.47443 21.9894 8.0437 21.0616 8.87562 19.5711C9.7032 18.246 9.75351 16.5779 9.00722 15.2053L5.68887 9.94233ZM2.56777 2.93532C2.56777 1.72042 3.55264 0.735549 4.76755 0.735549C5.98245 0.735549 6.96732 1.72042 6.96732 2.93532C6.96732 4.15022 5.98245 5.13509 4.76755 5.13509C3.55316 5.13389 2.56898 4.14971 2.56777 2.93532ZM4.24905 8.28287C4.38658 8.14534 4.57309 8.0681 4.76755 8.0681C5.17253 8.0681 5.50082 8.39639 5.50082 8.80137C5.49953 8.9996 5.41712 9.18869 5.27276 9.32454C4.98971 9.05546 4.54538 9.05546 4.26233 9.32454C4.11797 9.18869 4.03556 8.9996 4.03427 8.80137C4.03427 8.60691 4.11152 8.4204 4.24905 8.28287ZM8.24246 19.2041C7.53995 20.4671 6.21274 21.2549 4.76755 21.2668C3.32231 21.2548 1.99519 20.4665 1.29337 19.203C0.602413 18.1136 0.546731 16.7378 1.14746 15.5961L4.76755 9.85399L8.37921 15.5841C8.98715 16.7277 8.93495 18.1096 8.24246 19.2041Z" fill="white"/>
  12347.            <path d="M7.74759 15.956L5.07779 11.7219C5.0063 11.6216 4.89077 11.5621 4.76763 11.5621C4.6445 11.5621 4.52896 11.6216 4.45747 11.7219L3.79019 12.7807C3.69013 12.9514 3.74358 13.1707 3.91097 13.2762C4.07836 13.3817 4.29928 13.3354 4.41017 13.1715L4.76763 12.605L7.11662 16.3293C7.19881 16.4785 7.25849 16.6392 7.29372 16.8059C7.33041 16.9791 7.34394 17.1563 7.33406 17.3331C7.3222 17.5243 7.28689 17.7133 7.22884 17.8959C7.16616 18.0949 7.0813 18.2863 6.97587 18.4664C6.85634 18.6711 6.71215 18.8605 6.54657 19.0302C6.38945 19.1916 6.21239 19.3323 6.01974 19.4489C5.83203 19.5619 5.63005 19.6493 5.41919 19.7088C4.99315 19.8279 4.54258 19.8279 4.11655 19.7088C3.90568 19.6492 3.70371 19.5616 3.516 19.4485C3.32313 19.3323 3.14607 19.1917 2.98917 19.0302C2.82384 18.8598 2.68004 18.6698 2.56094 18.4645C2.45568 18.2842 2.37083 18.0927 2.30797 17.8936C2.25053 17.7112 2.21547 17.5225 2.20348 17.3316C2.19196 17.1545 2.2043 16.9767 2.24013 16.8029C2.2739 16.6435 2.32979 16.4896 2.40623 16.3457L3.74147 14.2288C3.81142 14.1181 3.81696 13.9784 3.75604 13.8625C3.69511 13.7465 3.57692 13.6719 3.44605 13.6667C3.31518 13.6615 3.19144 13.7265 3.1215 13.8372L1.77672 15.9743C1.65998 16.1862 1.57513 16.4142 1.52486 16.6508C1.47455 16.889 1.45667 17.133 1.47171 17.376C1.48684 17.6265 1.53263 17.8742 1.60808 18.1136C1.68705 18.365 1.79403 18.6066 1.92705 18.834C2.07605 19.0918 2.25645 19.3302 2.46414 19.5435C2.66504 19.75 2.89164 19.9299 3.13838 20.0788C3.38212 20.2255 3.64437 20.3389 3.91818 20.4161C4.47384 20.5725 5.06185 20.5725 5.61751 20.4161C5.89132 20.339 6.15362 20.2255 6.39731 20.0788C6.64401 19.9299 6.87061 19.75 7.07155 19.5435C7.27894 19.3302 7.45909 19.092 7.60792 18.8344C7.74093 18.607 7.84791 18.3653 7.92688 18.114C8.0025 17.8745 8.04856 17.6267 8.06398 17.376C8.0788 17.1329 8.0608 16.889 8.01045 16.6508C7.95833 16.4073 7.8697 16.1731 7.74759 15.956Z" fill="white"/>
  12348.            <path d="M16.133 4.03529C16.133 3.8328 15.9689 3.66867 15.7664 3.66867C15.3614 3.66867 15.0332 3.34038 15.0332 2.9354C15.0332 2.73291 14.869 2.56879 14.6665 2.56879C14.464 2.56879 14.2999 2.73291 14.2999 2.9354C14.2999 3.74532 14.9565 4.4019 15.7664 4.4019C15.9689 4.4019 16.133 4.23778 16.133 4.03529Z" fill="white"/>
  12349.            <path d="M15.7665 2.2021C16.1715 2.2021 16.4998 2.53039 16.4998 2.93537C16.4998 3.13787 16.664 3.30199 16.8664 3.30199C17.0689 3.30199 17.233 3.13787 17.233 2.93537C17.233 2.12545 16.5764 1.46887 15.7665 1.46887C15.564 1.46887 15.3999 1.633 15.3999 1.83549C15.3999 2.03798 15.564 2.2021 15.7665 2.2021Z" fill="white"/>
  12350.            <path d="M20.0061 15.2053L16.6877 9.94233C17.1189 9.59518 17.3171 9.03428 17.1997 8.49331C17.0822 7.95235 16.6693 7.52408 16.133 7.38694V5.84306C17.6694 5.64951 18.7906 4.29488 18.6937 2.74937C18.5967 1.20386 17.3149 0 15.7664 0C14.2178 0 12.9361 1.20386 12.8391 2.74937C12.7421 4.29488 13.8633 5.64951 15.3997 5.84306V7.38694C14.8634 7.52408 14.4505 7.95235 14.3331 8.49331C14.2157 9.03428 14.4138 9.59518 14.845 9.94233L11.5175 15.2174C10.7787 16.588 10.8323 18.2496 11.6579 19.5696C12.4895 21.0608 14.059 21.9892 15.7663 22C17.4732 21.9894 19.0425 21.0616 19.8744 19.5711C20.702 18.246 20.7523 16.5779 20.0061 15.2053ZM13.5666 2.93532C13.5666 1.72042 14.5515 0.735549 15.7664 0.735549C16.9813 0.735549 17.9661 1.72042 17.9661 2.93532C17.9661 4.15022 16.9813 5.13509 15.7664 5.13509C14.552 5.13389 13.5678 4.14971 13.5666 2.93532ZM15.2479 8.28287C15.3854 8.14534 15.5719 8.0681 15.7664 8.0681C16.1714 8.0681 16.4996 8.39639 16.4996 8.80137C16.4984 8.9996 16.4159 9.18869 16.2716 9.32454C15.9885 9.05546 15.5442 9.05546 15.2612 9.32454C15.1168 9.18869 15.0344 8.9996 15.0331 8.80137C15.0331 8.60691 15.1104 8.4204 15.2479 8.28287ZM19.2413 19.2041C18.5481 20.4762 17.2153 21.2679 15.7665 21.2679C14.3178 21.2679 12.9849 20.4762 12.2918 19.2041C11.6005 18.1143 11.545 16.738 12.1462 15.5961L15.7663 9.85395L19.378 15.584C19.986 16.7277 19.9338 18.1096 19.2413 19.2041Z" fill="white"/>
  12351.            <path d="M18.7463 15.956L16.0765 11.7219C16.005 11.6216 15.8895 11.5621 15.7663 11.5621C15.6432 11.5621 15.5277 11.6216 15.4562 11.7219L14.7889 12.7807C14.6888 12.9514 14.7423 13.1707 14.9097 13.2762C15.077 13.3817 15.298 13.3354 15.4089 13.1715L15.7663 12.605L18.1153 16.3293C18.1975 16.4785 18.2572 16.6392 18.2924 16.8059C18.328 16.9797 18.3403 17.1575 18.3291 17.3345C18.3172 17.5257 18.2819 17.7147 18.2238 17.8973C18.1612 18.0964 18.0763 18.2877 17.9709 18.4678C17.8524 18.6719 17.7094 18.8608 17.5452 19.0302C17.3881 19.1916 17.211 19.3323 17.0184 19.4489C16.8307 19.5619 16.6287 19.6493 16.4178 19.7088C15.9918 19.8279 15.5412 19.8279 15.1152 19.7088C14.9043 19.6492 14.7024 19.5616 14.5146 19.4485C14.3218 19.3323 14.1447 19.1917 13.9878 19.0302C13.8225 18.8598 13.6787 18.6698 13.5596 18.4645C13.4543 18.2842 13.3695 18.0927 13.3066 17.8936C13.2492 17.7112 13.2141 17.5225 13.2021 17.3316C13.1906 17.1545 13.2029 16.9767 13.2388 16.8029C13.2726 16.6435 13.3284 16.4896 13.4049 16.3457L14.7401 14.2288C14.8101 14.1181 14.8156 13.9784 14.7547 13.8625C14.6938 13.7465 14.5756 13.6719 14.4447 13.6667C14.3138 13.6615 14.1901 13.7265 14.1201 13.8372L12.7739 15.9729C12.6572 16.1848 12.5723 16.4127 12.5221 16.6493C12.4717 16.8875 12.4539 17.1315 12.4689 17.3745C12.484 17.6249 12.5298 17.8725 12.6053 18.1118C12.6846 18.3638 12.792 18.6062 12.9257 18.8341C13.0747 19.0919 13.2551 19.3302 13.4628 19.5435C13.6637 19.7501 13.8903 19.93 14.137 20.0788C14.3808 20.2255 14.643 20.339 14.9168 20.4161C15.4725 20.5725 16.0605 20.5725 16.6162 20.4161C16.89 20.339 17.1523 20.2256 17.396 20.0788C17.6427 19.9299 17.8693 19.75 18.0702 19.5435C18.2776 19.3302 18.4577 19.092 18.6066 18.8345C18.7396 18.6071 18.8466 18.3654 18.9255 18.114C19.0011 17.8746 19.0472 17.6267 19.0626 17.376C19.0774 17.133 19.0594 16.889 19.0091 16.6508C18.957 16.4073 18.8684 16.1731 18.7463 15.956Z" fill="white"/>
  12352.          </svg>
  12353.        </div>
  12354.        <div class="loading-copy">Calculating the couture quotient… Your next style obsession is loading.</div>
  12355.      </div>
  12356.      <div class="loading-container">
  12357.        <div class="loading-icon-container">
  12358.          <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
  12359.            <path d="M21.125 9.49998H20.75V7.62498C20.75 7.41798 20.582 7.24998 20.375 7.24998H20V3.12498C20 3.00723 19.9445 2.89548 19.85 2.82498L16.85 0.574977C16.7367 0.490227 16.5845 0.475977 16.4578 0.539727C16.3303 0.603477 16.25 0.733227 16.25 0.874977V7.24998H15.875C15.668 7.24998 15.5 7.41798 15.5 7.62498V9.49998H15.125C14.918 9.49998 14.75 9.66798 14.75 9.87498V18.5H11H0.95675C0.70475 18.5 0.5 18.7047 0.5 18.9567C0.5 20.3592 1.64075 21.5 3.04325 21.5H21.125C21.332 21.5 21.5 21.332 21.5 21.125V9.87498C21.5 9.66798 21.332 9.49998 21.125 9.49998ZM17 1.62498L19.25 3.31248V7.24998H17V1.62498ZM16.25 7.99998H20V9.49998H16.25V7.99998ZM20.75 10.25V11.75H15.5V10.25H20.75ZM1.274 19.25H14.75V20.75H3.04325C2.1545 20.75 1.41425 20.0997 1.274 19.25ZM15.5 20.75V18.9567V12.5H20.75V20.75H15.5Z" fill="white"/>
  12360.            <path d="M10.5784 12.449C10.9054 12.4505 11.0764 12.0463 10.8432 11.813L6.76469 7.7345C6.61844 7.58825 6.38069 7.58825 6.23444 7.7345C6.08819 7.88075 6.08819 8.1185 6.23444 8.26475C6.23444 8.26475 10.2957 12.326 10.3122 12.3425C10.3819 12.4123 10.4794 12.4483 10.5784 12.449Z" fill="white"/>
  12361.            <path d="M5.85944 9.60948C5.71319 9.75573 5.71319 9.99348 5.85944 10.1397C5.85944 10.1397 8.80994 13.0902 8.81219 13.0925C8.95769 13.238 9.19769 13.2372 9.34244 13.0925C9.48869 12.9462 9.48869 12.7085 9.34244 12.5622L6.38894 9.60873C6.24344 9.46323 6.00644 9.46323 5.85944 9.60948Z" fill="white"/>
  12362.            <path d="M11.3285 10.952C11.6563 10.952 11.825 10.544 11.594 10.313L8.64055 7.3595C8.4943 7.21325 8.25655 7.21325 8.1103 7.3595C7.96405 7.50575 7.96405 7.7435 8.1103 7.88975C8.1103 7.88975 11.0608 10.8402 11.063 10.8425C11.1358 10.916 11.2318 10.952 11.3285 10.952Z" fill="white"/>
  12363.            <path d="M4.28 17.906C4.37375 17.906 4.46825 17.8708 4.54175 17.7995C4.69025 17.6555 4.69325 17.4177 4.54925 17.2692C2.90525 15.5787 2 13.352 2 11C2 6.03725 6.03725 2 11 2C12.389 2 13.7202 2.309 14.9592 2.91875C15.1452 3.0095 15.3702 2.93375 15.461 2.74775C15.5525 2.56175 15.476 2.3375 15.29 2.246C13.9482 1.58525 12.5045 1.25 11 1.25C5.624 1.25 1.25 5.624 1.25 11C1.25 13.5485 2.231 15.9605 4.0115 17.7927C4.085 17.8678 4.1825 17.906 4.28 17.906Z" fill="white"/>
  12364.            <path d="M14.1973 17.378C14.114 17.189 13.895 17.1035 13.703 17.1852C12.848 17.5602 11.939 17.75 11 17.75C7.2785 17.75 4.25 14.7215 4.25 11C4.25 7.2785 7.2785 4.25 11 4.25C12.41 4.25 13.7615 4.682 14.9083 5.50025C15.077 5.621 15.311 5.582 15.431 5.4125C15.551 5.24375 15.512 5.00975 15.3433 4.88975C14.069 3.98075 12.5667 3.5 11 3.5C6.8645 3.5 3.5 6.8645 3.5 11C3.5 15.1355 6.8645 18.5 11 18.5C12.0433 18.5 13.0542 18.2885 14.0037 17.8722C14.1935 17.789 14.2805 17.5677 14.1973 17.378Z" fill="white"/>
  12365.          </svg>
  12366.        </div>
  12367.        <div class="loading-copy">Just a sprinkle of tech magic before your runway-worthy styles are revealed.</div>
  12368.      </div>
  12369.    </div>
  12370.  </div>
  12371.  <div class="assistant-input">
  12372.    <svg
  12373.      class="assistant-reset"
  12374.      xmlns="http://www.w3.org/2000/svg"
  12375.      width="48"
  12376.      height="48"
  12377.      viewBox="0 0 48 48"
  12378.      fill="none"
  12379.      onclick="resetChat()"
  12380.    >
  12381.      <circle class='reset-circle' cx="24" cy="24" r="24" fill="#EEEDED"/>
  12382.      <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
  12383.        <path class='reset-arrow' fill-rule="evenodd" clip-rule="evenodd" style="transform: translate(12px, 12px);"d="M12.975 8.25C13.125 8.4 13.3125 8.475 13.5 8.475C13.725 8.475 13.9125 8.4 14.025 8.25C14.325 7.95 14.325 7.5 14.025 7.2L11.9208 5.09582C11.9468 5.09859 11.9733 5.10001 12.0001 5.10001C16.6876 5.10001 20.5126 8.92501 20.5126 13.6125C20.5126 18.3 16.6876 22.125 12.0001 22.125C7.31255 22.125 3.48755 18.3 3.48755 13.6125C3.48755 13.2 3.15005 12.8625 2.73755 12.8625C2.32505 12.8625 1.98755 13.2 1.98755 13.6125C1.98755 19.125 6.48755 23.625 12.0001 23.625C17.5126 23.625 22.0126 19.125 22.0126 13.6125C22.0126 8.1249 17.5531 3.64067 12.0747 3.60028L14.025 1.65C14.325 1.35 14.325 0.9 14.025 0.6C13.725 0.3 13.275 0.3 12.975 0.6L9.67495 3.9C9.37495 4.2 9.37495 4.65 9.67495 4.95L12.975 8.25ZM11.2535 4.4215L11.25 4.425L11.2542 4.42929C11.254 4.4267 11.2537 4.4241 11.2535 4.4215Z" fill="#BDBDBD"/>
  12384.      </svg>
  12385.    </svg>
  12386.    <div class="input-container">
  12387.      <input id="assistant-text-input" type="text" placeholder="Ask me anything">
  12388.      <svg
  12389.        id="assistant-input-button"
  12390.        style="margin-right: 13px;"
  12391.        xmlns="http://www.w3.org/2000/svg"
  12392.        width="36"
  12393.        height="36"
  12394.        viewBox="0 0 36 36"
  12395.        fill="none"
  12396.      >
  12397.        <circle class='submit-circle' cx="18" cy="18" r="18" fill="#EEEDED"/>
  12398.        <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none">
  12399.          <path class='submit-arrow' fill-rule="evenodd" style="transform: translate(10px, 10px); clip-rule="evenodd" d="M13.902 5.43075C14.032 5.56074 14.032 5.77209 13.902 5.90208C13.772 6.03208 13.5607 6.03208 13.4307 5.90208L8.66673 1.13817V15.6667C8.66673 15.8507 8.51739 16 8.33339 16C8.14939 16 8.00005 15.8507 8.00005 15.6667V1.13752L3.23545 5.90208C3.10546 6.03208 2.89415 6.03208 2.76412 5.90212C2.69943 5.83743 2.66677 5.75212 2.66677 5.66677C2.66677 5.58143 2.69946 5.49612 2.76412 5.43078L8.0974 0.0974988C8.22739 -0.0324996 8.43874 -0.0324996 8.56873 0.0974988L13.902 5.43075Z" fill="#BDBDBD"/>
  12400.        </svg>
  12401.      </svg>
  12402.    </div>
  12403.  </div>
  12404. </div>
  12405. <div class="modal assistant-modal-overlay"></div>
  12406.            
  12407. <div id="beta-chat-modal">
  12408.  <div class="beta-title-container">          
  12409.    <div class="beta-title">Beta</div>
  12410.      <div class="close-beta-chat" onclick="closeBetaModal()">
  12411.      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
  12412.        <path d="M0.166174 15.8324C0.27336 15.9397 0.418807 16 0.570476 16C0.722144 16 0.867592 15.9397 0.974778 15.8324L7.99792 8.8099L15.0239 15.8324C15.1684 15.9768 15.3789 16.0333 15.5762 15.9804C15.7735 15.9275 15.9276 15.7734 15.9805 15.5761C16.0334 15.3788 15.977 15.1683 15.8325 15.0239L8.80652 8.00136L15.8297 0.975985C16.0529 0.752715 16.0529 0.390723 15.8297 0.167453C15.6064 -0.0558175 15.2443 -0.0558175 15.0211 0.167453L7.99792 7.19283L0.971921 0.17031C0.745191 -0.0238393 0.407216 -0.0107859 0.196139 0.200272C-0.0149375 0.41133 -0.027992 0.749276 0.166174 0.975985L7.18931 8.00136L0.166174 15.0267C-0.0553913 15.2496 -0.0553913 15.6095 0.166174 15.8324Z" fill="black"/>
  12413.      </svg>
  12414.    </div>
  12415.  </div>
  12416.  <div class="beta-header">Introducing our innovative beta feature: AI search assistant!</div>
  12417.  <div class="beta-text">
  12418.    <br/>
  12419.    The Shopping Assistant is an AI-powered tool designed to help you find products, provide information about items and suggest recommendations based on your specific questions. This new feature delivers prompt answers to your queries in a chat interface and helps you dig deeper and explore more with suggested follow-on searches.
  12420.    <br/><br/>
  12421.    This software is currently in a beta phase. We will continue to improve and expand this experience based on your feedback. We appreciate your collaboration in refining this product before its official release. As we continue to develop this feature, you can expect regular updates that enhance performance and introduce new functionalities.
  12422.    <br/><br/>
  12423.    Join us in shaping the future of shopping!
  12424.  </div>
  12425. </div>
  12426.        
  12427. <div id="reset-chat-modal">
  12428.  <div class="close-reset-chat" onclick="closeResetModal()">
  12429.    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
  12430.      <path d="M0.166174 15.8324C0.27336 15.9397 0.418807 16 0.570476 16C0.722144 16 0.867592 15.9397 0.974778 15.8324L7.99792 8.8099L15.0239 15.8324C15.1684 15.9768 15.3789 16.0333 15.5762 15.9804C15.7735 15.9275 15.9276 15.7734 15.9805 15.5761C16.0334 15.3788 15.977 15.1683 15.8325 15.0239L8.80652 8.00136L15.8297 0.975985C16.0529 0.752715 16.0529 0.390723 15.8297 0.167453C15.6064 -0.0558175 15.2443 -0.0558175 15.0211 0.167453L7.99792 7.19283L0.971921 0.17031C0.745191 -0.0238393 0.407216 -0.0107859 0.196139 0.200272C-0.0149375 0.41133 -0.027992 0.749276 0.166174 0.975985L7.18931 8.00136L0.166174 15.0267C-0.0553913 15.2496 -0.0553913 15.6095 0.166174 15.8324Z" fill="black"/>
  12431.    </svg>
  12432.  </div>                
  12433.  <div class="reset-title">Reset</div>
  12434.  <div class="reset-text">Reset your search to start a whole new conversation?</div>
  12435.  <div class="reset-button-wrap">
  12436.    <button class="btn-primary reset-button" onclick="confirmReset()">YES, RESET</button>
  12437.    <div class="reset-cancel" onclick="closeResetModal()">Cancel</div>
  12438.  </div>
  12439. </div>
  12440.            
  12441. <script>
  12442.  const promptsQuery = `{ allShoppingAssistantPrompts { text } }`;
  12443.  const chatHistory = [];
  12444.      
  12445.  setTimeout(function() {  window.BackgroundLazyLoader(); }, 200)
  12446.  
  12447.  $(document).ready(function() {
  12448.    $(".shoppingAssistantTrigger").click(function (event) {
  12449.        event.stopImmediatePropagation();
  12450.  
  12451.        $(".assistant-container").show();
  12452.        $('body').css('overflow', 'hidden');
  12453.  
  12454.        fetch('https://graphql.datocms.com/',
  12455.        {
  12456.          method: 'POST',
  12457.          headers: {
  12458.            'Content-Type': 'application/json',
  12459.            'Accept': 'application/json',
  12460.            'Authorization': `Bearer 1099c1c0a613651c486503c8c1b934`
  12461.          },
  12462.          body: JSON.stringify({ query: promptsQuery }),
  12463.        })
  12464.        .then(res => res.json())
  12465.        .then((res) => {
  12466.          addPrompts(res.data.allShoppingAssistantPrompts)
  12467.        })
  12468.        .catch((error) => {
  12469.          console.log(error);
  12470.        });
  12471.  
  12472.        if ($(window).width() > 767) {
  12473.          if ($('header').hasClass('site-header--stuck')) {
  12474.            $('.assistant-container').css('top', '68px');
  12475.          } else {
  12476.            $('.assistant-container').css('top', `${$('#shopify-section-header').innerHeight()}px`);
  12477.          }
  12478.        }
  12479.  
  12480.        $("#searchSuggestionsUL").html("");
  12481.        $("#searchSuggestions").hide();
  12482.        $("#searchPopParent").hide();
  12483.  
  12484.        $(".gray-overlay").hide();
  12485.        $(".close-search").hide();
  12486.        $(".search-mag-icon").show();
  12487.        $('.site-header__search-input').removeClass('is-active');
  12488.        $(".button-search").val("");
  12489.        $(".button-search").attr("placeholder","Search");
  12490.  
  12491.      
  12492.        if (window.innerWidth < 767) {
  12493.          $('body').css('position', 'fixed');
  12494.        }
  12495.  
  12496.        $('#assistant-text-input').on("keypress", function(e) {
  12497.          if (e.keyCode == 13) {
  12498.            const query = e.currentTarget.value;
  12499.            
  12500.            if (query.length > 0) {
  12501.              fetchResponse(query);
  12502.            }
  12503.            
  12504.            $('#assistant-text-input').val('');
  12505.            return false;
  12506.          }
  12507.        });
  12508.  
  12509.        $('#assistant-input-button').on("click", function(e) {
  12510.          if ($('#assistant-text-input')[0].value.length > 0) {
  12511.            const query = $('#assistant-text-input')[0].value;
  12512.            
  12513.            if (query.length > 0) {
  12514.              fetchResponse(query);
  12515.            }
  12516.            
  12517.            $('#assistant-text-input').val('');
  12518.          }
  12519.        });
  12520.  
  12521.        $('#assistant-text-input').on('input', function(e) {
  12522.          if (e.target.value.length > 0) {
  12523.            $('.submit-circle').css('fill', 'black');
  12524.            $('.submit-arrow').css('fill', 'white');
  12525.          } else {
  12526.            $('.submit-circle').css('fill', '#EEEDED');
  12527.            $('.submit-arrow').css('fill', '#BDBDBD');
  12528.          }
  12529.        });
  12530.  
  12531.        $('#assistant-text-input').on('click', function(e) {
  12532.          $('input[type="search"]').attr("disabled", "disabled");
  12533.          $(this).focus();
  12534.        });
  12535.  
  12536.        $('#assistant-text-input').on('focusout', function(e) {
  12537.          $('input[type="search"]').attr("disabled", false);
  12538.        });
  12539.      
  12540.        setTimeout(function() {  _satellite.track("AISearchClick"); }, 500)
  12541.  
  12542.        return false;
  12543.    });
  12544.  });
  12545.  
  12546.  const addPrompts = (prompts) => {
  12547.    const promptsReversed = prompts.reverse()
  12548.    promptsReversed.forEach((prompt) => {
  12549.      $('.assistant-content-title').after(`<div class='prompt-text' onclick='selectPrompt(this)'>${prompt.text}</div>`);
  12550.    })
  12551.  };
  12552.  
  12553.  
  12554.  const fetchResponse = (query) => {
  12555.    var encodedQuery = $('<div />').text(query).html();
  12556.    const chatQuery = `<div class='chat-query'>${encodedQuery}</div>`;
  12557.    $('.assistant-content-container').append(chatQuery);
  12558.  
  12559.    $('.submit-circle').css('fill', '#EEEDED');
  12560.    $('.submit-arrow').css('fill', '#BDBDBD');
  12561.    $('.prompt-text').hide();
  12562.    $('.assistant-content-title').hide();
  12563.    disableInputs();
  12564.    showLoader();
  12565.  
  12566.    $('.assistant-container').animate({
  12567.      scrollTop: $('.assistant-container').prop('scrollHeight')
  12568.    }, 1000);
  12569.    
  12570.    fetch('https://spo-partner-api.azure-api.net/ai-chat/v3/',
  12571.    {
  12572.      method: 'POST',
  12573.      headers: {
  12574.        'Content-Type': 'application/json',
  12575.        'Accept': 'application/json',
  12576.        'Ocp-Apim-Subscription-Key': '1bba7d6077014bedabd84bf5eb6fd149'
  12577.      },
  12578.      body: JSON.stringify({"question": encodedQuery,"chat_history": chatHistory }),
  12579.    })
  12580.    .then(res => res.json())
  12581.    .then((data) => {
  12582.      appendResponse(encodedQuery, data)
  12583.    })
  12584.    .catch((error) => {
  12585.      console.log(error);
  12586.    });
  12587.  }
  12588.  
  12589.  const selectPrompt = (prompt) => {
  12590.    const query = $(prompt).text();
  12591.    fetchResponse(query);
  12592.  }
  12593.  
  12594.  const showLoader = () => {
  12595.    $('.assistant-loading').show();
  12596.    $('.assistant-loading').slick({
  12597.      arrows: false,
  12598.      infinite: true,
  12599.      slidesToShow: 1,
  12600.      slidesToScroll: 1,
  12601.      autoplay: true,
  12602.      autoplaySpeed: 2000,
  12603.      slide: '.loading-container'
  12604.    });        
  12605.    $('.assistant-loading').slick('slickGoTo', 1, true);
  12606. $('.assistant-loading').slick('slickGoTo', 0, true);
  12607.  }
  12608.  
  12609.  const hideLoader = () => {
  12610.    $('.assistant-loading').hide();
  12611.    $('.assistant-loading').slick('unslick');
  12612.  }
  12613.  
  12614.  const enableInputs = () => {
  12615.    $('#assistant-text-input').on("keypress", function(e) {
  12616.      if (e.keyCode == 13) {
  12617.        const query = e.currentTarget.value;
  12618.        
  12619.        if (query.length > 0) {
  12620.          fetchResponse(query);
  12621.        }
  12622.        
  12623.        $('#assistant-text-input').val('');
  12624.        return false;
  12625.      }
  12626.    });
  12627.  
  12628.    $('#assistant-input-button').on("click", function(e) {
  12629.      if ($('#assistant-text-input')[0].value.length > 0) {
  12630.        const query = $('#assistant-text-input')[0].value;
  12631.        
  12632.        if (query.length > 0) {
  12633.          fetchResponse(query);
  12634.        }
  12635.        
  12636.        $('#assistant-text-input').val('');
  12637.      }
  12638.    });
  12639.  }
  12640.  
  12641.  const disableInputs = () => {
  12642.    $('#assistant-text-input').off("keypress");
  12643.    $('#assistant-input-button').off("click");
  12644.  }
  12645.  
  12646.  const hideAssistant = () => {
  12647.    $('.assistant-container').hide();
  12648.    $('body').css('position', '');
  12649.    $('body').css('overflow', 'auto');
  12650.  }
  12651.  
  12652.  const openBetaModal = () => {
  12653.    $('.assistant-modal-overlay').show();
  12654.    $('#beta-chat-modal').show();
  12655.  }
  12656.  
  12657.  const resetChat = () => {
  12658.    if (chatHistory.length > 0) {
  12659.      $('.assistant-modal-overlay').show();
  12660.      $('#reset-chat-modal').show();
  12661.    }
  12662.  }
  12663.  
  12664.  const closeResetModal = () => {
  12665.    $('.assistant-modal-overlay').hide();
  12666.    $('#reset-chat-modal').hide();
  12667.  }
  12668.  
  12669.  const closeBetaModal = () => {
  12670.    $('.assistant-modal-overlay').hide();
  12671.    $('#beta-chat-modal').hide();
  12672.  }
  12673.  
  12674.  const confirmReset = () => {
  12675.    $('.assistant-content-container').children().not('.assistant-content-title, .prompt-text').each(function() {
  12676.      $(this).remove();
  12677.    });
  12678.    
  12679.    $('.assistant-content-title').show();
  12680.    $('.prompt-text').show();
  12681.    $('.reset-arrow').css('fill', '#BDBDBD');
  12682.    $('#assistant-text-input').attr('placeholder', 'Ask me anything');
  12683.    chatHistory.length = 0;
  12684.  
  12685.    $('.assistant-modal-overlay').hide();
  12686.    $('#reset-chat-modal').hide();
  12687.  }
  12688.  
  12689.  const appendResponse = (query, data) => {
  12690.    if (!data.chat_response) {
  12691.      const errorResponse = `<div class='follow-up-response'>
  12692.        <p class='full-response'>Uh-oh! Looks like our assistant came up empty-handed. Adjust your search and let's try this again.</p>
  12693.      </div>`;
  12694.  
  12695.      $('.assistant-content-container').append(errorResponse);
  12696.      hideLoader();
  12697.      enableInputs();
  12698.      return;
  12699.    }
  12700.    
  12701.    hideLoader();
  12702.    enableInputs();
  12703.    $('#assistant-text-input').attr('placeholder', 'Ask a follow up question');
  12704.  
  12705.    chatHistory.push({
  12706.      'inputs': {
  12707.        'question': query
  12708.      },
  12709.      'outputs': {
  12710.        'answer': data.chat_response
  12711.      }
  12712.    });
  12713.    $('.assistant-container').animate({
  12714.      scrollTop: $('.assistant-container').prop('scrollHeight')
  12715.    }, 1000);
  12716.  
  12717.    $('.reset-arrow').css('fill', 'black');
  12718.  
  12719.    let hasShortResponse = false;
  12720.    let shortResponse;
  12721.    const fullResponse = data.chat_response;
  12722.      
  12723.    if (data.chat_response.length > 450 && $(window).width() > 767) {
  12724.      hasShortResponse = true;
  12725.      shortResponse = fullResponse.substring(0, 450) + ' ...';
  12726.    } else if (data.chat_response.length > 120 && $(window).width() < 768){
  12727.      hasShortResponse = true;
  12728.      shortResponse = fullResponse.substring(0, 140) + ' ...';
  12729.    }
  12730.  
  12731.    let hasShortFollowResponse = false;
  12732.    let shortFollowResponse;
  12733.    const fullFollowResponse = data.follow_up ? data.follow_up : '';
  12734.      
  12735.    if (data.chat_response.length > 450 && $(window).width() > 767) {
  12736.      hasShortFollowResponse = true;
  12737.      shortFollowResponse = fullFollowResponse.substring(0, 450) + ' ...';
  12738.    } else if (data.chat_response.length > 120 && $(window).width() < 768){
  12739.      hasShortFollowResponse = true;
  12740.      shortFollowResponse = fullFollowResponse.substring(0, 140) + ' ...';
  12741.    }
  12742.    
  12743.    const chatResponse = hasShortResponse ? `
  12744.    <div class='chat-response'>
  12745.      <p class='short-response'>${shortResponse}</p>
  12746.      <p class='full-response' style='display: none;'>${fullResponse}</p>
  12747.      <a href='javascript:void(0);' onclick='readMoreChat(this)' class='read-more-chat'>read more</a>
  12748.    </div>` :
  12749.    `<div class='chat-response'>
  12750.      <p class='full-response'>${fullResponse}</p>
  12751.    </div>`;
  12752.    let productCarousel = `<div class='assistant-product-carousel'>`;
  12753.    const followUpResponse = hasShortFollowResponse ?
  12754.      `
  12755.      <div class='follow-up-response'>
  12756.        <p class='short-follow-response'>${shortFollowResponse}</p>
  12757.        <p class='full-follow-response' style='display: none;'>${fullFollowResponse}</p>
  12758.        <a href='javascript:void(0);' onclick='readMoreFollow(this)' class='read-more-follow'>read more</a>
  12759.      </div>` :
  12760.    `<div class='follow-up-response'>
  12761.      <p class='full-follow-response'>${fullFollowResponse}</p>
  12762.    </div>`;
  12763.  
  12764.    for (const product of data.products) {
  12765.      if ($(window).width() < 768) {
  12766.        imgSize = '_390x';
  12767.      } else {
  12768.        imgSize = '_275x';
  12769.      }
  12770.  
  12771.      if (product.Images.length > 0) {
  12772.        imgUrl = product.Images[0].replace(/(\.[^.]*)$/,imgSize+"$1");
  12773.      }
  12774.      
  12775.      productCarousel += `
  12776.      <a class="assistant-product" href=${window.location.origin}/products/${product.Handle} target="_blank">
  12777.          <div class="assistant-product-container">
  12778.            <div class="assistant-product-overlay"></div>
  12779.            <div class="lazyloaded assistant-product-img" data-background-image-url="${imgUrl}" style="background-image: url(${imgUrl})"></div>
  12780.          </div>
  12781.          <div class="assistant-product-brand">${product.Brand}</div>
  12782.          <div class="assistant-product-sale">$${product.Price.toFixed(2)}</div><div class="assistant-product-price">$${product.CompareAtPrice}</div>
  12783.      </a>
  12784.      `;
  12785.    }
  12786.  
  12787.    productCarousel += '</div>';
  12788.  
  12789.    $('.assistant-content-container').append(chatResponse);
  12790.    if (productCarousel.length > 0) {
  12791.      $('.assistant-content-container').append(productCarousel);
  12792.    }
  12793.    $('.assistant-content-container').append(followUpResponse);
  12794.  
  12795.    setTimeout(function() {
  12796.      $('.assistant-product-carousel').fadeIn();
  12797.  
  12798.      $('.assistant-product-carousel').each(function() {
  12799.        $(this).not('.slick-initialized').slick({
  12800.          infinite: false,
  12801.          slidesToShow: 7,
  12802.          slidesToScroll: 1,
  12803.          prevArrow: `<svg class="assistant-carousel-button buttons-prev slick-arrow" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" style="">
  12804.              <circle cx="24" cy="24" r="24" fill="white"></circle>
  12805.              <g clip-path="url(#clip0_4854_37336)">
  12806.                  <path d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z" fill="black"></path>
  12807.              </g>
  12808.              <defs>
  12809.                  <clipPath id="clip0_4854_37336">
  12810.                      <rect width="24" height="24" fill="white" transform="translate(8 12)"></rect>
  12811.                  </clipPath>
  12812.              </defs>
  12813.          </svg>`,
  12814.          nextArrow: `<svg class="assistant-carousel-button buttons-next slick-arrow" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" style="">
  12815.              <circle cx="24" cy="24" r="24" fill="white"></circle>
  12816.              <g clip-path="url(#clip0_4854_37336)">
  12817.                  <path d="M32.0123 24.5123C32.01 24.777 31.9049 25.0305 31.7193 25.2193L21.7193 35.2193C21.5307 35.4014 21.2781 35.5022 21.0159 35.5C20.7537 35.4977 20.5029 35.3925 20.3175 35.2071C20.1321 35.0217 20.0269 34.7709 20.0246 34.5087C20.0223 34.2465 20.1231 33.9939 20.3053 33.8053L29.5983 24.5123L20.3053 15.2193C20.2098 15.127 20.1336 15.0167 20.0812 14.8947C20.0288 14.7727 20.0012 14.6415 20 14.5087C19.9989 14.3759 20.0242 14.2442 20.0745 14.1213C20.1247 13.9984 20.199 13.8868 20.2929 13.7929C20.3868 13.699 20.4984 13.6247 20.6213 13.5745C20.7442 13.5242 20.8759 13.4989 21.0087 13.5C21.1415 13.5012 21.2727 13.5288 21.3947 13.5812C21.5167 13.6336 21.627 13.7098 21.7193 13.8053L31.7193 23.8053C31.9049 23.9941 32.01 24.2475 32.0123 24.5123Z" fill="black"></path>
  12818.              </g>
  12819.              <defs>
  12820.                  <clipPath id="clip0_4854_37336">
  12821.                      <rect width="24" height="24" fill="white" transform="translate(8 12)"></rect>
  12822.                  </clipPath>
  12823.              </defs>
  12824.          </svg>`,
  12825.          responsive: [
  12826.            {
  12827.              breakpoint: 769,
  12828.              settings: {
  12829.                slidesToShow: 2.3,
  12830.                slidesToScroll: 2
  12831.              }
  12832.            }
  12833.          ]
  12834.        });
  12835.      });
  12836.    }, 200);
  12837.  }
  12838.  
  12839.  const readMoreChat = (e) => {
  12840.    if ($(e).siblings('.full-response').is(":visible")) {
  12841.      $(e).text('read more');
  12842.      $(e).insertAfter($(e).siblings('.short-response'));
  12843.      $(e).siblings('.full-response').hide();
  12844.      $(e).siblings('.short-response').css('display', 'inline');
  12845.    } else {
  12846.      $(e).text('read less');
  12847.      $(e).insertAfter($(e).siblings('.full-response'));
  12848.      $(e).siblings('.short-response').hide();
  12849.      $(e).siblings('.full-response').css('display', 'inline');
  12850.    }
  12851.  }
  12852.  
  12853.  const readMoreFollow = (e) => {
  12854.    if ($(e).siblings('.full-follow-response').is(":visible")) {
  12855.      $(e).text('read more');
  12856.      $(e).insertAfter($(e).siblings('.short-follow-response'));
  12857.      $(e).siblings('.full-follow-response').hide();
  12858.      $(e).siblings('.short-follow-response').css('display', 'inline');
  12859.    } else {
  12860.      $(e).text('read less');
  12861.      $(e).insertAfter($(e).siblings('.full-follow-response'));
  12862.      $(e).siblings('.short-follow-response').hide();
  12863.      $(e).siblings('.full-follow-response').css('display', 'inline');
  12864.    }
  12865.  }
  12866. </script>
  12867.  
  12868.  <link href="css/image-search867d.css?v=110628919139452026881742227118" rel="stylesheet" type="text/css" media="all" />
  12869. <div id="modal_overlay_imgsearch" class="modal"></div>
  12870. <div id="modal_imgsearch" style="display:none">
  12871.  <div class="closeimgsearch" onclick="closeImgSearch();">
  12872.    
  12873.  
  12874. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  12875. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  12876. </svg>
  12877.  
  12878.  </div>
  12879.  <div class="imgsearch-title">
  12880.    Search with Photo
  12881.  </div>
  12882.  <div id="imgsearch-content" class="imgsearch-content">
  12883.      <div class="imgsearch-copy copy1">
  12884.        See how it works: select a photo below to shop similar items.
  12885.      </div>
  12886.      <div class="imgsearch-img-wrap">
  12887.        <div class="top-row">
  12888.          <img class="img1 imgsearch-img lazyload" data-src='png/rectangle_145_1de4a.png?v=1696533842'/>
  12889.          <img class="img2 imgsearch-img lazyload" data-src='png/rectangle_1462e7b.png?v=1696533841'/>
  12890.          <img class="img3 imgsearch-img lazyload" data-src='png/rectangle_1472e7b.png?v=1696533841'/>
  12891.        </div>
  12892.        <div class="bottom-row">
  12893.          <img class="img4 imgsearch-img lazyload" data-src='png/rectangle_1482e7b.png?v=1696533841'/>
  12894.          <img class="img5 imgsearch-img lazyload" data-src='png/rectangle_1492e7b.png?v=1696533841'/>
  12895.          <img class="img6 imgsearch-img lazyload" data-src='png/rectangle_150de4a.png?v=1696533842'/>
  12896.        </div>
  12897.      </div>
  12898.      <div class="imgsearch-copy copy2">
  12899.        Upload a photo to shop similar items.
  12900.      </div>
  12901.      <div class="btn-primary imgsearch-btn imgsearch-btn-dsk" onclick="btnselectphotoclick()">
  12902.        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  12903.          <g clip-path="url(#clip0_12220_24910)"><path d="M17.453 24C17.285 24 17.113 23.979 16.943 23.934L1.48002 19.793C0.420015 19.501 -0.211985 18.403 0.0660152 17.343L2.01702 10.071C2.08902 9.804 2.36302 9.649 2.62902 9.717C2.89602 9.788 3.05402 10.063 2.98302 10.329L1.03302 17.599C0.894015 18.129 1.21202 18.681 1.74302 18.828L17.2 22.967C17.731 23.107 18.279 22.791 18.417 22.263L19.198 19.369C19.27 19.102 19.544 18.943 19.811 19.016C20.078 19.088 20.235 19.363 20.164 19.629L19.384 22.519C19.149 23.409 18.339 24 17.453 24Z" fill="white"/><path d="M22 18H6C4.897 18 4 17.103 4 16V4C4 2.897 4.897 2 6 2H22C23.103 2 24 2.897 24 4V16C24 17.103 23.103 18 22 18ZM6 3C5.449 3 5 3.449 5 4V16C5 16.551 5.449 17 6 17H22C22.551 17 23 16.551 23 16V4C23 3.449 22.551 3 22 3H6Z" fill="white"/><path d="M9 9C7.897 9 7 8.103 7 7C7 5.897 7.897 5 9 5C10.103 5 11 5.897 11 7C11 8.103 10.103 9 9 9ZM9 6C8.449 6 8 6.449 8 7C8 7.551 8.449 8 9 8C9.551 8 10 7.551 10 7C10 6.449 9.551 6 9 6Z" fill="white"/><path d="M4.57007 16.93C4.44207 16.93 4.31407 16.881 4.21607 16.784C4.02107 16.589 4.02107 16.272 4.21607 16.077L8.93907 11.354C9.50507 10.788 10.4941 10.788 11.0601 11.354L12.4661 12.76L16.3581 8.09C16.6411 7.751 17.0571 7.554 17.5001 7.55H17.5111C17.9491 7.55 18.3641 7.74 18.6501 8.073L23.8801 14.175C24.0601 14.384 24.0361 14.7 23.8261 14.88C23.6171 15.06 23.3021 15.037 23.1211 14.826L17.8911 8.724C17.7941 8.612 17.6601 8.55 17.5111 8.55C17.4071 8.541 17.2241 8.613 17.1271 8.73L12.8841 13.821C12.7941 13.929 12.6631 13.994 12.5221 14C12.3801 14.01 12.2451 13.954 12.1461 13.854L10.3531 12.061C10.1641 11.873 9.83507 11.873 9.64607 12.061L4.92307 16.784C4.82607 16.881 4.69807 16.93 4.57007 16.93Z" fill="white"/></g><defs><clipPath id="clip0_12220_24910"><rect width="24" height="24" fill="white"/></clipPath></defs>
  12904.        </svg>
  12905.        SELECT PHOTO
  12906.      </div>
  12907.      <div class="imgsearch-btn-mbl">
  12908.        <div class="btn-primary imgsearch-btn imgsearch-btn-tp" onclick="btntakephotoclick()">
  12909.          <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_16526_44038)"><path d="M10 5.5C9.0111 5.5 8.0444 5.79325 7.22215 6.34265C6.39991 6.89206 5.75904 7.67295 5.3806 8.58658C5.00217 9.50021 4.90315 10.5055 5.09608 11.4755C5.289 12.4454 5.76521 13.3363 6.46447 14.0355C7.16373 14.7348 8.05465 15.211 9.02455 15.4039C9.99446 15.5969 10.9998 15.4978 11.9134 15.1194C12.827 14.741 13.6079 14.1001 14.1574 13.2779C14.7068 12.4556 15 11.4889 15 10.5C15 9.17392 14.4732 7.90215 13.5355 6.96447C12.5979 6.02678 11.3261 5.5 10 5.5ZM10 14.5C9.20888 14.5 8.43552 14.2654 7.77772 13.8259C7.11993 13.3864 6.60723 12.7616 6.30448 12.0307C6.00173 11.2998 5.92252 10.4956 6.07686 9.71964C6.2312 8.94372 6.61216 8.23098 7.17157 7.67157C7.73098 7.11216 8.44372 6.7312 9.21964 6.57686C9.99557 6.42252 10.7998 6.50173 11.5307 6.80448C12.2616 7.10723 12.8864 7.61992 13.3259 8.27772C13.7654 8.93552 14 9.70888 14 10.5C14 11.5609 13.5786 12.5783 12.8284 13.3284C12.0783 14.0786 11.0609 14.5 10 14.5Z" fill="white"/><path d="M16.5 3.5H14.31L13.895 2.67C13.7048 2.32984 13.4309 2.04386 13.0993 1.83912C12.7677 1.63438 12.3893 1.51765 12 1.5H8C7.61068 1.51765 7.2323 1.63438 6.90069 1.83912C6.56908 2.04386 6.29521 2.32984 6.105 2.67L5.69 3.5H3.5C2.57174 3.5 1.6815 3.86875 1.02513 4.52513C0.368749 5.1815 0 6.07174 0 7V15C0 15.9283 0.368749 16.8185 1.02513 17.4749C1.6815 18.1313 2.57174 18.5 3.5 18.5H16.5C17.4283 18.5 18.3185 18.1313 18.9749 17.4749C19.6313 16.8185 20 15.9283 20 15V7C20 6.07174 19.6313 5.1815 18.9749 4.52513C18.3185 3.86875 17.4283 3.5 16.5 3.5ZM19 15C19 15.663 18.7366 16.2989 18.2678 16.7678C17.7989 17.2366 17.163 17.5 16.5 17.5H3.5C2.83696 17.5 2.20107 17.2366 1.73223 16.7678C1.26339 16.2989 1 15.663 1 15V7C1 6.33696 1.26339 5.70107 1.73223 5.23223C2.20107 4.76339 2.83696 4.5 3.5 4.5H6C6.09233 4.49972 6.18279 4.47388 6.26133 4.42534C6.33988 4.3768 6.40345 4.30746 6.445 4.225L7 3.12C7.10495 2.94422 7.25054 2.79617 7.42454 2.68829C7.59854 2.58041 7.79588 2.51584 8 2.5H12C12.2041 2.51584 12.4015 2.58041 12.5755 2.68829C12.7495 2.79617 12.895 2.94422 13 3.12L13.555 4.225C13.5965 4.30746 13.6601 4.3768 13.7387 4.42534C13.8172 4.47388 13.9077 4.49972 14 4.5H16.5C17.163 4.5 17.7989 4.76339 18.2678 5.23223C18.7366 5.70107 19 6.33696 19 7V15Z" fill="white"/></g><defs><clipPath id="clip0_16526_44038"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>
  12910.          TAKE PHOTO
  12911.        </div>
  12912.        <div class="btn-secondary imgsearch-btn imgsearch-btn-sp" onclick="btnselectphotoclick()">
  12913.          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_16526_44044)"><path d="M17.453 23.9999C17.285 23.9999 17.113 23.9789 16.943 23.9339L1.48002 19.7929C0.420015 19.5009 -0.211985 18.4029 0.0660152 17.3429L2.01702 10.0709C2.08902 9.8039 2.36302 9.6489 2.62902 9.7169C2.89602 9.7879 3.05402 10.0629 2.98302 10.3289L1.03302 17.5989C0.894015 18.1289 1.21202 18.6809 1.74302 18.8279L17.2 22.9669C17.731 23.1069 18.279 22.7909 18.417 22.2629L19.198 19.3689C19.27 19.1019 19.544 18.9429 19.811 19.0159C20.078 19.0879 20.235 19.3629 20.164 19.6289L19.384 22.5189C19.149 23.4089 18.339 23.9999 17.453 23.9999Z" fill="black"/><path d="M22 18H6C4.897 18 4 17.103 4 16V4C4 2.897 4.897 2 6 2H22C23.103 2 24 2.897 24 4V16C24 17.103 23.103 18 22 18ZM6 3C5.449 3 5 3.449 5 4V16C5 16.551 5.449 17 6 17H22C22.551 17 23 16.551 23 16V4C23 3.449 22.551 3 22 3H6Z" fill="black"/><path d="M9 9C7.897 9 7 8.103 7 7C7 5.897 7.897 5 9 5C10.103 5 11 5.897 11 7C11 8.103 10.103 9 9 9ZM9 6C8.449 6 8 6.449 8 7C8 7.551 8.449 8 9 8C9.551 8 10 7.551 10 7C10 6.449 9.551 6 9 6Z" fill="black"/><path d="M4.56995 16.93C4.44195 16.93 4.31395 16.881 4.21595 16.784C4.02095 16.589 4.02095 16.272 4.21595 16.077L8.93895 11.354C9.50495 10.788 10.494 10.788 11.06 11.354L12.466 12.76L16.358 8.09005C16.641 7.75105 17.057 7.55405 17.5 7.55005H17.511C17.949 7.55005 18.364 7.74005 18.65 8.07305L23.88 14.175C24.06 14.384 24.036 14.7 23.826 14.88C23.617 15.06 23.302 15.037 23.121 14.826L17.891 8.72405C17.794 8.61205 17.66 8.55005 17.511 8.55005C17.407 8.54105 17.224 8.61305 17.127 8.73005L12.884 13.821C12.794 13.929 12.663 13.994 12.522 14C12.38 14.01 12.245 13.954 12.146 13.854L10.353 12.061C10.164 11.873 9.83495 11.873 9.64595 12.061L4.92295 16.784C4.82595 16.881 4.69795 16.93 4.56995 16.93Z" fill="black"/></g><defs><clipPath id="clip0_16526_44044"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>
  12914.          SELECT PHOTO
  12915.        </div>
  12916.      </div>
  12917.      <input id="file-choose" type="file" class="file-choose" style="display:none">
  12918.      <input id="file-capture" type="file" class="file-capture" accept="image/*" capture="camera" style="display:none">
  12919.  </div>
  12920.  <div id="imgsearch-invalid" class="imgsearch-invalid">
  12921.    <svg style="margin-top: 175px" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
  12922.        <g clip-path="url(#clip0_16416_156889)"><path d="M30.7516 20.0031C30.5463 20.0031 30.3448 19.9193 30.1996 19.7737C30.054 19.6282 29.9707 19.4264 29.9707 19.2203C29.9707 19.0145 30.054 18.8127 30.1996 18.6671C30.3448 18.5216 30.5463 18.4378 30.7516 18.4378C30.9573 18.4378 31.1588 18.5216 31.304 18.6671C31.4493 18.8127 31.5329 19.0145 31.5329 19.2203C31.5329 19.4264 31.4493 19.6282 31.304 19.7737C31.1588 19.9193 30.9573 20.0031 30.7516 20.0031Z" fill="black"/><path d="M36.6312 37.8333H3.36884C2.15271 37.8333 1.06384 37.2034 0.455934 36.1485C-0.151978 35.0932 -0.151978 33.8335 0.455934 32.7785L17.0874 3.91571C17.6953 2.86079 18.7842 2.2309 20 2.2309C21.2159 2.2309 22.3047 2.86079 22.9126 3.91571L29.809 15.8837C30.0248 16.2579 29.8966 16.7368 29.5231 16.9529C29.1492 17.1688 28.6716 17.0407 28.4559 16.6664L21.5598 4.69848C21.2342 4.13372 20.651 3.79615 20 3.79615C19.3491 3.79615 18.7659 4.13372 18.4403 4.69848L1.80909 33.561C1.48346 34.1261 1.48346 34.8006 1.80909 35.3657C2.1344 35.9307 2.7176 36.268 3.36884 36.268H36.6312C37.2825 36.268 37.8654 35.9307 38.191 35.3657C38.5166 34.8006 38.5166 34.1261 38.191 33.561L31.5244 21.9915C31.3087 21.6172 31.4368 21.1387 31.8104 20.9225C32.1839 20.7063 32.6618 20.8344 32.8776 21.209L39.5441 32.7785C40.1521 33.8335 40.1521 35.0932 39.5441 36.1485C38.9359 37.2034 37.8474 37.8333 36.6312 37.8333Z" fill="black"/><path d="M19.9221 25.9121C18.5436 25.9121 17.4224 24.7884 17.4224 23.4075V16.3436C17.4224 14.9624 18.5436 13.839 19.9221 13.839C21.3005 13.839 22.4218 14.9624 22.4218 16.3436V23.4075C22.4218 24.7884 21.3005 25.9121 19.9221 25.9121ZM19.9221 15.4045C19.4051 15.4045 18.9846 15.8259 18.9846 16.3436V23.4075C18.9846 23.9255 19.4051 24.3469 19.9221 24.3469C20.439 24.3469 20.8596 23.9255 20.8596 23.4075V16.3436C20.8596 15.8259 20.439 15.4045 19.9221 15.4045Z" fill="black"/><path d="M19.9221 32.7999C18.5436 32.7999 17.4224 31.6765 17.4224 30.2954C17.4224 28.9142 18.5436 27.7908 19.9221 27.7908C21.3005 27.7908 22.4218 28.9142 22.4218 30.2954C22.4218 30.9644 22.1618 31.5934 21.6896 32.0664C21.2175 32.5394 20.5898 32.7999 19.9221 32.7999ZM19.9221 29.356C19.4051 29.356 18.9846 29.7774 18.9846 30.2954C18.9846 30.8133 19.4051 31.2347 19.9221 31.2347C20.1723 31.2347 20.4079 31.1368 20.5849 30.9595C20.7619 30.7821 20.8596 30.5461 20.8596 30.2954C20.8596 29.7774 20.439 29.356 19.9221 29.356Z" fill="black"/></g><defs><clipPath id="clip0_16416_156889"><rect width="40" height="40" fill="white"/></clipPath></defs>
  12923.    </svg>
  12924.    <div class="imgsearch-invalid-copy">
  12925.        There was an error uploading<br/>your photo. Please try again.
  12926.    </div>
  12927.    <div class="imgsearch-invalid-btn btn-primary" onclick="imgsearchReset()">
  12928.        OK
  12929.    </div>
  12930.  </div>
  12931.  <div id="imgsearch-loading" class="imgsearch-loading">
  12932.    <div class="imgsearch-loading-img">
  12933.      <div class="loading-img"></div>
  12934.    </div>
  12935.    <div class="imgsearch-loading-copy">Uploading Photo</div>
  12936.  </div>
  12937. </div>
  12938. <script>
  12939. const fileChoose = document.getElementById("file-choose");
  12940. const fileCapture = document.getElementById("file-capture");
  12941. const imgContent = document.getElementById("imgsearch-content");
  12942. const imgInvalid = document.getElementById("imgsearch-invalid");
  12943. const imgLoading = document.getElementById("imgsearch-loading");
  12944.  
  12945. $( document ).ready(function() {
  12946.  $(".imgsearch-cam,.imageSearchTrigger").click(function (event) {
  12947.      event.stopImmediatePropagation();
  12948.      $("#modal_overlay_imgsearch").show();
  12949.      $("#modal_imgsearch").show();
  12950.      if (window.innerWidth < 767) {
  12951.        $("body").css("position", "fixed");
  12952.      }
  12953.      _satellite.track("ImageSearchClick");
  12954.      return false;
  12955.  });
  12956. });
  12957.  
  12958. function btnselectphotoclick()
  12959. {
  12960.  $("#file-choose").click();
  12961. }
  12962. function btntakephotoclick()
  12963. {
  12964.  $("#file-capture").click();
  12965. }
  12966. function closeImgSearch() {
  12967.  $("body").css("position", "unset");
  12968.  $("#modal_overlay_imgsearch").hide();
  12969.  $("#modal_imgsearch").hide();
  12970. }
  12971. function closeClrSearch() {
  12972.  $("body").css("position", "unset");
  12973.  $("#modal_overlay_imgsearch").hide();
  12974.  $("#modal_clrsearch").hide();
  12975. }
  12976. function imgsearchReset() {
  12977.  imgInvalid.style.display = "none";
  12978.  imgContent.style.display = "flex";
  12979. }
  12980. async function getSimilarImageFromUrl(imageUrl)
  12981. {
  12982.  let o = JSON.stringify({"base64":"","url":imageUrl});
  12983.  localStorage.setItem("imgSearch", o);
  12984.  location.href= "search-results-pageed13.html?img=1";
  12985. }
  12986. const toBase64 = file => new Promise((resolve, reject) => {
  12987.  const reader = new FileReader();
  12988.  
  12989.  reader.onload = function(event) {
  12990.    const img = new Image();
  12991.    img.src = event.target.result;
  12992.    img.name = file.name;
  12993.    img.size = file.size;
  12994.  
  12995.    img.onload = function() {
  12996.      const elem = document.createElement('canvas');
  12997.      const resize_width = 500;
  12998.      const scaleFactor = resize_width / img.width;
  12999.      elem.width = resize_width;
  13000.      elem.height = img.height * scaleFactor;
  13001.  
  13002.      const ctx = elem.getContext('2d');
  13003.      ctx.drawImage(img, 0, 0, elem.width, elem.height);
  13004.  
  13005.      const srcEncoded = ctx.canvas.toDataURL('image/png', 1);
  13006.      resolve(srcEncoded);
  13007.    }
  13008.  
  13009.    img.onerror = reject;
  13010.  };
  13011.  
  13012.  reader.onerror = reject;
  13013.  
  13014.  reader.readAsDataURL(file);
  13015. });
  13016.  
  13017. fileChoose.addEventListener("change", async function (event) {
  13018.  imgLoading.style.display = "flex";
  13019.  imgContent.style.display = "none";
  13020.  try {
  13021.    let file = event.currentTarget.files[0];
  13022.    let base64 = await toBase64(file);
  13023.    let o = JSON.stringify({ "base64": base64, "url": "" });
  13024.    localStorage.setItem("imgSearch", o);
  13025.    _satellite.track("ImageSearchUpload");
  13026.    setLocalStorageRecentSearch(base64,"img");
  13027.    location.href = "search-results-pageed13.html?img=1";
  13028.  } catch (err) {
  13029.    imgInvalid.style.display = "flex";
  13030.    imgContent.style.display = "none";
  13031.    imgLoading.style.display = "none";
  13032.    console.log(err);
  13033.  }
  13034. });
  13035.  
  13036. fileCapture.addEventListener("change", async function (event) {
  13037.  imgLoading.style.display = "flex";
  13038.  imgContent.style.display = "none";
  13039.  try {
  13040.    let file = event.currentTarget.files[0];
  13041.    let base64 = await toBase64(file);
  13042.    let o = JSON.stringify({ "base64": base64, "url": "" });
  13043.    localStorage.setItem("imgSearch", o);
  13044.    _satellite.track("ImageSearchUpload");
  13045.    setLocalStorageRecentSearch(base64,"img");
  13046.    location.href = "search-results-pageed13.html?img=1";
  13047.  } catch (err) {
  13048.    imgInvalid.style.display = "flex";
  13049.    imgContent.style.display = "none";
  13050.    imgLoading.style.display = "none";
  13051.    console.log(err);
  13052.  }
  13053. });
  13054. function imgsearchimg(img)
  13055. {
  13056.  let o = JSON.stringify({"base64":img,"url":""});
  13057.  localStorage.setItem("imgSearch", o);
  13058.  _satellite.track("ImageSearchUpload");
  13059.  setLocalStorageRecentSearch(img,"img");
  13060.  location.href= "search-results-pageed13.html?img=1";
  13061. }
  13062. function imgsearchurl(imageurl)
  13063. {
  13064.  let o = JSON.stringify({"base64":"","url":imageurl});
  13065.  localStorage.setItem("imgSearch", o);
  13066.  _satellite.track("ImageSearchUpload");
  13067.  setLocalStorageRecentSearch(imageurl,"url");
  13068.  location.href= "search-results-pageed13.html?img=1";
  13069. }
  13070.  
  13071. $(".newimg-mbl").click(function (event) {
  13072.    $("#modal_overlay_imgsearch").show();
  13073.    $("#modal_imgsearch").show();
  13074.    if (window.innerWidth < 767) {
  13075.      $("body").css("position", "fixed");
  13076.    }
  13077. });
  13078.  
  13079. $(".newimg-dsk").click(function (event) {
  13080.    $("#modal_overlay_imgsearch").show();
  13081.    $("#modal_imgsearch").show();
  13082.    if (window.innerWidth < 767) {
  13083.      $("body").css("position", "fixed");
  13084.    }
  13085. });
  13086.  
  13087. $(".img1").click(function(){
  13088.  imgsearchurl("png/rectangle_145_1de4a.png?v=1696533842")
  13089. });
  13090.  
  13091. $(".img2").click(function(){
  13092.  imgsearchurl("png/rectangle_1462e7b.png?v=1696533841")
  13093. });
  13094.  
  13095. $(".img3").click(function(){
  13096.  imgsearchurl("png/rectangle_1472e7b.png?v=1696533841")
  13097. });
  13098.  
  13099. $(".img4").click(function(){
  13100.  imgsearchurl("png/rectangle_1482e7b.png?v=1696533841")
  13101. });
  13102.  
  13103. $(".img5").click(function(){
  13104.  imgsearchurl("png/rectangle_1492e7b.png?v=1696533841")
  13105. });
  13106.  
  13107. $(".img6").click(function(){
  13108.  imgsearchurl("png/rectangle_150de4a.png?v=1696533842")
  13109. });
  13110. </script>
  13111.  <div id="modal_overlay_colorpick" class="modal"></div>
  13112. <div id="modal_colorpick" style="display:none">
  13113.  <div class="closecolorpicker" onclick="closeColorPicker();">
  13114.      
  13115.  
  13116. <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
  13117. <path d="M0.12463 11.8743C0.20502 11.9548 0.314106 12 0.427857 12C0.541608 12 0.650694 11.9548 0.731083 11.8743L5.99844 6.60742L11.2679 11.8743C11.3763 11.9826 11.5342 12.0249 11.6822 11.9853C11.8301 11.9456 11.9457 11.8301 11.9854 11.6821C12.025 11.5341 11.9827 11.3762 11.8744 11.2679L6.60489 6.00102L11.8722 0.731989C12.0397 0.564536 12.0397 0.293042 11.8722 0.125589C11.7048 -0.0418632 11.4333 -0.0418632 11.2658 0.125589L5.99844 5.39462L0.728941 0.127732C0.558894 -0.0178794 0.305412 -0.00808941 0.147104 0.150204C-0.0112031 0.308497 -0.020994 0.561957 0.12463 0.731989L5.39199 6.00102L0.12463 11.2701C-0.0415435 11.4372 -0.0415435 11.7072 0.12463 11.8743Z" fill="#333"/>
  13118. </svg>
  13119.  
  13120.  </div>
  13121.  <div class="colorpick-title">
  13122.    Search with Color
  13123.  </div>
  13124.  <div class="colorpick-swap-type">
  13125.    <div class="cp-type-title active" data-content="cp-typeA-content">Color Picker</div>
  13126.    <div class="cp-type-title" data-content="cp-typeB-content">Preset</div>
  13127.  </div>
  13128.  <div class="cp-type-content" id="cp-typeA-content">
  13129.    <div id="colorpickerparentmodal"></div>
  13130.    <div id="btnColorpickerUpdateModal">
  13131.      <button class="btn-primary btncpickerupdatemodal" onclick="colorPickerSelectModal(this);">APPLY</button>
  13132.    </div>
  13133.  </div>
  13134.  <div class="cp-type-content" id="cp-typeB-content">
  13135.        <div class="cp-preset-row">
  13136.            <div class="cp-preset-item">
  13137.                <div class="cp-preset-color cp-black" data-color="black" onclick="colorModalSwatchClick(this,'black');"></div>
  13138.                <div class="cp-preset-caption">Black</div>
  13139.            </div>
  13140.            <div class="cp-preset-item">
  13141.                <div class="cp-preset-color cp-white" data-color="white" onclick="colorModalSwatchClick(this,'white');"></div>
  13142.                <div class="cp-preset-caption">White</div>
  13143.            </div>
  13144.            <div class="cp-preset-item">
  13145.                <div class="cp-preset-color cp-gray" data-color="grey"  onclick="colorModalSwatchClick(this,'grey');"></div>
  13146.                <div class="cp-preset-caption">Gray</div>
  13147.            </div>
  13148.            <div class="cp-preset-item">
  13149.                <div class="cp-preset-color cp-silver" data-color="silver" onclick="colorModalSwatchClick(this,'silver');"></div>
  13150.                <div class="cp-preset-caption">Silver</div>
  13151.            </div>
  13152.            <div class="cp-preset-item cp-lastitem">
  13153.                <div class="cp-preset-color cp-gold" data-color="gold"  onclick="colorModalSwatchClick(this,'gold');"></div>
  13154.                <div class="cp-preset-caption">Gold</div>
  13155.            </div>
  13156.        </div>
  13157.        
  13158.        <div class="cp-preset-row">
  13159.            <div class="cp-preset-item">
  13160.                <div class="cp-preset-color cp-purple" data-color="purple" onclick="colorModalSwatchClick(this,'purple');"></div>
  13161.                <div class="cp-preset-caption">Purple</div>
  13162.            </div>
  13163.            <div class="cp-preset-item">
  13164.                <div class="cp-preset-color cp-blue" data-color="blue" onclick="colorModalSwatchClick(this,'blue');"></div>
  13165.                <div class="cp-preset-caption">Blue</div>
  13166.            </div>
  13167.            <div class="cp-preset-item">
  13168.                <div class="cp-preset-color cp-pink" data-color="pink" onclick="colorModalSwatchClick(this,'pink');"></div>
  13169.                <div class="cp-preset-caption">Pink</div>
  13170.            </div>
  13171.            <div class="cp-preset-item">
  13172.                <div class="cp-preset-color cp-red" data-color="red" onclick="colorModalSwatchClick(this,'red');"></div>
  13173.                <div class="cp-preset-caption">Red</div>
  13174.            </div>
  13175.            <div class="cp-preset-item cp-lastitem">
  13176.                <div class="cp-preset-color cp-green" data-color="green"  onclick="colorModalSwatchClick(this,'green');"></div>
  13177.                <div class="cp-preset-caption">Green</div>
  13178.            </div>
  13179.        </div>
  13180.        
  13181.        <div class="cp-preset-row cp-lastrow">
  13182.            <div class="cp-preset-item">
  13183.                <div class="cp-preset-color cp-brown" data-color="brown"  onclick="colorModalSwatchClick(this,'brown');"></div>
  13184.                <div class="cp-preset-caption">Brown</div>
  13185.            </div>
  13186.            <div class="cp-preset-item">
  13187.                <div class="cp-preset-color cp-orange" data-color="orange"  onclick="colorModalSwatchClick(this,'orange');"></div>
  13188.                <div class="cp-preset-caption">Orange</div>
  13189.            </div>
  13190.            <div class="cp-preset-item">
  13191.                <div class="cp-preset-color cp-yellow" data-color="yellow"  onclick="colorModalSwatchClick(this,'yellow');"></div>
  13192.                <div class="cp-preset-caption">Yellow</div>
  13193.            </div>
  13194.            <div class="cp-preset-item">
  13195.                <div class="cp-preset-color cp-beige" data-color="beige"  onclick="colorModalSwatchClick(this,'beige');"></div>
  13196.                <div class="cp-preset-caption">Beige</div>
  13197.            </div>
  13198.            <div class="cp-preset-item cp-lastitem">
  13199.                <div class="cp-preset-color cp-multi" data-color="multi" onclick="colorModalSwatchClick(this,'multi');"></div>
  13200.                <div class="cp-preset-caption">Multi</div>
  13201.            </div>
  13202.        </div>
  13203.    <div id="btnColorpickerSwatchUpdateModal">
  13204.      <button class="btn-primary-disabled btncpickerupdatemodal" onclick="colorPickerSwatchSelectModal(this);" id="btncpickerswatchupdatemodal" disabled>APPLY</button>
  13205.    </div>
  13206.  </div>
  13207. </div>
  13208.  
  13209. <script>
  13210. function closeColorPicker() {
  13211.  $("body").css("position", "unset");
  13212.  $("#modal_overlay_colorpick").hide();
  13213.  $("#modal_colorpick").hide();
  13214. }
  13215.  
  13216. $(document).ready(function() {
  13217.  $(".cp-type-title").click(function() {
  13218.    $(".cp-type-title").removeClass("active");
  13219.    $(".cp-type-content").hide();
  13220.    var contentId = $(this).data("content");
  13221.    $(this).addClass("active");
  13222.    $("#" + contentId).show();
  13223.  });
  13224.  
  13225.  $(".cp-type-title[data-content='typeA-content']").click();
  13226. });
  13227.  
  13228. $( document ).ready(function() {
  13229.  $(".colorPickTrigger").click(function (event) {
  13230.      event.stopImmediatePropagation();
  13231.      searchclrclick();      
  13232.      return false;
  13233.  });
  13234. });
  13235.  
  13236. function colorPickerSelectModal(){
  13237.  //colorPickerUpdateModal(window.pickermodal.color.hex.slice(0, -2));
  13238.  searchByColor(window.pickermodal.color.hex.slice(0, -2));
  13239. }
  13240.  
  13241. function colorPickerSwatchSelectModal(e)
  13242. {
  13243.  //swatchActiveBorder
  13244.  let clr = $(".swatchActiveBorder").first().data("color");
  13245.  setLocalStorageRecentSearch(clr,"clr");
  13246.  location.href="/pages/search-results-page?clr=1&color=" + clr;
  13247. }
  13248.  
  13249. function colorPickerUpdateModal(hex)
  13250. {
  13251.  let url = new URL(window.html);
  13252.  if (hex == "#ffffff")
  13253.  {
  13254.    url.searchParams.set("color", "white");
  13255.    url.searchParams.delete("ColorHex");
  13256.  }
  13257.  else if (hex == "#000000")
  13258.  {
  13259.    url.searchParams.set("color", "black");
  13260.    url.searchParams.delete("ColorHex");
  13261.  }
  13262.  else
  13263.  {
  13264.    url.searchParams.set("ColorHex", hex);
  13265.    url.searchParams.delete("color");
  13266.    $('[data-filter-type=color]').each(function () {
  13267.      $(this).removeClass("color-active");
  13268.    });
  13269.    currentColorFacet=[];
  13270.  }    
  13271.  let s = "filter:colorhex:add";
  13272.  _satellite.track("Facet_Click", { "action":s });
  13273.  window.history.pushState({}, '', url.href.replace("%2527", "%27"));
  13274.  window.fetchPage(1, true);
  13275. }
  13276.  
  13277. function colorModalSwatchClick(e,clr)
  13278. {
  13279.  $( ".cp-preset-color" ).each(function( index ) {
  13280.    $(this).removeClass("swatchActiveBorder");
  13281.  });
  13282.  $(e).addClass("swatchActiveBorder");
  13283.   $(".btncpickerupdatemodal").removeClass("btn-primary-disabled");
  13284.  $(".btncpickerupdatemodal").addClass("btn-primary");  
  13285.  $("#btncpickerswatchupdatemodal").css("opacity","1").prop('disabled', false);
  13286. }
  13287.  
  13288. function searchclrclick()
  13289. {
  13290.    let colorpickerparent = document.querySelector('#colorpickerparentmodal');
  13291.    if (colorpickerparent)
  13292.    {
  13293.      colorpickerparent.innerHTML="";
  13294.      let searchParams = new URLSearchParams(window.location.search);
  13295.      let currentcolor = "#50c4c8";
  13296.      if (searchParams.has("ColorHex"))
  13297.      {
  13298.        //colorpickerparent.style.display = "block";
  13299.        //$("#colorpickerparent").show();
  13300.        //$("#colorswatches").hide();
  13301.        currentcolor=searchParams.get("ColorHex");
  13302.      }
  13303.      if (window.picker){
  13304.        window.picker.destroy();
  13305.        window.picker = null;
  13306.      }
  13307.      window.pickermodal = new Picker({
  13308.        parent: colorpickerparent,
  13309.        popup: false,
  13310.        alpha: false,
  13311.        cancelButton: false,
  13312.        editor:false,
  13313.        color: currentcolor
  13314.      });      
  13315.    }
  13316.  
  13317.    document.getElementById("modal_overlay_colorpick").style.display = "block";
  13318.    document.getElementById("modal_colorpick").style.display = "flex";
  13319.    if (window.innerWidth < 767) {
  13320.      $("body").css("position", "fixed");
  13321.    }
  13322.    _satellite.track("ColorSearchClick");
  13323. }
  13324. $(".newclr-dsk,.newclr-mbl").click(function (event) {
  13325.    searchclrclick();
  13326. });
  13327. </script>
  13328.  
  13329. <style>
  13330. #modal_colorpick {
  13331.  flex-direction: column;
  13332.  align-items: center;
  13333. }
  13334. .closecolorpicker {
  13335.  cursor:pointer;
  13336.  position: absolute;
  13337.  right: 24px;
  13338.  top: 24px;
  13339. }
  13340. .colorpick-title {
  13341.  color: #222;
  13342.  text-align: center;
  13343.  font-family: Montserrat;
  13344.  font-size: 18px;
  13345.  font-style: normal;
  13346.  font-weight: 500;
  13347.  line-height: 26px;
  13348. }
  13349. .cp-type-title {
  13350.    cursor: pointer;
  13351.    font-size: 16px;
  13352.    font-style: normal;
  13353.    font-weight: 400;
  13354.    line-height: 24px;
  13355.    display: inline-block;
  13356.    color: #222;
  13357.    width: 120px;
  13358.    text-align:center;
  13359.    margin-bottom: 6px;
  13360.    border-bottom: 1px solid #EEEDED;
  13361. }
  13362. .colorpick-swap-type {
  13363.    margin-top: 40px;
  13364.    display: flex;
  13365.    justify-content: center;
  13366. }
  13367. #cp-typeB-content {
  13368.  display: none;
  13369. }
  13370. .cp-type-title.active {
  13371.  font-weight: bolder;
  13372.  border-bottom: 2px solid #000;
  13373. }
  13374. .cp-type-content {
  13375.    margin-top: 40px;
  13376. }
  13377. .cp-btn {
  13378.    width: 100%;
  13379.    margin-top: 24px;
  13380. }
  13381. .cp-btn-disable {
  13382.    cursor: unset;
  13383. }
  13384. .cp-preset-row {
  13385.    display: flex;
  13386.    justify-content: space-between;
  13387.    margin-bottom: 24px;
  13388. }
  13389.  
  13390. .cp-preset-item {
  13391.    text-align: center;
  13392.    margin-right: 12px;
  13393.    cursor: pointer;
  13394. }
  13395.  
  13396. .cp-preset-item img {
  13397.    width: 100%;
  13398.    max-width: 100px; /* Adjust the max-width as needed */
  13399. }
  13400.  
  13401. .cp-preset-caption {
  13402.    margin-top: 3px;
  13403. }
  13404. .cp-preset-color {
  13405.    height: 50px;
  13406.    width: 50px;
  13407.    border: 1px solid #BCBABB;
  13408. }
  13409. .cp-black {
  13410.    background-color: #111;
  13411. }
  13412. .cp-white {
  13413.    background-color: #fff;
  13414. }
  13415. .cp-gray {
  13416.    background-color: #A9AAAA;
  13417. }
  13418. .cp-silver {
  13419.    background: linear-gradient(54deg, #BDBDBD 4.9%, #FFF 49.34%, #BDBDBD 93.79%);
  13420. }
  13421. .cp-gold {
  13422.    background: linear-gradient(54deg, #DDB81D 4.9%, #FFF 49.34%, #DDB81D 93.79%);
  13423. }
  13424. .cp-purple {
  13425.    background-color: #7D56C2;
  13426. }
  13427. .cp-blue {
  13428.    background-color:#64B4F5;
  13429. }
  13430. .cp-pink {
  13431.    background-color: #FFC1CA;
  13432. }
  13433. .cp-red {
  13434.    background-color: #E02823;
  13435. }
  13436. .cp-green {
  13437.    background-color: #82C784;
  13438. }
  13439. .cp-brown {
  13440.    background-color: #7A5549;
  13441. }
  13442. .cp-orange {
  13443.    background-color: #FFA400;
  13444. }
  13445. .cp-yellow {
  13446.    background-color: #FFF176;
  13447. }
  13448. .cp-beige {
  13449.    background-color: #F3E4C5;
  13450. }
  13451. .cp-multi {
  13452.    background: linear-gradient(70deg, #95D952 20.56%, rgba(222, 235, 79, 0.79) 41.15%, rgba(220, 158, 81, 0.82) 64.23%, rgba(217, 82, 82, 0.85) 83.72%);
  13453. }
  13454. .cp-lastitem {
  13455.  margin-right: unset;
  13456. }
  13457. .cp-lastrow {
  13458.  margin-bottom: unset;
  13459. }
  13460. .swatchActiveBorder {
  13461.  border: 2px solid #000;
  13462. }
  13463. .btncpickerupdatemodal {
  13464.  width:280px;
  13465.  margin-top: 24px;
  13466. }
  13467. #btnColorpickerSwatchUpdateModal {
  13468.  display: flex;
  13469.  justify-content: center;
  13470. }
  13471. #colorpickerparentmodal, #colorpickerparentmodal .picker_wrapper {
  13472.  width: 280px;
  13473. }
  13474. /* mobile  */
  13475. @media screen and (max-width: 767px) {
  13476.   #modal_colorpick {
  13477.     height: 100%;
  13478.     width: 100vw;
  13479.     top: 0;
  13480.     padding-top: 22px;
  13481.     border-radius: unset;
  13482.   }
  13483. }
  13484. /* desktop  */
  13485. @media screen and (min-width: 768px) {
  13486.   #modal_colorpick {
  13487.    left: 50%;
  13488.    top: 115px;
  13489.    transform: translateX(-50%);
  13490.    padding: 40px 75px;
  13491.    position:fixed;
  13492.    width: 457px;
  13493.    height: 595px;
  13494.   }
  13495. }
  13496. </style>
  13497.  <script>
  13498.    
  13499.    window.currentColorFacet = [];
  13500.    function productArraybuild(data)
  13501.  {
  13502.      let url = new URL(window.html);
  13503.      let products = [];
  13504.      let imageSize = "_400x";
  13505.      let swatchsize = "_30x";
  13506.      let mobileWidth = false;
  13507.      let activeDot = 0;
  13508.      if (window.innerWidth < 768)
  13509.      {
  13510.        imageSize = "_335x";
  13511.        mobileWidth = true;
  13512.      }
  13513.      var isNewDate = new Date();
  13514.      isNewDate.setDate(isNewDate.getDate() - 7);
  13515.      for (let x=0;x<data.value.length;x++)
  13516.      {
  13517.         // let json = {
  13518.         //  isFavorite: customerProductFavoritesIDSet.has(data.value[x].ProductID),
  13519.         // };
  13520.        if (data.value[x].Title == null)
  13521.          continue;
  13522.        let json = {};
  13523.        if (data.value[x].Images.length > 0)
  13524.        {
  13525.            json.image1 = data.value[x].Images[0].replace(/(\.[^.]*)$/,imageSize+"$1");
  13526.            if (data.value[x].Variants && data.value[x].Variants.length > 0)
  13527.            {
  13528.              if (data.value[x].Variants[0].Image)
  13529.              {
  13530.                json.image1 = data.value[x].Variants[0].Image.replace(/(\.[^.]*)$/,imageSize+"$1");                
  13531.              }
  13532.              json.activeDot = data.value[x].Variants[0].variantId;
  13533.              let p = 100000000000000;
  13534.              for (let i=0;i<data.value[x].Variants.length;i++)
  13535.              {
  13536.                if (data.value[x].Variants[i].Price < p && data.value[x].Variants[i].Image)
  13537.                {
  13538.                  p=data.value[x].Variants[i].Price;
  13539.                  if (json.image1 = data.value[x].Variants[i].Image)
  13540.                    json.image1 = data.value[x].Variants[i].Image.replace(/(\.[^.]*)$/,imageSize+"$1");
  13541.                  json.activeDot = data.value[x].Variants[i].variantId;
  13542.                }
  13543.              }
  13544.            }
  13545.        }
  13546.        else
  13547.        {
  13548.          json.image1 = "https://cdn.shopify.com/s/files/1/0291/4536/6588/files/noimg.svg?v=1618763529";
  13549.        }
  13550.        //  console.log(window.ldLoaded);
  13551.        // if (window.innerWidth > 768 && LDclient && window.ldLoaded)
  13552.        // {
  13553.        //   let rolloverFlag = LDclient.variationDetail('plp-hover-state');            
  13554.        //      if (!rolloverFlag.value)
  13555.        //      {
  13556.        //        for (let i=0;i<data.value[x].Images.length;i++)
  13557.        //         {
  13558.        //           let im = data.value[x].Images[i].replace(/(\.[^.]*)$/,imageSize+"$1");
  13559.        //           if (im != json.image1)
  13560.        //           {
  13561.        //             //json.image2 = im;
  13562.        //             break;
  13563.        //           }
  13564.        //         }
  13565.        //      }
  13566.          
  13567.        // }
  13568.        if ((currentColorFacet !== undefined) && (currentColorFacet != null) && (currentColorFacet != "undefined"))
  13569.        {
  13570.         if (currentColorFacet.length > 0 && data.value[x].Variants.length > 0)
  13571.         {
  13572.             for (let v=0;v<data.value[x].Variants.length;v++)
  13573.             {
  13574.                if (currentColorFacet.includes(data.value[x].Variants[v].Color) && data.value[x].Variants[v].Image != undefined)
  13575.                {
  13576.                    if (data.value[x].Variants[v].Image)
  13577.                      json.image1 = data.value[x].Variants[v].Image.replace(/(\.[^.]*)$/,imageSize+"$1");
  13578.                    json.activeDot = data.value[x].Variants[v].variantId;
  13579.                    break;
  13580.                }
  13581.             }
  13582.         }
  13583.        }
  13584.          else if (url.searchParams.has("ColorHex"))
  13585.          {
  13586.            json.defaultColor = data.value[x].Variants[0].Color;
  13587.            let arr = [];
  13588.             for (let v=0;v<data.value[x].Variants.length;v++)
  13589.             {                
  13590.               if (data.value[x].Variants[v].ColorHex)
  13591.                 arr.push(data.value[x].Variants[v].ColorHex);
  13592.             }
  13593.             let cc = closestColor(url.searchParams.get("ColorHex"),arr);
  13594.             for (let v=0;v<data.value[x].Variants.length;v++)
  13595.             {
  13596.               if (cc && cc == data.value[x].Variants[v].ColorHex && data.value[x].Variants[v].Image)
  13597.               {
  13598.                   if (data.value[x].Variants[v].Image)
  13599.                      json.image1 = data.value[x].Variants[v].Image.replace(/(\.[^.]*)$/,imageSize+"$1");
  13600.                  json.activeDot = data.value[x].Variants[v].variantId;
  13601.                   json.colorhex = cc;              
  13602.                  break;
  13603.               }
  13604.             }
  13605.          }
  13606.        // json.sizes = "";
  13607.        //   for (let v=0;v<data.value[x].Variants.length;v++)
  13608.        //    {
  13609.        //       json.sizes+=`<span>${data.value[x].Variants[v].Size}</span>`;
  13610.        //    }
  13611.         json.id = data.value[x].ProductID;
  13612.         json.variantID = data.value[x].VariantID;
  13613.         json.vendor = data.value[x].Vendor;
  13614.         json.type = data.value[x].ProductType;
  13615.         json.brandType = data.value[x].BrandType;
  13616.         json.brand = data.value[x].Brand;
  13617.         json.title = data.value[x].Title.toLowerCase();
  13618.         if (json.brand != undefined && json.title.indexOf(json.brand.toLowerCase()) > -1)
  13619.           json.title = json.title.replace(json.brand.toLowerCase() + " ","");
  13620.         json.preOwned = false;
  13621.         json.wideType = 0;
  13622.         if (data.value[x].ProductCondition && data.value[x].ProductCondition.indexOf("Preowned") > -1)
  13623.         json.preOwned = true;
  13624.  
  13625.         json.isNew = new Date(data.value[x].CreateDate) > isNewDate ? true : false;
  13626.  
  13627.         json.isBestSeller = data.value[x].TopSeller;
  13628.  
  13629.         json.isEditorsPick = data.value[x].Category.some(e => e.Title === "Editor's Picks");
  13630.  
  13631.         if (!data.value[x].TopSeller && data.value[x].OneDayPageViewVelocity > 0.00004) {
  13632.           json.isTrending = true;
  13633.         } else {
  13634.           json.isTrending = false;
  13635.         }
  13636.  
  13637.         json.handle = data.value[x].Handle;
  13638.         if (data.value[x].ProductType.indexOf("sunglasses-eyewear") > -1)
  13639.         json.wideType = 1;
  13640.        switch(data.value[x].Vendor)
  13641. {
  13642. case "2161":
  13643. case "2120":
  13644. case "2182":
  13645. case "2157":
  13646. case "2146":
  13647. case "2126":
  13648. case "2038":
  13649. case "2108":
  13650. case "2140":
  13651. case "2155":
  13652. case "2204":
  13653. case "2147":
  13654. case "2121":
  13655. case "2030":
  13656. case "2014":
  13657. case "2035":
  13658. case "2194":
  13659. case "2005":
  13660. case "2009":
  13661. case "2154":
  13662. case "2003":
  13663. case "2151":
  13664. case "2023":
  13665. case "2144":
  13666. case "2124":
  13667. case "2039":
  13668. case "2104":
  13669. case "2034":
  13670. case "2097":
  13671. case "2181":
  13672. case "2156":
  13673. case "2142":
  13674. case "2106":  
  13675. case "2019":
  13676. case "2112":
  13677. case "2206":
  13678. case "2007":
  13679. case "2122":
  13680. case "2024":
  13681. case "2198":
  13682. case "2221":
  13683. case "2226":
  13684. case "2223":
  13685. case "2210":
  13686. case "2238":
  13687. case "2245":
  13688. case "2246":
  13689. case "2249":
  13690. case "2250":          
  13691. case "2188":
  13692. case "2159":
  13693. case "2236":
  13694. case "2251":
  13695. case "2207":
  13696. case "2208":
  13697. case "2263":
  13698. case "2008":
  13699. case "2257":
  13700. case "2235":
  13701. case "2227":
  13702. case "2225":
  13703. case "2179":
  13704. case "2279":
  13705. case "2103":
  13706. case "2272":
  13707. case "2248":
  13708. case "2252":
  13709. case "2267":
  13710. case "2273":
  13711. case "2256":
  13712. case "2281":
  13713. case "2283":
  13714. case "2280":
  13715. case "2222":
  13716. case "2265":
  13717. case "2270":
  13718. case "2276":
  13719. case "2290":
  13720. case "2213":
  13721. case "2288":
  13722. case "2277":
  13723. case "2185":
  13724. case "2262":
  13725. case "2293":
  13726. case "2275":
  13727. case "2298":
  13728. case "2305":
  13729. case "2284":
  13730. case "2165":
  13731. case "2030":
  13732. case "2307":
  13733. case "2309":
  13734. case "2302":
  13735. case "2317":
  13736. case "2311":
  13737. case "2320":
  13738. case "2313":
  13739. case "2326":
  13740. case "2330":
  13741. case "2336":  
  13742. case "2143":  
  13743. case "2324":
  13744. case "2113":  
  13745. case "2340":
  13746. case "2343":
  13747. case "2341":
  13748. case "2351":
  13749. case "2339":
  13750. case "2355":
  13751. case "2318":
  13752. case "2363":
  13753. case "2348":
  13754. case "2356":
  13755. case "2353":
  13756. case "2360":
  13757. case "2370":
  13758. case "2365":
  13759. case "2376":
  13760. case "2392":
  13761. case "2175":
  13762. case "2337":
  13763. case "2395":
  13764. case "2384":
  13765. case "2387":
  13766. case "2403":
  13767. case "2406":
  13768. case "2402":
  13769. case "2352":
  13770. case "2439":
  13771. case "2346":
  13772. case "2369":
  13773. case "2440":
  13774. case "2446":
  13775. case "2449":
  13776. case "2447":
  13777. case "2400":
  13778. case "2485":
  13779. case "2493":
  13780. case "2490":
  13781. case "2450":
  13782. case "2489":
  13783. case "2381":
  13784. case "2488":
  13785. case "2500":
  13786. case "2494":
  13787. case "2503":
  13788. case "2020":
  13789. case "2377":
  13790. case "2441":
  13791. case "2507":
  13792. case "2367":
  13793. case "2498":
  13794. case "2487":
  13795. case "2509":          
  13796. case "2511":
  13797. case "2510":
  13798. case "2492":
  13799. case "2315":
  13800. case "2515":
  13801. case "2516":
  13802. case "2524":
  13803. case "2525":
  13804. case "2531":
  13805. case "2259":
  13806. case "2565":
  13807. case "2573":
  13808. case "2574":
  13809. case "2526":
  13810. case "2580":
  13811. case "2297":
  13812. case "2297":
  13813. case "2583":
  13814. case "2570":
  13815. case "2584":
  13816. case "2585":
  13817. case "2495":
  13818. case "2592":
  13819. case "2599":
  13820. case "2594":
  13821. case "2589":
  13822. case "2590":
  13823. case "2306":
  13824. case "2513":
  13825. case "2591":
  13826. case "2600":
  13827. case "2582":
  13828. case "2576":
  13829. case "2596":
  13830. case "2285":
  13831. case "2587":
  13832. case "2588":
  13833. case "2530":
  13834. case "2597":
  13835. case "2611":
  13836. case "2601":
  13837. case "2619":
  13838. case "2625":
  13839. case "2627":
  13840. case "2613":
  13841. case "2604":
  13842. case "2631":
  13843. case "2244":
  13844. case "2401":
  13845. case "2361":
  13846. case "2218":
  13847. case "2228":
  13848. case "2294":
  13849. case "2666":
  13850. case "2630":
  13851. case "2665":
  13852. case "2668":
  13853. case "2709":
  13854. case "2671":
  13855. case "2714":
  13856. case "2718":
  13857. case "2674":
  13858. case "2713":
  13859. case "2669":
  13860. case "2624":
  13861. case "2723":
  13862. case "2670":
  13863. case "2717":
  13864. case "2726":
  13865. case "2672":
  13866. case "2724":
  13867. case "2719":
  13868. case "2731":
  13869. case "2728":
  13870. case "2606":
  13871. case "2740":
  13872. case "2721":
  13873. case "2607":
  13874. case "2720":
  13875. case "2735":
  13876. case "2737":
  13877. case "2722":
  13878. case "2664":
  13879. case "2744":
  13880. case "2745":
  13881. case "2746":
  13882. case "2749":
  13883. case "2743":
  13884. case "2732":
  13885. case "2752":
  13886. case "2761":
  13887. case "2767":
  13888. case "2393":
  13889. case "2754":
  13890. case "2753":
  13891. case "2759":
  13892. case "2802":
  13893. case "2804":
  13894. case "2762":
  13895. case "2810":
  13896. case "2748":
  13897. case "2803":
  13898. case "2811":
  13899. case "2769":
  13900. case "2808":
  13901. case "2809":
  13902. case "2738":
  13903. case "2739":
  13904. case "2807":
  13905. case "2756":
  13906. case "2812":
  13907. case "2822":
  13908. case "2747":
  13909. case "2763":
  13910. case "2816":
  13911. case "2764":
  13912. case "2824":
  13913. case "2818":
  13914. case "2806":
  13915. case "2866":
  13916. case "2166":
  13917. case "2827":
  13918. case "2821":
  13919. case "2825":
  13920. case "2860":
  13921. case "2758":
  13922. case "2870":
  13923. case "2869":
  13924. case "2864":
  13925. case "2868":
  13926. case "2875":
  13927. case "2873":
  13928. case "2883":
  13929. case "2886":
  13930. case "2874":
  13931. case "2820":
  13932. case "2892":
  13933. case "2881":
  13934. case "2765":
  13935. case "2893":
  13936. case "2932":
  13937. case "2894":
  13938. case "2930":
  13939. case "2867":
  13940. case "2891":
  13941. case "2895":
  13942. case "2936":
  13943. json.wideType = 1;
  13944.   break;
  13945. }
  13946.         if (data.value[x].Price)
  13947.         json.price = data.value[x].Price.toFixed(2);
  13948.         json.msrp = data.value[x].CompareAtPrice;
  13949.         json.discount = Math.round(data.value[x].Discount*100);
  13950.          
  13951.         if (true)
  13952.         {
  13953.           //json.multipleColors = false;
  13954.           json.multipleColors = "";
  13955.           let usedColors = [];
  13956.           let cur = 0;
  13957.           for(let c=0;c<data.value[x].Variants.length;c++)
  13958.           {
  13959.             if (data.value[x].Variants[c].DesignerColor && !usedColors.includes(data.value[x].Variants[c].DesignerColor))
  13960.             {              
  13961.               //json.multipleColors += `<span class="colorDot ${data.value[x].Variants[c].Color} onmouseover="swapPLPImage('${data.value[x].Variants[c].Image}',${data.value[x].ProductID}, '${imageSize}', '${sizes.join()}',this)"></span>`;
  13962.               if (!data.value[x].Variants[c].Image)
  13963.               {
  13964.                 json.multipleColors += `<img class="lazyload colorDot ${data.value[x].Variants[c].variantId==json.activeDot ? "colorDotHover" : ""}" data-src="${json.image1}" />`;
  13965.               }
  13966.               else
  13967.               {
  13968.                 //json.multipleColors += `<span class="lazyload colorDot ${cur==0 ? "colorDotHover" : ""}" data-background-image-url="${data.value[x].Variants[c].Image.replace(/(\.[^.]*)$/,swatchsize+"$1")}" onmouseover="swapPLPImage('${data.value[x].Variants[c].Image}',${data.value[x].ProductID}, '${imageSize}', '${sizes.join()}',this)"></span>`;
  13969.                 json.multipleColors += `<img class="lazyload colorDot ${data.value[x].Variants[c].variantId==json.activeDot ? "colorDotHover" : ""}" data-src="${data.value[x].Variants[c].Image.replace(/(\.[^.]*)$/,swatchsize+"$1")}" onmouseover="swapPLPImage('${data.value[x].Variants[c].Image}',${data.value[x].ProductID}, ${data.value[x].Variants[c].variantId}, '${imageSize}',this)" />`;
  13970.               }
  13971.              
  13972.               usedColors.push(data.value[x].Variants[c].DesignerColor);
  13973.               cur++;
  13974.             }
  13975.           }
  13976.           if (usedColors.length < 2)
  13977.             json.multipleColors = "";
  13978.         }
  13979.  
  13980.         let hasActivePromo = false;
  13981.        let nowLocalTime = new Date();
  13982.        if (data.value[x].activePromo && !data.value[x].activePromo.code.toLowerCase().startsWith("app") && !data.value[x].activePromo.code.toLowerCase().startsWith("private"))
  13983.        {
  13984.          let pStart = new Date(data.value[x].activePromo.startDate);
  13985.          let pEnd = new Date(data.value[x].activePromo.endDate);
  13986.          if (nowLocalTime >= pStart && nowLocalTime < pEnd)  
  13987.          {
  13988.            let value = data.value[x].activePromo.discountType == "percentage" ? `${data.value[x].activePromo.discountValue}%` : `$${data.value[x].activePromo.discountValue}`;
  13989.            json.promo = `Extra ${value} Off with Code: ${data.value[x].activePromo.code}`;
  13990.            hasActivePromo = true;
  13991.          }
  13992.        }        
  13993.         if (!hasActivePromo && data.value[x].PromoList)
  13994.         {  
  13995.            for(let v=0;v<data.value[x].PromoList.length;v++)
  13996.            {
  13997.                let promo = data.value[x].PromoList[v].split("_");
  13998.                code = promo[3];
  13999.                if (code && code.toLowerCase().startsWith("app"))
  14000.                  continue;
  14001.                let startD = new Date(promo[1]);
  14002.                let endD = new Date(promo[2]);
  14003.                if (nowLocalTime >= startD && nowLocalTime < endD) {
  14004.                  if (promo[promo.length - 1] === 'private') {
  14005.                                          
  14006.                        json.promo = '<div style="margin-top: 4px;"><svg style="margin-right: 4px" width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.36357 12H9.6363C9.93753 12 10.1818 11.7558 10.1818 11.4545V5.27273C10.1818 4.97149 9.93753 4.72727 9.6363 4.72727H9.09084V3.09091C9.09084 1.38658 7.70426 0 5.99993 0C4.29561 0 2.90902 1.38658 2.90902 3.09091V4.72727H2.36357C2.06233 4.72727 1.81812 4.97149 1.81812 5.27273V11.4545C1.81812 11.7558 2.06233 12 2.36357 12ZM6.54539 8.54494V9.27273C6.54539 9.57396 6.30117 9.81818 5.99993 9.81818C5.6987 9.81818 5.45448 9.57396 5.45448 9.27273V8.54494C5.23382 8.37895 5.09084 8.11498 5.09084 7.81818C5.09084 7.31691 5.49866 6.90909 5.99993 6.90909C6.50121 6.90909 6.90902 7.31691 6.90902 7.81818C6.90902 8.11498 6.76604 8.37895 6.54539 8.54494ZM3.99993 3.09091C3.99993 1.98811 4.89713 1.09091 5.99993 1.09091C7.10273 1.09091 7.99993 1.98811 7.99993 3.09091V4.72727H3.99993V3.09091Z" fill="#9F005B"/></svg>Sign in for extra savings</div>'
  14007.                    
  14008.                  } else {
  14009.                    json.promo = promo[0];
  14010.                  }
  14011.                }
  14012.            }            
  14013.         }  
  14014.        
  14015.        
  14016.         products.push(json);
  14017.      }
  14018.    return products;
  14019.  }
  14020.  
  14021.  // start for creating each product
  14022.  function productFormat(product, isAd, customerId, isLuxePage,adid, currentLoop, isVector, isPLP, productData, inModal)
  14023.  {    
  14024.    
  14025.      
  14026.        let pid = "collection";
  14027.      
  14028.      let qv = true;
  14029.      // if (LDclient && window.ldLoaded)
  14030.      // {
  14031.      //    let v = LDclient.variationDetail('quick-view');            
  14032.      //    if (v.value)
  14033.      //    {
  14034.      //      qv = v.value;
  14035.      //    }          
  14036.      // }
  14037.      if (inModal)
  14038.        qv = false;
  14039.      return `<div class="product-item searchGrid aos-init aos-animate" id="productWrap-${product.id}"  style="position:relative">
  14040.           <div class="grid-product__content">
  14041.             ${isPLP ? `
  14042.              <div class="pdp-fave-wrap" onclick="productFave(event)" style="opacity:70%;position: absolute;top:8px;right:8px;z-index: 1;cursor: pointer !important;"
  14043.                data-product-id="${product.id}"
  14044.                ${product.isFavorite ? "data-is-favorite=1" : ""}
  14045.                data-customer-id="${customerId}"
  14046.                data-brand="${product.brand}"
  14047.                data-title="${product.title}"
  14048.                data-handle="${product.handle}"
  14049.                data-product-type="${product.type}">
  14050.                <div title="favorite">
  14051.                  <svg width="28" height="28" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
  14052.                    <circle cx="22" cy="22" r="22" fill="white"></circle>
  14053.                    <g clip-path="url(#clip0_7976_54162)">
  14054.                      ${favoriteHeartPathMarkup(product.isFavorite)}
  14055.                      </g>
  14056.                      <defs>
  14057.                      <clipPath id="clip0_7976_54162">
  14058.                      <rect width="24" height="24" fill="white" transform="translate(10 10)"></rect>
  14059.                      </clipPath>
  14060.                      </defs>
  14061.                    </svg>
  14062.                  </div>
  14063.                </div>
  14064.                <div class="iconfindsimilarwrap">
  14065.                  <div title="find similar" onclick="findSimilarPLP('${product.id}')">                  
  14066.                    <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
  14067.                    <circle opacity="0.7" cx="14" cy="14" r="14" fill="white"/>
  14068.                    <g clip-path="url(#clip0_13113_24759)">
  14069.                    <path d="M7 11.5C7.13261 11.5 7.25979 11.4473 7.35355 11.3536C7.44732 11.2598 7.5 11.1326 7.5 11V8.715C7.5 8.39276 7.62801 8.08372 7.85587 7.85587C8.08372 7.62801 8.39276 7.5 8.715 7.5H11C11.1326 7.5 11.2598 7.44732 11.3536 7.35355C11.4473 7.25979 11.5 7.13261 11.5 7C11.5 6.86739 11.4473 6.74021 11.3536 6.64645C11.2598 6.55268 11.1326 6.5 11 6.5H8.715C8.42412 6.5 8.13609 6.55729 7.86736 6.66861C7.59862 6.77992 7.35444 6.94308 7.14876 7.14876C6.73337 7.56415 6.5 8.12755 6.5 8.715V11C6.5 11.1326 6.55268 11.2598 6.64645 11.3536C6.74021 11.4473 6.86739 11.5 7 11.5Z" fill="black"/>
  14070.                    <path d="M19.285 6.5H17C16.8674 6.5 16.7402 6.55268 16.6464 6.64645C16.5527 6.74021 16.5 6.86739 16.5 7C16.5 7.13261 16.5527 7.25979 16.6464 7.35355C16.7402 7.44732 16.8674 7.5 17 7.5H19.285C19.6072 7.5 19.9163 7.62801 20.1441 7.85587C20.372 8.08372 20.5 8.39276 20.5 8.715V11C20.5 11.1326 20.5527 11.2598 20.6464 11.3536C20.7402 11.4473 20.8674 11.5 21 11.5C21.1326 11.5 21.2598 11.4473 21.3536 11.3536C21.4473 11.2598 21.5 11.1326 21.5 11V8.715C21.5 8.42412 21.4427 8.13609 21.3314 7.86736C21.2201 7.59862 21.0569 7.35444 20.8512 7.14876C20.6456 6.94308 20.4014 6.77992 20.1326 6.66861C19.8639 6.55729 19.5759 6.5 19.285 6.5Z" fill="black"/>
  14071.                    <path d="M8.715 21.5H11C11.1326 21.5 11.2598 21.4473 11.3536 21.3536C11.4473 21.2598 11.5 21.1326 11.5 21C11.5 20.8674 11.4473 20.7402 11.3536 20.6464C11.2598 20.5527 11.1326 20.5 11 20.5H8.715C8.39276 20.5 8.08372 20.372 7.85587 20.1441C7.62801 19.9163 7.5 19.6072 7.5 19.285V17C7.5 16.8674 7.44732 16.7402 7.35355 16.6464C7.25979 16.5527 7.13261 16.5 7 16.5C6.86739 16.5 6.74021 16.5527 6.64645 16.6464C6.55268 16.7402 6.5 16.8674 6.5 17V19.285C6.5 19.8725 6.73337 20.4358 7.14876 20.8512C7.35444 21.0569 7.59862 21.2201 7.86736 21.3314C8.13609 21.4427 8.42412 21.5 8.715 21.5Z" fill="black"/>
  14072.                    <mask id="path-5-outside-1_13113_24759" maskUnits="userSpaceOnUse" x="9" y="9" width="10" height="10" fill="black">
  14073.                    <rect fill="white" x="9" y="9" width="10" height="10"/>
  14074.                    <path fill-rule="evenodd" clip-rule="evenodd" d="M10 13.523C10 11.5805 11.5805 10 13.523 10C15.4657 10 17.0461 11.5805 17.0461 13.523C17.0461 14.3775 16.7403 15.1619 16.2324 15.7726L17.9047 17.4449C18.0318 17.5718 18.0318 17.7778 17.9047 17.9047C17.8412 17.9682 17.7579 18 17.6748 18C17.5915 18 17.5084 17.9682 17.4449 17.9047L15.7726 16.2324C15.1619 16.7403 14.3775 17.0461 13.523 17.0461C11.5805 17.0461 10 15.4657 10 13.523ZM10.6504 13.523C10.6504 15.107 11.9391 16.3957 13.523 16.3957C15.107 16.3957 16.3957 15.107 16.3957 13.523C16.3957 11.9391 15.107 10.6504 13.523 10.6504C11.9391 10.6504 10.6504 11.9391 10.6504 13.523Z"/>
  14075.                    </mask>
  14076.                    <path fill-rule="evenodd" clip-rule="evenodd" d="M10 13.523C10 11.5805 11.5805 10 13.523 10C15.4657 10 17.0461 11.5805 17.0461 13.523C17.0461 14.3775 16.7403 15.1619 16.2324 15.7726L17.9047 17.4449C18.0318 17.5718 18.0318 17.7778 17.9047 17.9047C17.8412 17.9682 17.7579 18 17.6748 18C17.5915 18 17.5084 17.9682 17.4449 17.9047L15.7726 16.2324C15.1619 16.7403 14.3775 17.0461 13.523 17.0461C11.5805 17.0461 10 15.4657 10 13.523ZM10.6504 13.523C10.6504 15.107 11.9391 16.3957 13.523 16.3957C15.107 16.3957 16.3957 15.107 16.3957 13.523C16.3957 11.9391 15.107 10.6504 13.523 10.6504C11.9391 10.6504 10.6504 11.9391 10.6504 13.523Z" fill="black"/>
  14077.                    <path d="M16.2324 15.7726L16.0787 15.6447L15.962 15.785L16.091 15.914L16.2324 15.7726ZM17.9047 17.4449L17.7633 17.5863L17.7634 17.5864L17.9047 17.4449ZM17.9047 17.9047L17.7634 17.7632L17.7633 17.7633L17.9047 17.9047ZM15.7726 16.2324L15.914 16.091L15.785 15.962L15.6447 16.0787L15.7726 16.2324ZM13.523 9.8C11.47 9.8 9.8 11.47 9.8 13.523H10.2C10.2 11.6909 11.6909 10.2 13.523 10.2V9.8ZM17.2461 13.523C17.2461 11.47 15.5761 9.8 13.523 9.8V10.2C15.3552 10.2 16.8461 11.6909 16.8461 13.523H17.2461ZM16.3862 15.9005C16.9227 15.2553 17.2461 14.4261 17.2461 13.523H16.8461C16.8461 14.329 16.5579 15.0685 16.0787 15.6447L16.3862 15.9005ZM18.0461 17.3035L16.3738 15.6312L16.091 15.914L17.7633 17.5863L18.0461 17.3035ZM18.0461 18.0462C18.2513 17.8411 18.2513 17.5084 18.0461 17.3034L17.7634 17.5864C17.8122 17.6352 17.8122 17.7144 17.7634 17.7632L18.0461 18.0462ZM17.6748 18.2C17.8089 18.2 17.9436 18.1486 18.0461 18.0462L17.7633 17.7633C17.7388 17.7878 17.707 17.8 17.6748 17.8V18.2ZM17.3035 18.0461C17.4059 18.1486 17.5406 18.2 17.6748 18.2V17.8C17.6425 17.8 17.6108 17.7878 17.5863 17.7633L17.3035 18.0461ZM15.6312 16.3738L17.3035 18.0461L17.5863 17.7633L15.914 16.091L15.6312 16.3738ZM13.523 17.2461C14.4261 17.2461 15.2553 16.9227 15.9005 16.3862L15.6447 16.0787C15.0685 16.5579 14.329 16.8461 13.523 16.8461V17.2461ZM9.8 13.523C9.8 15.5761 11.47 17.2461 13.523 17.2461V16.8461C11.6909 16.8461 10.2 15.3552 10.2 13.523H9.8ZM13.523 16.1957C12.0495 16.1957 10.8504 14.9965 10.8504 13.523H10.4504C10.4504 15.2175 11.8286 16.5957 13.523 16.5957V16.1957ZM16.1957 13.523C16.1957 14.9965 14.9965 16.1957 13.523 16.1957V16.5957C15.2174 16.5957 16.5957 15.2174 16.5957 13.523H16.1957ZM13.523 10.8504C14.9965 10.8504 16.1957 12.0495 16.1957 13.523H16.5957C16.5957 11.8286 15.2174 10.4504 13.523 10.4504V10.8504ZM10.8504 13.523C10.8504 12.0495 12.0495 10.8504 13.523 10.8504V10.4504C11.8286 10.4504 10.4504 11.8286 10.4504 13.523H10.8504Z" fill="black" mask="url(#path-5-outside-1_13113_24759)"/>
  14078.                    </g>
  14079.                    <defs>
  14080.                    <clipPath id="clip0_13113_24759">
  14081.                    <rect width="16" height="16" fill="white" transform="translate(6 6)"/>
  14082.                    </clipPath>
  14083.                    </defs>
  14084.                    </svg>
  14085.                  </div>                
  14086.                </div>  
  14087.                
  14088.              </div>    
  14089.              ` : ""}
  14090.         <a href="/products/${product.handle}?crpid=${product.id}${isAd ? `&cid=adClick:${pid}`:``}${isVector ? `&vectorizeTerm=1`:``}" class="grid-product__link" ${product.quantities ? `style="position:relative"`:``} ${isAd ? ` onclick="madclick('${adid}')"`:``}>
  14091. ${product.quantTotals ? `<div style="font-weight: bold;font-size: 13px;">${product.quantTotals}</div>`:``}
  14092. <div class="grid-product__image-mask img-background">
  14093. <div class="p-image-wrap">
  14094. <div id="plp-p-${product.id}" class="grid-product__image ${isAd ? `madimg`:``}" alt="${product.title}" data-wide="${product.wideType}" ${currentLoop < 4 ? ``:`data-background-image-url="${product.image1}"`} style="${product.wideType ? `background-size:contain;`:`background-repeat:repeat-y;`}${currentLoop < 4 ? `opacity:1!important;background-image: url(${product.image1})`:``}"></div>
  14095.                        
  14096.                    </div>
  14097.                    ${product.image2 ? `<div class="grid-product__secondary-image small--hide ${isAd ? `madimg`:``}" data-wide="${product.wideType}" data-background-image-url="${product.image2}" style="${product.wideType ? `background-size:contain;`:`background-repeat:repeat-y;`}"></div>`:``}
  14098.   ${product.isNew ? `<span class="searchNewBadge">JUST IN</span>`:``}
  14099.                    ${product.isBestSeller && !product.isNew ? `<span class="searchBestSellerBadge">BEST SELLER</span>`:``}
  14100.                    ${product.isTrending && !product.isNew && !product.isBestSeller ? `<span class="searchTrendingBadge">TRENDING</span>`:``}
  14101. ${product.brandType == 1 ? `<span class="luxeBadge">LUXE</span>`:``}
  14102.     ${product.isEditorsPick ? `<span class="searchEditorsPickBadge">EDITOR'S PICK</span>`:``}  
  14103.   </div>  
  14104.                </a>
  14105.                
  14106.                  
  14107.                ${qv ? `<div class="discovery-modal-icon" onclick="quickviewyo('${product.handle}',this)" title="quick view" data-varid="${product.activeDot}" id="QVOpen-${product.id}">
  14108.                  <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
  14109.                  <circle opacity="0.7" cx="14" cy="14" r="14" fill="white"/>
  14110.                  <path d="M20.84 20.135L18.34 17.82C19.4548 16.561 20.0383 14.919 19.9679 13.2388C19.8976 11.5586 19.1788 9.97114 17.9625 8.80981C16.7463 7.64847 15.1273 7.00368 13.4457 7.0109C11.7641 7.01812 10.1507 7.67678 8.94453 8.84852C7.73833 10.0203 7.03318 11.6139 6.97724 13.2946C6.92129 14.9753 7.51888 16.6123 8.64449 17.8616C9.7701 19.111 11.3361 19.8755 13.0135 19.9945C14.6909 20.1136 16.3492 19.5779 17.64 18.5V18.525L20.14 20.855C20.1868 20.9051 20.2434 20.9449 20.3063 20.9722C20.3692 20.9994 20.4371 21.0134 20.5056 21.0134C20.5742 21.0133 20.642 20.9991 20.7048 20.9717C20.7676 20.9443 20.8242 20.9043 20.8709 20.8542C20.9176 20.804 20.9535 20.7448 20.9764 20.6802C20.9993 20.6155 21.0086 20.5469 21.0038 20.4785C20.9991 20.4101 20.9803 20.3435 20.9486 20.2827C20.917 20.2218 20.8732 20.1682 20.82 20.125L20.84 20.135ZM13.5 19C12.4122 19 11.3488 18.6774 10.4443 18.0731C9.53986 17.4687 8.83491 16.6098 8.41863 15.6048C8.00234 14.5998 7.89343 13.4939 8.10564 12.427C8.31786 11.3601 8.84169 10.3801 9.61088 9.61091C10.3801 8.84172 11.3601 8.3179 12.427 8.10568C13.4939 7.89346 14.5997 8.00238 15.6047 8.41866C16.6097 8.83494 17.4687 9.53989 18.073 10.4444C18.6774 11.3488 19 12.4122 19 13.5C19 14.9587 18.4205 16.3576 17.3891 17.3891C16.3576 18.4205 14.9587 19 13.5 19ZM17.25 13.5C17.25 13.6326 17.1973 13.7598 17.1035 13.8536C17.0097 13.9473 16.8826 14 16.75 14H14V16.75C14 16.8826 13.9473 17.0098 13.8535 17.1036C13.7597 17.1973 13.6326 17.25 13.5 17.25C13.3674 17.25 13.2402 17.1973 13.1464 17.1036C13.0526 17.0098 13 16.8826 13 16.75V14H10.25C10.1174 14 9.99018 13.9473 9.89641 13.8536C9.80264 13.7598 9.74996 13.6326 9.74996 13.5C9.74996 13.3674 9.80264 13.2402 9.89641 13.1464C9.99018 13.0527 10.1174 13 10.25 13H13V10.25C13 10.1174 13.0526 9.99021 13.1464 9.89645C13.2402 9.80268 13.3674 9.75 13.5 9.75C13.6326 9.75 13.7597 9.80268 13.8535 9.89645C13.9473 9.99021 14 10.1174 14 10.25V13H16.75C16.8826 13 17.0097 13.0527 17.1035 13.1464C17.1973 13.2402 17.25 13.3674 17.25 13.5Z" fill="black"/>
  14111.                  </svg>
  14112.                </div>`:``}
  14113.                
  14114.                 <div class="grid-product__meta">
  14115.  
  14116.                   ${false ? `<div class="multipleColors"><div class="tabs"><span class="arrow-left"><</span>${product.multipleColors}<span class="arrow-right">></span></div></div>`:``}
  14117.                   ${product.multipleColors ? `<div class="multipleColors">${product.multipleColors}</div>`:``}
  14118.                  
  14119.                    ${isAd ? `<div class="sponsoredad">Sponsored</div>`:``}
  14120.                    <a href="/products/${product.handle}?crpid=${product.id}${isAd ? `&cid=adClick:${pid}`:``}${isVector ? `&vectorizeTerm=1`:``}" class="grid-product__link" ${product.quantities ? `style="position:relative"`:``} ${isAd ? ` onclick="madclick('${adid}')"`:``} id="meta-${product.id}">
  14121.                    <div class="brandName">${product.brand}</div>
  14122.                    <div class="grid-product__title grid-product__title--body">${product.title}</div>
  14123.                    ${productData && productData.Variants && productData.Variants.length > 0 ? `<div id="bv-inline" class="bv-inline" style="margin-top: 5px; display: none" data-bv-show="inline_rating" data-bv-product-id="${productData.Variants[0] ? productData.Variants[0].SKU : productData.VariantID}" data-bv-redirect-url="/products/${product.handle}?crpid=${product.id}" data-bv-seo="false"></div>`:``}
  14124. ${product.promo && location.href.indexOf("keelo") == -1 ? `<div class="promoBanner">${product.promo}</div>`:``}
  14125. <div class="grid-product__price">
  14126. ${product.price ? `<b>$${numberWithCommas(product.price)}</b>&nbsp;`:``}
  14127. ${product.discount > 0 && !product.preOwned ? `<span class="grid-product__price--original">$${numberWithCommas(product.msrp)}</span>`:``}
  14128.                        ${product.discount > 0 && !product.preOwned ? `<span class="grid-product__price--savings">${product.discount}% off</span>`:``}
  14129. ${product.preOwned ? `<span class="preownedbadge small--hide">PRELOVED</span>` : ``}
  14130.                    </div>
  14131. ${product.preOwned ? `<div class="preownedbadge medium-up--hide" style="margin-top:5px;width:fit-content">PRELOVED</div>` : ``}
  14132.                    ${product.promo && location.href.indexOf("keelo") > -1 ? `<div class="promoBanner">${product.promo}</div>`:``}
  14133. </a>
  14134.                 </div>
  14135. ${product.quantities ? `<div style="position: absolute;top: 27px;right:0px;background-color: #fff;display:block;font-size: 12px;opacity:.8">${product.quantities}</div>`:``}                  
  14136.            </div>
  14137.        </div>`;
  14138.  }
  14139.    function favoriteHeartPathMarkup(isFavorite)
  14140.  {
  14141.    let markup = `<path d="M33.9602 17.4967C33.6099 13.6408 30.8806 10.8432 27.4651 10.8432C25.1895 10.8432 23.106 12.0678 21.9337 14.0303C20.7719 12.0424 18.7738 10.8428 16.5347 10.8428C13.1196 10.8428 10.3899 13.6403 10.04 17.4962C10.0124 17.6666 9.89881 18.5629 10.2441 20.0247C10.7416 22.1331 11.8909 24.0509 13.5669 25.5695L21.9281 33.1571L30.4329 25.5699C32.1089 24.0509 33.2582 22.1336 33.7557 20.0247C34.101 18.5634 33.9874 17.667 33.9602 17.4967Z${
  14142.                isFavorite
  14143.                  ? ""
  14144.                  : "M32.8571 19.8133C32.4029 21.7389 31.35 23.4933 29.8153 24.8836L21.9337 31.9155L14.1872 24.8854C12.6497 23.4924 11.5974 21.7385 11.1427 19.8128C10.8159 18.4295 10.9503 17.6481 10.9507 17.643L10.9576 17.5964C11.2577 14.2182 13.6029 11.7659 16.5347 11.7659C18.6981 11.7659 20.6025 13.0952 21.5062 15.2346L21.9313 16.2422L22.3564 15.2346C23.2459 13.128 25.2509 11.7664 27.4655 11.7664C30.3969 11.7664 32.7426 14.2187 33.0486 17.6407C33.0495 17.6481 33.1838 18.43 32.8571 19.8133Z"
  14145.              }" fill="black"></path>`
  14146.          return markup;
  14147.  }
  14148.  function swapPLPImage(img, id, varid, imgsize, e)
  14149.  {
  14150.    //window.currentVariantId = varid;
  14151.    $(`#QVOpen-${id}`).data("varid",varid)
  14152.    $(`#plp-p-${id}`).css("background-image", "url(" + img.replace(/(\.[^.]*)$/,imgsize+"$1") + ")");
  14153.    
  14154.    $(`#productWrap-${id} img`).each(function()
  14155.    {
  14156.      $(this).removeClass("colorDotHover");
  14157.    });
  14158.    $(e).addClass("colorDotHover");
  14159.  }
  14160.  </script>
  14161.  <link href="css/section-azure-search-clean6b79.css?v=38145582191699347041742227118" rel="stylesheet" type="text/css" media="all" />
  14162.  <link href="css/section-azure-search-assorted843b.css?v=103123834413512235001742227118" rel="stylesheet" type="text/css" media="all" />
  14163.            <style>
  14164.              
  14165.  
  14166. .multipleColors span {
  14167.  position: absolute;
  14168.  top: 0;
  14169. }
  14170.  
  14171. .multipleColors span.arrow-left {
  14172.  left: 0;
  14173. }
  14174.  
  14175. .multipleColors span.arrow-right {
  14176.  right: 0;
  14177. }
  14178.        div.tabs {
  14179.    margin: 0 auto;
  14180.    padding: 0;
  14181.    display: inline-block;
  14182.    width: 100%;
  14183.    white-space: nowrap;
  14184.    overflow-x: scroll;
  14185. }      
  14186.              div.tabs::-webkit-scrollbar {display: none;}
  14187.            </style>
  14188. </body>
  14189. </html>
  14190.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda