www.westinstore.com Open in urlscan Pro
2600:9000:2510:8a00:1c:42e6:6b80:93a1  Public Scan

URL: https://www.westinstore.com/index.aspx?utm_source=westin-email&utm_medium=email-efolio&utm_term=image-cta&utm_content=post-s...
Submission: On July 14 via manual from US — Scanned from US

Form analysis 1 forms found in the DOM

Name: OCForm1POST https://www.westinstore.com/index.aspx?

<form name="OCForm1" method="post" action="https://www.westinstore.com/index.aspx?" id="OCForm1" onsubmit="return false">
  <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="sziBx534spCbzYUw5gviSFCaNlj2LJsFRmCJJnJLxMo0+/WCx24R2UMPADIpSaNXbXuUQAxQLcGPWJRxJU1XAVxlXisQaWwWyY8mbhesUOe7cBZd">
  <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987">
  <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="">
  <!-- Google Tag Manager (noscript) -->
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WXGQS9H" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <!-- End Google Tag Manager (noscript) -->
  <!--//OCFileName: elements/ipLookupUI.ascx-->
  <!--//OCFileName: elements/cookieHandler.ascx-->
  <script>
    const clientEmail = sessionStorage.emailAddress || getCookie("HAHemailID")
    SalesforceAbandonedCartUtils.setClientEmail(clientEmail)
    SalesforceAbandonedCartUtils.trackCart();
  </script>
  <!-- Sweepstakes Banner Start -->
  <div class="email-lightbox emailFocusTrap" role="dialog" aria-label="  Email signup" aria-describedby="titleLB_ADA" aria-modal="true">
    <div class="overlay" id="emailSignupPopover" style="">
      <div class="emailCapture" id="capturebox">
        <div class="signup-wrap shadow">
          <p class="main-logo"><img src="images/misc/HB-main-logo.jpg" alt="Westin Home Collection"></p>
          <h2 id="titleLB_ADA">You Deserve The Best</h2>
          <div class="grey-box clearfix">
            <label style="display:none;" for="emailAddress1">Lightbox Email Signup</label>
            <input type="text" id="emailAddress1" class="emailfield" placeholder="Email Address">
            <p class="button"> <a id="emailAddress1btn" href="javascript:void(0)" class="btn-green"><em class="arrow-white">Subscribe Now</em></a> </p>
          </div>
          <p class="disclosure clear">We'll never share your information and you can unsubscribe at any time.</p>
          <p class="btn-close"><a id="ligtboxClosebtn" href="javascript:void(0)" aria-label="close"><span>X</span></a></p>
        </div>
      </div>
    </div>
    <script>
      $(document).ready(function() {
        eSignUpObj.bindElementHandlers();
        eSignUpObj.checkDisplayLightbox();
      });
    </script>
  </div>
  <div class="sitelinks" role="navigation" aria-label="sitelinks">
    <p>
      <a href="https://www.sheratonstore.com//?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=SH&amp;utm_term=HB&amp;utm_campaign=PanBrand-Header-Links" target="_blank">Sheraton Store</a>
      <a href="https://www.shopmarriott.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=MAR&amp;utm_term=HB&amp;utm_campaign=PanBrand-Header-Links" target="_blank">Shop Marriott</a>
      <a href="https://www.shopcourtyard.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=CYM&amp;utm_term=HB&amp;utm_campaign=PanBrand-Header-Links" target="_blank">Shop Courtyard</a>
      <a href="https://www.shoplemeridien.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=LEMamp;utm_term=HB&amp;utm_campaign=PanBrand-Header-Links" target="_blank">Shop Le Meridien</a>
      <img class="bonvoy-logo" src="images/banners/MB-Logo-Black.svg" alt="Marriott Bonvoy" width="101" height="32">
    </p>
  </div>
  <!--current time: 7/14/2023 6:30:41 PM-->
  <script>
    function headvalidateEmail(inValue) {
      if (inValue.indexOf("@") == -1) {
        return false
      }
      if (inValue.indexOf("@") == -1 || inValue.indexOf("@") == 0 || inValue.indexOf("@") == inValue.length) {
        return false
      }
      if (inValue.indexOf(".") == -1 || inValue.indexOf(".") == 0 || inValue.indexOf(".") == inValue.length) {
        return false
      }
      if (inValue.indexOf("@", (inValue.indexOf("@") + 1)) != -1) {
        return false
      }
      if (inValue.substring(inValue.indexOf("@") - 1, inValue.indexOf("@")) == "." || inValue.substring(inValue.indexOf("@") + 1, inValue.indexOf("@") + 2) == ".") {
        return false
      }
      if (inValue.indexOf(".", (inValue.indexOf("@") + 2)) == -1) {
        return false
      }
      if (inValue.indexOf(" ") != -1) {
        return false
      }
      return true;
    }

    function doViewEmailOrderStatus() {
      var tmpEmailAddress = "";
      var tmpOrderNumber = "";
      var errorcnt = 0;
      var errormsg = "";
      try {
        tmpEmailAddress = document.getElementById("headerEmailAddress").value;
      } catch (e) {}
      try {
        tmpOrderNumber = document.getElementById("headerOrderNumber").value;
      } catch (e) {}
      if ((tmpEmailAddress == "") || (tmpEmailAddress == "E-Mail")) {
        errormsg += "You must enter an email address \n";
        errorcnt++;
      }
      if ((tmpOrderNumber == "") || (tmpOrderNumber == "Order Number")) {
        errormsg += "You must enter an order number";
        errorcnt++;
      }
      if (errorcnt > 0) {
        alert(errormsg);
      } else {
        if (!headvalidateEmail(tmpEmailAddress)) {
          alert("You must enter a valid email address");
        } else {
          window.location = "orderSearch.aspx?actionType=ORDERVIEW&posting=TRUE&emailAddressOrderNumber=" + escape(tmpEmailAddress) + "&orderNumber=" + escape(tmpOrderNumber);
        }
      }
    }
  </script>
  <!--priceView.inc-->
  <script language="javascript">
    var priceViewConfig = {
      priceViewCookieName: 'priceViewOption',
      currentPageName: 'index',
      cashViewPages: ['payment', 'checkoutamz', 'checkoutpaypal', 'paymentamz', 'paymentpaypal'],
      pointsViewPages: ['checkoutpoints', 'paymentpoints'],
      toggleElements: {
        toggleClass: 'toggle-wrap',
        toggleClassPoints: 'points-selected',
        cashTabClass: 'cashTab',
        pointsTabClass: 'pointsTab',
        checkboxName: 'switcher',
        subsContainer: '#monthly-item',
        subsMsgContainer: '#noOption',
        oneTimePurcContainer: '#one-item'
      },
      pointsLogin: {
        btn_login_points: '#btn_login_points',
        btn_logout_points: '#btn_logout_points',
        url: 'https://www.westinstore.com/authreturn.aspx?posting=TRUE&actionType=BEGINPOINTSCHECKOUT',
      },
      enablePayByPoints: true,
      propsDisablePoints: {
        hasSubInCart: false,
        pointsTabContainerIDs: ['#div_drop-shopcart', '#div_cart-handler', '#overlay_LB', '#div_cart'],
        cssClass: 'has-subs',
        ptSubtotalIDs: ['#hdPointsSubtotal', '#lbPointsSubtotal', '#cartPointsSubtotal', '#SPANcheckoutCartPointsTotOrd'],
        cartCheckoutBtnID: '#btn_cart_checkout',
        subtotalCopy: 'NA',
        addToCartBtn: 'addToCartBtn',
        atcPointsUnavailNote: 'atcPointsUnavailNote',
        lbPointsUnavailNote: 'lbPointsUnavailNote',
        div_lbCartBtns: 'div_lbCartBtns',
        hasSubsNote: 'hasSubs',
        headerCheckoutBtnID: 'btn_header_checkout'
      },
      pointBalance: 0,
      pointsUnvailLightbox: {
        pointsUnavailable: true,
        mainTxt: 'Purchasing with Marriott Bonvoy Points is temporarily unavailable.',
        secondaryTxt: '',
        btnTxt: 'Ok'
      }
    };
  </script>
  <script src="dist/js/priceView.min.js?v=49d67cbd" language="javascript"></script>
  <header class="header clearfix shadow" role="banner">
    <div class="header-inner">
      <span id="btn-main-nav" class="inactive"><button type="button" aria-label="categogies menu" class="menu-trigger"><span>Menu</span></button></span>
      <p class="main-logo"> <a href="https://www.westinstore.com/" aria-label="Logo Westin Store" id="TL-mainlogo-link">Westin Store</a></p>
      <div class="utilities">
        <div class="shop-cart">
          <a class="cart-btn brand-icons icon-cart" href="cart.aspx" id="shoppingcart" aria-labelledby="labelShoppingBag cartSumQty labelAux">
          <span class="only-readers" id="labelShoppingBag">Shopping Cart</span>
          
                <span id="cartSumQty" style="display:none;"> <strong id="bubble-cnt" class="count"></strong></span>
                <span class="only-readers" id="labelAux">Empty</span>
          
        </a>
          <div class="drop-shopcart clear shadow toggle-wrap" id="div_drop-shopcart">
            <p class="view-cart clear">
              <a href="cart.aspx">
              <span>View Cart</span>: 
              <strong>
                <span id="cartSumQty1">0 Item(s)</span>
              </strong>
            </a>
            </p>
            <div id="DIVNoItem">
              <ul>
                <li>No items in your cart.</li>
              </ul>
            </div>
            <div id="DIVcartSumItemsList" style="display:none;"></div>
            <div id="DIVcartbtns" class="clear" style="display:none;">
              <div class="cart-summary" id="hdULDiscount" style="display:none">
                <span class="subtotal right price-cash">Cart Total: <span id="hdCartTotal">$0.00</span></span>
                <span class="subtotal discount right price-cash">Discount: <span id="hdDiscount">-</span></span>
                <span class="subtotal total right price-cash">Total: <span id="hdTotal"></span></span>
                <span class="subtotal total right price-points">Subtotal: <span id="hdPointsSubtotalDiscount">0 Points</span></span>
                <span class="total-msg right"></span>
              </div> <!-- end cart-summary -->
              <div id="hdULNoDiscount">
                <span class="subtotal right price-cash">Subtotal: <span id="hdCashSubtotal">$0.00</span></span><span class="total-msg right"></span>
                <span class="subtotal right price-points">Subtotal: <span id="hdPointsSubtotal">0 Points</span></span><span class="total-msg right"></span>
              </div>
              <p class="clear button"><a id="btn_header_checkout" class="btn" href="https://www.westinstore.com/checkout.aspx">Checkout</a></p>
            </div> <!-- end DIVcartbtns -->
          </div> <!-- end drop-shopcart -->
        </div> <!-- end shop-cart -->
        <div class="search" role="search">
          <button type="button" class="open-menu" id="ADA_label_search" aria-label="Search Menu" aria-haspopup="dialog" aria-expanded="false">
            <span class="brand-icons icon-search"><strong>Search</strong></span>
            <span class="brand-icons icon-close"></span>
          </button>
          <div class="menu-overlay closed" id="ADA_search_menu-overlay">
            <div data-animate="true" style="transform: translate(180px, 0px); opacity: 0;">
              <input name="tSearchString" class="ADA_firstElement" id="tSearchString" aria-label="Header Search" placeholder="Product Search" type="search" value="">
              <button type="button" formnovalidate="" id="searchSubmit" value="Search" class="btn-green" aria-label="Search submit" onclick="doQuickSearch('https://www.westinstore.com/')"><span>Search</span></button>
            </div>
          </div>
        </div> <!-- search end -->
        <div class="global-sites">
          <button type="button" class="open-menu" aria-label="Languages Menu" aria-haspopup="dialog" aria-expanded="false">
            <span class="brand-icons icon-globe"><strong>Global Sites</strong></span>
            <span class="brand-icons icon-close"></span>
          </button>
          <div class="menu-overlay closed" id="ADA_global_menu-overlay">
            <div class="menu-content-wrapper" role="listbox" aria-label="global sites">
              <ul role="group" aria-labelledby="ADA_lang1">
                <li role="none">
                  <h4 role="presentation" id="ADA_lang1" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;">North America</h4>
                  <ul role="none">
                    <li role="none" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;"><a class="ADA_firstElement" role="option" href="https://www.westinstore.com/index.aspx" aria-label="U.S.A. Link">U.S.A.</a></li>
                    <li role="none" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;"><a role="option" href="https://canada.westinstore.com/index.aspx?referrer=us" aria-label="Canada Link">Canada</a></li>
                  </ul>
                </li>
              </ul>
              <ul role="group" aria-labelledby="ADA_lang2">
                <li role="none">
                  <h4 role="presentation" id="ADA_lang2" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;">Europe</h4>
                  <ul role="none">
                    <li role="none" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;"><a role="option" href="https://europe.westinstore.com/en/?___store=hbeu_en" aria-label="English Link">English </a></li>
                    <li role="none" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;"><a role="option" href="https://europe.westinstore.com/fr/?___store=hbeu_fr" aria-label="Français Link">Français</a></li>
                    <li role="none" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;"><a role="option" href="https://europe.westinstore.com/de/?___store=hbeu_de" aria-label="Deutsch Link">Deutsch</a></li>
                    <li role="none" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;"><a role="option" href="https://europe.westinstore.com/es/?___store=hbeu_es" aria-label="Español Link">Español</a></li>
                  </ul>
                </li>
              </ul>
              <ul role="group" aria-labelledby="ADA_lang3">
                <li role="none">
                  <h4 role="presentation" id="ADA_lang3" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;">Asia Pacific</h4>
                  <ul role="none">
                    <li role="none" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;"><a role="option" href="https://www.westinstore.cn/en/" aria-label="Chinese Link">English</a></li>
                    <li role="none" data-animate="true" style="transform: translate(180px, 0px); opacity: 0;"><a role="option" href="https://www.westinstore.cn/zh-CN/" aria-label="Chinese Link">中国</a></li>
                  </ul>
                </li>
              </ul>
            </div>
          </div> <!-- menu overlay end -->
        </div> <!-- global sites end -->
        <div class="hdr-account">
          <button type="button" class="open-menu" id="btn_login_points">
            <span class="brand-icons icon-user hdr-logged-out" id="span_icon-user">
              <strong>
                <em>Sign In</em>
              </strong>
            </span>
            <span class="brand-icons icon-close"></span>
          </button>
          <div class="menu-overlay" style="display:none">
          </div>
          <script type="text/javascript">
            const bonvoy = {
              bonvoyNumber: '',
              bonvoyEmail: '',
              balance: 0,
              loggedIn: false
            }
          </script>
        </div>
      </div>
      <div class="nav clearfix" role="navigation" id="nav" aria-label="main">
        <ul id="main-nav" role="menubar">
          <li id="bed" class="dropdown" role="none">
            <a class="toplevel dropdownLink" href="category.aspx?The-Heavenly-Bed" name="the heavenly® bed" id="TN_l1_bed" aria-label="category the heavenly® bed" aria-haspopup="true" role="menuitem">

      <span>the heavenly® bed</span></a>
            <div class="submenu">
              <ul role="group" class="submenuContainer">
                <li id="nav-HB-124" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Mattress-Box-Spring" name="heavenly bed mattress &amp; box spring" id="TN_l2_hb-124" aria-label=" Product heavenly bed mattress &amp; box spring" role="menuitem">
            Heavenly Bed Mattress &amp; Box Spring</a>
                  </h3>
                </li>
                <li id="nav-BedBeddingSet" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Heavenly-Bed-Bedding-Set" name="heavenly bed &amp; bedding sets" id="TN_l2_bedbeddingset" aria-label=" Subcategory heavenly bed &amp; bedding sets" role="menuitem" aria-haspopup="true">
            Heavenly Bed &amp; Bedding Sets</a>
                  </h3>
                  <script>
                    $("#TN_l2_bedbeddingset").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Ultra-Luxe-Bed-Bedding-Set" name="ultra luxe bed &amp; bedding set" id="TN_l3_hb-1260_bed" aria-label=" Product ultra luxe bed &amp; bedding set" role="menuitem">
							Ultra Luxe Bed &amp; Bedding Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Luxe-Bed-Bedding-Set" name="luxe bed &amp; bedding set" id="TN_l3_hb-1210_bed" aria-label=" Product luxe bed &amp; bedding set" role="menuitem">
							Luxe Bed &amp; Bedding Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Hotel-Bed-Bedding-Set" name="hotel bed &amp; bedding set" id="TN_l3_hb-101_bed" aria-label=" Product hotel bed &amp; bedding set" role="menuitem">
							Hotel Bed &amp; Bedding Set</a>
                  </p>
                </li>
                <li id="nav-HB-Bed" role="none">
                  <h3 role="none">
                    <a href="westin-heavenly-bed.aspx" name="making the heavenly bed" id="TN_l2_hb-bed" aria-label=" Product making the heavenly bed" role="menuitem">
            Making the Heavenly Bed</a>
                  </h3>
                </li>
              </ul>
            </div>
          </li>
          <li id="pillowslink" class="dropdown" role="none">
            <a class="toplevel dropdownLink" href="category.aspx?Pillows" name="pillows" id="TN_l1_pillowslink" aria-label="category pillows" aria-haspopup="true" role="menuitem">

      <span>pillows</span></a>
            <div class="submenu">
              <ul role="group" class="submenuContainer">
                <li id="nav-pillowslink" role="none">
                  <h3 role="none"><a href="category.aspx?Pillows" name="pillows" aria-label="Pillows category" role="menuitem">Pillows</a></h3>
                </li>
                <li id="nav-HB-108" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Feather-Down-Pillow" name="feather &amp; down pillow" id="TN_l2_hb-108" aria-label=" Product feather &amp; down pillow" role="menuitem">
            Feather &amp; Down Pillow</a>
                  </h3>
                </li>
                <li id="nav-HB-108S" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Down-Alternative-Pillow" name="down alternative pillow" id="TN_l2_hb-108s" aria-label=" Product down alternative pillow" role="menuitem">
            Down Alternative Pillow</a>
                  </h3>
                </li>
                <li id="nav-HB-108D" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Down-Pillow" name="down pillow" id="TN_l2_hb-108d" aria-label=" Product down pillow" role="menuitem">
            Down Pillow</a>
                  </h3>
                </li>
                <li id="nav-DecorativePillowsLink" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Westin-Decorative-Pillows" name="decorative pillows" id="TN_l2_decorativepillowslink" aria-label=" Subcategory decorative pillows" role="menuitem">
            Decorative Pillows</a>
                  </h3>
                </li>
                <li id="nav-HB-108-S-B" role="none">
                  <h3 role="none">
                    <a href="product.aspx?body-pillow" name="body pillow" id="TN_l2_hb-108-s-b" aria-label=" Product body pillow" role="menuitem">
            Body Pillow</a>
                  </h3>
                </li>
              </ul>
            </div>
          </li>
          <li id="sheetslink" class="dropdown" role="none">
            <a class="toplevel dropdownLink" href="category.aspx?Sheets" name="sheets" id="TN_l1_sheetslink" aria-label="category sheets" aria-haspopup="true" role="menuitem">

      <span>sheets</span></a>
            <div class="submenu">
              <ul role="group" class="submenuContainer">
                <li id="nav-SheetSetslink" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Sheet-Sets" name="sheet sets" id="TN_l2_sheetsetslink" aria-label=" Subcategory sheet sets" role="menuitem">
            Sheet Sets</a>
                  </h3>
                </li>
                <li id="nav-Sheets600link" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Ultra-Luxe-Sheets" name="ultra luxe sheets" id="TN_l2_sheets600link" aria-label=" Subcategory ultra luxe sheets" role="menuitem">
            Ultra Luxe Sheets</a>
                  </h3>
                </li>
                <li id="nav-Sheets300link" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Luxe-Sheets" name="luxe sheets" id="TN_l2_sheets300link" aria-label=" Subcategory luxe sheets" role="menuitem">
            Luxe Sheets</a>
                  </h3>
                </li>
                <li id="nav-HotelSheetslink" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Hotel-Sheets" name="hotel sheets" id="TN_l2_hotelsheetslink" aria-label=" Subcategory hotel sheets" role="menuitem">
            Hotel Sheets</a>
                  </h3>
                </li>
                <li id="nav-StripedSheetlink" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Stripe-Sheets" name="stripe sheets" id="TN_l2_stripedsheetlink" aria-label=" Subcategory stripe sheets" role="menuitem">
            Stripe Sheets</a>
                  </h3>
                </li>
                <li id="nav-Pillowcaseslink" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Pillowcases" name="pillowcases" id="TN_l2_pillowcaseslink" aria-label=" Subcategory pillowcases" role="menuitem">
            Pillowcases</a>
                  </h3>
                </li>
                <li id="nav-PillowShamslink" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Pillow-Shams" name="pillow shams" id="TN_l2_pillowshamslink" aria-label=" Subcategory pillow shams" role="menuitem">
            Pillow Shams</a>
                  </h3>
                </li>
                <li id="nav-BedSkirtlink" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Bed-Skirts" name="bed skirts" id="TN_l2_bedskirtlink" aria-label=" Subcategory bed skirts" role="menuitem">
            Bed Skirts</a>
                  </h3>
                </li>
              </ul>
            </div>
          </li>
          <li id="bedding" class="dropdown" role="none">
            <a class="toplevel dropdownLink" href="category.aspx?Bedding" name="bedding" id="TN_l1_bedding" aria-label="category bedding" aria-haspopup="true" role="menuitem">

      <span>bedding</span></a>
            <div class="submenu">
              <ul role="group" class="submenuContainer">
                <li id="nav-BeddingSets" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Bedding-Sets" name="bedding sets" id="TN_l2_beddingsets" aria-label=" Subcategory bedding sets" role="menuitem" aria-haspopup="true">
            Bedding Sets</a>
                  </h3>
                  <script>
                    $("#TN_l2_beddingsets").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Ultra-Luxe-Bedding-Set" name="ultra luxe bedding set" id="TN_l3_hb-1260-be_bedding" aria-label=" Product ultra luxe bedding set" role="menuitem">
							Ultra Luxe Bedding Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Luxe-Bedding-Set" name="luxe bedding set" id="TN_l3_hb-1210-be_bedding" aria-label=" Product luxe bedding set" role="menuitem">
							Luxe Bedding Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Hotel-Bedding-Set" name="hotel bedding set" id="TN_l3_hb-101-be_bedding" aria-label=" Product hotel bedding set" role="menuitem">
							Hotel Bedding Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?White-Stripe-Bedding-Set" name="white stripe bedding set" id="TN_l3_hb-1220-be_bedding" aria-label=" Product white stripe bedding set" role="menuitem">
							White Stripe Bedding Set</a>
                  </p>
                </li>
                <li id="nav-Sheets" role="none">
                  <h3 role="none">
                    <a href="category.aspx?Sheets" name="sheets" id="TN_l2_sheets" aria-label=" Subcategory sheets" role="menuitem" aria-haspopup="true">
            Sheets</a>
                  </h3>
                  <script>
                    $("#TN_l2_sheets").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="productList.aspx?Sheet-Sets" name="sheet sets" id="TN_l3_sheetsets_bedding" aria-label=" Subcategory sheet sets" role="menuitem">
							Sheet Sets</a>
                  </p>
                  <p>
                    <a href="productList.aspx?Ultra-Luxe-Sheets" name="ultra luxe sheets" id="TN_l3_sheets600_bedding" aria-label=" Subcategory ultra luxe sheets" role="menuitem">
							Ultra Luxe Sheets</a>
                  </p>
                  <p>
                    <a href="productList.aspx?Luxe-Sheets" name="luxe sheets" id="TN_l3_sheets300_bedding" aria-label=" Subcategory luxe sheets" role="menuitem">
							Luxe Sheets</a>
                  </p>
                  <p>
                    <a href="productList.aspx?Hotel-Sheets" name="hotel sheets" id="TN_l3_hotelsheets_bedding" aria-label=" Subcategory hotel sheets" role="menuitem">
							Hotel Sheets</a>
                  </p>
                  <p>
                    <a href="productList.aspx?Stripe-Sheets" name="stripe sheets" id="TN_l3_stripedsheet_bedding" aria-label=" Subcategory stripe sheets" role="menuitem">
							Stripe Sheets</a>
                  </p>
                  <p>
                    <a href="productList.aspx?Pillowcases" name="pillowcases" id="TN_l3_pillowcases_bedding" aria-label=" Subcategory pillowcases" role="menuitem">
							Pillowcases</a>
                  </p>
                  <p>
                    <a href="productList.aspx?Pillow-Shams" name="pillow shams" id="TN_l3_pillowshams_bedding" aria-label=" Subcategory pillow shams" role="menuitem">
							Pillow Shams</a>
                  </p>
                  <p>
                    <a href="productList.aspx?Bed-Skirts" name="bed skirts" id="TN_l3_bedskirt_bedding" aria-label=" Subcategory bed skirts" role="menuitem">
							Bed Skirts</a>
                  </p>
                </li>
                <li id="nav-DuvetCover" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Duvet-Covers" name="duvet covers" id="TN_l2_duvetcover" aria-label=" Subcategory duvet covers" role="menuitem" aria-haspopup="true">
            Duvet Covers</a>
                  </h3>
                  <script>
                    $("#TN_l2_duvetcover").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Cotton-Duvet-Cover" name="cotton duvet cover" id="TN_l3_hb-236_bedding" aria-label=" Product cotton duvet cover" role="menuitem">
							Cotton Duvet Cover</a>
                  </p>
                  <p>
                    <a href="product.aspx?Hotel-Duvet-Cover" name="hotel duvet cover" id="TN_l3_hb-135_bedding" aria-label=" Product hotel duvet cover" role="menuitem">
							Hotel Duvet Cover</a>
                  </p>
                </li>
                <li id="nav-Blankets" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Duvets-Blankets" name="duvets &amp; blankets" id="TN_l2_blankets" aria-label=" Subcategory duvets &amp; blankets" role="menuitem" aria-haspopup="true">
            Duvets &amp; Blankets</a>
                  </h3>
                  <script>
                    $("#TN_l2_blankets").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Down-Duvet" name="down duvet" id="TN_l3_hb-113_bedding" aria-label=" Product down duvet" role="menuitem">
							Down Duvet</a>
                  </p>
                  <p>
                    <a href="product.aspx?Down-Alternative-Duvet" name="down alternative duvet" id="TN_l3_hb-112_bedding" aria-label=" Product down alternative duvet" role="menuitem">
							Down Alternative Duvet</a>
                  </p>
                  <p>
                    <a href="product.aspx?Midweight-Down-Blanket" name="mid-weight down blanket" id="TN_l3_hb-120-s_bedding" aria-label=" Product mid-weight down blanket" role="menuitem">
							Mid-Weight Down Blanket</a>
                  </p>
                  <p>
                    <a href="product.aspx?Lightweight-Down-Blanket" name="lightweight down blanket" id="TN_l3_hb-120-t_bedding" aria-label=" Product lightweight down blanket" role="menuitem">
							Lightweight Down Blanket</a>
                  </p>
                  <p>
                    <a href="product.aspx?Travel-Blanket" name="travel blanket" id="TN_l3_hb-121-01-wh_bedding" aria-label=" Product travel blanket" role="menuitem">
							Travel Blanket</a>
                  </p>
                  <p>
                    <a href="product.aspx?herringbone-throw" name="herringbone throw" id="TN_l3_hb-171-09_bedding" aria-label=" Product herringbone throw" role="menuitem">
							Herringbone Throw</a>
                  </p>
                  <p>
                    <a href="product.aspx?lightweight-throw" name="lightweight throw" id="TN_l3_hb-121-del-gylink_bedding" aria-label=" Product lightweight throw" role="menuitem">
							Lightweight Throw</a>
                  </p>
                </li>
                <li id="nav-HB-114" role="none">
                </li>
                <li id="nav-Pillows" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Mattress-Pad" name="mattress pad" id="TN_l2_hb-114" aria-label=" Product mattress pad" role="menuitem">
            Mattress Pad</a>
                  </h3>
                  <h3 role="none">
                    <a href="category.aspx?Pillows" name="pillows" id="TN_l2_pillows" aria-label=" Subcategory pillows" role="menuitem" aria-haspopup="true">
            Pillows</a>
                  </h3>
                  <script>
                    $("#TN_l2_pillows").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Feather-Down-Pillow" name="feather &amp; down pillow" id="TN_l3_hb-108_bedding" aria-label=" Product feather &amp; down pillow" role="menuitem">
							Feather &amp; Down Pillow</a>
                  </p>
                  <p>
                    <a href="product.aspx?Down-Alternative-Pillow" name="down alternative pillow" id="TN_l3_hb-108s_bedding" aria-label=" Product down alternative pillow" role="menuitem">
							Down Alternative Pillow</a>
                  </p>
                  <p>
                    <a href="product.aspx?Down-Pillow" name="down pillow" id="TN_l3_hb-108d_bedding" aria-label=" Product down pillow" role="menuitem">
							Down Pillow</a>
                  </p>
                  <p>
                    <a href="productList.aspx?Westin-Decorative-Pillows" name="decorative pillows" id="TN_l3_decorativepillows_bedding" aria-label=" Subcategory decorative pillows" role="menuitem">
							Decorative Pillows</a>
                  </p>
                  <p>
                    <a href="product.aspx?body-pillow" name="body pillow" id="TN_l3_hb-108-s-b_bedding" aria-label=" Product body pillow" role="menuitem">
							Body Pillow</a>
                  </p>
                </li>
              </ul>
            </div>
          </li>
          <li id="whitetea" class="dropdown" role="none">
            <a class="toplevel dropdownLink" href="category.aspx?White-Tea" name="white tea" id="TN_l1_whitetea" aria-label="category white tea" aria-haspopup="true" role="menuitem">

      <span>white tea</span></a>
            <div class="submenu">
              <ul role="group" class="submenuContainer">
                <li id="nav-WhiteTeaBathBody" role="none">
                  <h3 role="none">
                    <a href="productCollection.aspx?White-Tea-Bath-Body" name="white tea bath &amp; body" id="TN_l2_whiteteabathbody" aria-label=" Subcategory white tea bath &amp; body" role="menuitem" aria-haspopup="true">
            White Tea Bath &amp; Body</a>
                  </h3>
                  <script>
                    $("#TN_l2_whiteteabathbody").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Bath-Body-Set" name="bath &amp; body set" id="TN_l3_hb-308-wt_whitetea" aria-label=" Product bath &amp; body set" role="menuitem">
							Bath &amp; Body Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Shampoo-Conditioner-Set" name="shampoo &amp; conditioner set" id="TN_l3_hb-307-wt_whitetea" aria-label=" Product shampoo &amp; conditioner set" role="menuitem">
							Shampoo &amp; Conditioner Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?body-care-set" name="body care set" id="TN_l3_hb-307-bc-wt_whitetea" aria-label=" Product body care set" role="menuitem">
							Body Care Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?liquid-hand-soap" name="liquid hand soap" id="TN_l3_hb-300-hs-01-wt-8_whitetea" aria-label=" Product liquid hand soap" role="menuitem">
							Liquid Hand Soap</a>
                  </p>
                  <p>
                    <a href="product.aspx?Body-Lotion" name="body lotion" id="TN_l3_hb-302-wt_whitetea" aria-label=" Product body lotion" role="menuitem">
							Body Lotion</a>
                  </p>
                  <p>
                    <a href="product.aspx?Shampoo" name="shampoo" id="TN_l3_hb-303-wt_whitetea" aria-label=" Product shampoo" role="menuitem">
							Shampoo</a>
                  </p>
                  <p>
                    <a href="product.aspx?Conditioner" name="conditioner" id="TN_l3_hb-304-wt_whitetea" aria-label=" Product conditioner" role="menuitem">
							Conditioner</a>
                  </p>
                  <p>
                    <a href="product.aspx?Body-Wash" name="body wash" id="TN_l3_hb-301-wt_whitetea" aria-label=" Product body wash" role="menuitem">
							Body Wash</a>
                  </p>
                  <p>
                    <a href="product.aspx?bath-body-oil" name="bath &amp; body oil" id="TN_l3_hb-305-wt_whitetea" aria-label=" Product bath &amp; body oil" role="menuitem">
							Bath &amp; Body Oil</a>
                  </p>
                  <p>
                    <a href="product.aspx?bath-bomb-set" name="bath bomb set" id="TN_l3_hb-301-01-01-wh-wl-3_whitetea" aria-label=" Product bath bomb set" role="menuitem">
							Bath Bomb Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?bar-soap" name="bar soap" id="TN_l3_hb-300-bs-01-wt-1-set5_whitetea" aria-label=" Product bar soap" role="menuitem">
							Bar Soap</a>
                  </p>
                  <p>
                    <a href="product.aspx?Travel-Set" name="travel set" id="TN_l3_hb-310-wt_whitetea" aria-label=" Product travel set" role="menuitem">
							Travel Set</a>
                  </p>
                </li>
                <li id="nav-WhiteTeaScent" role="none">
                  <h3 role="none">
                    <a href="category.aspx?White-Tea-Home-Fragrance" name="white tea home fragrance" id="TN_l2_whiteteascent" aria-label=" Subcategory white tea home fragrance" role="menuitem" aria-haspopup="true">
            White Tea Home Fragrance</a>
                  </h3>
                  <script>
                    $("#TN_l2_whiteteascent").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?reed-diffuser" name="reed diffuser" id="TN_l3_hb-606-01-01-wl-5_whitetea" aria-label=" Product reed diffuser" role="menuitem">
							Reed Diffuser</a>
                  </p>
                  <p>
                    <a href="product.aspx?room-diffuser" name="room diffuser set" id="TN_l3_hb-660-01_whitetea" aria-label=" Product room diffuser set" role="menuitem">
							Room Diffuser Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?room-diffuser-refill" name="room diffuser refill" id="TN_l3_hb-661-01_whitetea" aria-label=" Product room diffuser refill" role="menuitem">
							Room Diffuser Refill</a>
                  </p>
                  <p>
                    <a href="product.aspx?scent-diffuser" name="home diffuser set" id="TN_l3_hb-610-b_whitetea" aria-label=" Product home diffuser set" role="menuitem">
							Home Diffuser Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Scent-Diffuser-Refill" name="home diffuser refill" id="TN_l3_hb-614_whitetea" aria-label=" Product home diffuser refill" role="menuitem">
							Home Diffuser Refill</a>
                  </p>
                  <p>
                    <a href="product.aspx?Candle" name="candle" id="TN_l3_hb-600-01-01-wh-01-13_whitetea" aria-label=" Product candle" role="menuitem">
							Candle</a>
                  </p>
                  <p>
                    <a href="/productSub.aspx?candle-in-a-tin" name="candle in a tin" id="TN_l3_candletin_whitetea" aria-label=" Subcategory candle in a tin" role="menuitem">
							Candle in a Tin</a>
                  </p>
                  <p>
                    <a href="product.aspx?scent-sticks" name="scent sticks" id="TN_l3_hb-607-01-01-9_whitetea" aria-label=" Product scent sticks" role="menuitem">
							Scent Sticks</a>
                  </p>
                  <p>
                    <a href="product.aspx?room-spray" name="room spray" id="TN_l3_hb-605_whitetea" aria-label=" Product room spray" role="menuitem">
							Room Spray</a>
                  </p>
                  <p>
                    <a href="productSub.aspx?sachets" name="sachets" id="TN_l3_sachets_whitetea" aria-label=" Subcategory sachets" role="menuitem">
							Sachets</a>
                  </p>
                  <p>
                    <a href="productCollection.aspx?White-Tea-Bath-Body" name="white tea bath &amp; body" id="TN_l3_whiteteabathbodyscent_whitetea" aria-label=" Subcategory white tea bath &amp; body" role="menuitem">
							White Tea Bath &amp; Body</a>
                  </p>
                  <p>
                    <a href="product.aspx?Potpourri" name="potpourri" id="TN_l3_hb-604_whitetea" aria-label=" Product potpourri" role="menuitem">
							Potpourri</a>
                  </p>
                </li>
              </ul>
            </div>
          </li>
          <li id="bath" class="dropdown" role="none">
            <a class="toplevel dropdownLink" href="category.aspx?Bath-Spa" name="bath" id="TN_l1_bath" aria-label="category bath" aria-haspopup="true" role="menuitem">

      <span>bath</span></a>
            <div class="submenu">
              <ul role="group" class="submenuContainer">
                <li id="nav-Robes" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Robes" name="robes" id="TN_l2_robes" aria-label=" Subcategory robes" role="menuitem" aria-haspopup="true">
            Robes</a>
                  </h3>
                  <script>
                    $("#TN_l2_robes").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Heavenly-Bathrobe" name="heavenly bathrobe" id="TN_l3_hb-403s_bath" aria-label=" Product heavenly bathrobe" role="menuitem">
							Heavenly Bathrobe</a>
                  </p>
                  <p>
                    <a href="product.aspx?Classic-Kimono-Bathrobe" name="classic kimono bathrobe" id="TN_l3_hb-402_bath" aria-label=" Product classic kimono bathrobe" role="menuitem">
							Classic Kimono Bathrobe</a>
                  </p>
                  <p>
                    <a href="product.aspx?Waffle-Weave-Robe" name="waffle weave robe" id="TN_l3_hb-403_bath" aria-label=" Product waffle weave robe" role="menuitem">
							Waffle Weave Robe</a>
                  </p>
                  <p>
                    <a href="product.aspx?Spa-Robe-With-Hood" name="spa robe with hood" id="TN_l3_hb-402-spa_bath" aria-label=" Product spa robe with hood" role="menuitem">
							Spa Robe with Hood</a>
                  </p>
                  <p>
                    <a href="product.aspx?Spa-Robe" name="spa robe" id="TN_l3_hb-400_bath" aria-label=" Product spa robe" role="menuitem">
							Spa Robe</a>
                  </p>
                  <p>
                    <a href="product.aspx?Westin-Family-Kids-Robe" name="westin family kids robe" id="TN_l3_hb-404_bath" aria-label=" Product westin family kids robe" role="menuitem">
							Westin Family Kids Robe</a>
                  </p>
                </li>
                <li id="nav-Towels" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Towels" name="towels" id="TN_l2_towels" aria-label=" Subcategory towels" role="menuitem" aria-haspopup="true">
            Towels</a>
                  </h3>
                  <script>
                    $("#TN_l2_towels").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?towel-set" name="towel set" id="TN_l3_hb-320-01-set-bt-wh_bath" aria-label=" Product towel set" role="menuitem">
							Towel Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Bath-Sheet" name="bath sheet" id="TN_l3_hb-320_bath" aria-label=" Product bath sheet" role="menuitem">
							Bath Sheet</a>
                  </p>
                  <p>
                    <a href="product.aspx?bath-towel" name="bath towel" id="TN_l3_hb-320-bt-01-wh_bath" aria-label=" Product bath towel" role="menuitem">
							Bath Towel</a>
                  </p>
                  <p>
                    <a href="product.aspx?hand-towel" name="hand towel" id="TN_l3_hb-320-ht-01-wh_bath" aria-label=" Product hand towel" role="menuitem">
							Hand Towel</a>
                  </p>
                  <p>
                    <a href="product.aspx?face-towel" name="face towel" id="TN_l3_hb-320-ft-01-wh_bath" aria-label=" Product face towel" role="menuitem">
							Face Towel</a>
                  </p>
                  <p>
                    <a href="product.aspx?Bath-Mat" name="bath mat" id="TN_l3_hb-312-nl-wh_bath" aria-label=" Product bath mat" role="menuitem">
							Bath Mat</a>
                  </p>
                  <p>
                    <a href="product.aspx?bath-rug" name="bath rug" id="TN_l3_hb-321-01-wh_bath" aria-label=" Product bath rug" role="menuitem">
							Bath Rug</a>
                  </p>
                  <p>
                    <a href="product.aspx?Pool-Towel" name="pool towel" id="TN_l3_hb-310-pt-wl_bath" aria-label=" Product pool towel" role="menuitem">
							Pool Towel</a>
                  </p>
                  <p>
                    <a href="product.aspx?blue-trim-pool-towel" name="blue trim pool towel" id="TN_l3_hb-322-01-02-01_bath" aria-label=" Product blue trim pool towel" role="menuitem">
							Blue Trim Pool Towel</a>
                  </p>
                </li>
                <li id="nav-Shower" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Shower" name="shower" id="TN_l2_shower" aria-label=" Subcategory shower" role="menuitem" aria-haspopup="true">
            Shower</a>
                  </h3>
                  <script>
                    $("#TN_l2_shower").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Westin-Heavenly-Shower-System" name="westin heavenly shower system" id="TN_l3_hb-325-ss_bath" aria-label=" Product westin heavenly shower system" role="menuitem">
							Westin Heavenly Shower System</a>
                  </p>
                  <p>
                    <a href="product.aspx?Shower-Curtain-Liner" name="shower curtain &amp; liner" id="TN_l3_hb-327_bath" aria-label=" Product shower curtain &amp; liner" role="menuitem">
							Shower Curtain &amp; Liner</a>
                  </p>
                  <p>
                    <a href="product.aspx?Shower-Hooks" name="shower hooks" id="TN_l3_hb-328_bath" aria-label=" Product shower hooks" role="menuitem">
							Shower Hooks</a>
                  </p>
                </li>
                <li id="nav-WhiteTeaBathBodyBath" role="none">
                  <h3 role="none">
                    <a href="productCollection.aspx?White-Tea-Bath-Body" name="white tea bath &amp; body" id="TN_l2_whiteteabathbodybath" aria-label=" Subcategory white tea bath &amp; body" role="menuitem" aria-haspopup="true">
            White Tea Bath &amp; Body</a>
                  </h3>
                  <script>
                    $("#TN_l2_whiteteabathbodybath").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Bath-Body-Set" name="bath &amp; body set" id="TN_l3_hb-308-wt_bath" aria-label=" Product bath &amp; body set" role="menuitem">
							Bath &amp; Body Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Shampoo-Conditioner-Set" name="shampoo &amp; conditioner set" id="TN_l3_hb-307-wt_bath" aria-label=" Product shampoo &amp; conditioner set" role="menuitem">
							Shampoo &amp; Conditioner Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?body-care-set" name="body care set" id="TN_l3_hb-307-bc-wt_bath" aria-label=" Product body care set" role="menuitem">
							Body Care Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?liquid-hand-soap" name="liquid hand soap" id="TN_l3_hb-300-hs-01-wt-8_bath" aria-label=" Product liquid hand soap" role="menuitem">
							Liquid Hand Soap</a>
                  </p>
                  <p>
                    <a href="product.aspx?Body-Lotion" name="body lotion" id="TN_l3_hb-302-wt_bath" aria-label=" Product body lotion" role="menuitem">
							Body Lotion</a>
                  </p>
                  <p>
                    <a href="product.aspx?Shampoo" name="shampoo" id="TN_l3_hb-303-wt_bath" aria-label=" Product shampoo" role="menuitem">
							Shampoo</a>
                  </p>
                  <p>
                    <a href="product.aspx?Conditioner" name="conditioner" id="TN_l3_hb-304-wt_bath" aria-label=" Product conditioner" role="menuitem">
							Conditioner</a>
                  </p>
                  <p>
                    <a href="product.aspx?Body-Wash" name="body wash" id="TN_l3_hb-301-wt_bath" aria-label=" Product body wash" role="menuitem">
							Body Wash</a>
                  </p>
                  <p>
                    <a href="product.aspx?bath-body-oil" name="bath &amp; body oil" id="TN_l3_hb-305-wt_bath" aria-label=" Product bath &amp; body oil" role="menuitem">
							Bath &amp; Body Oil</a>
                  </p>
                  <p>
                    <a href="product.aspx?bar-soap" name="bar soap" id="TN_l3_hb-300-bs-01-wt-1-set5_bath" aria-label=" Product bar soap" role="menuitem">
							Bar Soap</a>
                  </p>
                  <p>
                    <a href="product.aspx?bath-bomb-set" name="bath bomb set" id="TN_l3_hb-301-01-01-wh-wl-3_bath" aria-label=" Product bath bomb set" role="menuitem">
							Bath Bomb Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Travel-Set" name="travel set" id="TN_l3_hb-310-wt_bath" aria-label=" Product travel set" role="menuitem">
							Travel Set</a>
                  </p>
                </li>
              </ul>
            </div>
          </li>
          <li id="outdoorfurniture" class="dropdown" role="none">
            <a class="toplevel dropdownLink" href="category.aspx?outdoor" name="outdoor" id="TN_l1_outdoorfurniture" aria-label="category outdoor" aria-haspopup="true" role="menuitem">

      <span>outdoor</span></a>
            <div class="submenu">
              <ul role="group" class="submenuContainer">
                <li id="nav-CaribbeanCollection" role="none">
                  <h3 role="none">
                    <a href="category.aspx?caribbean-collection" name="caribbean collection" id="TN_l2_caribbeancollection" aria-label=" Subcategory caribbean collection" role="menuitem" aria-haspopup="true">
            Caribbean Collection</a>
                  </h3>
                  <script>
                    $("#TN_l2_caribbeancollection").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Caribbean-Armchair" name="caribbean armchair" id="TN_l3_hb-861-armchr1-gry_outdoorfurniture" aria-label=" Product caribbean armchair" role="menuitem">
							Caribbean Armchair</a>
                  </p>
                  <p>
                    <a href="product.aspx?Caribbean-Ottoman" name="caribbean ottoman" id="TN_l3_hb-861-ottmn1-gry_outdoorfurniture" aria-label=" Product caribbean ottoman" role="menuitem">
							Caribbean Ottoman</a>
                  </p>
                  <p>
                    <a href="product.aspx?Caribbean-Loveseat" name="caribbean loveseat" id="TN_l3_hb-861-loveseat1-gry_outdoorfurniture" aria-label=" Product caribbean loveseat" role="menuitem">
							Caribbean Loveseat</a>
                  </p>
                  <p>
                    <a href="product.aspx?Caribbean-Side-Table" name="caribbean side table" id="TN_l3_hb-862-sidetble1-gry-18_outdoorfurniture" aria-label=" Product caribbean side table" role="menuitem">
							Caribbean Side Table</a>
                  </p>
                  <p>
                    <a href="product.aspx?Caribbean-Coffee-Table" name="caribbean coffee table" id="TN_l3_hb-862-coffeetbl1-gry-50_outdoorfurniture" aria-label=" Product caribbean coffee table" role="menuitem">
							Caribbean Coffee Table</a>
                  </p>
                </li>
                <li id="nav-AegeanCollection" role="none">
                  <h3 role="none">
                    <a href="category.aspx?aegean-collection" name="aegean collection" id="TN_l2_aegeancollection" aria-label=" Subcategory aegean collection" role="menuitem" aria-haspopup="true">
            Aegean Collection</a>
                  </h3>
                  <script>
                    $("#TN_l2_aegeancollection").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Aegean-Round-Dining-Set" name="aegean round dining set" id="TN_l3_hb-856-dnst-rnd_outdoorfurniture" aria-label=" Product aegean round dining set" role="menuitem">
							Aegean Round Dining Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Aegean-Oblong-Dining-Set" name="aegean oblong dining set" id="TN_l3_hb-856-dnst-rt_outdoorfurniture" aria-label=" Product aegean oblong dining set" role="menuitem">
							Aegean Oblong Dining Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Aegean-Dining-Chair" name="aegean dining chair" id="TN_l3_hb-861-dngchair-teak_outdoorfurniture" aria-label=" Product aegean dining chair" role="menuitem">
							Aegean Dining Chair</a>
                  </p>
                  <p>
                    <a href="product.aspx?Aegean-Accent-Chair" name="aegean accent chair" id="TN_l3_hb-861-armchair-teak_outdoorfurniture" aria-label=" Product aegean accent chair" role="menuitem">
							Aegean Accent Chair</a>
                  </p>
                  <p>
                    <a href="product.aspx?Aegean-Coffee-Table" name="aegean coffee table" id="TN_l3_hb-862-coffeetble_outdoorfurniture" aria-label=" Product aegean coffee table" role="menuitem">
							Aegean Coffee Table</a>
                  </p>
                  <p>
                    <a href="product.aspx?Aegean-Side-Table" name="aegean side table" id="TN_l3_hb-862-sidetble_outdoorfurniture" aria-label=" Product aegean side table" role="menuitem">
							Aegean Side Table</a>
                  </p>
                  <p>
                    <a href="product.aspx?aegean-oblong-dining-table" name="aegean oblong dining table" id="TN_l3_hb-862-rectngltable_outdoorfurniture" aria-label=" Product aegean oblong dining table" role="menuitem">
							Aegean Oblong Dining Table</a>
                  </p>
                  <p>
                    <a href="product.aspx?Aegean-Round-Dining-Table" name="aegean round dining table" id="TN_l3_hb-862-rndtable_outdoorfurniture" aria-label=" Product aegean round dining table" role="menuitem">
							Aegean Round Dining Table</a>
                  </p>
                </li>
                <li id="nav-KristianiaCollection" role="none">
                  <h3 role="none">
                    <a href="category.aspx?kristiania-collection" name="kristiania collection" id="TN_l2_kristianiacollection" aria-label=" Subcategory kristiania collection" role="menuitem" aria-haspopup="true">
            Kristiania Collection</a>
                  </h3>
                  <script>
                    $("#TN_l2_kristianiacollection").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Kristiania-7-Piece-Dining-Set" name="kristiania 7-piece dining set" id="TN_l3_hb-856-dnst-rec-grt-6_outdoorfurniture" aria-label=" Product kristiania 7-piece dining set" role="menuitem">
							Kristiania 7-Piece Dining Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-5-Piece-Dining-Set" name="kristiania 5-piece dining set" id="TN_l3_hb-856-dngs-sqr-grt-4_outdoorfurniture" aria-label=" Product kristiania 5-piece dining set" role="menuitem">
							Kristiania 5-Piece Dining Set</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-Armchair" name="kristiania armchair" id="TN_l3_hb-861-armchr-grt_outdoorfurniture" aria-label=" Product kristiania armchair" role="menuitem">
							Kristiania Armchair</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-Loveseat" name="kristiania loveseat" id="TN_l3_hb-861-loveseat-grt_outdoorfurniture" aria-label=" Product kristiania loveseat" role="menuitem">
							Kristiania Loveseat</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-Sofa" name="kristiania sofa" id="TN_l3_hb-861-sofa-grt_outdoorfurniture" aria-label=" Product kristiania sofa" role="menuitem">
							Kristiania Sofa</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-Side-Table" name="kristiania side table" id="TN_l3_hb-862-sidetble3-grt-22_outdoorfurniture" aria-label=" Product kristiania side table" role="menuitem">
							Kristiania Side Table</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-Coffee-Table" name="kristiania coffee table" id="TN_l3_hb-862-coffeetble3-grt-32_outdoorfurniture" aria-label=" Product kristiania coffee table" role="menuitem">
							Kristiania Coffee Table</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-Dining-Chair" name="kristiania dining chair" id="TN_l3_hb-861-dngch-grt_outdoorfurniture" aria-label=" Product kristiania dining chair" role="menuitem">
							Kristiania Dining Chair</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-Dining-Armchair" name="kristiania dining armchair" id="TN_l3_hb-861-dngch-armch-grt_outdoorfurniture" aria-label=" Product kristiania dining armchair" role="menuitem">
							Kristiania Dining Armchair</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-80-inch-Dining-Table" name="kristiania 80-inch dining table" id="TN_l3_hb-862-dng-rect-grt-80_outdoorfurniture" aria-label=" Product kristiania 80-inch dining table" role="menuitem">
							Kristiania 80-Inch Dining Table</a>
                  </p>
                  <p>
                    <a href="product.aspx?Kristiania-40-inch-Dining-Table" name="kristiania 40-inch dining table" id="TN_l3_hb-862-dng-squr-grt-40_outdoorfurniture" aria-label=" Product kristiania 40-inch dining table" role="menuitem">
							Kristiania 40-Inch Dining Table</a>
                  </p>
                </li>
                <li id="nav-HB-863-01-01" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Riviera-Daybed" name="riviera daybed" id="TN_l2_hb-863-01-01" aria-label=" Product riviera daybed" role="menuitem">
            Riviera Daybed</a>
                  </h3>
                </li>
                <li id="nav-CoastalCollection" role="none">
                  <h3 role="none">
                    <a href="category.aspx?coastal-collection" name="coastal collection" id="TN_l2_coastalcollection" aria-label=" Subcategory coastal collection" role="menuitem" aria-haspopup="true">
            Coastal Collection</a>
                  </h3>
                  <script>
                    $("#TN_l2_coastalcollection").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Coastal-Armchair" name="coastal armchair" id="TN_l3_hb-861-04-01-01-bn_outdoorfurniture" aria-label=" Product coastal armchair" role="menuitem">
							Coastal Armchair</a>
                  </p>
                  <p>
                    <a href="product.aspx?Coastal-Left-Seating-Unit" name="coastal left seating unit" id="TN_l3_hb-861-04-01-04-bn_outdoorfurniture" aria-label=" Product coastal left seating unit" role="menuitem">
							Coastal Left Seating Unit</a>
                  </p>
                  <p>
                    <a href="product.aspx?Coastal-Right-Seating-Unit" name="coastal right seating unit" id="TN_l3_hb-861-04-01-03-bn_outdoorfurniture" aria-label=" Product coastal right seating unit" role="menuitem">
							Coastal Right Seating Unit</a>
                  </p>
                  <p>
                    <a href="product.aspx?Coastal-Middle-Seating-Unit" name="coastal middle seating unit" id="TN_l3_hb-861-04-01-02-bn_outdoorfurniture" aria-label=" Product coastal middle seating unit" role="menuitem">
							Coastal Middle Seating Unit</a>
                  </p>
                  <p>
                    <a href="product.aspx?Coastal-Coffee-Table" name="coastal coffee table" id="TN_l3_hb-862-04-01-01-bn-32_outdoorfurniture" aria-label=" Product coastal coffee table" role="menuitem">
							Coastal Coffee Table</a>
                  </p>
                </li>
                <li id="nav-MediterraneanCollection" role="none">
                  <h3 role="none">
                    <a href="category.aspx?mediterranean-collection" name="mediterranean collection" id="TN_l2_mediterraneancollection" aria-label=" Subcategory mediterranean collection" role="menuitem" aria-haspopup="true">
            Mediterranean Collection</a>
                  </h3>
                  <script>
                    $("#TN_l2_mediterraneancollection").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Mediterranean-Sofa" name="mediterranean sofa" id="TN_l3_hb-861-sofa2-fst_outdoorfurniture" aria-label=" Product mediterranean sofa" role="menuitem">
							Mediterranean Sofa</a>
                  </p>
                  <p>
                    <a href="product.aspx?Mediterranean-Armchair" name="mediterranean armchair" id="TN_l3_hb-861-armchair2-fst_outdoorfurniture" aria-label=" Product mediterranean armchair" role="menuitem">
							Mediterranean Armchair</a>
                  </p>
                  <p>
                    <a href="product.aspx?Mediterranean-Side-Table" name="mediterranean side table" id="TN_l3_hb-862-sidetble2-grt-20_outdoorfurniture" aria-label=" Product mediterranean side table" role="menuitem">
							Mediterranean Side Table</a>
                  </p>
                  <p>
                    <a href="product.aspx?Mediterranean-Coffee-Table" name="mediterranean coffee table" id="TN_l3_hb-862-coffeetble2-grt-47_outdoorfurniture" aria-label=" Product mediterranean coffee table" role="menuitem">
							Mediterranean Coffee Table</a>
                  </p>
                </li>
                <li id="nav-OceanaCollection" role="none">
                  <h3 role="none">
                    <a href="category.aspx?oceana-collection" name="oceana collection" id="TN_l2_oceanacollection" aria-label=" Subcategory oceana collection" role="menuitem" aria-haspopup="true">
            Oceana Collection</a>
                  </h3>
                  <script>
                    $("#TN_l2_oceanacollection").attr("aria-haspopup", "true")
                  </script>
                  <p>
                    <a href="product.aspx?Oceana-Armchair" name="oceana armchair" id="TN_l3_hb-861-03-01-01-gy-na_outdoorfurniture" aria-label=" Product oceana armchair" role="menuitem">
							Oceana Armchair</a>
                  </p>
                  <p>
                    <a href="product.aspx?Oceana-Loveseat" name="oceana loveseat" id="TN_l3_hb-861-03-01-02-gy-na_outdoorfurniture" aria-label=" Product oceana loveseat" role="menuitem">
							Oceana Loveseat</a>
                  </p>
                  <p>
                    <a href="product.aspx?Oceana-Sofa" name="oceana sofa" id="TN_l3_hb-861-03-01-03-gy-na_outdoorfurniture" aria-label=" Product oceana sofa" role="menuitem">
							Oceana Sofa</a>
                  </p>
                  <p>
                    <a href="product.aspx?Oceana-Coffee-Table" name="oceana coffee table" id="TN_l3_hb-862-03-01-01-gy-55_outdoorfurniture" aria-label=" Product oceana coffee table" role="menuitem">
							Oceana Coffee Table</a>
                  </p>
                  <p>
                    <a href="product.aspx?Oceana-Side-Table" name="oceana side table" id="TN_l3_hb-862-03-01-02-gy-24_outdoorfurniture" aria-label=" Product oceana side table" role="menuitem">
							Oceana Side Table</a>
                  </p>
                </li>
                <li id="nav-HB-855-01-01" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Outdoor-Floor-Cushion" name="outdoor floor cushion" id="TN_l2_hb-855-01-01" aria-label=" Product outdoor floor cushion" role="menuitem">
            Outdoor Floor Cushion</a>
                  </h3>
                </li>
                <li id="nav-HB-108-DC-30-01" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Outdoor-Throw-Pillow" name="outdoor throw pillow" id="TN_l2_hb-108-dc-30-01" aria-label=" Product outdoor throw pillow" role="menuitem">
            Outdoor Throw Pillow</a>
                  </h3>
                </li>
              </ul>
            </div>
          </li>
          <li id="gift" class="dropdown" role="none">
            <a class="toplevel dropdownLink" href="category.aspx?Gifts" name="gifts" id="TN_l1_gift" aria-label="category gifts" aria-haspopup="false" role="menuitem">

      <span>gifts</span></a>
            <div class="submenu">
              <ul role="group" class="submenuContainer">
                <li id="nav-HB-740" role="none">
                  <h3 role="none">
                    <a href="product.aspx?dog-bed" name="heavenly dog bed" id="TN_l2_hb-740" aria-label=" Product heavenly dog bed" role="menuitem">
            Heavenly Dog Bed</a>
                  </h3>
                </li>
                <li id="nav-HB-313-LAV" role="none">
                  <h3 role="none">
                    <a href="product.aspx?sleep-well-lavender-balm" name="sleep well lavender balm" id="TN_l2_hb-313-lav" aria-label=" Product sleep well lavender balm" role="menuitem">
            Sleep Well Lavender Balm</a>
                  </h3>
                </li>
                <li id="nav-HB-171-09" role="none">
                  <h3 role="none">
                    <a href="product.aspx?herringbone-throw" name="herringbone throw" id="TN_l2_hb-171-09" aria-label=" Product herringbone throw" role="menuitem">
            Herringbone Throw</a>
                  </h3>
                </li>
                <li id="nav-HB-121-DEL-GY" role="none">
                  <h3 role="none">
                    <a href="product.aspx?lightweight-throw" name="lightweight throw" id="TN_l2_hb-121-del-gy" aria-label=" Product lightweight throw" role="menuitem">
            Lightweight Throw</a>
                  </h3>
                </li>
                <li id="nav-HB-121-01-WH" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Travel-Blanket" name="travel blanket" id="TN_l2_hb-121-01-wh" aria-label=" Product travel blanket" role="menuitem">
            Travel Blanket</a>
                  </h3>
                </li>
                <li id="nav-HB-308-WT" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Bath-Body-Set" name="bath &amp; body set" id="TN_l2_hb-308-wt" aria-label=" Product bath &amp; body set" role="menuitem">
            Bath &amp; Body Set</a>
                  </h3>
                </li>
                <li id="nav-HB-301-01-01-WH-WL-3" role="none">
                  <h3 role="none">
                    <a href="product.aspx?bath-bomb-set" name="bath bomb set" id="TN_l2_hb-301-01-01-wh-wl-3" aria-label=" Product bath bomb set" role="menuitem">
            Bath Bomb Set</a>
                  </h3>
                </li>
                <li id="nav-RobesGift" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Robes" name="robes" id="TN_l2_robesgift" aria-label=" Subcategory robes" role="menuitem">
            Robes</a>
                  </h3>
                </li>
                <li id="nav-SheetSetsGift" role="none">
                  <h3 role="none">
                    <a href="productList.aspx?Sheet-Sets" name="sheet sets" id="TN_l2_sheetsetsgift" aria-label=" Subcategory sheet sets" role="menuitem">
            Sheet Sets</a>
                  </h3>
                </li>
                <li id="nav-HB-120-S" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Midweight-Down-Blanket" name="mid-weight down blanket" id="TN_l2_hb-120-s" aria-label=" Product mid-weight down blanket" role="menuitem">
            Mid-Weight Down Blanket</a>
                  </h3>
                </li>
                <li id="nav-HB-600-01-01-WH-01-13" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Candle" name="candle" id="TN_l2_hb-600-01-01-wh-01-13" aria-label=" Product candle" role="menuitem">
            Candle</a>
                  </h3>
                </li>
                <li id="nav-HB-320-01-SET-BT-WH" role="none">
                  <h3 role="none">
                    <a href="product.aspx?towel-set" name="towel set" id="TN_l2_hb-320-01-set-bt-wh" aria-label=" Product towel set" role="menuitem">
            Towel Set</a>
                  </h3>
                </li>
                <li id="nav-HB-606-01-01-WL-5" role="none">
                  <h3 role="none">
                    <a href="product.aspx?reed-diffuser" name="reed diffuser" id="TN_l2_hb-606-01-01-wl-5" aria-label=" Product reed diffuser" role="menuitem">
            Reed Diffuser</a>
                  </h3>
                </li>
                <li id="nav-DecorativePillowsGift" role="none">
                  <h3 role="none">
                    <a href="productlist.aspx?Westin-Decorative-Pillows" name="westin decorative pillows" id="TN_l2_decorativepillowsgift" aria-label=" Subcategory westin decorative pillows" role="menuitem">
            Westin Decorative Pillows</a>
                  </h3>
                </li>
                <li id="nav-HB-604" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Potpourri" name="potpourri" id="TN_l2_hb-604" aria-label=" Product potpourri" role="menuitem">
            Potpourri</a>
                  </h3>
                </li>
                <li id="nav-HB-310-WT" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Travel-Set" name="travel set" id="TN_l2_hb-310-wt" aria-label=" Product travel set" role="menuitem">
            Travel Set</a>
                  </h3>
                </li>
                <li id="nav-HB-600-03-01-WH-WL" role="none">
                  <h3 role="none">
                    <a href="productSub.aspx?candle-in-a-tin" name="candle in a tin" id="TN_l2_hb-600-03-01-wh-wl" aria-label=" Product candle in a tin" role="menuitem">
            Candle in a Tin</a>
                  </h3>
                </li>
                <li id="nav-HB-404" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Westin-Family-Kids-Robe" name="westin family kids robe" id="TN_l2_hb-404" aria-label=" Product westin family kids robe" role="menuitem">
            Westin Family Kids Robe</a>
                  </h3>
                </li>
                <li id="nav-HB-120-T" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Lightweight-Down-Blanket" name="lightweight down blanket" id="TN_l2_hb-120-t" aria-label=" Product lightweight down blanket" role="menuitem">
            Lightweight Down Blanket</a>
                  </h3>
                </li>
                <li id="nav-HB-310-PT-WL" role="none">
                  <h3 role="none">
                    <a href="product.aspx?Pool-Towel" name="pool towel" id="TN_l2_hb-310-pt-wl" aria-label=" Product pool towel" role="menuitem">
            Pool Towel</a>
                  </h3>
                </li>
                <li id="nav-HB-322-01-02-01" role="none">
                  <h3 role="none">
                    <a href="product.aspx?blue-trim-pool-towel" name="blue trim pool towel" id="TN_l2_hb-322-01-02-01" aria-label=" Product blue trim pool towel" role="menuitem">
            Blue Trim Pool Towel</a>
                  </h3>
                </li>
              </ul>
            </div>
          </li>
        </ul>
      </div>
      <script>
        $(function() {
          $("#TN_l1_gift").attr("aria-haspopup", "false") //special case for gifts - design
        })
      </script>
    </div>
    <!-- Initial banner -->
    <div class="hdr-banner sale initial FR-banner  pr-asterisk ">
      <div class="banner-content" style="font-size: 34px;">
        <span class="pr-sitewide">
          <span class="pr-copy1"></span><span class="upto">Up To</span><strong class="pr-offer"><sup></sup>&nbsp;</strong><strong class="pr-offer-hp"><sup></sup>&nbsp;<span></span></strong><span class="pr-copy2"></span><span
            class="pr-copy3"></span><span class="prod-name"></span><span id="banProdName"></span>
        </span>
      </div>
    </div>
    <!-- Inline Savings for all -->
    <div id="savings-inline" tabindex="0" class="BMSMFocusTrap" style="display:none;">
      <!-- No Automation Needed-->
      <div class="bmsm-chart animation">
        <span class="hero-ends mobile-ends" colspan="2">Tuesday</span>
        <h1 class="bmsm-header">Refresh Your Wellness Routine*</h1>
        <table border="0" cellspacing="0" cellpadding="0">
          <thead>
            <tr>
              <th class="spend-header spend-col">SPEND</th>
              <th class="save-header save-col">SAVE</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td class="spend-col">$5,000</td>
              <td class="save-col">$2,000</td>
            </tr>
            <tr>
              <td class="spend-col">$3,000</td>
              <td class="save-col">$1,000</td>
            </tr>
            <tr>
              <td class="spend-col">$1,500</td>
              <td class="save-col">$400</td>
            </tr>
            <tr>
              <td class="spend-col">$500</td>
              <td class="save-col">$100</td>
            </tr>
            <tr>
              <td class="spend-col">$250</td>
              <td class="save-col">$50</td>
            </tr>
            <tr>
              <td class="spend-col">$100</td>
              <td class="save-col">$15</td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </header>
  <main>
    <!--Desktop HP content-->
    <div class="content clearfix">
      <!-- Automate this-->
      <!-- After Promo -->
      <a href="product.aspx?Mattress-Box-Spring" class="main-hp row1" id="HP_main">
    <div>
      <h1>The Westin Heavenly Bed</h1>
      <p class="tag">Sleep Well</p>
      <p>Nothing restores your mind and body like restful sleep. Dream away in the Westin Heavenly Bed so you can meet the challenges of the day head-on.</p>
      <p class="button"> <span class=" btn-green">Shop Now</span> </p>
    </div>
        <picture>
      <source srcset="images/misc/fill.gif" media="(max-width: 480px)">
      <img srcset="images/banners/westin-heavenly-bed.jpg" alt="Westin Heavenly Bed"> 
    </picture>
    </a>
      <div class="row2 desk row-points">
        <section class="center-block points">
          <div class="points-products-wrap">
            <div class="points-intro">
              <div class="stack anim">
                <h2 class="tlt-section"><span>More Ways To Pay</span></h2>
                <p class="txt-description">Marriott Bonvoy members can now use points to bring home wellness essentials from Westin. Sleep well with the Westin Heavenly Bed and bedding, refresh your routine with our signature White Tea scent, and
                  discover everything else you need to get the most out of every day.</p>
              </div>
            </div>
            <div class="swiper-wrap">
              <div class="swiper-container swiper-points swiper-initialized swiper-horizontal swiper-pointer-events swiper-backface-hidden">
                <ul class="swiper-wrapper" id="swiper-wrapper-a2a047142c54f2f3" aria-live="polite" style="transform: translate3d(0px, 0px, 0px);">
                  <li class="swiper-slide swiper-slide-active" style="width: 316.75px;">
                    <div class="top-wrap">
                      <a href="product.aspx?Body-Lotion" aria-label="Homepage White Tea Body Lotion" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/white-tea-body-lotion.jpg" media="(max-width: 768px)">
                                        <img src="images/points/white-tea-body-lotion.jpg" alt="Product White Tea Body Lotion">
                                    </picture>
                                    <strong class="points-banner">6,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>White Tea Body Lotion</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide swiper-slide-next" style="width: 316.75px;">
                    <div class="top-wrap">
                      <a href="product.aspx?Down-Alternative-Pillow" aria-label="Homepage Down Alternative Pillow" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/down-alternative-pillow.jpg" media="(max-width: 768px)">
                                        <img src="images/points/down-alternative-pillow.jpg" alt="Product Down Alternative Pillow">
                                    </picture>
                                    <strong class="points-banner">13,000 - 18,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>Down Alternative Pillow</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide" style="width: 316.75px;">
                    <div class="top-wrap">
                      <a href="product.aspx?Candle" aria-label="Homepage White Tea Candle" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/white-tea-candle.jpg" media="(max-width: 768px)">
                                        <img src="images/points/white-tea-candle.jpg" alt="Product White Tea Candle">
                                    </picture>
                                    <strong class="points-banner">13,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>White Tea Candle</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide" style="width: 316.75px;">
                    <div class="top-wrap">
                      <a href="product.aspx?sleep-well-lavender-balm" aria-label="Homepage Sleep Well Lavender Balm">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/sleep-well-lavender-balm.jpg" media="(max-width: 768px)">
                                        <img src="images/points/sleep-well-lavender-balm.jpg" alt="Product Sleep Well Lavender Balm">
                                    </picture>
                                    <strong class="points-banner">6,000 - 7,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>Sleep Well Lavender Balm</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide" style="width: 316.75px;">
                    <div class="top-wrap">
                      <a href="product.aspx?liquid-hand-soap" aria-label="Homepage White Tea Hand Soap" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/white-tea-hand-soap.jpg" media="(max-width: 768px)">
                                        <img src="images/points/white-tea-hand-soap.jpg" alt="Product White Tea Hand Soap">
                                    </picture>
                                    <strong class="points-banner">6,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>White Tea Hand Soap</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide" style="width: 316.75px;">
                    <div class="top-wrap">
                      <a href="product.aspx?Feather-Down-Pillow" aria-label="Homepage Feather &amp; Down Pillow" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/feather-and-down-pillow.jpg" media="(max-width: 768px)">
                                        <img src="images/points/feather-and-down-pillow.jpg" alt="Product Feather &amp; Down Pillow">
                                    </picture>
                                    <strong class="points-banner">23,000 -25,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>Feather &amp; Down Pillow</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide" style="width: 316.75px;">
                    <div class="top-wrap">
                      <a href="product.aspx?reed-diffuser" aria-label="Homepage White Tea Reed Diffuser" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/white-tea-reed-diffuser.jpg" media="(max-width: 768px)">
                                        <img src="images/points/white-tea-reed-diffuser.jpg" alt="Product White Tea Reed Diffuser">
                                    </picture>
                                    <strong class="points-banner">17,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>White Tea Reed Diffuser</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide" style="width: 316.75px;">
                    <div class="top-wrap">
                      <a href="product.aspx?Spa-Robe" aria-label="Homepage Spa Robe" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/spa-robe.jpg" media="(max-width: 768px)">
                                        <img src="images/points/spa-robe.jpg" alt="Product Spa Robe">
                                    </picture>
                                    <strong class="points-banner">25,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>Spa Robe</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                </ul>
                <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
              </div>
              <div class="points swiper-button-next" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-a2a047142c54f2f3" aria-disabled="false"></div>
              <div class="points swiper-button-prev swiper-button-disabled" tabindex="-1" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-a2a047142c54f2f3" aria-disabled="true"></div>
            </div>
          </div>
        </section>
      </div>
      <div class="row2 hp-menu hp-lazy-cont">
        <ul class="menu-hp-section">
          <li class="active"><a class="hp-link" href="category.aspx?Pillows">Westin Pillows</a>
            <a class="menu-content" href="category.aspx?Pillows">
            <h2 aria-hidden="true">Westin Pillows</h2>
            <p>Westin pillows provide the perfect place to lay your head down as you retreat into a restful slumber</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
          <li><a href="product.aspx?Feather-Down-Pillow" class="hp-link" id="HP-row2-link2">Feather &amp; Down Pillow</a>
            <a class="menu-content" href="product.aspx?Feather-Down-Pillow" id="HP-row2-cta2">
            <h3 aria-hidden="true">Feather &amp; Down Pillow</h3>
            <p>Experience the plush loft of feather &amp; down in our best selling pillow</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
          <li><a href="product.aspx?Down-Pillow" class="hp-link" id="HP-row2-link3">Down Pillow</a>
            <a class="menu-content" href="product.aspx?Down-Pillow" id="HP-row2-cta3">
            <h3 aria-hidden="true">Down Pillow</h3>
            <p>A pillow so soft, you will feel like you are resting atop a cloud</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
          <li><a href="product.aspx?Down-Alternative-Pillow" class="hp-link" id="HP-row2-link4">Down Alternative Pillow</a>
            <a class="menu-content" href="product.aspx?Down-Alternative-Pillow" id="HP-row2-cta4">
            <h3 aria-hidden="true">Down Alternative Pillow</h3>
            <p>Hypoallergenic materials provide an allergen free sleep experience</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
          <li><a href="productList.aspx?Westin-Decorative-Pillows" class="hp-link" id="HP-row2-link5">Decorative Pillows</a>
            <a class="menu-content" href="productList.aspx?Westin-Decorative-Pillows" id="HP-row2-cta5">
            <h3 aria-hidden="true">Decorative Pillows</h3>
            <p>Form meets function with our decorative pillow collection</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
        </ul>
        <picture>
          <source srcset="images/misc/fill.gif" media="(max-width: 480px)">
          <img class="lazy" data-srcset="images/banners/westin-pillows.jpg" alt="Westin Heavenly Pillows">
        </picture>
      </div>
      <a href="product.aspx?Mattress-Box-Spring" class="row3 hBed hp-lazy-cont" id="HP-row3">
    <div>
      <h2>Heavenly Bed Mattress &amp; Box Spring</h2>
      <p>The Westin Heavenly Bed is uniquely designed with plush, pillow-top construction for premium comfort and support.</p>
      <p class="button"> <span class=" btn-green">Shop Now</span> </p>
    </div>
    <picture>
      <source srcset="images/misc/fill.gif" media="(max-width: 480px)">
      <img class="lazy" data-srcset="images/banners/westin-mattress-boxspring.jpg" alt="Westin Mattress &amp; Boxspring"> </picture>
    </a>
      <div class="row4 hp-menu hp-lazy-cont">
        <ul class="menu-hp-section">
          <li class="active"><a class="hp-link" href="category.aspx?Sheets" id="HP-row4-link1">Westin Sheets</a>
            <a class="menu-content" href="category.aspx?Sheets" id="HP-row4-cta1">
            <h2 aria-hidden="true">Westin Sheets</h2>
            <p>Dress your bed the way only Westin can and feel rejuvenated every morning</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
          <li><a href="productList.aspx?Ultra-Luxe-Sheets" class="hp-link" id="HP-row4-link2">Ultra Luxe Sheets</a>
            <a class="menu-content" href="productList.aspx?Ultra-Luxe-Sheets" id="HP-row4-cta2">
            <h3 aria-hidden="true">Ultra Luxe Sheets</h3>
            <p>Experience our 600 thread count Egyptian cotton sheets</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
          <li><a href="productList.aspx?Luxe-Sheets" class="hp-link" id="HP-row4-link3"> Luxe Sheets</a>
            <a class="menu-content" href="productList.aspx?Luxe-Sheets" id="HP-row4-cta3">
            <h3 aria-hidden="true">Luxe Sheets</h3>
            <p>Maximize your comfort with our signature cotton blend sheets</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
          <li><a href="productList.aspx?Hotel-Sheets" class="hp-link" id="HP-row4-link4">Hotel Sheets</a>
            <a class="menu-content" href="productList.aspx?Hotel-Sheets" id="HP-row4-cta4">
            <h3 aria-hidden="true">Hotel Sheets</h3>
            <p>Make your bed the Westin way with the added layer of our cotton blend linens</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
          <li><a href="productList.aspx?Stripe-Sheets" class="hp-link" id="HP-row4-link5">Stripe Sheets</a>
            <a class="menu-content" href="productList.aspx?Stripe-Sheets" id="HP-row4-cta5">
            <h3 aria-hidden="true">Stripe Sheets</h3>
            <p>Unwind in style with our thoroughly modern yet classic striped sheet collection</p>
            <span class="button btn-green">Shop Now</span>
          </a>
          </li>
        </ul>
        <picture>
          <source srcset="images/misc/fill.gif" media="(max-width: 480px)">
          <img class="lazy" data-srcset="images/banners/westin-sheets.jpg" alt="Westin Sheets">
        </picture>
      </div>
      <a href="product.aspx?sleep-well-lavender-balm" class="row-feature hp-lazy-cont" id="HP-sleep">
    <div>
      <h2>Wind Down Naturally</h2>
      <p>Sleep Well Lavender Balm soothes the senses so you can have a truly restorative sleep.</p>
    </div>
    <picture>
      <source srcset="images/misc/fill.gif" media="(max-width: 480px)">
	    <source srcset="images/banners/gift-with-purchase-balm_840.jpg" media="(max-width: 840px)">
      <img class="lazy" data-srcset="images/banners/gift-with-purchase-balm.jpg" alt="Product Westin Sleep Well Lavender Balm"> </picture>
    </a>
      <div class="slider row5 clearfix">
        <p><a href="productCollection.aspx?White-Tea-Bath-Body">White Tea Bath &amp; Body</a> | <a href="category.aspx?White-Tea-Home-Fragrance">White Tea Home Fragrance</a>
        </p>
        <div class="swiper-wrap">
          <div class="swiper-container swiper-bath swiper-initialized swiper-horizontal swiper-pointer-events swiper-backface-hidden">
            <ul class="swiper-wrapper" id="swiper-wrapper-16074a7c17010f17b" aria-live="polite" style="transform: translate3d(0px, 0px, 0px);">
              <li class="swiper-slide swiper-slide-active" style="width: 316.75px;"><a href="product.aspx?room-diffuser">
              <picture>
                <source srcset="images/misc/fill.gif" media="(max-width: 620px)">
                <img srcset="images/banners/white-tea-room-diffuser.jpg" alt="Product Room Diffuser"> </picture>
              <h3>Room Diffuser</h3>
              </a></li>
              <li class="swiper-slide swiper-slide-next" style="width: 316.75px;"><a href="product.aspx?Reed-Diffuser">
              <picture>
                <source srcset="images/misc/fill.gif" media="(max-width: 620px)">
                <img srcset="images/banners/white-tea-reed-diffuser.jpg" alt="Product White Tea Reed Diffuser"> </picture>
              <h3>Reed Diffuser</h3>
              </a></li>
              <li class="swiper-slide" style="width: 316.75px;"><a href="product.aspx?Body-Lotion">
              <picture>
                <source srcset="images/misc/fill.gif" media="(max-width: 620px)">
                <img srcset="images/banners/white-tea-lotion.jpg" alt="Product White Tea Lotion"> </picture>
              <h3>Body Lotion</h3>
              </a></li>
              <li class="swiper-slide" style="width: 316.75px;"><a href="product.aspx?Candle">
              <picture>
                <source srcset="images/misc/fill.gif" media="(max-width: 620px)">
                <img srcset="images/banners/white-tea-candle.jpg" alt="Product White Tea Candle"> </picture>
              <h3>Candle</h3>
              </a></li>
              <li class="swiper-slide" style="width: 316.75px;"><a href="product.aspx?Body-Wash">
              <picture>
                <source srcset="images/misc/fill.gif" media="(max-width: 620px)">
                <img srcset="images/banners/white-tea-bodywash.jpg" alt="Product White Tea Body Wash"> </picture>
              <h3>Body Wash</h3>
              </a></li>
              <li class="swiper-slide" style="width: 316.75px;"><a href="product.aspx?room-spray">
              <picture>
                <source srcset="images/misc/fill.gif" media="(max-width: 620px)">
                <img srcset="images/banners/white-tea-room-spray.jpg" alt="Product White Tea Room Spray"> </picture>
              <h3>Room Spray</h3>
              </a></li>
              <li class="swiper-slide" style="width: 316.75px;"><a href="product.aspx?Shampoo-Conditioner-Set">
              <picture>
                <source srcset="images/misc/fill.gif" media="(max-width: 620px)">
                <img srcset="images/banners/white-tea-shampoo-conditioner.jpg" alt="Product Shampoo &amp; Conditioner Set "> </picture>
              <h3>Shampoo &amp; <br>
                Conditioner Set</h3>
              </a></li>
            </ul>
            <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
          </div>
          <div class="bath swiper-button-next" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-16074a7c17010f17b" aria-disabled="false"></div>
          <div class="bath swiper-button-prev swiper-button-disabled" tabindex="-1" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-16074a7c17010f17b" aria-disabled="true"></div>
        </div>
      </div>
      <div class="row6 clearfix">
        <ul>
          <li class="hp-lazy-cont"><a href="category.aspx?outdoor" id="HP_row6_position_1">
          <div>
            <h4>Outdoor</h4>
            <p>Restore and renew with an outside oasis with one of our hand-picked outdoor furniture collections.</p>
            <p class="button"><span class="btn-green">Shop Now</span></p>
          </div>
          <picture>
            <source srcset="images/misc/fill.gif" media="(max-width: 480px)">
            <img class="lazy" data-srcset="images/banners/westin-Aegean-Oblong-Dining-Set.jpg" alt="Aegean Oblong Dining Set"> </picture>
          </a> </li>
          <li class="hp-lazy-cont"><a href="product.aspx?dog-bed" id="HP_row6_position_2">
          <div>
            <h4>Heavenly Dog Bed</h4>
            <p>Extend the Heavenly experience to your loyal companion with The Westin Heavenly Dog Bed.</p>
            <p class="button"><span class="btn-green">Shop Now</span></p>
          </div>
          <picture>
            <source srcset="images/misc/fill.gif" media="(max-width: 480px)">
            <img class="lazy" data-srcset="images/banners/westin-dog-bed.jpg" alt="Dog Bed"> </picture>
          </a> </li>
          <li class="hp-lazy-cont"><a href="productList.aspx?Robes" id="HP_row6_position_3">
          <div>
            <h4>Robes</h4>
            <p>Wrap up in plush, softness with one of our superior robes for a rejuvenating experience.</p>
            <p class="button"><span class="btn-green">Shop Now</span></p>
          </div>
          <picture>
            <source srcset="images/misc/fill.gif" media="(max-width: 480px)">
            <img class="lazy" data-srcset="images/banners/westin-hotel-spa-robe.jpg" alt="Spa Robe"> </picture>
          </a> </li>
        </ul>
      </div>
    </div><!--Mobile HP content-->
    <div class="mobile-cta">
      <div class="mobile-hero-wrap">
        <a href="category.aspx?The-Heavenly-Bed" id="hp-mob-heavenly-bed">
  <div class="mobile-hero-text">
    <h1>Restorative Sleep <span>With the Heavenly Bed</span></h1>
    <p class="button"> <span class=" btn-green">Shop Now</span> </p>
  </div>
  <picture>
    <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
    <img src="images/mobile/Westin-Hero-HP-mob.jpg" alt="Home page mobile Heavenly Bed">
  </picture>
  </a>
      </div>
      <div class="row-points mob">
        <section class="center-block points">
          <div class="points-products-wrap">
            <div class="points-intro">
              <div class="stack anim">
                <h2 class="tlt-section"><span>More Ways To Pay</span></h2>
                <p class="txt-description">Marriott Bonvoy members can now use points to bring home wellness essentials from Westin. Sleep well with the Westin Heavenly Bed and bedding, refresh your routine with our signature White Tea scent, and
                  discover everything else you need to get the most out of every day.</p>
              </div>
            </div>
            <div class="swiper-wrap">
              <div class="swiper-container swiper-points swiper-initialized swiper-horizontal swiper-pointer-events">
                <ul class="swiper-wrapper" id="swiper-wrapper-e2a38cf6d2520331" aria-live="polite" style="transition-duration: 0ms;">
                  <li class="swiper-slide">
                    <div class="top-wrap">
                      <a href="product.aspx?Body-Lotion" aria-label="Homepage White Tea Body Lotion" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/white-tea-body-lotion.jpg" media="(max-width: 768px)">
                                        <img src="images/points/white-tea-body-lotion.jpg" alt="Product White Tea Body Lotion">
                                    </picture>
                                    <strong class="points-banner">6,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>White Tea Body Lotion</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide">
                    <div class="top-wrap">
                      <a href="product.aspx?Down-Alternative-Pillow" aria-label="Homepage Down Alternative Pillow" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/down-alternative-pillow.jpg" media="(max-width: 768px)">
                                        <img src="images/points/down-alternative-pillow.jpg" alt="Product Down Alternative Pillow">
                                    </picture>
                                    <strong class="points-banner">13,000 - 18,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>Down Alternative Pillow</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide">
                    <div class="top-wrap">
                      <a href="product.aspx?Candle" aria-label="Homepage White Tea Candle" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/white-tea-candle.jpg" media="(max-width: 768px)">
                                        <img src="images/points/white-tea-candle.jpg" alt="Product White Tea Candle">
                                    </picture>
                                    <strong class="points-banner">13,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>White Tea Candle</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide">
                    <div class="top-wrap">
                      <a href="product.aspx?sleep-well-lavender-balm" aria-label="Homepage Sleep Well Lavender Balm">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/sleep-well-lavender-balm.jpg" media="(max-width: 768px)">
                                        <img src="images/points/sleep-well-lavender-balm.jpg" alt="Product Sleep Well Lavender Balm">
                                    </picture>
                                    <strong class="points-banner">6,000 - 7,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>Sleep Well Lavender Balm</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide">
                    <div class="top-wrap">
                      <a href="product.aspx?liquid-hand-soap" aria-label="Homepage White Tea Hand Soap" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/white-tea-hand-soap.jpg" media="(max-width: 768px)">
                                        <img src="images/points/white-tea-hand-soap.jpg" alt="Product White Tea Hand Soap">
                                    </picture>
                                    <strong class="points-banner">6,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>White Tea Hand Soap</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide">
                    <div class="top-wrap">
                      <a href="product.aspx?Feather-Down-Pillow" aria-label="Homepage Feather &amp; Down Pillow" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/feather-and-down-pillow.jpg" media="(max-width: 768px)">
                                        <img src="images/points/feather-and-down-pillow.jpg" alt="Product Feather &amp; Down Pillow">
                                    </picture>
                                    <strong class="points-banner">23,000 -25,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>Feather &amp; Down Pillow</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide">
                    <div class="top-wrap">
                      <a href="product.aspx?reed-diffuser" aria-label="Homepage White Tea Reed Diffuser" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/white-tea-reed-diffuser.jpg" media="(max-width: 768px)">
                                        <img src="images/points/white-tea-reed-diffuser.jpg" alt="Product White Tea Reed Diffuser">
                                    </picture>
                                    <strong class="points-banner">17,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>White Tea Reed Diffuser</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                  <li class="swiper-slide">
                    <div class="top-wrap">
                      <a href="product.aspx?Spa-Robe" aria-label="Homepage Spa Robe" onclick="setCookie('priceViewOption','points')">
                                <div class="img-wrapper">
                                    <picture>
                                        <source srcset="images/points/spa-robe.jpg" media="(max-width: 768px)">
                                        <img src="images/points/spa-robe.jpg" alt="Product Spa Robe">
                                    </picture>
                                    <strong class="points-banner">25,000 Points</strong>
                                </div>
                                <h3 class="title-product"><span>Spa Robe</span></h3>
                                <p class="hover-content"><span class="btn-main">Shop Now</span></p>
                            </a>
                    </div>
                  </li>
                </ul>
                <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
              </div>
              <div class="points swiper-button-next" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-e2a38cf6d2520331" aria-disabled="false"></div>
              <div class="points swiper-button-prev" tabindex="0" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-e2a38cf6d2520331" aria-disabled="false"></div>
            </div>
          </div>
        </section>
      </div>
      <div class="mob-pillows clear">
        <a href="category.aspx?Pillows" aria-label="Pillows Category" class="mobile-hp-full-text">
    <h2>Pillows</h2>
    <p>Westin pillows are your bed's must-have accessory to ease you to sleep.</p>
  </a>
        <div class="swiper-container swiper-pillows swiper-container-initialized swiper-container-horizontal swiper-initialized swiper-horizontal swiper-pointer-events">
          <div class="swiper-wrapper" style="transition-duration: 0ms;" id="swiper-wrapper-e773d599510e4aa9a" aria-live="polite">
            <div class="swiper-slide">
              <div class="top-wrap">
                <a href="product.aspx?Feather-Down-Pillow" id="hp-mob-feather-down-pillow">
            <picture>
              <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
              <img src="images/mobile/Westin-Feather-Down-Pillow.jpg" alt="Westin Feather &amp; Down Pillow">
            </picture>
            <span>Feather &amp; Down Pillow</span>
            </a>
              </div>
            </div>
            <div class="swiper-slide">
              <div class="top-wrap">
                <a href="product.aspx?Down-Alternative-Pillow" id="hp-mob-down-alternative-pillow">
            <picture>
              <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
              <img src="images/mobile/Westin-Down-Alternative.jpg" alt="Westin Down Alternative Pillow">
            </picture>
            <span>Down Alternative Pillow</span>
            </a>
              </div>
            </div>
            <div class="swiper-slide">
              <div class="top-wrap">
                <a href="product.aspx?Down-Pillow" id="hp-mob-down-pillow">
            <picture>
              <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
              <img src="images/mobile/Westin-Down-Pillow.jpg" alt="Westin Down Pillow">
            </picture>
            <span>Down Pillow</span>
            </a>
              </div>
            </div>
          </div>
          <!-- Add Arrows -->
          <div class="swiper-button-next" tabindex="0" role="button" aria-label="Next slide" aria-disabled="false" aria-controls="swiper-wrapper-e773d599510e4aa9a"></div>
          <div class="swiper-button-prev" tabindex="0" role="button" aria-label="Previous slide" aria-disabled="false" aria-controls="swiper-wrapper-e773d599510e4aa9a"></div>
          <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
        </div>
      </div>
      <div class="mobile-hp-product-wrap">
        <div class="mobile-hp-product">
          <a href="productList.aspx?Bedding-Sets" id="hp-mob-bedding-sets">
    <div class="mobile-hp-product-img">
      <picture>
        <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
        <img src="images/mobile/Westin-Bedding-Sets.jpg" alt="Westin Bedding Sets">
      </picture>
      <span>Bedding Sets</span>
    </div>
  </a>
        </div>
        <div class="mobile-hp-product stacked">
          <a href="category.aspx?Bedding" aria-label="Bedding Category" class="mobile-hp-text">
      <h2>Bedding</h2>
      <p>Enhance your sleep.</p>
    </a>
          <a href="product.aspx?Mattress-Pad" id="hp-mob-mattress-pad">
    <div class="mobile-hp-product-img">
      <picture>
        <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
        <img src="images/mobile/Westin-Mattress-Pad.jpg" alt="Westin Mattress Pad">
      </picture>
      <span>Mattress Pad</span>
    </div>
    </a>
        </div>
      </div>
      <div class="mobile-hp-product-full">
        <a href="category.aspx?Sheets" aria-label="Sheets Category" class="mobile-hp-full-text">
    <h2>Linens</h2>
    <p>Our collection of Westin linens allows you to enjoy true luxury at home.</p>
  </a>
        <a href="productList.aspx?Sheet-Sets" id="hp-mob-sheet-sets">
  <div class="mobile-hp-full-img">
    <picture>
      <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
      <img src="images/mobile/Westin-Linen-Sets.jpg" alt="Westin Sheet Sets">
    </picture>
    <span>Sheet Sets</span>
  </div>
  </a>
      </div>
      <div class="mobile-hp-product-full">
        <a href="category.aspx?White-Tea-Home-Fragrance" aria-label="White Tea Home Fragrance Category" class="mobile-hp-full-text">
    <h2>White Tea Home Fragrance</h2>
    <p>Elevate your senses with our signature White Tea fragrance.</p>
  </a>
        <a href="category.aspx?White-Tea-Home-Fragrance" id="hp-mob-fragrance">
  <div class="mobile-hp-full-img">
    <picture>
      <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
      <img src="images/mobile/Westin-Fragrance.jpg" alt="Westin White Tea Fragrance">
    </picture>
    <span>White Tea Fragrance</span>
  </div>
  </a>
      </div>
      <div class="mobile-hp-product-wrap">
        <div class="mobile-hp-product stacked">
          <a href="category.aspx?White-Tea" aria-label="White-Tea Category" class="mobile-hp-text">
      <h2>Westin Scent</h2>
      <p>Transform any room.</p>
    </a>
          <a href="product.aspx?room-diffuser" id="hp-mob-room-diffuser">
    <div class="mobile-hp-product-img">
      <picture>
        <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
        <img src="images/mobile/Westin-Room-Diffuser.jpg" alt="Westin Room Diffuser">
      </picture>
      <span>Room Diffuser</span>
    </div>
    </a>
        </div>
        <div class="mobile-hp-product">
          <a href="product.aspx?reed-diffuser" id="hp-mob-reed-diffuser">
    <div class="mobile-hp-product-img">
      <picture>
        <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
        <img src="images/mobile/Westin-Reed-Diffuser.jpg" alt="Westin Reed Diffuser">
      </picture>
      <span>Reed Diffuser</span>
    </div>
    </a>
        </div>
      </div>
      <div class="mobile-hp-product-full">
        <a href="productCollection.aspx?White-Tea-Bath-Body" aria-label="White-Tea bath &amp; body Category" class="mobile-hp-full-text">
    <h2>White Tea Bath &amp; Body</h2>
    <p>Awaken your senses with the soothing scent of White Tea.</p>
  </a>
        <a href="productCollection.aspx?White-Tea-Bath-Body" id="hp-mob-bath-body">
  <div class="mobile-hp-full-img">
    <picture>
      <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
      <img src="images/mobile/Westin-White-Tea-Bath-Body.jpg" alt="Westin White Tea Bath &amp; Body">
    </picture>
    <span>White Tea Bath &amp; Body</span>
  </div>
  </a>
      </div>
      <div class="mobile-hp-product-wrap">
        <div class="mobile-hp-product">
          <a href="productList.aspx?Robes" id="hp-mob-robes">
    <div class="mobile-hp-product-img">
      <picture>
        <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
        <img src="images/mobile/Westin-Robes.jpg" alt="Westin Robes">
      </picture>
      <span>Robes</span>
    </div>
    </a>
        </div>
        <div class="mobile-hp-product stacked">
          <a href="category.aspx?Bath-Spa" aria-label="Bath Category" class="mobile-hp-text">
      <h2>Bath &amp; Spa</h2>
      <p>Rise and energize.</p>
    </a>
          <a href="productList.aspx?Towels" id="hp-mob-towels">
    <div class="mobile-hp-product-img">
      <picture>
        <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
        <img src="images/mobile/Westin-Towels.jpg" alt="Westin Towels">
      </picture>
      <span>Towels</span>
    </div>
    </a>
        </div>
      </div>
      <div class="mobile-hp-product-full">
        <a href="category.aspx?Gifts" aria-label="Gifts Category" class="mobile-hp-full-text">
    <h2>Gifts</h2>
    <p>Treat someone special with irresistible gifts that lift the spirit.</p>
  </a>
        <a href="product.aspx?dog-bed" id="hp-mob-dog-bed">
  <div class="mobile-hp-full-img">
    <picture>
      <source srcset="images/misc/fill.gif" media="(min-width: 661px)">
      <img src="images/mobile/Westin-Gifts.jpg" alt="Westin Heavenly Dog Bed">
    </picture>
    <span>Heavenly Dog Bed</span>
  </div>
  </a>
      </div>
      <!--Swiper Mobile-->
      <script src="dist/js/swiper.min.js"></script>
    </div>
  </main>
  <script>
    //Touch 
    $(function() {});
  </script>
  <!--//OCFileName: elements/hah_Footer.ascx-->
  <div class="footer clearfix" role="contentinfo">
    <div class="email-signup" aria-live="polite">
      <div id="ftr-email-signup2">
        <p><span><strong>Bring the Westin Experience Home</strong></span>
          <label style="display:none;" for="emailAddress2">Footer Email Signup</label>
          <input id="emailAddress2" type="text" placeholder="Email Address">
          <button id="emailAddress2btn" type="button" formnovalidate="" class="btn-green">Subscribe Now</button>
        </p>
      </div>
      <div id="ftr-email-conf2" style="display: none;">
        <p><span><strong>Thank you for signing up. Experience Westin at home every day.</strong></span></p>
      </div>
    </div>
    <div class="footer-inner">
      <ul>
        <li class="first">
          <div>
            <strong class="phone"><em>Contact Us:</em><a href="tel:877-777-5418" aria-label="Contact Us"><span> 877-777-5418</span></a></strong>
            <a href="contact-us.aspx" class="email-us" aria-label="Email"><span>Email</span></a>
            <div class="livechat_button chat2" id="GA_ChatLive_Footer">
              <a href="https://lc.chat/now/1974321/10" aria-label="Chat live, clicking this will open a new window" onclick="window.open(this.href,'targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=500');return false;">Chat Live</a>
            </div>
          </div>
        </li>
        <li class="support">
          <h2 class="tlt-support"><a href="customer-service.aspx" class="faq" aria-label="Customer Support"><span>Customer Support</span></a></h2>
          <span id="ccpacontainer"><a href="https://www.marriott.com/about/your-privacy-rights.mi" id="ccpalink">Your Privacy Rights</a></span>
          <a href="shipping-returns.aspx">FAQs</a>
          <a href="heavenly-bed-questions.aspx">Heavenly® Bed Questions</a>
          <a href="privacy.aspx#ccpa">California Privacy Rights</a>
          <a href="privacy.aspx">Privacy Statement </a>
          <a href="https://www.marriott.com/about/terms-of-use.mi" target="_blank">Terms and Conditions</a>
          <a href="https://www.marriott.com/loyalty/terms/default.mi#redeem" target="_blank">Loyalty Terms</a>
          <span id="teconsent"> <a id="ot-sdk-btn" class="ot-sdk-show-settings" tabindex="0" role="link" href="javascript:void(0)" style="background-color: inherit; border: 0px; padding: 0em; display: inline;">Tracking Preferences</a></span>
        </li>
      </ul>
      <div class="all-sites">
        <h2 class="tlt-all-sites" id="tlt_allSites_ADA">Shop Our Other Hotel Sites</h2>
        <ul aria-describedby="tlt_allSites_ADA">
          <li><a href="https://www.shopedition.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=EDT&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Shop EDITION" target="_blank">Shop EDITION</a></li>
          <li><a href="https://www.ritzcarltonshops.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=RTZ&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="The Ritz-Carlton Shops" target="_blank">The Ritz-Carlton Shops</a>
          </li>
          <li>
            <a href="https://www.luxurycollectionstore.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=LUX&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Luxury Collection Store" target="_blank">Luxury Collection Store</a>
          </li>
          <li><a href="https://www.stregisboutique.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=STR&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="St. Regis Boutique" target="_blank">St. Regis Boutique</a></li>
          <li><a href="https://www.whotelsthestore.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=WHO&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="W Hotels The Store" target="_blank">W Hotels The Store</a></li>
          <li><a href="https://www.curatedbyjw.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=JW&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Curated by JW" target="_blank">Curated by JW</a></li>
          <li><a href="https://www.shopmarriott.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=MAR&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Shop Marriott" target="_blank">Shop Marriott</a></li>
          <li><a href="https://www.sheratonstore.com//?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=SH&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Sheraton Store" target="_blank">Sheraton Store</a></li>
          <li><a href="https://www.shoplemeridien.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=LEM&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Shop Le Méridien" target="_blank">Shop Le Méridien</a></li>
          <li><a href="https://www.collectrenaissance.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=RHR&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Collect Renaissance" target="_blank">Collect Renaissance</a></li>
          <li><a href="https://www.gaylordhotelsstore.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=GLD&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Gaylord Hotels Store" target="_blank">Gaylord Hotels Store</a>
          </li>
          <li><a href="https://www.shopcourtyard.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=CYM&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Shop Courtyard" target="_blank">Shop Courtyard</a></li>
          <li><a href="https://www.shopfourpoints.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=FP&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Shop Four Points" target="_blank">Shop Four Points</a></li>
          <li><a href="https://www.fairfieldstore.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=FFI&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Fairfield Store" target="_blank">Fairfield Store</a></li>
          <li>
            <a href="https://www.boutiques.marriottbonvoy.com/?utm_source=HAH&amp;utm_medium=site-HB&amp;utm_content=MBB&amp;utm_term=HB&amp;utm_campaign=PanBrand-Footer-Links" aria-label="Marriott Bonvoy Boutiques" target="_blank">Marriott Bonvoy Boutiques</a>
          </li>
        </ul>
      </div>
      <p class="copyright clear">© 2023 Marriott International, Inc. and Hotels At Home, Inc. All rights reserved. <span>Marriott proprietary information.</span></p>
      <p class="footer-logo"> <a href="http://www.westin.com" target="_blank"><img src="images/misc/HB-footer-logo.svg" alt="Westin Hotels &amp; Resorts"></a> </p>
      <p class="copyright clear">Hotels At Home®</p>
      <p class="copyright clear t-c">*Discount only applies to the price of products purchased in dollars and does not apply to shipping, taxes, or points transactions.</p>
    </div>
  </div>
  <script src="dist/js/vendor.js?v=202307121029"></script>
  <script src="dist/js/gsap.min.js?v=202307121029"></script>
  <script src="dist/js/design.min.js?v=f9ab67f4"></script>
  <!--sessionId:d5ebb2ee-87f6-414b-b5bb-5504d30a3b45-->
  <script language="javascript">
    <!--
    try {
      var theForm = undefined;
      try {
        theForm = document.getElementById('OCForm1');
      } catch (e) {}
      try {
        if (theForm == undefined) {
          theForm = document.getElementById('aspnetForm');
        }
      } catch (e) {}
      var strAction = theForm.action;
      var qMark = strAction.indexOf('?');
      if (qMark > 0) {
        strAction = strAction.substring(0, qMark) + '?';
        theForm.action = strAction;
      }
    } catch (e) {}
    //
    -->
  </script>
</form>

Text Content

YOU DESERVE THE BEST

Lightbox Email Signup

Subscribe Now

We'll never share your information and you can unsubscribe at any time.

X

Sheraton Store Shop Marriott Shop Courtyard Shop Le Meridien

Menu

Westin Store

Shopping Cart Empty

View Cart: 0 Item(s)

 * No items in your cart.


Cart Total: $0.00 Discount: - Total: Subtotal: 0 Points
Subtotal: $0.00 Subtotal: 0 Points

Checkout

Search
Search
Global Sites

 * NORTH AMERICA
   
   * U.S.A.
   * Canada

 * EUROPE
   
   * English
   * Français
   * Deutsch
   * Español

 * ASIA PACIFIC
   
   * English
   * 中国

Sign In

 * the heavenly® bed
   
   
    * HEAVENLY BED MATTRESS & BOX SPRING
   
   
    * HEAVENLY BED & BEDDING SETS
      
      Ultra Luxe Bed & Bedding Set
      
      Luxe Bed & Bedding Set
      
      Hotel Bed & Bedding Set
   
   
    * MAKING THE HEAVENLY BED

 * pillows
   
   
    * PILLOWS
   
   
    * FEATHER & DOWN PILLOW
   
   
    * DOWN ALTERNATIVE PILLOW
   
   
    * DOWN PILLOW
   
   
    * DECORATIVE PILLOWS
   
   
    * BODY PILLOW

 * sheets
   
   
    * SHEET SETS
   
   
    * ULTRA LUXE SHEETS
   
   
    * LUXE SHEETS
   
   
    * HOTEL SHEETS
   
   
    * STRIPE SHEETS
   
   
    * PILLOWCASES
   
   
    * PILLOW SHAMS
   
   
    * BED SKIRTS

 * bedding
   
   
    * BEDDING SETS
      
      Ultra Luxe Bedding Set
      
      Luxe Bedding Set
      
      Hotel Bedding Set
      
      White Stripe Bedding Set
   
   
    * SHEETS
      
      Sheet Sets
      
      Ultra Luxe Sheets
      
      Luxe Sheets
      
      Hotel Sheets
      
      Stripe Sheets
      
      Pillowcases
      
      Pillow Shams
      
      Bed Skirts
   
   
    * DUVET COVERS
      
      Cotton Duvet Cover
      
      Hotel Duvet Cover
   
   
    * DUVETS & BLANKETS
      
      Down Duvet
      
      Down Alternative Duvet
      
      Mid-Weight Down Blanket
      
      Lightweight Down Blanket
      
      Travel Blanket
      
      Herringbone Throw
      
      Lightweight Throw
   
    * 
   
   
    * MATTRESS PAD
      
      
      PILLOWS
      
      Feather & Down Pillow
      
      Down Alternative Pillow
      
      Down Pillow
      
      Decorative Pillows
      
      Body Pillow

 * white tea
   
   
    * WHITE TEA BATH & BODY
      
      Bath & Body Set
      
      Shampoo & Conditioner Set
      
      Body Care Set
      
      Liquid Hand Soap
      
      Body Lotion
      
      Shampoo
      
      Conditioner
      
      Body Wash
      
      Bath & Body Oil
      
      Bath Bomb Set
      
      Bar Soap
      
      Travel Set
   
   
    * WHITE TEA HOME FRAGRANCE
      
      Reed Diffuser
      
      Room Diffuser Set
      
      Room Diffuser Refill
      
      Home Diffuser Set
      
      Home Diffuser Refill
      
      Candle
      
      Candle in a Tin
      
      Scent Sticks
      
      Room Spray
      
      Sachets
      
      White Tea Bath & Body
      
      Potpourri

 * bath
   
   
    * ROBES
      
      Heavenly Bathrobe
      
      Classic Kimono Bathrobe
      
      Waffle Weave Robe
      
      Spa Robe with Hood
      
      Spa Robe
      
      Westin Family Kids Robe
   
   
    * TOWELS
      
      Towel Set
      
      Bath Sheet
      
      Bath Towel
      
      Hand Towel
      
      Face Towel
      
      Bath Mat
      
      Bath Rug
      
      Pool Towel
      
      Blue Trim Pool Towel
   
   
    * SHOWER
      
      Westin Heavenly Shower System
      
      Shower Curtain & Liner
      
      Shower Hooks
   
   
    * WHITE TEA BATH & BODY
      
      Bath & Body Set
      
      Shampoo & Conditioner Set
      
      Body Care Set
      
      Liquid Hand Soap
      
      Body Lotion
      
      Shampoo
      
      Conditioner
      
      Body Wash
      
      Bath & Body Oil
      
      Bar Soap
      
      Bath Bomb Set
      
      Travel Set

 * outdoor
   
   
    * CARIBBEAN COLLECTION
      
      Caribbean Armchair
      
      Caribbean Ottoman
      
      Caribbean Loveseat
      
      Caribbean Side Table
      
      Caribbean Coffee Table
   
   
    * AEGEAN COLLECTION
      
      Aegean Round Dining Set
      
      Aegean Oblong Dining Set
      
      Aegean Dining Chair
      
      Aegean Accent Chair
      
      Aegean Coffee Table
      
      Aegean Side Table
      
      Aegean Oblong Dining Table
      
      Aegean Round Dining Table
   
   
    * KRISTIANIA COLLECTION
      
      Kristiania 7-Piece Dining Set
      
      Kristiania 5-Piece Dining Set
      
      Kristiania Armchair
      
      Kristiania Loveseat
      
      Kristiania Sofa
      
      Kristiania Side Table
      
      Kristiania Coffee Table
      
      Kristiania Dining Chair
      
      Kristiania Dining Armchair
      
      Kristiania 80-Inch Dining Table
      
      Kristiania 40-Inch Dining Table
   
   
    * RIVIERA DAYBED
   
   
    * COASTAL COLLECTION
      
      Coastal Armchair
      
      Coastal Left Seating Unit
      
      Coastal Right Seating Unit
      
      Coastal Middle Seating Unit
      
      Coastal Coffee Table
   
   
    * MEDITERRANEAN COLLECTION
      
      Mediterranean Sofa
      
      Mediterranean Armchair
      
      Mediterranean Side Table
      
      Mediterranean Coffee Table
   
   
    * OCEANA COLLECTION
      
      Oceana Armchair
      
      Oceana Loveseat
      
      Oceana Sofa
      
      Oceana Coffee Table
      
      Oceana Side Table
   
   
    * OUTDOOR FLOOR CUSHION
   
   
    * OUTDOOR THROW PILLOW

 * gifts
   
   
    * HEAVENLY DOG BED
   
   
    * SLEEP WELL LAVENDER BALM
   
   
    * HERRINGBONE THROW
   
   
    * LIGHTWEIGHT THROW
   
   
    * TRAVEL BLANKET
   
   
    * BATH & BODY SET
   
   
    * BATH BOMB SET
   
   
    * ROBES
   
   
    * SHEET SETS
   
   
    * MID-WEIGHT DOWN BLANKET
   
   
    * CANDLE
   
   
    * TOWEL SET
   
   
    * REED DIFFUSER
   
   
    * WESTIN DECORATIVE PILLOWS
   
   
    * POTPOURRI
   
   
    * TRAVEL SET
   
   
    * CANDLE IN A TIN
   
   
    * WESTIN FAMILY KIDS ROBE
   
   
    * LIGHTWEIGHT DOWN BLANKET
   
   
    * POOL TOWEL
   
   
    * BLUE TRIM POOL TOWEL

Up To  
Tuesday


REFRESH YOUR WELLNESS ROUTINE*

SPEND SAVE $5,000 $2,000 $3,000 $1,000 $1,500 $400 $500 $100 $250 $50 $100 $15


THE WESTIN HEAVENLY BED

Sleep Well

Nothing restores your mind and body like restful sleep. Dream away in the Westin
Heavenly Bed so you can meet the challenges of the day head-on.

Shop Now


MORE WAYS TO PAY

Marriott Bonvoy members can now use points to bring home wellness essentials
from Westin. Sleep well with the Westin Heavenly Bed and bedding, refresh your
routine with our signature White Tea scent, and discover everything else you
need to get the most out of every day.

 * 6,000 Points
   
   
   WHITE TEA BODY LOTION
   
   Shop Now

 * 13,000 - 18,000 Points
   
   
   DOWN ALTERNATIVE PILLOW
   
   Shop Now

 * 13,000 Points
   
   
   WHITE TEA CANDLE
   
   Shop Now

 * 6,000 - 7,000 Points
   
   
   SLEEP WELL LAVENDER BALM
   
   Shop Now

 * 6,000 Points
   
   
   WHITE TEA HAND SOAP
   
   Shop Now

 * 23,000 -25,000 Points
   
   
   FEATHER & DOWN PILLOW
   
   Shop Now

 * 17,000 Points
   
   
   WHITE TEA REED DIFFUSER
   
   Shop Now

 * 25,000 Points
   
   
   SPA ROBE
   
   Shop Now



 * Westin Pillows
   
   
   WESTIN PILLOWS
   
   Westin pillows provide the perfect place to lay your head down as you retreat
   into a restful slumber
   
   Shop Now
 * Feather & Down Pillow
   
   
   FEATHER & DOWN PILLOW
   
   Experience the plush loft of feather & down in our best selling pillow
   
   Shop Now
 * Down Pillow
   
   
   DOWN PILLOW
   
   A pillow so soft, you will feel like you are resting atop a cloud
   
   Shop Now
 * Down Alternative Pillow
   
   
   DOWN ALTERNATIVE PILLOW
   
   Hypoallergenic materials provide an allergen free sleep experience
   
   Shop Now
 * Decorative Pillows
   
   
   DECORATIVE PILLOWS
   
   Form meets function with our decorative pillow collection
   
   Shop Now


HEAVENLY BED MATTRESS & BOX SPRING

The Westin Heavenly Bed is uniquely designed with plush, pillow-top construction
for premium comfort and support.

Shop Now

 * Westin Sheets
   
   
   WESTIN SHEETS
   
   Dress your bed the way only Westin can and feel rejuvenated every morning
   
   Shop Now
 * Ultra Luxe Sheets
   
   
   ULTRA LUXE SHEETS
   
   Experience our 600 thread count Egyptian cotton sheets
   
   Shop Now
 * Luxe Sheets
   
   
   LUXE SHEETS
   
   Maximize your comfort with our signature cotton blend sheets
   
   Shop Now
 * Hotel Sheets
   
   
   HOTEL SHEETS
   
   Make your bed the Westin way with the added layer of our cotton blend linens
   
   Shop Now
 * Stripe Sheets
   
   
   STRIPE SHEETS
   
   Unwind in style with our thoroughly modern yet classic striped sheet
   collection
   
   Shop Now


WIND DOWN NATURALLY

Sleep Well Lavender Balm soothes the senses so you can have a truly restorative
sleep.

White Tea Bath & Body | White Tea Home Fragrance


 * ROOM DIFFUSER


 * REED DIFFUSER


 * BODY LOTION


 * CANDLE


 * BODY WASH


 * ROOM SPRAY


 * SHAMPOO &
   CONDITIONER SET




 * OUTDOOR
   
   Restore and renew with an outside oasis with one of our hand-picked outdoor
   furniture collections.
   
   Shop Now

 * HEAVENLY DOG BED
   
   Extend the Heavenly experience to your loyal companion with The Westin
   Heavenly Dog Bed.
   
   Shop Now

 * ROBES
   
   Wrap up in plush, softness with one of our superior robes for a rejuvenating
   experience.
   
   Shop Now


RESTORATIVE SLEEP WITH THE HEAVENLY BED

Shop Now


MORE WAYS TO PAY

Marriott Bonvoy members can now use points to bring home wellness essentials
from Westin. Sleep well with the Westin Heavenly Bed and bedding, refresh your
routine with our signature White Tea scent, and discover everything else you
need to get the most out of every day.

 * 6,000 Points
   
   
   WHITE TEA BODY LOTION
   
   Shop Now

 * 13,000 - 18,000 Points
   
   
   DOWN ALTERNATIVE PILLOW
   
   Shop Now

 * 13,000 Points
   
   
   WHITE TEA CANDLE
   
   Shop Now

 * 6,000 - 7,000 Points
   
   
   SLEEP WELL LAVENDER BALM
   
   Shop Now

 * 6,000 Points
   
   
   WHITE TEA HAND SOAP
   
   Shop Now

 * 23,000 -25,000 Points
   
   
   FEATHER & DOWN PILLOW
   
   Shop Now

 * 17,000 Points
   
   
   WHITE TEA REED DIFFUSER
   
   Shop Now

 * 25,000 Points
   
   
   SPA ROBE
   
   Shop Now





PILLOWS

Westin pillows are your bed's must-have accessory to ease you to sleep.

Feather & Down Pillow
Down Alternative Pillow
Down Pillow


Bedding Sets


BEDDING

Enhance your sleep.

Mattress Pad


LINENS

Our collection of Westin linens allows you to enjoy true luxury at home.

Sheet Sets


WHITE TEA HOME FRAGRANCE

Elevate your senses with our signature White Tea fragrance.

White Tea Fragrance


WESTIN SCENT

Transform any room.

Room Diffuser
Reed Diffuser


WHITE TEA BATH & BODY

Awaken your senses with the soothing scent of White Tea.

White Tea Bath & Body
Robes


BATH & SPA

Rise and energize.

Towels


GIFTS

Treat someone special with irresistible gifts that lift the spirit.

Heavenly Dog Bed

Bring the Westin Experience Home Footer Email Signup Subscribe Now

Thank you for signing up. Experience Westin at home every day.

 * Contact Us: 877-777-5418 Email
   Chat Live


 * CUSTOMER SUPPORT
   
   Your Privacy Rights FAQs Heavenly® Bed Questions California Privacy Rights
   Privacy Statement Terms and Conditions Loyalty Terms Tracking Preferences


SHOP OUR OTHER HOTEL SITES

 * Shop EDITION
 * The Ritz-Carlton Shops
 * Luxury Collection Store
 * St. Regis Boutique
 * W Hotels The Store
 * Curated by JW
 * Shop Marriott
 * Sheraton Store
 * Shop Le Méridien
 * Collect Renaissance
 * Gaylord Hotels Store
 * Shop Courtyard
 * Shop Four Points
 * Fairfield Store
 * Marriott Bonvoy Boutiques

© 2023 Marriott International, Inc. and Hotels At Home, Inc. All rights
reserved. Marriott proprietary information.



Hotels At Home®

*Discount only applies to the price of products purchased in dollars and does
not apply to shipping, taxes, or points transactions.





PRIVACY PREFERENCE CENTER




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * FUNCTIONAL COOKIES


 * ADVERTISING COOKIES


 * ANALYTICS

YOUR PRIVACY

Cookies are pieces of data stored on your browser or device that help us provide
you a smooth and personalized experience on our web properties. We use different
types of cookies, which are outlined below.
More information

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary to enable the basic features of the website or app,
such as providing a secure log-in.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies


These cookies allow websites to remember your site preferences and choices you
make on the site. We also use functional cookies to facilitate navigation, to
display content more effectively, or to personalize your experience. 

Cookies Details‎

ADVERTISING COOKIES

Advertising Cookies


Advertising cookies allow us to select which advertisements or offers are most
likely to appeal to you. We also use them to track responses to online
advertisements and marketing, and we may use it to better understand your
interests so we may can present you with relevant messages and offers. These
cookies may also allow you to share certain pages with social networks.

Cookies Details‎

ANALYTICS

Analytics


Analytics cookies help us improve our website by collecting and reporting
information on how you use it.

Cookies Details‎
Back Button Back



Vendor Search
Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * View Third Party Cookies
    * Name
      cookie name


Clear
checkbox label label
Apply Cancel
Confirm My Choices
Reject All Accept All