<!DOCTYPE html>
<html lang="en-us">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>West Elm: Modern Furniture, Home Decor, Lighting &amp; More </title>
    <meta name="apple-itunes-app" content="app-id=867468341, affiliate-data=ct=[SB_download_v1]&amp;pt=[346764], app-argument=https://www.westelm.com/?cm_ven=smartbanner&amp;cm_pla=mobileweb&amp;cm_cat=viewapp&amp;cm_ite=banner"><meta name="description" content="West Elm offers modern furniture and home decor featuring inspiring designs and colors. Create a stylish space with home accessories from West Elm."><meta name="robots" content="index,follow"><meta name="google-site-verification" content="rpfXmh05KI1wlANsq3w4A49tjJIpwBLo4yOtQIFOxwY"><link rel="stylesheet" href="/.static/dist/css/global/we/global-we-d9cfc94f7a036661c787db364c61507d1940cb38.css"><link rel="preload" as="script" href="https://www.westelm.com/public/d68dbe9f2c3be127ee666706cc40426c997881c2ddc3"/><link rel="preload" as="font" crossorigin="true" href="/netstorage/images/shop-mfe/fonts/we/GT-Eesti-Display-Light.woff2"><link rel="preload" as="font" crossorigin="true" href="/netstorage/images/shop-mfe/fonts/we/GT-Eesti-Display-Medium.woff2"><link rel="preload" as="font" crossorigin="true" href="/netstorage/images/shop-mfe/fonts/we/GT-Eesti-Text-Light.woff2"><link rel="preconnect" href="https://assets.weimgs.com"><link rel="preconnect" href="https://dpm.demdex.net"><link rel="stylesheet" href="/.static/dist/css/content/we/content-we-a383b4a307d17f1f6a38c6b925ea678056063cd6.css"><link rel="canonical" href="https://www.westelm.com/" id="pageCanonicalLink">
    <script type="text/javascript" src="https://www.westelm.com/public/d68dbe9f2c3be127ee666706cc40426c997881c2ddc3"  ></script><script>
      function governor() {
        let items = {}; // all event handlers and data by name

        // Get and possibly create a handler/data object
        function getItem(type) {
          return (
            items[type] ||
            (items[type] = { callbacks: [], once: [], current: null })
          );
        }

        return {
          // register a handler, sending current state if we have it
          onChange: function (type, handler) {
            var item = getItem(type);
            item.callbacks.push(handler);
            if (item.current !== null) {
              try {
                handler(item.current);
              } catch (e) {
                //ignore error
              }
            }
          },

          once: function (type, handler) {
            var item = getItem(type);
            if (item.current !== null) {
              try {
                handler(item.current);
              } catch (e) {
                //ignore error
              }
            } else {
              item.once.push(handler);
            }
          },

          // unregister a handler
          remove: function (type, handler) {
            var e = getItem(type).callbacks,
              i = e.indexOf(handler);
            if (i > -1) e.splice(i, 1);
          },

          // invoke all handlers registered
          change: function (type, state) {
            var item = getItem(type);
            item.current = state;
            item.callbacks.forEach(function (f) {
              try {
                f(state);
              } catch (e) {
                //do nothing
              }
            });
            // invoke all once handlers
            item.once.forEach(function (f) {
              try {
                f(state);
              } catch (e) {
                //do nothing
              }
            });
            item.once = [];
          },
          
          get: function (type) {
           return getItem(type).current;
          },

          has: function (type) {
           return getItem(type).current !== null;
          },
        };
      }

      window.WSI = window.WSI || {};
      WSI.state = governor();
      const LOCAL_STORAGE_KEY = "currentZipCodeInfo";
      const AKAMAI_COOKIE_NAME = "WSGEO";
      const STORE_COOKIE_NAME = "WSIRetailStore";
      const STORE_USER_AGENT_IDENTIFIER = "WSI/1.0";
      const CURRENT_URL = "current-url";
      let locationDetails;

      function getCookieValue(cookieName) {
        const cookieList = decodeURIComponent(document.cookie).split(";");
        let i = 0;

        for (; i < cookieList.length; i++) {
          const c = cookieList[i].trim();
          if (c.indexOf(cookieName) === 0) {
            return c.substr(cookieName.length + 1);
          }
        }
        return null;
      }

      // check if user has it in local-storage
      if (window.localStorage) {
        var lsLocation = JSON.parse(
          window.localStorage.getItem(LOCAL_STORAGE_KEY)
        );
        if (lsLocation && lsLocation.zipCode) {
          locationDetails =
            "US|" +
            lsLocation.state +
            "|" +
            lsLocation.zipCode +
            "|" +
            lsLocation.latlng.lat +
            "|" +
            lsLocation.latlng.lng;
        }
      }
      //check in cookie
      if (!locationDetails) {
        locationDetails = getCookieValue(AKAMAI_COOKIE_NAME);
      }
      if (locationDetails) {
        WSI.state.change(LOCAL_STORAGE_KEY, locationDetails);
      }
      // check user's country
      if (locationDetails) {
        const country = locationDetails.split("|")[0];
        const isInternationalRequest = country.toLowerCase() !== "us";
        WSI.state.change("isInternationalRequest", isInternationalRequest);
      }

      WSI.state.change(CURRENT_URL, window.location.href);

      //check if the request is coming from a store.
      const ua = window.navigator.userAgent;
      const isStoreBrowser = ua.indexOf(STORE_USER_AGENT_IDENTIFIER) >= 0;
      const hasStoreCookie = getCookieValue(STORE_COOKIE_NAME);
      const isRetailRequest = !!(isStoreBrowser || hasStoreCookie);
      WSI.state.change("isRetailRequest", isRetailRequest);
      // this is required for loading third party scripts in vue components
      WSI.appGlobal = {
        assetUris: {
          scripts: "https://www.westelm.com/.static/",
        },
        isBrowseMode: "0",
        staticPrefix: "202612/409044590/",
      };
      WSI.brand = {     // Used by Adobe Target and Analytics
        concept: "we",
        subBrand: "-WE",
      };
      WSI.experiments = {     // Used by Adobe Target and Analytics
        // eslint-disable-next-line
        testKitchen: '{"headerEmailOverlayWithDelay":{"variation":"control"}}',  // Single quotes because value contains double quotes
      };
    </script>
    <script>
      document.addEventListener("DOMContentLoaded", function () {
        // Check if the user is on the home page
        if (window.location.pathname === "/") {
            document.body.classList.add("home-page");
        }

        if (window?.__HEADER__INITIAL__STATE__?.header?.config?.removeRakutenPopup) {
          import('https://www.westelm.com/.static/202612/409044590/js/thirdParty/removeRakutenPopUp.js')
          .then(({ observeDOMForRakuten }) => {
            observeDOMForRakuten();
          });
        }
      });
    </script>
    <script src="https://www.westelm.com/.static/202612/409044590/dist/external/external.7bb6e317.js"></script>
    <script
      src="https://www.westelm.com/.static/202612/409044590/dist/external/common.7bb6e317.js"
      defer
    ></script>
    <script src="https://www.westelm.com/.static/202612/409044590/js/thirdParty/Visitor_4_4_1_init.js"></script>
    <script src="https://www.westelm.com/.static/202612/409044590/dist/thirdparty/tracking.ac7fa134.js"></script>
    <script src="https://www.westelm.com/.static/202612/409044590/js/thirdParty/WSI-AT-v180.js"></script>
    <link
      rel="shortcut icon"
      type="image/x-icon"
      href="https://www.westelm.com/.static/202612/409044590/img/favicons/we.ico"
    />
    <script>
      var regEx = new RegExp("Trident|MSIE");
      if (regEx.test(window.navigator.userAgent)) {
        var ieScript = document.createElement("script");
        ieScript.src =
        "https://www.westelm.com/.static/202612/409044590/js/IEOverlay/IEOverlay.js";
        document.getElementsByTagName("head")[0].appendChild(ieScript);
      }
      // For Accessibility with keyboard users.
      // Sending focus to breadcrumb or main content when user clicks on Skip To Content Link
      const setFocusToMainContent = (() => {
        const homePageElement = document.querySelector("#homepage");
        const mainContentWrapper = document.querySelector("#app");
        const contentAppElement = document.querySelector("#content-app");
        if (homePageElement) {
          homePageElement.setAttribute("tabindex", "-1");
          homePageElement?.focus();
        } else if (mainContentWrapper) {
          mainContentWrapper.setAttribute("tabindex", "-1");
          mainContentWrapper?.focus();
        } else if (contentAppElement) {
          contentAppElement.setAttribute("tabindex", "-1");
          contentAppElement?.focus();
        }
      })
    </script>
    <!-- For Accessibility with iOS mobile browser 200% zoom users -->
    <!-- This function will only when the browser is zoomed to 200% on mobile view -->
    <script>
      function isMobile() {
        return /Mobi|Android|iPhone/i.test(navigator.userAgent);
      }
      function isSafari() {
        return /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
      }
      function getZoomLevel() {
        return Math.round((window.outerWidth / window.innerWidth) * 100) / 100;
      }
      function isZooming() {
        if (!isMobile()) {
          document?.body?.classList?.remove("zoomLevel2X");
          return;
        }
        var zoomLevel;
        if (window.visualViewport && window.visualViewport.scale) {
          zoomLevel = window.visualViewport.scale;
        } else {
          zoomLevel = isSafari() ? getZoomLevel() : window.devicePixelRatio;
        }
        var zoomLevel2X = 2;
        document?.body?.classList[
          zoomLevel >= zoomLevel2X ? "add" : "remove"
        ]("zoomLevel2X");
      }
      if (window.visualViewport) {
        window.visualViewport.addEventListener("resize", isZooming);
      } else {
        window.addEventListener("resize", isZooming);
      }
      isZooming();
    </script>
    <script type="text/javascript">
      function blockCookiesUntilConsent() {
        const originalCookieDescriptor = Object.getOwnPropertyDescriptor(Document.prototype, 'cookie') || Object.getOwnPropertyDescriptor(HTMLDocument.prototype, 'cookie'); 

        Object.defineProperty(document, 'cookie', {
          get: function() {
            return originalCookieDescriptor.get.call(this);
          },
          set: function(value) {
            //essential cookies as determined by OneTrust from configuration
            const essentialCookies = "utag_main,OptanonConsent,SameSite,OptanonAlertBoxClosed,sessionid,_cc,mboxEdgeCluster,fpcid,BIGipServerx,_cid_cc,test,_cfuvid,__cf_bm";
            const cookieName = value.split('=')[0].trim();

            if (window.Optanon && window.OptanonActiveGroups) {
              return originalCookieDescriptor.set.call(this, value);
            } else if (essentialCookies.includes(cookieName)) {
              return originalCookieDescriptor.set.call(this, value);
            } else {
              return;
            }
          },
          configurable: true
        });
      }

      var isInBrowseMode = 
        "[object Object]" &&
        "0" === '1';
      if (isInBrowseMode) {
        blockCookiesUntilConsent();
      }

      function OptanonWrapper() { 
        if (window.Optanon && window.OptanonActiveGroups) {
          const originalCookieDescriptor = Object.getOwnPropertyDescriptor(Document.prototype, 'cookie') || Object.getOwnPropertyDescriptor(HTMLDocument.prototype, 'cookie');
          Object.defineProperty(document, 'cookie', originalCookieDescriptor);
        }

        Optanon.GetDomainData().Groups.forEach(group => {
            if (!OptanonActiveGroups.includes(group.CustomGroupId)) {
                group.Cookies.forEach(cookie => {
                  const name = cookie.Name;
                  const domainName = window.location.hostname;
                  const domainShortName = '.' + domainName.split('.').slice(1).join('.');
                  document.cookie = name+'=; Max-Age=-99999999; Path=/;Domain='+ domainName;
                  document.cookie = name+'=; Max-Age=-99999999; Path=/;';
                  document.cookie = name+'=; Max-Age=-99999999; Path=/;Domain='+ domainShortName;
                  pathArray = window.location.pathname.split('/');

                  pathArray.forEach((segment, idx, arr) => {
                    if (segment) {
                      const currentPath = arr.slice(0, idx + 1).join('/');
                      document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';Domain='+ domainName;
                      document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';';
                      document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';Domain='+ domainShortName;

                      document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;Domain='+ domainName;
                      document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;';
                      document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;Domain='+ domainShortName;
                    }
                  });
            });
        }});
        
        if (Optanon.isAlertBoxClosed()) {
          document.dispatchEvent(new Event("oneTrustClosed"));
        }
      }
    </script>
    <!-- For Accessibility with iOS mobile browser 200% zoom users -->
    <style>
      .zoomLevel2X {
        #app {
          overflow-x: hidden;
          [data-style="registry-landing-page"] [data-style="registry-top-cta-container"] {
            margin-top: 100px;
          }
          [data-style="swatch-group-container"] [data-style="thumb-swatch-container"] [data-style="attribute-image-name"] [data-style="swatch-fabric"] {
            overflow-wrap: break-word;
          }
          [data-style="swatches-family"] [data-style="swatches-product-cell"] {
            overflow-wrap: anywhere;
          }
          .tabsWidget .css-wqc452 {
            min-width: 100%;
          }
          #shop-GR {
            .super-cat-container .supercat-content [data-style=grid].container .grid-item .category-link {
              flex-direction: column;
              align-items: center;
            }
            .super-cat-container .supercat-content [data-style=grid].container .grid-item .category-link .category-name {
              padding: 0 !important;
            }
          }
          .pip-main-container [data-style="product-details-product-price-below-product-tile"] [data-style="product-pricing-price-display"] {
            display: flex;
            flex-wrap: wrap;
          }
          .pip-main-container .price-under-title .product-pricing .product-price>ul {
            display: flex;
            flex-wrap: wrap;
          }
          .pip-main-container .purchasing-container .pip-river-container .add-to-cart-container .atc-container .flex {
            flex-direction: column;
            gap: 1rem;
          }
          .design-platform .space-y-md #accountLoginButton {
            white-space: nowrap;
          }
          .design-platform [data-style="credit-card-resent-confirmation-email"]>div {
            flex-wrap: wrap;
            margin-top: 6rem;
          }
          [data-style="credit-card"] .flex-grow > .flex {
            flex-direction: column;
          }
        }
        .with-mobile-utility-nav.mobileNavigation {
          max-width: 100%;
        } 
        .mobileNavigation .mobile-utility-nav ul#topOfNav li a .mobile-utility-nav-top-link-text {
          font-size: 0.4375rem;
        }
        .drawer-component-container {
          max-width: 100%;
        }
        button[data-test-id="flyout-tray-toggle"] {
          max-width: 100%;
        }
        img[data-style="icon-chevron-down"].icon-chevron-down {
          width: 0.6875rem;
        }
        [data-test-id="swatch-basket-heading"].heading-sub-secondary {
          font-size: 0.625rem !important;
        }
        [data-style="swatch-basket-container"] [data-style="swatches-my-selected-swatches"] .flex {
          display: flex;
          flex-direction: column; 
          gap: 0.625rem;
        }
        [data-style="swatches-my-selected-swatches"] {
            min-height: 8.4rem !important;
        }
        [data-style="swatch-basket-container"] [data-style="swatches-my-selected-swatches"]
          button[data-test-id="flyout-tray-toggle"] {
          display: flex;          
          flex-direction: row;
        }
        [data-test-id="mobile-order-free-swatches-button"] {
          min-width: 90%;
        }
        [data-details] .mobileNavigation #nav-main .nav-menu > li.active .pop-out-menu div > h3 {
          max-width: 100%;
          font-size: 0.625rem;
          width: auto !important;
        }
        [data-details] .mobileNavigation #nav-main .nav-menu > li.active .pop-out-menu div > h3 a {
          max-width: 133px;
          font-size: 0.625rem;
        }
        [data-details] .mobileNavigation #nav-main .nav-menu>li.active .pop-out-menu div>h3.open+ul a {
          padding-right: 1rem;
          max-width: 8.125rem;
        }
        .mobileNavigation #nav-main .nav-menu>li.active .pop-out-menu div>h3.open a.clickable-category-header-link::before {
          font-size: 0.6875rem;
        }
        .mobileNavigation [id=bottomNav] li a {
          font-size: 0.6875rem;
        }
        [data-details] .mobileNavigation.with-mobile-utility-nav {
          overflow-x: auto;
        }

        .sort-filter.sort-inline-facet-inline-filter {
          [data-style="sort-by"] select {
            width: 100%;
          }
        }
        #design-professionals {
          .w-max {
            width: auto;
          }
        } 
        
        .zip-code-container  {
          display: flex;
          flex-direction: column;
        }
        .product-discovery .shop_facets .accordion-item.shipping-label.availability-group .accordion-content .availability-facets-subgroup button.update-zip-code  {
          Width:100%;
        }
        .facets {
          max-width: 100%;
          margin-left: -1.125rem;
        }
          
        [data-test-id="progress-percentage"] {
          font-size: 1.25rem;
        }
        [data-test-id="progress-threshold"] .float-right {
          margin-left: 7.1875rem;
          margin-right: 1.25rem; 
        }
        [data-style="rewards-carousel"] .grid.place-content-center div {
          font-size: 0.75rem;
        }
        
        .wrap-my-store-search .zipcode-search {
          display: flex;
          flex-direction: column;
        }
        .wrap-my-store-search .zipcode-search .wrap-zip-search-button button {
          width: 100%;
          margin-left: 0px;
        }
        
        .product-discovery [data-style="sub-category-template"] .container  {
          display: flex;
          flex-direction: column;
        }
         
        div[data-style="email-display"] {
          display: flex;
          flex-direction: column;
        }
        [data-test-id="account-title-info"] {
          overflow: visible;
          white-space: normal;
          text-overflow: initial;
          width: 100%;
        } 
        [data-style="password-display"] {
          flex-direction: column;
        }
        
        .aside-navigation-container.new-page-container .responsive-content.responsive-content-page.pages.the-key-rewards .desktopContentWrapper .key-rewards-hero .section.imagerollover.cc-mobile-only {
          height: 150%;
        }
        .content-mfe.USA .aside-navigation-container.new-page-container .responsive-content.responsive-content-page.pages.the-key-rewards .desktopContentWrapper .key-rewards-hero .section.text h1 {
          font-size: 1rem !important; 
          margin-top: 1.4375rem !important;   
        }
        .content-mfe.USA .aside-navigation-container.new-page-container .responsive-content.responsive-content-page.pages.the-key-rewards .desktopContentWrapper .key-rewards-hero .section.text a {
          margin-top: 1.25rem !important;
        }
        #favorite-brand  {
          margin-top: 3.9375rem;
        }
  
        [data-style="add-on-items-group-add-on-items-item"] {
          display: flex;
          flex-direction: column;
        }
        [data-style="below-buy-box-product-smart-container-item-content-container"] {
        display: flex;
        flex-direction: column;
        }
        .design-platform[data-style=address-book] .btn-primary {
          white-space: nowrap;
          font-size: 0.625rem;
        }
        .design-platform[data-style=credit-card] .btn-primary {
          white-space: nowrap;
        }
        #favorites-page .favorites-list-container [data-style="grid"] {
          display: flex;
          flex-direction: column;
        }
        .design-platform [data-style=customizable-guided-accordion] [data-style=accordion-item-trigger] {
          pointer-events: auto;
        }
        .design-platform [data-style=accordion-item-heading] {
          margin-top: 5px;
        }
        
        [data-test-id="progress-percentage"] {
          font-size: 1.25rem;
        }
        [data-test-id="progress-threshold"] .float-right {
          margin-left: 7.1875rem;
          margin-right: 1.25rem;
        }
        [data-style="rewards-carousel"] .grid.place-content-center div {
          font-size: 0.75rem;
        }
        .product-discovery .slider-container .slider-input-display-container  {
          display: flex;
          flex-direction:column;
          gap: 0.5rem;
        }
        .product-discovery .side-nav .shop_facets .facet-selections-done .cta {
          width:100%;
        }
        [data-style="ship-to-customer-enhanced-main-content-wrapper-selected"]>div {
          display: flex;
          flex-direction: column;
        }
        [data-style="ship-to-store-ship-to-store-full-component-root"]>div>div:nth-child(2)>div {
          display: flex;
          flex-direction:column;
        }
        
        #favorites-page {
          .favorites-signin, .favorites-flyout {
            min-height: auto;
          }
        } 
        [data-style="barcode"] > div {
          margin-top: 6px;
        }
        .share-cta-container button {
          min-width: 100%;
        }
        #options-bar > div:nth-child(2) .btn-primary {
          min-width: 20%;
        }
        .design-platform .btn-conversion {
          min-height: 2.5rem;   
          padding: 1px;
        }
        #registry-list-page [data-style="dashboard"] > div > div:nth-child(2) > div:nth-child(2) .heading-secondary {
          height: 70px;
        }
        #registry-list-page [data-style="options-bar"] [id="options-bar"] > div:nth-child(2) .btn-secondary {
          font-size: 11px;
        }
        [data-style="grid-view-list"] {
          display: flex;
          flex-direction: column;
        }
        [data-style="evergreen-footer"] {
          .w-80 {
            p.text-sm {
              margin-left: 58px;
              max-width: 215px;
            }
          }
        }
        [id="registry-list-page"] .design-platform [data-style="dashboard"] > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) {
          font-size: 11px;
        }

        [data-style="customer-drawer"] [data-test-id="drawer-container"] {
        width: 100%;
        }
        [data-style="credit-card-add-card"] .flex {
            flex-direction: column ;
            gap: 1rem;
        }
        .design-platform .order-2 {
          max-width: 100%;
        }
        [data-style="vue-component-ecom-drawer"] > div > div { 
          max-height: fit-content; 
        }
        #update-name-address-form .w-full {
          flex-direction: column-reverse;
          align-items: end;
          gap: 1rem;
        }
        #PT {
          max-width: 100%;
          [data-style="footer-sections"] .footer-menu{
            min-width: 11rem;
          }
          [data-style="footer-sections"] [data-style="mobile-email-sign-up"]{
            max-width: 100%;
          }
          [data-style="footer-sections"] [data-style="mobile-email-sign-up"] .email-container {
            flex-wrap: wrap;
            justify-content: start;
          }
          [data-style="footer-sections"] .financial-incentive-terms-container p {
            max-width: 75%;
          }
          [data-style="footer-sections"] .social-icons .footer-legal {
            display: flex;
            text-align: center;
          }
          [data-style="footer-sections"] .social-icons .footer-legal .text {
            max-width: 75%;
          }
          header #mobileDDHeader .header-icons .icon-cart .header-icon.cart svg {
            width: 15px;
            margin-left: -30px;
            height: 17px;
          }
        }
        #WE {
          [data-test-id="positioned-header-icon-search-span"] {
              width: 14px;
              height: 20px;
              padding: 0px;
          }
          [id=mobileDDHeader] .header-icons [id=logo-group] {
            width:35vw;
          }
          [id=mobileDDHeader] .header-icons .icon-cart.icon-cart a { 
            justify-content: start; 
          }
          [data-style="footer-sections"] .social-icons{
            min-width: 12.875rem;
          }
          [data-style="footer-sections"] [data-style="mobile-footer-links"] {
            max-width: 100%;
          }
        }
        [data-style="footer"] [data-style="footer-sections"] {
          flex-direction: row;
        }
        [data-style="footer"] [data-style="footer-sections"] [data-style="footer-menu"] {
          max-width: 100%;
          min-width: unset;
        }
        [data-style="footer"] [data-style="footer-sections"] [data-style="mobile-email-sign-up"] {
          max-width: 100%
        }
        [data-style="footer"] [data-style="footer-sections"] [data-style="mobile-footer-links"] {
          max-width: 80%;
          padding-left: 10px;
          padding-right: 10px;
          line-break: anywhere;
        }
        [data-style="footer"] [data-style="footer-sections"] .social-icons{
          margin: 0;
        }
        [data-style="footer"] [data-style="footer-sections"] .social-icons [data-style="financial-incentives"] {
          min-width: auto;
        }
        div[data-test-id="delivery-steps"].items-center {
          align-items: start;
        }
        div[data-test-id="order-header"].text-light {
          display: flex;
          flex-direction: column;
        }
        div[data-test-id="order-header-item"].flex {
          display: flex;
          flex-direction: row;
        }
        div[data-test-id="order-header-item"] {
          display: flex;
          flex-direction: row;
          padding-left: 0px;
          margin-left: 0px;
        }
        .drawer-component-container .drawer-component-header .design-platform [data-style="guest-account-info-flyout-header"] [data-style="guest-account-info-flyout-create-account-wrapper"]>button {
          font-size: 0.5rem;
        }
        [data-style="footer"] [data-style="footer-sections"] .social-icons{
          margin-top: 1.5rem;
          width: 90vw;
          padding: 10px 0;
          min-width: auto;
        }
        [data-style="footer"] [data-style="footer-sections"] [data-style="mobile-email-sign-up"] .email-container{
          flex-direction: column;
          gap: 0.5rem;
        }
        [data-style="footer"] [data-style="footer-sections"] [data-style="mobile-email-sign-up"] .email-container>input{
          padding-top: 5px;
          margin-top: 1rem;
          padding-bottom: 5px;
        }
        :has(header#MG) footer [data-style="footer-sections"] .social-icons{
          margin: 0;
          width: 90vw;
          padding: 10px 0;
          min-width: auto;
        }
        div[data-test-id="page-selector-container"] {
          width:auto;
        }
        #filter-options-bar {
          display: flex;
          flex-direction: column;
        }
        div[data-test-id="sortby-filter"][data-style="sortBy"] {
          width: 100%;
        }
        div[data-test-id="viewby-filter"][data-style="viewBy"] {
          width: 100%;
        }
        [data-style="redesigned-gift-card"] > .flex {
          flex-direction: column;
        }
        .heading-display {
          font-size: 1rem;
        }
      }
    </style>
  </head>

  <body>
    <a href="#app" onclick="setFocusToMainContent()" class="showonfocus">Skip to Content</a>
    <header id="WE" data-component="Global-Header" data-test-id="Global-header"><!--[--><!--[--><!----><!----><div data-style="seo-schema-tags"></div><!----><div class="mobile-header-wrapper" data-test-id="mobile-header-wrapper"><section id="top-promo" data-test-id="top-promo-bar" class=""><div data-style="ecm-content-slot" class="ecm-content-slot global-wide-banner-1" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-wide-banner-1 promo" location="global-wide-banner-1" data-style="content" data-component="Global-EcmPromo"><div id="global-wide-banner-1-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot global-wide-banner-2" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-wide-banner-2 promo" location="global-wide-banner-2" data-style="content" data-component="Global-EcmPromo"><div id="global-wide-banner-2-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot global-wide-banner-3" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-wide-banner-3 promo" location="global-wide-banner-3" data-style="content" data-component="Global-EcmPromo"><div id="global-wide-banner-3-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot global-wide-banner-4" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-wide-banner-4 promo" location="global-wide-banner-4" data-style="content" data-component="Global-EcmPromo"><div id="global-wide-banner-4-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div style="display:none;"><div data-style="ecm-content-slot" class="ecm-content-slot mobile-wide-banner-1 m"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-wide-banner-1m promo" location="mobile-wide-banner-1/m" data-style="content" data-component="Global-EcmPromo"><div id="mobile-wide-banner-1/m-container" data-test="ecm-content-container"><div><div class="cq-ecm-pages desktop-banners"> 
 <div class="flipper common-slideshow section"> 
  <div class="arrows"> 
  </div> 
  <div id="bg-color-high-rise-afb4b8" class="slideshow
         &amp;nbsp 
        header-top-slideshow initial mobile-marketing-banner-tall no-infinite-scroll bg-color-high-rise-afb4b8
        " data-slideshow="{ autoplay:true,
                autopause:false, delay:4500,
                duration:1000, transition:'none',
                repeat:'loop', easing:dojo.fx.easing.linear
                 }"> 
   <div class="slide " style="display: none; opacity: 1; "> 
    <div class="s1b"> 
     <div id="text-1614113499" class="text section  "> 
      <p style="	text-align: center;
"><a href="https://www.westelm.com/pages/features/emma-chamberlain/" data-params='{"cm_re": "mktbanner-_-promo-_-EmmaChamberlainWestElm"}'><span class="size-three"><b>emma chamberlain x west elm</b><br /> DISCOVER THE NEW COLLECTION →</span></a></p> 
     </div> 
    </div> 
   </div> 
   <div class="slide " style="display: none; opacity: 1; "> 
    <div class="s1b"> 
     <div id="text-1053475632" class="text section  "> 
      <p style="	text-align: center;
"><a href="https://www.westelm.com/shop/furniture/all-furniture/?availability=quickShip" data-params='{"cm_re": "mktbanner-_-promo-_-InStockFurniture"}'><span class="size-three"><b>Arrives in 1–4 weeks</b><br /> SHOP IN-STOCK FURNITURE →</span></a></p> 
     </div> 
    </div> 
   </div> 
   <div class="slide " style="display: none; opacity: 1; "> 
    <div class="s1b"> 
     <div id="text-53953106" class="text section  "> 
      <p style="	text-align: center;
"><a href="https://www.westelm.com/m/shop/sale/all-sale/" data-params='{"cm_re": "mktbanner-_-promo-_-Sale"}'><span class="size-three"><span class="color-sixteen "><b>Extra 20% off select styles</b><br /> PRICES AS MARKED. SHOP ALL DEALS →</span></span></a></p> 
     </div> 
    </div> 
   </div> 
   <div class="slide " style="display: none; opacity: 1; "> 
    <div class="s1b"> 
     <div id="text-1158231017" class="text section  "> 
      <p style="	text-align: center;
"><a href="https://www.westelm.com/m/pages/credit-card/" data-params='{"cm_re": "mktbanner-_-promo-_-CreditCard"}'><span class="size-three"><span class="color-sixteen "><b>Earn 10% back in rewards today</b><br /> LEARN MORE →</span></span></a></p> 
     </div> 
    </div> 
   </div> 
   <ul class="positioners  hidden"> 
    <li class="gotoSlide">•</li> 
    <li class="gotoSlide">•</li> 
    <li class="gotoSlide">•</li> 
    <li class="gotoSlide">•</li> 
   </ul> 
   <ul class="controls"> 
    <li class="rewind">Go to First Slide</li> 
    <li class="prev">Previous Slide</li> 
    <li class="pause">Pause</li> 
    <li class="play">Play</li> 
    <li class="next">Next Slide</li> 
    <li class="fastForward">Go to Last Slide</li> 
   </ul> 
  </div> 
 </div>  
</div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot mobile-wide-banner-2 m"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-wide-banner-2m promo" location="mobile-wide-banner-2/m" data-style="content" data-component="Global-EcmPromo"><div id="mobile-wide-banner-2/m-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot mobile-wide-banner-3 m"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-wide-banner-3m promo" location="mobile-wide-banner-3/m" data-style="content" data-component="Global-EcmPromo"><div id="mobile-wide-banner-3/m-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot mobile-wide-banner-4 m"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-wide-banner-4m promo" location="mobile-wide-banner-4/m" data-style="content" data-component="Global-EcmPromo"><div id="mobile-wide-banner-4/m-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div></div></section><section id="cross-brand-bar" data-test-id="cross-brand-bar" class=""><div class="separated-lists"><ul data-style="brands-list" class="brands-list" data-component="Global-header-BrandsList"><!--[--><li class="sub-brand selected"><a href="/" target="_self" referrerpolicy="no-referrer-when-downgrade">west elm <!----></a><!----></li><li class="sub-brand"><a href="/shop/west-elm-office/" target="_self" referrerpolicy="no-referrer-when-downgrade">west elm <span class="office">office</span></a><!----></li><li class="sub-brand"><a href="/pages/baby-kids/" target="_self" referrerpolicy="no-referrer-when-downgrade">west elm <span class="kids">kids</span></a><!----></li><li class="sub-brand"><a href="/pages/business/?cm_sp=GlobalLinks-_-Topnav-_-westelmcontract" target="_self" referrerpolicy="no-referrer-when-downgrade">west elm <span class="business to business">business to business</span></a><!----></li><li class=""><a href="https://www.potterybarn.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WE&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">Pottery Barn <!----></a><!----></li><li class=""><a href="https://www.potterybarnkids.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WE&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">PB Kids <!----></a><!----></li><li class=""><a href="https://www.pbteen.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WE&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">PB Teen <!----></a><!----></li><li class=""><a href="https://www.williams-sonoma.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WE&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">Williams Sonoma <!----></a><!----></li><li class=""><a href="https://www.williams-sonoma.com/pages/williams-sonoma-home/?cm_ven=CrossBrandReferral&amp;cm_cat=WE&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">WS Home <!----></a><!----></li><li class=""><a href="https://www.rejuvenation.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WE&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">Rejuvenation <!----></a><!----></li><li class=""><a href="https://www.markandgraham.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WE&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">Mark &amp; Graham <!----></a><!----></li><li class=""><a href="https://www.greenrow.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WE&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">GreenRow <!----></a><!----></li><!--]--></ul><div data-style="ccpa-header-button" class="ccpa-opt-out-button-container HOM" data-component="Global-header-CCPAHeaderButton"><a class="ccpa-opt-out-button" href="/customer-service/privacy-policy/#do-not-sell" target="_blank"> Do Not Sell My Personal Information </a></div><div class="my-store-old-position aside-container"><div data-style="my-store" class="my-store-component cross-brand-bar my-store-on-hover"><button data-style="my-store-module" data-component="mobile-my-store" class="my-store-module"><div data-component="location-pin" role="button" aria-label="My Store Location" class="location-pin-hide module-location-pin" style=""></div><div data-component="my-store-details" class="module-details"><!--[--> ... Loading My Store <!--]--></div></button><!----><!----></div><div data-style="list-aside" data-component="Global-header-ListAside" class="HOM"><ul class="list-aside-nav"><!--[--><li><a class="classes-nav-link" href="/customer-service/order-shipment-tracking/?cm_sp=SuperNav-_-TrackOrder"><span class="icon_svg_before"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><svg width="14.32px" height="18px" viewBox="0 0 22 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Track Your Order</title><desc>Click to track your order.</desc><defs></defs><g class="we-icon__track-your-order-outer" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g class="we-icon__track-your-order" transform="translate(-29.000000, -861.000000)" fill="#363636"><g transform="translate(0.000000, 54.000000)"><g transform="translate(0.000000, 793.000000)"><g transform="translate(29.000000, 13.000000)"><g class="we-icon__track-your-order-inner"><g class="we-icon__track-your-order-path-outer" transform="translate(0.000000, 1.000000)"><path d="M10.91871,0.0002 L0.00011,5.7762 L0.00011,17.1402 L10.91871,22.9162 L21.83511,17.1402 L21.83511,5.7762 L10.91871,0.0002 Z M1.54011,16.3352 L1.54011,6.5812 L10.91871,1.6192 L20.29511,6.5812 L20.29511,16.3352 L10.91871,21.2972 L1.54011,16.3352 Z" class="we-icon__track-your-order-path" fill-rule="nonzero"></path><polygon class="we-icon__track-your-order-path" fill-rule="nonzero" points="0.38214 6.7844 10.91904 12.3574 21.45374 6.7834 20.67824 5.5744 10.91904 10.7384 1.15874 5.5734"></polygon><polygon class="we-icon__track-your-order-path" fill-rule="nonzero" points="15.74595 9.3125 5.59845 3.9435 6.37395 2.7345 16.52145 8.1035"></polygon><polygon class="we-icon__track-your-order-path" fill-rule="nonzero" points="10.1486 22.106 11.6886 22.106 11.6886 11.548 10.1486 11.548"></polygon></g></g></g></g></g></g></g></svg><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></span></span><span class="link_label">Track Order</span><!----><!----></a><!----></li><!--]--><!----></ul></div></div><div class="plcc-messaging"><div class="plcc-messaging-inner"><div data-style="ecm-content-slot" class="ecm-content-slot global-top-right-banner"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-top-right-banner promo" location="global-top-right-banner" data-style="content" data-component="Global-EcmPromo"><div id="global-top-right-banner-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div></div></div></div></section><section id="bottom-promo" class=""><div data-style="ecm-content-slot" class="ecm-content-slot global-wide-banner-bottom-1" style="width:100%;"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-wide-banner-bottom-1 promo" location="global-wide-banner-bottom-1" data-style="content" data-component="Global-EcmPromo"><div id="global-wide-banner-bottom-1-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot global-wide-banner-bottom-2" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-wide-banner-bottom-2 promo" location="global-wide-banner-bottom-2" data-style="content" data-component="Global-EcmPromo"><div id="global-wide-banner-bottom-2-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot global-wide-banner-bottom-3" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-wide-banner-bottom-3 promo" location="global-wide-banner-bottom-3" data-style="content" data-component="Global-EcmPromo"><div id="global-wide-banner-bottom-3-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot global-wide-banner-bottom-4" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-wide-banner-bottom-4 promo" location="global-wide-banner-bottom-4" data-style="content" data-component="Global-EcmPromo"><div id="global-wide-banner-bottom-4-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><!----></section></div><div class="sticky-header"><header class="main-container HOM" role="presentation"><div class="my-store-position"><!----><section id="sub-brand-bar" class=""><div class="separated-lists"><!----><div data-style="action-link-list" class="linklist-separated-lists separated-lists top-nav-a11y" data-testid="Global-action-link-list"><ul id="nav-user-links" data-component="Global-header-ActionLinkList" data-test-id="Global-header-ActionLinkList"><li id="my-account" data-component="Global-header-MyAccount" class="top-nav-accessibility" data-test-id="Global-my-account" displaysigninprompt="false"><a href="/account/?cm_type=gnav&amp;cm_sp=HeaderLinks-_-MyAccount-_-MainSite"><section class="design-platform"><!----><span data-style="Global-account-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg width="19px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g class="we-icon__my-account-outer" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g class="we-icon__my-account" transform="translate(-30.000000, -65.000000)" fill="#363636"><g transform="translate(0.000000, 54.000000)"><g><g transform="translate(30.000000, 10.000000)"><g><g class="we-icon__my-account-inner" transform="translate(0.909091, 1.840000)"><g transform="translate(0.000000, 10.120000)" fill-rule="nonzero"><g class="we-icon__my-account-clipped"><path d="M8.37009091,1.51294 C5.52918182,1.51294 3.72281818,1.81746 2.69554545,2.07874 C1.89827273,2.28206 1.31372727,3.1211 1.30554545,4.07422 L1.27281818,7.68062 C1.27190909,7.74318 1.30918182,7.77722 1.32281818,7.77722 L16.0364545,7.91154 C16.051,7.91154 16.0882727,7.87842 16.0882727,7.8177 L16.121,4.20946 C16.1291818,3.25726 15.5600909,2.40718 14.7664545,2.18914 C13.7000909,1.8975 11.7882727,1.54238 8.73554545,1.51478 C8.61281818,1.51386 8.49009091,1.51294 8.37009091,1.51294 M16.0364545,9.19954 L16.0273636,9.19954 L16.0264545,9.19954 L1.311,9.06522 C0.581909091,9.05786 -0.00627272727,8.43226 9.09090909e-05,7.66958 L0.0319090909,4.06226 C0.0464545455,2.50838 1.01372727,1.1799 2.38463636,0.8303 C4.04736364,0.40802 6.17918182,0.20194 8.74736364,0.22678 C11.3055455,0.2507 13.4437273,0.49266 15.0991818,0.94622 C16.4637273,1.32066 17.4073636,2.66754 17.3946364,4.2205 L17.3619091,7.82874 C17.3546364,8.5859 16.761,9.19954 16.0364545,9.19954" class="we-icon__my-account-path"></path></g></g><path d="M9.09091018,1.352657 C8.24410035,1.352657 7.44693434,1.68212561 6.84261568,2.28309179 C6.2306595,2.89082126 5.88983523,3.70338164 5.8831524,4.57004831 C5.86596798,6.36135266 7.29227459,7.83091787 9.06226953,7.847343 L9.09186491,7.847343 C9.93772009,7.847343 10.7348861,7.51787439 11.3382501,6.91690821 C11.9502063,6.30917874 12.2919852,5.49661836 12.2986681,4.62898551 C12.3072603,3.76135266 11.9807564,2.94299517 11.3793017,2.32463768 C10.7797565,1.70531401 9.97686236,1.36038647 9.11859627,1.352657 L9.09091018,1.352657 Z M9.09186491,9.2 L9.04890387,9.2 C6.54284307,9.17681159 4.52367408,7.09371981 4.54563195,4.55748792 C4.55708823,3.3294686 5.04016128,2.17874396 5.90606495,1.3178744 C6.77101394,0.457004831 7.95387464,0.0038647343 9.13100718,0 C10.3453726,0.0106280193 11.4833629,0.499516908 12.3330369,1.37681159 C13.1846202,2.25410628 13.6466901,3.41352657 13.6361885,4.64154589 L12.9679056,4.63478261 L13.6361885,4.64154589 C13.6123213,7.1642512 11.5778772,9.2 9.09186491,9.2 Z" class="we-icon__my-account-path" fill-rule="nonzero"></path></g></g></g></g></g></g></g></svg><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></span><!----></section><span class="">Account</span></a><button type="button" aria-label="Account Menu" aria-expanded="false" class="drop-down-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><div id="myaccount-container" class="submenu"><div><!----><ul id="myaccount-submenu" class=""><!--[--><li class="sign-in"><a href="/account/?cm_type=gnav&amp;cm_sp=HeaderLinks-_-AccountSignIn-_-MainSite" class="sign-in">Sign In / Create Account</a></li><li class=""><a href="/account/login.html?cm_sp=B2B-_-accountdropdown-_-B2BSignIn" class="">B2B Member Sign In</a></li><li class=""><a href="/account/keyrewards.html?cm_type=gnav" class="">View My Rewards</a></li><li class=""><a href="/pages/the-key-rewards?cm_sp=SuperNav-_-KeyRewards" class="">Key Rewards</a></li><li class=""><a href="/ccvalueprop/?fromPageType=Account&amp;userAction=LearnMore&amp;cm_type=gnav" class="">West Elm Credit Card</a></li><li class=""><a href="/registry/?cm_sp=HeaderLinks-_-Registry-_-MainSite" class="">Registry</a></li><!--]--></ul></div><!----><!----></div></li><!--[--><!--[--><li class="top-nav-accessibility track-order-icon"><a href="/customer-service/order-shipment-tracking/?cm_sp=SuperNav-_-TrackOrder"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><svg width="14.32px" height="18px" viewBox="0 0 22 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Track Your Order</title><desc>Click to track your order.</desc><defs></defs><g class="we-icon__track-your-order-outer" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g class="we-icon__track-your-order" transform="translate(-29.000000, -861.000000)" fill="#363636"><g transform="translate(0.000000, 54.000000)"><g transform="translate(0.000000, 793.000000)"><g transform="translate(29.000000, 13.000000)"><g class="we-icon__track-your-order-inner"><g class="we-icon__track-your-order-path-outer" transform="translate(0.000000, 1.000000)"><path d="M10.91871,0.0002 L0.00011,5.7762 L0.00011,17.1402 L10.91871,22.9162 L21.83511,17.1402 L21.83511,5.7762 L10.91871,0.0002 Z M1.54011,16.3352 L1.54011,6.5812 L10.91871,1.6192 L20.29511,6.5812 L20.29511,16.3352 L10.91871,21.2972 L1.54011,16.3352 Z" class="we-icon__track-your-order-path" fill-rule="nonzero"></path><polygon class="we-icon__track-your-order-path" fill-rule="nonzero" points="0.38214 6.7844 10.91904 12.3574 21.45374 6.7834 20.67824 5.5744 10.91904 10.7384 1.15874 5.5734"></polygon><polygon class="we-icon__track-your-order-path" fill-rule="nonzero" points="15.74595 9.3125 5.59845 3.9435 6.37395 2.7345 16.52145 8.1035"></polygon><polygon class="we-icon__track-your-order-path" fill-rule="nonzero" points="10.1486 22.106 11.6886 22.106 11.6886 11.548 10.1486 11.548"></polygon></g></g></g></g></g></g></g></svg><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></span><!----><span class="link-text">Track Order <!----><!----></span></a><!----><!----><!----></li><!--]--><!--[--><li class="top-nav-accessibility my-store-action-list-icon my-store-action-list"><a href="javascript:void(0)" data-test-id="my-store-action-link"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><svg width="11.828px" height="15px" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22.8"><title>we-icon__store-locator-outline</title><g class="we-icon__store-locator-outer"><path class="we-icon" d="M15,26.5c-2.2,0-9-7.3-9-13.8,0-4.5,2.8-9,9-9s9,4.5,9,9C24,19.3,17,26.5,15,26.5ZM15,5.1c-5.6,0-7.6,4.1-7.6,7.6,0,6.1,6.5,12.3,7.6,12.4,1.1-.3,7.6-6.5,7.6-12.4C22.65,9.2,20.65,5.1,15,5.1Z" transform="translate(-6.05 -3.7)" fill="#363636"></path><path class="we-icon" d="M15,16.3a3.48,3.48,0,0,1-3.5-3.5,3.5,3.5,0,0,1,7,0A3.48,3.48,0,0,1,15,16.3Zm0-5.7a2.11,2.11,0,0,0-2.1,2.1A2.18,2.18,0,0,0,15,14.8a2.18,2.18,0,0,0,2.1-2.1A2.11,2.11,0,0,0,15,10.6Z" transform="translate(-6.05 -3.7)" fill="#363636"></path></g></svg><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></span><!----><span class="link-text">My Store</span></a><button type="button" aria-label="My Store Menu" aria-expanded="false" class="drop-down-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><div data-style="my-store" class="my-store-component cross-brand-bar my-store-on-hover" resetcarousel="false" loadchilddataonhover="false"><button data-style="my-store-module" data-component="mobile-my-store" class="my-store-module"><div data-component="location-pin" role="button" aria-label="My Store Location" class="location-pin-hide module-location-pin" style=""></div><div data-component="my-store-details" class="module-details"><!--[--> ... Loading My Store <!--]--></div></button><!----><!----></div></li><!--]--><!--[--><!----><!--]--><!--[--><li class="top-nav-accessibility favorites-outline-icon"><a href="/favorites/?cm_sp=HeaderLinks-_-AccountFavorites-_-MainSite"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg width="18px" height="16px" viewBox="0 0 18 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Favorites</title><desc>Click to view your favorite products.</desc><g class="we-icon__favorites-home-outer" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round"><g class="we-icon-stroke" transform="translate(-1203.000000, -68.000000)" stroke="#363636" stroke-width="1.3"><g id="my-favorites" transform="translate(1204.000000, 69.000000)"><path d="M4.17023708,0 C1.54927164,0 0,1.8547486 0,4.04916201 C0,6.24469274 0.397600686,8.62681676 7.74293059,14 C7.74293059,14 15.9622965,9.3452514 16,4.27709609 C16,2.08156425 14.0942588,0 11.870894,0 C9.64752928,0 8,2.34636872 8,2.34636872 C8.00114253,2.34636872 6.79005998,0 4.17023708,0 Z"></path></g></g></g></svg><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></span><!----><span class="link-text">Favorites <!----><!----></span></a><!----><!----><!----></li><!--]--><!--]--><li class="top-nav-accessibility undefined cart-button"><a href="/shoppingcart/?cm_type=gnav&amp;cm_sp=HeaderLinks-_-Cart-_-MainSite" class="view-cart"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg width="20.8px" height="20px" viewBox="0 0 25 24" role="img" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon-cart"><title>Cart</title><desc>Click to view your cart</desc><defs><polygon class="we-icon__cart-polygon" id="we-icon__cart-polygon" points="0 0.6544 24.938 0.6544 24.938 16.6564 0 16.6564"></polygon></defs><g class="we-icon__cart-outer" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-723.000000, -118.000000)"><g class="we-icon__cart" transform="translate(723.000000, 117.000000)"><g transform="translate(0.000000, 0.345700)"><mask id="we-icon__cart-mask-2" fill="white"><use xlink:href="#we-icon__cart-polygon"></use></mask><g></g><path class="we-icon" d="M21.5088,13.4834 C21.2768,14.5274 20.5178,15.2554 19.6638,15.2554 L8.5948,15.2554 C7.7668,15.2554 7.0338,14.5844 6.7748,13.5824 L4.7858,5.9534 L23.1908,5.9534 L21.5088,13.4834 Z M4.4168,4.5524 L3.3638,0.6544 L-0.0002,0.6544 L-0.0002,2.0544 L2.2918,2.0544 L3.2048,5.4354 L3.2058,5.4354 L5.4188,13.9344 C5.8428,15.5624 7.1188,16.6564 8.5948,16.6564 L19.6638,16.6564 C21.1778,16.6564 22.4978,15.4764 22.8758,13.7884 L24.9388,4.5524 L4.4168,4.5524 Z" fill="#ffffff" mask="url(#we-icon__cart-mask-2)"></path></g><path class="we-icon" d="M10.085,22.9453 C9.287,22.9453 8.639,22.2973 8.639,21.5003 C8.639,20.7023 9.287,20.0533 10.085,20.0533 C10.882,20.0533 11.53,20.7023 11.53,21.5003 C11.53,22.2973 10.882,22.9453 10.085,22.9453 M10.085,18.6533 C8.516,18.6533 7.238,19.9303 7.238,21.5003 C7.238,23.0693 8.516,24.3453 10.085,24.3453 C11.654,24.3453 12.931,23.0693 12.931,21.5003 C12.931,19.9303 11.654,18.6533 10.085,18.6533" fill="#ffffff"></path><path class="we-icon" d="M18.1113,22.9453 C17.3133,22.9453 16.6653,22.2973 16.6653,21.5003 C16.6653,20.7023 17.3133,20.0533 18.1113,20.0533 C18.9083,20.0533 19.5563,20.7023 19.5563,21.5003 C19.5563,22.2973 18.9083,22.9453 18.1113,22.9453 M18.1113,18.6533 C16.5423,18.6533 15.2643,19.9303 15.2643,21.5003 C15.2643,23.0693 16.5423,24.3453 18.1113,24.3453 C19.6803,24.3453 20.9573,23.0693 20.9573,21.5003 C20.9573,19.9303 19.6803,18.6533 18.1113,18.6533" fill="#ffffff"></path></g></g></svg><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></span><!----><span>Cart</span><span class="cart-count"></span></a><!----><!----></li><!----></ul><!----></div></div></section></div><div data-style="brand-logo" id="logo-group" data-component="Global-header-BrandLogo"><a href="/" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;,&quot;cm_sp&quot;: &quot;GlobalLinks-_-Topnav-_-WestElmLogo&quot;}"><svg width="156" height="28" viewbox="0 0 1479.62 266.33" version="1.1" role="img" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" data-component="Global-brand_logo-WELogo" id="logo-we"><title>West Elm</title><desc> West Elm offers modern furniture and home decor featuring inspiring designs and colors. </desc><g id="Layer_1-2"><path class="cls-1" d="M1430.65,75.28c-27.18.1-41.71,13.59-51.28,24.05-1.78,1.94-3.01,3.43-4,4.52l-2.66,3.02c-.5.57-1.71,1.4-2.49-.46-.82-1.98-2.77-6.33-2.91-6.61-2.11-3.81-11.23-23.85-38.79-23.85s-43.05,15.81-51.88,24.63c-.05.05-3.27,3.19-3.27,3.19-1.88,2.09-2.24-.19-2.24-1.06v-24.71c0-1.07-.87-1.94-1.94-1.94h-20.76c-1.07,0-1.94.87-1.94,1.94v186.56c0,1.71,1.02,1.77,1.56,1.77l22.07-.06c1.3,0,1.61-1.15,1.61-1.68v-91.43c0-43.55,20.58-71.71,46.89-71.8,26.71-.1,31.58,23.8,31.65,42.41v119.72c.01,1.58.65,2.32,2.02,2.32l19.23-.09c1.08,0,1.91-.85,1.94-1.96l1.46-90.61c1.43-43.58,19.78-71.68,50.3-71.8,22.9-.08,29.35,18.66,29.42,37.17l-.02,125.81c0,1.07.87,1.95,1.95,1.94h21.11c1.07,0,1.93-.85,1.94-1.94v-132.41c-.13-35.82-20.72-56.75-48.97-56.65Z" style="fill:#212121;"></path><path class="cls-1" d="M305.2,167.45l87.53-.24,30.95.05c2.88-.03,3.1-2.47,3.1-3.15,0-18.24-.55-29.08-5.63-45.65-.01-.05-.05-.07-.07-.11-11.22-41.77-45.66-52.65-69.41-52.65-54.48,0-83.11,43.88-83.11,102.72,0,51.17,28.94,97.91,84.44,97.91,28.02,0,48.97-10.89,60.63-19.84.04-.02,8.84-6.34,11.5-9.6.41-.51.49-1.21.26-1.83l-7.92-21.41c-.49-1.32-2.16-1.71-3.16-.73-3.26,3.2-9.72,9.31-15.18,13.13-9.29,6.36-23.14,13.67-42.73,13.74-56.31.19-57.2-51.65-57.64-62.06-.4-10.1,1.38-10.29,6.45-10.29ZM299.27,142.8c.37-5.05,2.32-11.41,3.96-16.02,5.42-17.41,22.71-36.7,49.52-36.7,16.02,0,36.34,9.75,42.5,29.01,1.64,4.88,4.47,14.68,5.79,23.48.18,1.23-.72,2.22-1.96,2.2l-97.85.02c-1.1,0-2.03-.91-1.95-2Z" style="fill:#212121;"></path><path class="cls-1" d="M781.3,233.19c-.19-1.27-1.53-1.99-2.71-1.46-2.39,1.07-5.82,2.55-7.05,3.19-4.56,2.06-10.31,4.26-21.49,4.3-27.61.1-33.76-21.56-33.83-39.74v-99.06c0-.21.04-.38.05-.58v-1.76c-.01-.54.04-2.79,2.65-2.54l55.63-.15h1.04c.66.03,2.07-.25,2.07-2.09l.07-21.63c0-1.07-.87-1.95-1.94-1.95l-57.58.13c-1.07,0-1.94-.87-1.94-1.94V10.38c0-1.28-1.22-2.22-2.46-1.88l-4.34,1.18c-.74.19-17.79,4.84-17.79,4.84-.85.23-1.43,1-1.43,1.87l.04,51.73c0,1.07-.87,1.94-1.94,1.94,0,0-6.82,0-6.83,0,0,0-15.46.02-15.46.02h-4.06c-1.07,0-1.94.87-1.94,1.94v21.94c0,1.09.9,1.97,1.99,1.94l25.72-.44c.54,0,2.6.29,2.53,2.9,0,0,0,1.64,0,1.65v83.28c.17,47.6,6.59,58.1,17.26,68.99,10.64,11.07,25.29,14.09,35.73,14.05,3.67-.01,7.34-.49,10.95-1.15,3.98-.73,7.91-1.71,11.78-2.88,3.74-1.13,7.43-2.44,11.05-3.91,1.73-.7,3.39-1.56,4.97-2.56,1.14-.73,1.93-1.61,1.93-3.06,0-3.42-1.85-14.23-2.66-19.58Z" style="fill:#212121;"></path><path class="cls-1" d="M1180.48,14.9s0,0,0,0V2.53c0-1.1-.9-2.51-1.99-2.48l-25.27-.05-20.41.12c-1.07.01-1.92.88-1.92,1.95l.05,18.57c0,1.19.77,1.72,1.3,1.72h20.75c1.07,0,1.94.87,1.94,1.95l-.02,241.02c0,.55.44.99.99.99h23.61c.55,0,.99-.44.99-.99V14.9Z" style="fill:#212121;"></path><path class="cls-1" d="M489.23,245.9c.17-.45,7.65-16.45,9.12-19.58,0,0,.87-1.74,2.69-.67.76.45,1.51.9,2.08,1.22.03.01.03.04.05.06,7.45,3.7,26.16,14.14,44.58,14.14,23.02,0,33.93-18.18,33.89-30.74-.07-18.97-22.81-26.69-45.23-36.87-21.84-10.09-45.04-27.41-45.14-54.89-.11-28.47,20.63-53.73,60.5-53.88,6.48-.02,12.96.62,19.31,1.87,5.46,1.08,10.85,2.59,16.02,4.64,4.17,1.64,8.24,3.63,11.87,6.26,1.68,1.22,2.21,2.74,1.62,4.73-.15.51-6.41,14.19-8.62,17.23-.55.75-1.56.96-2.39.55-1.91-.95-5.38-2.65-8.12-3.78-10.94-4.32-21.69-6.83-29.77-6.83-12.87,0-31.47,9.53-31.47,29.21,0,23.12,23.6,28,40.48,35.8,16.76,8.04,50.01,18.83,50.14,55.3.12,34.86-27.62,56.52-63.39,56.65-18.17.06-39.83-7.09-53.86-14.87-.05-.03-3.65-2.21-3.93-2.41,0,0-1.27-.92-.45-3.14Z" style="fill:#212121;"></path><path class="cls-1" d="M964.76,167.45l87.53-.24,30.95.05c2.88-.03,3.1-2.47,3.1-3.15,0-18.24-.55-29.08-5.63-45.65-.01-.05-.05-.07-.07-.11-11.22-41.77-45.66-52.65-69.41-52.65-54.48,0-83.11,43.88-83.11,102.72,0,33.01,6.65,49.83,20.96,70.1,14.47,20.23,41.39,27.81,63.48,27.81,28.02,0,48.97-10.89,60.63-19.84.04-.02,8.84-6.34,11.5-9.6.41-.51.49-1.21.26-1.83l-7.92-21.41c-.49-1.32-2.16-1.71-3.16-.73-3.26,3.2-9.72,9.31-15.18,13.13-9.29,6.36-23.14,13.67-42.73,13.74-56.31.19-57.2-51.65-57.64-62.06-.4-10.1,1.38-10.29,6.45-10.29ZM958.84,142.8c.37-5.05,2.32-11.41,3.96-16.02,5.42-17.41,22.71-36.7,49.52-36.7,16.02,0,36.34,9.75,42.5,29.01,1.64,4.88,4.47,14.68,5.79,23.48.18,1.23-.72,2.22-1.96,2.2l-97.85.02c-1.1,0-2.03-.91-1.95-2Z" style="fill:#212121;"></path><path class="cls-1" d="M61.64,212.5c-.34,1.99-2.25,2.95-2.99.16L28.33,73.09c-.1-.44-.43-3.22-3.4-3.08l-22.01-.06c-1.89,0-3.29,1.78-2.83,3.62l44.05,189.74c.4,1.77,1.97,3.02,3.79,3.02h20.38c1.74,0,3.26-1.15,3.74-2.83l37.51-129.54c.8-2.85,4.85-2.84,5.62.03l37.42,129.52c.47,1.67,2,2.83,3.74,2.83h20.36c1.82,0,3.39-1.26,3.79-3.03l42.56-189.84c.38-1.81-1-3.51-2.85-3.51l-22.24-.07c-1.4,0-2.6.99-2.86,2.36l-28.47,140.11c-.47,2.65-2.18,2.44-2.88.16l-39.97-141.53c-.34-1.27-1.49-2.16-2.81-2.16l-17.92-.13c-.88,0-1.65.59-1.87,1.44l-39.5,142.39Z" style="fill:#212121;"></path></g></svg><!----></a></div><!--[--><!----><section data-style="search-bar" id="header-search-form" class="hide-on-mediumBreakPoint" style=""><div data-component="Global-header-SearchBar" class="global-header-search"><div class="HOM searchbar-bg-shade"></div><div class=""><!----><form id="search-form" method="GET" action="/search/results.html"><input type="search" id="search-field" name="words" aria-label="Search" placeholder="Search" value="" autocorrect="off" autocomplete="off" role="combobox" aria-haspopup="listbox" aria-controls="typeAhead" aria-expanded="false" aria-activedescendant="" class=""><!----><button aria-label="search" type="submit" class=""><span><svg viewBox='0 0 21 20' role='img' version='1.1' aria-labelledby='searchIconTitle' class='icon-search' > <title id='searchIconTitle'>search</title> <desc>Click to search for products.</desc> <g stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-99.000000, -120.000000)' > <g transform='translate(99.000000, 119.000000)'> <g transform='translate(0.000000, 0.681600)'> <g></g> <path d='M8.4307,1.7187 C4.5537,1.7187 1.4007,4.8717 1.4007,8.7487 C1.4007,12.6247 4.5537,15.7787 8.4307,15.7787 C12.3067,15.7787 15.4597,12.6247 15.4597,8.7487 C15.4597,4.8717 12.3067,1.7187 8.4307,1.7187 M8.4307,17.1787 C3.7827,17.1787 -0.0003,13.3977 -0.0003,8.7487 C-0.0003,4.1007 3.7827,0.3187 8.4307,0.3187 C13.0787,0.3187 16.8607,4.1007 16.8607,8.7487 C16.8607,13.3977 13.0787,17.1787 8.4307,17.1787' class='search-btn-fill-color' fill='#fff' ></path> </g> <polygon class='search-btn-fill-color' fill='#fff' points='19.793 20.6816 13.6 15.0496 14.541 14.0146 20.734 19.6466' ></polygon> </g> </g> </svg></span></button></form></div><div class="hide type-ahead-container"><div data-style="visual-type-ahead" class="visual-type-ahead type-ahead-search-results hide top-search-vta"><div class="c-horizontal-line"></div><!----><ul id="typeAhead" class="search-suggestions type-ahead"><!----><!--[--><!--]--><!----></ul><span class="sr-only" role="alert"></span><!----><!----></div><div class="shader mobile-auto-suggest" style="display:none;"></div></div></div></section><!--]--></header><header data-details="close" role="presentation"><div class="mobile-header-container"><div id="mobileDDHeader" class="HOD sticky-mobile-header bottom-shadow"><button type="button" id="menu-icon" aria-label="show site navigation" data-test-id="Global-header-mobile-hamburger-icon" aria-expanded="false" class="link"><!----><div><svg viewBox='0 0 24 24' width='24px' height='24px' class='menu icon'><title>Navigation</title><polygon id='Shape' points='0 10.35 23 10.35 23 8.625 0 8.625'></polygon><polygon id='Shape' points='0 18.975 23 18.975 23 17.25 0 17.25'></polygon><polygon id='Shape' points='0 1.72499995 23 1.72499995 23 0 0 0'></polygon></svg></div></button><div data-style="mobile-header-icon" class="header-icons" data-test-id="Global-header-mobile-header-icon"><div data-style="brand-logo" id="logo-group" data-component="Global-header-BrandLogo"><a href="/" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;,&quot;cm_sp&quot;: &quot;GlobalLinks-_-Topnav-_-WestElmLogo&quot;}"><svg width="156" height="28" viewbox="0 0 1479.62 266.33" version="1.1" role="img" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" data-component="Global-brand_logo-WELogo" id="logo-we"><title>West Elm</title><desc> West Elm offers modern furniture and home decor featuring inspiring designs and colors. </desc><g id="Layer_1-2"><path class="cls-1" d="M1430.65,75.28c-27.18.1-41.71,13.59-51.28,24.05-1.78,1.94-3.01,3.43-4,4.52l-2.66,3.02c-.5.57-1.71,1.4-2.49-.46-.82-1.98-2.77-6.33-2.91-6.61-2.11-3.81-11.23-23.85-38.79-23.85s-43.05,15.81-51.88,24.63c-.05.05-3.27,3.19-3.27,3.19-1.88,2.09-2.24-.19-2.24-1.06v-24.71c0-1.07-.87-1.94-1.94-1.94h-20.76c-1.07,0-1.94.87-1.94,1.94v186.56c0,1.71,1.02,1.77,1.56,1.77l22.07-.06c1.3,0,1.61-1.15,1.61-1.68v-91.43c0-43.55,20.58-71.71,46.89-71.8,26.71-.1,31.58,23.8,31.65,42.41v119.72c.01,1.58.65,2.32,2.02,2.32l19.23-.09c1.08,0,1.91-.85,1.94-1.96l1.46-90.61c1.43-43.58,19.78-71.68,50.3-71.8,22.9-.08,29.35,18.66,29.42,37.17l-.02,125.81c0,1.07.87,1.95,1.95,1.94h21.11c1.07,0,1.93-.85,1.94-1.94v-132.41c-.13-35.82-20.72-56.75-48.97-56.65Z" style="fill:#212121;"></path><path class="cls-1" d="M305.2,167.45l87.53-.24,30.95.05c2.88-.03,3.1-2.47,3.1-3.15,0-18.24-.55-29.08-5.63-45.65-.01-.05-.05-.07-.07-.11-11.22-41.77-45.66-52.65-69.41-52.65-54.48,0-83.11,43.88-83.11,102.72,0,51.17,28.94,97.91,84.44,97.91,28.02,0,48.97-10.89,60.63-19.84.04-.02,8.84-6.34,11.5-9.6.41-.51.49-1.21.26-1.83l-7.92-21.41c-.49-1.32-2.16-1.71-3.16-.73-3.26,3.2-9.72,9.31-15.18,13.13-9.29,6.36-23.14,13.67-42.73,13.74-56.31.19-57.2-51.65-57.64-62.06-.4-10.1,1.38-10.29,6.45-10.29ZM299.27,142.8c.37-5.05,2.32-11.41,3.96-16.02,5.42-17.41,22.71-36.7,49.52-36.7,16.02,0,36.34,9.75,42.5,29.01,1.64,4.88,4.47,14.68,5.79,23.48.18,1.23-.72,2.22-1.96,2.2l-97.85.02c-1.1,0-2.03-.91-1.95-2Z" style="fill:#212121;"></path><path class="cls-1" d="M781.3,233.19c-.19-1.27-1.53-1.99-2.71-1.46-2.39,1.07-5.82,2.55-7.05,3.19-4.56,2.06-10.31,4.26-21.49,4.3-27.61.1-33.76-21.56-33.83-39.74v-99.06c0-.21.04-.38.05-.58v-1.76c-.01-.54.04-2.79,2.65-2.54l55.63-.15h1.04c.66.03,2.07-.25,2.07-2.09l.07-21.63c0-1.07-.87-1.95-1.94-1.95l-57.58.13c-1.07,0-1.94-.87-1.94-1.94V10.38c0-1.28-1.22-2.22-2.46-1.88l-4.34,1.18c-.74.19-17.79,4.84-17.79,4.84-.85.23-1.43,1-1.43,1.87l.04,51.73c0,1.07-.87,1.94-1.94,1.94,0,0-6.82,0-6.83,0,0,0-15.46.02-15.46.02h-4.06c-1.07,0-1.94.87-1.94,1.94v21.94c0,1.09.9,1.97,1.99,1.94l25.72-.44c.54,0,2.6.29,2.53,2.9,0,0,0,1.64,0,1.65v83.28c.17,47.6,6.59,58.1,17.26,68.99,10.64,11.07,25.29,14.09,35.73,14.05,3.67-.01,7.34-.49,10.95-1.15,3.98-.73,7.91-1.71,11.78-2.88,3.74-1.13,7.43-2.44,11.05-3.91,1.73-.7,3.39-1.56,4.97-2.56,1.14-.73,1.93-1.61,1.93-3.06,0-3.42-1.85-14.23-2.66-19.58Z" style="fill:#212121;"></path><path class="cls-1" d="M1180.48,14.9s0,0,0,0V2.53c0-1.1-.9-2.51-1.99-2.48l-25.27-.05-20.41.12c-1.07.01-1.92.88-1.92,1.95l.05,18.57c0,1.19.77,1.72,1.3,1.72h20.75c1.07,0,1.94.87,1.94,1.95l-.02,241.02c0,.55.44.99.99.99h23.61c.55,0,.99-.44.99-.99V14.9Z" style="fill:#212121;"></path><path class="cls-1" d="M489.23,245.9c.17-.45,7.65-16.45,9.12-19.58,0,0,.87-1.74,2.69-.67.76.45,1.51.9,2.08,1.22.03.01.03.04.05.06,7.45,3.7,26.16,14.14,44.58,14.14,23.02,0,33.93-18.18,33.89-30.74-.07-18.97-22.81-26.69-45.23-36.87-21.84-10.09-45.04-27.41-45.14-54.89-.11-28.47,20.63-53.73,60.5-53.88,6.48-.02,12.96.62,19.31,1.87,5.46,1.08,10.85,2.59,16.02,4.64,4.17,1.64,8.24,3.63,11.87,6.26,1.68,1.22,2.21,2.74,1.62,4.73-.15.51-6.41,14.19-8.62,17.23-.55.75-1.56.96-2.39.55-1.91-.95-5.38-2.65-8.12-3.78-10.94-4.32-21.69-6.83-29.77-6.83-12.87,0-31.47,9.53-31.47,29.21,0,23.12,23.6,28,40.48,35.8,16.76,8.04,50.01,18.83,50.14,55.3.12,34.86-27.62,56.52-63.39,56.65-18.17.06-39.83-7.09-53.86-14.87-.05-.03-3.65-2.21-3.93-2.41,0,0-1.27-.92-.45-3.14Z" style="fill:#212121;"></path><path class="cls-1" d="M964.76,167.45l87.53-.24,30.95.05c2.88-.03,3.1-2.47,3.1-3.15,0-18.24-.55-29.08-5.63-45.65-.01-.05-.05-.07-.07-.11-11.22-41.77-45.66-52.65-69.41-52.65-54.48,0-83.11,43.88-83.11,102.72,0,33.01,6.65,49.83,20.96,70.1,14.47,20.23,41.39,27.81,63.48,27.81,28.02,0,48.97-10.89,60.63-19.84.04-.02,8.84-6.34,11.5-9.6.41-.51.49-1.21.26-1.83l-7.92-21.41c-.49-1.32-2.16-1.71-3.16-.73-3.26,3.2-9.72,9.31-15.18,13.13-9.29,6.36-23.14,13.67-42.73,13.74-56.31.19-57.2-51.65-57.64-62.06-.4-10.1,1.38-10.29,6.45-10.29ZM958.84,142.8c.37-5.05,2.32-11.41,3.96-16.02,5.42-17.41,22.71-36.7,49.52-36.7,16.02,0,36.34,9.75,42.5,29.01,1.64,4.88,4.47,14.68,5.79,23.48.18,1.23-.72,2.22-1.96,2.2l-97.85.02c-1.1,0-2.03-.91-1.95-2Z" style="fill:#212121;"></path><path class="cls-1" d="M61.64,212.5c-.34,1.99-2.25,2.95-2.99.16L28.33,73.09c-.1-.44-.43-3.22-3.4-3.08l-22.01-.06c-1.89,0-3.29,1.78-2.83,3.62l44.05,189.74c.4,1.77,1.97,3.02,3.79,3.02h20.38c1.74,0,3.26-1.15,3.74-2.83l37.51-129.54c.8-2.85,4.85-2.84,5.62.03l37.42,129.52c.47,1.67,2,2.83,3.74,2.83h20.36c1.82,0,3.39-1.26,3.79-3.03l42.56-189.84c.38-1.81-1-3.51-2.85-3.51l-22.24-.07c-1.4,0-2.6.99-2.86,2.36l-28.47,140.11c-.47,2.65-2.18,2.44-2.88.16l-39.97-141.53c-.34-1.27-1.49-2.16-2.81-2.16l-17.92-.13c-.88,0-1.65.59-1.87,1.44l-39.5,142.39Z" style="fill:#212121;"></path></g></svg><!----></a></div><!----><!--[--><div data-style="positioned-header-icon" class="positioned-header-icon icon-position-1" data-test-id="positioned-header-icon"><!----><!----><div aria-label="search" class="icon-container icon-search" role="button" tabindex="0"><span aria-hidden="true" data-test-id="positioned-header-icon-search-span"><svg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='WE/Iconography/Header/stores'><g id='Clipped'><path id='Shape' d='M11.5732 3.11914C16.407 3.11931 20.3398 7.0529 20.3398 11.8867C20.3396 16.7214 16.4069 20.6532 11.5732 20.6533C6.73945 20.6533 2.80489 16.7215 2.80469 11.8867C2.80469 7.0528 6.73932 3.11914 11.5732 3.11914ZM11.5732 4.5752C7.54116 4.5752 4.26172 7.85464 4.26172 11.8867C4.26192 15.9176 7.54129 19.1973 11.5732 19.1973C15.604 19.1971 18.8826 15.9175 18.8828 11.8867C18.8828 7.85474 15.6041 4.57537 11.5732 4.5752Z' fill='#212121'/></g><path id='Shape_2' d='M23.3938 23.588L16.9531 17.7307L17.9318 16.6543L24.3725 22.5116L23.3938 23.588Z' fill='#212121'/></g></svg></span></div><!----></div><div data-style="positioned-header-icon" class="positioned-header-icon icon-position-2" data-test-id="positioned-header-icon"><div><div data-style="account-flyout" class="account-flyout-wrapper"><a href="javascript:void(0)" class="account-flyout-button" data-test-id="account-flyout-button"><div aria-hidden="true" class="icon-container icon-account" data-test-id="header-icon-account-span"><svg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='Iconography/Header/myAccount'><path id='Shape' fill-rule='evenodd' clip-rule='evenodd' d='M4.44207 22.6482L20.6301 22.7942H20.6401C21.4371 22.7942 22.0901 22.1272 22.0981 21.3042L22.1341 17.3822C22.1481 15.6942 21.1101 14.2302 19.6091 13.8232C17.7881 13.3302 15.4361 13.0672 12.6221 13.0412C9.79707 13.0142 7.45207 13.2382 5.62307 13.6972C4.11507 14.0772 3.05107 15.5212 3.03507 17.2102L3.00007 21.1312C2.99307 21.9602 3.64007 22.6402 4.44207 22.6482ZM5.96507 15.0542C7.09507 14.7702 9.08207 14.4392 12.2071 14.4392C12.3391 14.4392 12.474 14.4402 12.609 14.4412L12.6091 14.4412C15.9671 14.4712 18.0701 14.8572 19.2431 15.1742C20.1161 15.4112 20.7421 16.3352 20.7331 17.3702L20.6971 21.2922C20.6971 21.3582 20.6561 21.3942 20.6401 21.3942L4.45507 21.2482C4.44007 21.2482 4.39907 21.2112 4.40007 21.1432L4.43607 17.2232C4.44507 16.1872 5.08807 15.2752 5.96507 15.0542Z' fill='#212121'/><path id='Shape_2' fill-rule='evenodd' clip-rule='evenodd' d='M12.9538 12.0391H13.0011C15.7357 12.0391 17.9736 9.82629 17.9998 7.08422C18.0114 5.74942 17.5031 4.48918 16.5663 3.5356C15.6317 2.58202 14.3799 2.05061 13.0441 2.03906C11.7493 2.04326 10.4481 2.53581 9.49667 3.47153C8.54418 4.40726 8.0128 5.65805 8.0002 6.99285C7.97604 9.74963 10.1971 12.0139 12.9538 12.0391ZM10.5269 4.52068C11.1916 3.86746 12.0685 3.50934 13 3.50934H13.0305C13.9745 3.51774 14.8577 3.89266 15.5172 4.56584C16.1788 5.23797 16.538 6.12749 16.5285 7.07057C16.5212 8.01365 16.1452 8.89687 15.4721 9.55744C14.8084 10.2107 13.9315 10.5688 13.0011 10.5688H12.9685C11.0215 10.5509 9.45256 8.95358 9.47147 7.00651C9.47882 6.06448 9.85373 5.18126 10.5269 4.52068Z' fill='#212121'/></g></svg></div></a><div data-style="drawer" class="drawer-component mobile-account-flyout" data-test-id="drawer-component" style="display:none;"><button class="drawer-component-scrim" style=""></button><div class="drawer-component-container" style="" drawer-direction="right" role="dialog" tabindex="0"><div class="design-platform"><button type="button" data-test-id="drawer-component-close-button" class="cursor-pointer mr-1 mt-1 p-2 absolute top-1 right-1" aria-label="Close Overlay" tabindex="0"><svg width="14" height="14" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor" fill-rule="nonzero"><path d="M13.368 12.741l-.715.716L2.565 3.369.632 1.436 1.347.72z"></path><path d="M1.41 13.385l-.707-.707L12.724.658l.707.706z"></path></g></svg></button></div><div class="drawer-component-header"><!--[--><div class="design-platform"><div class="px-4 pt-6 pb-4" data-style="account-info-flyout-header"><div class="flex flex-col text-left" data-style="guest-account-info-flyout-header"><div class="text-left" data-style="account-info-flyout-title">Account</div><div class="text-xs" data-style="account-info-flyout-header-description">Access your orders, manage rewards, save your store, and more.</div><div class="flex justify-between mt-3"><div data-style="guest-account-info-flyout-sign-in-wrapper"><button class="btn-primary--small" data-style="account-info-flyout-sign-in-button">Sign In</button></div><div data-style="guest-account-info-flyout-create-account-wrapper"><button class="btn-tertiary" data-style="account-info-flyout-create-account-button">Create Account</button></div></div></div></div></div><!--]--></div><div class="drawer-component-content"><!--[--><div><ul class="account-flyout-primary-section-link-wrapper"><!--[--><!--[--><!--[--><li class="design-platform" data-style="account-flyout-primary-section-link-item"><a href="/customer-service/order-shipment-tracking/?cm_sp=accountflyout-_-default-_-trackorder" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full px-4 pt-6 pb-4" data-style="account-flyout-primary-section-link"><div class="flex justify-start items-center"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><svg width="15" height="11" viewBox="0 0 163.7 120.1"><path fill="currentColor" d="M163.7,63.2c0-1-0.4-2-1.2-2.7c0,0,0-0.7-0.4-1L143,27.8c-2-3.4-5.6-5.4-9.5-5.4h-29.3V3.7
        c0-2.1-1.7-3.7-3.7-3.7H3.7C1.7,0,0,1.7,0,3.7v96.7c0,2.1,1.7,3.7,3.7,3.7h19c1.4,10.2,10.9,17.2,21,15.8
        c8.2-1.2,14.6-7.6,15.8-15.8h52.8c2,10.1,11.9,16.6,21.9,14.5c7.3-1.5,13-7.2,14.5-14.5h4.1c6-0.2,10.8-5.1,10.8-11.2V65.3
        c0-0.4,0-0.8,0-1.3C163.7,63.8,163.7,63.5,163.7,63.2z M153.4,59.5h-26.9V44.6h18L153.4,59.5z M7.4,7.4h89.3v89.3H59.5
        c-2-10.1-11.9-16.6-21.9-14.5c-7.3,1.5-13,7.2-14.5,14.5H7.4V7.4z M40.9,111.6c-6.2,0-11.2-5-11.2-11.2c0-6.2,5-11.2,11.2-11.2
        s11.2,5,11.2,11.2C52.1,106.6,47.1,111.6,40.9,111.6z M130.2,111.6c-6.2,0-11.2-5-11.2-11.2c0-6.2,5-11.2,11.2-11.2
        c6.2,0,11.2,5,11.2,11.2C141.4,106.6,136.4,111.6,130.2,111.6z M152.5,96.7h-3.7c-2-10.1-11.9-16.6-21.9-14.5
        c-7.3,1.5-13,7.2-14.5,14.5h-8.2v-67h29.3c1.3,0,2.5,0.7,3.1,1.8l3.4,5.7h-17.3c-2.1,0-3.7,1.7-3.7,3.7v22.3c0,2.1,1.7,3.7,3.7,3.7
        h33.5v26C156.3,95.1,154.6,96.7,152.5,96.7z"></path></svg><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></span><div class="flex flex-col text-left normal-case" data-style="account-flyout-primary-section-description-wrapper"><div class="text-xs text-bold">Track Orders</div><div class="text-caption">Track &amp; manage your orders</div></div></div></a></li><!--]--><!--]--><!--[--><!--[--><li class="design-platform" data-style="account-flyout-primary-section-link-item"><a href="/account/keyrewards.html?cm_sp=accountflyout-_-default-_-viewmyrewards" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full px-4 pt-6 pb-4" data-style="account-flyout-primary-section-link"><div class="flex justify-start items-center"><img data-style="account-flyout-primary-section-icon" class="icon-key-rewards mr-3" alt="key rewards" src="https://www.westelm.com/netstorage/images/design-system/icons/key-rewards.svg"><div class="flex flex-col text-left normal-case" data-style="account-flyout-primary-section-description-wrapper"><div class="text-xs text-bold">View My Rewards</div><div class="text-caption">View your Key Rewards certificates</div></div></div></a></li><!--]--><!--]--><!--[--><!--[--><li class="design-platform" data-style="account-flyout-primary-section-link-item"><a href="/pages/the-key-rewards/?cm_sp=accountflyout-_-default-_-keyrewards" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full px-4 pt-6 pb-4" data-style="account-flyout-primary-section-link"><div class="flex justify-start items-center"><img data-style="account-flyout-primary-section-icon" class="icon-key-rewards mr-3" alt="key rewards" src="https://www.westelm.com/netstorage/images/design-system/icons/key-rewards.svg"><div class="flex flex-col text-left normal-case" data-style="account-flyout-primary-section-description-wrapper"><div class="text-xs text-bold">Key Rewards</div><div class="text-caption">Earn Rewards and enjoy exclusive benefits</div></div></div></a></li><!--]--><!--]--><!--[--><!--[--><li class="design-platform" data-style="account-flyout-primary-section-link-item"><a href="/favorites/?cm_sp=accountflyout-_-default-_-favorites" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full px-4 pt-6 pb-4" data-style="account-flyout-primary-section-link"><div class="flex justify-start items-center"><img data-style="account-flyout-primary-section-icon" class="icon-add-to-favorites mr-3" alt="add to favorites" src="https://www.westelm.com/netstorage/images/design-system/icons/add-to-favorites.svg"><div class="flex flex-col text-left normal-case" data-style="account-flyout-primary-section-description-wrapper"><div class="text-xs text-bold">Favorites</div><div class="text-caption">Save your favorite items</div></div></div></a></li><!--]--><!--]--><!--[--><!--[--><li class="design-platform" data-style="account-flyout-primary-section-link-item"><a href="/registry/?cm_sp=accountflyout-_-default-_-registry" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full px-4 pt-6 pb-4" data-style="account-flyout-primary-section-link"><div class="flex justify-start items-center"><img data-style="account-flyout-primary-section-icon" class="icon-registry mr-3" alt="registry" src="https://www.westelm.com/netstorage/images/design-system/icons/registry.svg"><div class="flex flex-col text-left normal-case" data-style="account-flyout-primary-section-description-wrapper"><div class="text-xs text-bold">Registry</div><div class="flex items-center subtitle-wrapper"><div class="text-caption registry-subtitle">Create, find and manage registries</div></div></div></div></a></li><!--]--><!--]--><!--[--><!--[--><li class="account-flyout-primary-section-my-store-link"><div class="account-flyout-primary-section-my-store-wrapper"><div data-style="my-store" class="my-store-component cross-brand-bar my-store-on-hover"><button data-style="my-store-module" data-component="mobile-my-store" class="my-store-module"><div data-component="location-pin" role="button" aria-label="My Store Location" class="location-pin-hide module-location-pin" style=""></div><div data-component="my-store-details" class="module-details"><!--[--> ... Loading My Store <!--]--></div></button><!----><!----></div></div></li><!--]--><!--]--><!--]--></ul></div><div><div class="design-platform"><ul class="w-full text-left" data-style="account-flyout-secondary-section-link-wrapper"><!--[--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/my-boards/?cm_sp=accountflyout-_-default-_-designboards" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full" data-style="account-flyout-secondary-section-link"><div class="text-xs text-left normal-case" data-style="account-flyout-secondary-section-title">Design Boards</div></a></li><!--]--><!--]--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/pages/credit-card/?cm_sp=accountflyout-_-default-_-creditcard" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full" data-style="account-flyout-secondary-section-link"><div class="text-xs text-left normal-case" data-style="account-flyout-secondary-section-title">West Elm Credit Card</div></a></li><!--]--><!--]--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/pages/gift-card-services/?cm_sp=accountflyout-_-default-_-giftcard" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full" data-style="account-flyout-secondary-section-link"><div class="text-xs text-left normal-case" data-style="account-flyout-secondary-section-title">Gift Cards</div></a></li><!--]--><!--]--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/my-design-projects/?cm_sp=accountflyout-_-default-_-designprojects" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full" data-style="account-flyout-secondary-section-link"><div class="text-xs text-left normal-case" data-style="account-flyout-secondary-section-title">My Design Projects</div></a></li><!--]--><!--]--><!--]--><!----></ul></div></div><!--]--></div><div class="drawer-component-footer"><!--[--><div class="design-platform"><div data-style="account-flyout-footer-wrapper"><!--[--><div data-style="account-flyout-footer-link-list-section"><div data-style="account-flyout-footer-link-list-section-link-wrapper"><a href="/customer-service/?cm_sp=accountflyout-_-default-_-customerservice" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full text-xs text-left" data-style="account-flyout-footer-link-list-section-link">Customer Service</a></div></div><div data-style="account-flyout-footer-link-list-section"><div data-style="account-flyout-footer-link-list-section-link-wrapper"><a href="/stores/?cm_sp=accountflyout-_-default-_-findastore" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full text-xs text-left" data-style="account-flyout-footer-link-list-section-link">Find A Store</a></div></div><div data-style="account-flyout-footer-link-list-section"><div data-style="account-flyout-footer-link-list-section-link-wrapper"><a href="" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full text-xs text-left" data-style="account-flyout-footer-link-list-section-link"><span data-style="account-flyout-footer-link-list-section-link-feedback-icon">[+]</span> Give Us Feedback</a></div></div><div data-style="account-flyout-footer-link-list-section"><div data-style="account-flyout-footer-link-list-section-link-wrapper"><a href="tel:18889224119" class="flex justify-start items-center no-underline hover:no-underline normal-case w-full text-xs text-left" data-style="account-flyout-footer-link-list-section-link">1.888.922.4119</a></div></div><!--]--></div></div><!--]--></div></div></div></div></div><!----><!----><!----></div><!--]--><div class="icon-cart" data-test-id="icon-cart"><a aria-label="shopping cart" href="/m/shoppingcart/" class="header-icon cart"><span data-test-id="header-icon-cart-link-with-icon"><svg class='icon-cart' width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title aria-hidden='true'>Iconography/cart</title><g id='Phase-3-Header-Consistency' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Artboard' transform='translate(-1266.000000, -516.000000)' fill='#212121' fill-rule='nonzero'><g id='Group' transform='translate(1266.000000, 515.000000)'><g id='cart' transform='translate(0.000000, 1.000000)'><path d='M20.6991459,12.3459642 C20.4758812,13.3506556 19.7454589,14.051245 18.9236136,14.051245 L8.27138217,14.051245 C7.47455792,14.051245 6.76915674,13.4055094 6.51990858,12.4412366 L4.60579815,5.09948274 L22.3178155,5.09948274 L20.6991459,12.3459642 Z M4.25069169,3.75123301 L3.23733911,0 L0,0 L0,1.34728738 L2.20570191,1.34728738 L3.08432575,4.60098641 L5.21496451,12.7799832 C5.62300012,14.3466859 6.85095633,15.3994948 8.27138217,15.3994948 L18.9236136,15.3994948 C20.3806087,15.3994948 21.6509082,14.263924 22.0146758,12.6394803 L24,3.75123301 L4.25069169,3.75123301 Z' id='Shape'></path><path d='M9.70547335,21.1189222 C8.93751955,21.1189222 8.31391796,20.4953206 8.31391796,19.7283291 C8.31391796,18.9603753 8.93751955,18.3358114 9.70547335,18.3358114 C10.4724648,18.3358114 11.0960664,18.9603753 11.0960664,19.7283291 C11.0960664,20.4953206 10.4724648,21.1189222 9.70547335,21.1189222 M9.70547335,16.988524 C8.19554914,16.988524 6.96566823,18.2174426 6.96566823,19.7283291 C6.96566823,21.2382533 8.19554914,22.4662096 9.70547335,22.4662096 C11.2153976,22.4662096 12.4443161,21.2382533 12.4443161,19.7283291 C12.4443161,18.2174426 11.2153976,16.988524 9.70547335,16.988524' id='Shape'></path><path d='M17.4295681,21.1189222 C16.6616143,21.1189222 16.0380128,20.4953206 16.0380128,19.7283291 C16.0380128,18.9603753 16.6616143,18.3358114 17.4295681,18.3358114 C18.1965596,18.3358114 18.8201612,18.9603753 18.8201612,19.7283291 C18.8201612,20.4953206 18.1965596,21.1189222 17.4295681,21.1189222 M17.4295681,16.988524 C15.9196439,16.988524 14.689763,18.2174426 14.689763,19.7283291 C14.689763,21.2382533 15.9196439,22.4662096 17.4295681,22.4662096 C18.9394924,22.4662096 20.1684109,21.2382533 20.1684109,19.7283291 C20.1684109,18.2174426 18.9394924,16.988524 17.4295681,16.988524' id='Shape'></path></g></g></g></g></svg></span><!----></a><!----></div></div></div></div><div class="HOD"><!--[--><!----><section data-style="search-bar" id="header-search-form" class="hide-on-mediumBreakPoint" style=""><div data-component="Global-header-SearchBar" class="global-header-search"><div class="HOM searchbar-bg-shade"></div><div class=""><!----><form id="search-form" method="GET" action="/search/results.html"><input type="search" id="search-field" name="words" aria-label="Search" placeholder="Search" value="" autocorrect="off" autocomplete="off" role="combobox" aria-haspopup="listbox" aria-controls="typeAhead" aria-expanded="false" aria-activedescendant="" class=""><!----><button aria-label="search" type="submit" class=""><span><svg viewBox='0 0 21 20' role='img' version='1.1' aria-labelledby='searchIconTitle' class='icon-search' > <title id='searchIconTitle'>search</title> <desc>Click to search for products.</desc> <g stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-99.000000, -120.000000)' > <g transform='translate(99.000000, 119.000000)'> <g transform='translate(0.000000, 0.681600)'> <g></g> <path d='M8.4307,1.7187 C4.5537,1.7187 1.4007,4.8717 1.4007,8.7487 C1.4007,12.6247 4.5537,15.7787 8.4307,15.7787 C12.3067,15.7787 15.4597,12.6247 15.4597,8.7487 C15.4597,4.8717 12.3067,1.7187 8.4307,1.7187 M8.4307,17.1787 C3.7827,17.1787 -0.0003,13.3977 -0.0003,8.7487 C-0.0003,4.1007 3.7827,0.3187 8.4307,0.3187 C13.0787,0.3187 16.8607,4.1007 16.8607,8.7487 C16.8607,13.3977 13.0787,17.1787 8.4307,17.1787' class='search-btn-fill-color' fill='#fff' ></path> </g> <polygon class='search-btn-fill-color' fill='#fff' points='19.793 20.6816 13.6 15.0496 14.541 14.0146 20.734 19.6466' ></polygon> </g> </g> </svg></span></button></form></div><div class="hide type-ahead-container"><div data-style="visual-type-ahead" class="visual-type-ahead type-ahead-search-results hide top-search-vta"><div class="c-horizontal-line"></div><!----><ul id="typeAhead" class="search-suggestions type-ahead"><!----><!--[--><!--]--><!----></ul><span class="sr-only" role="alert"></span><!----><!----></div><div class="shader mobile-auto-suggest" style="display:none;"></div></div></div></section><!--]--></div><!----><div data-test-id="Global-header-mobile-navigation" class="with-mobile-utility-nav mobileNavigation"><div class="mobile-utility-nav"><!----><nav id="nav-secondary-container" class="HOM" aria-label="secondary"><div data-style="secondary-nav"><section id="nav-secondary"><ul><!--[--><!--]--></ul><div data-style="ecm-content-slot" class="ecm-content-slot secondary-nav-banner-1"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block secondary-nav-banner-1 promo" location="secondary-nav-banner-1" data-style="content" data-component="Global-EcmPromo"><div id="secondary-nav-banner-1-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot secondary-nav-banner-b2b"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block secondary-nav-banner-b2b promo" location="secondary-nav-banner-b2b" data-style="content" data-component="Global-EcmPromo"><div id="secondary-nav-banner-b2b-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot kids-secondary-nav-banner-1"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block kids-secondary-nav-banner-1 promo" location="kids-secondary-nav-banner-1" data-style="content" data-component="Global-EcmPromo"><div id="kids-secondary-nav-banner-1-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div></section></div></nav></div><nav id="nav-main" aria-label="primary" class=""><div data-style="ecm-content-slot" class="ecm-content-slot mobile-global-nav-top-b2b" style="display:none;"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-global-nav-top-b2b promo" location="mobile-global-nav-top-b2b" data-style="content" data-component="Global-EcmPromo"><div id="mobile-global-nav-top-b2b-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><!----><ul data-style="primary-nav" id role aria-labelledby class="nav-menu WE" data-component="Global-header-PrimaryNav" data-test-id="global-header-primary-nav"><li class="site-link-title HOD WE" data-test-id="site-link-title"><a href="/?cm_sp=tnav-_-west-elm-_-tab" class="">West Elm</a></li><!--[--><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/new/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">New</a><button type="button" aria-label="New Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/furniture/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Furniture</a><button type="button" aria-label="Furniture Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/outdoor/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Outdoor</a><button type="button" aria-label="Outdoor Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/west-elm-office/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Office</a><button type="button" aria-label="Office Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/rugs/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Rugs</a><button type="button" aria-label="Rugs Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/bedding/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Bedding</a><button type="button" aria-label="Bedding Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/bath/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Bath</a><button type="button" aria-label="Bath Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/lighting/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Lighting</a><button type="button" aria-label="Lighting Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/accessories-pillows/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Pillows & Decor</a><button type="button" aria-label="Pillows &amp; Decor Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/windows/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Window</a><button type="button" aria-label="Window Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/wall-decor-mirrors/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Art & Mirrors</a><button type="button" aria-label="Art &amp; Mirrors Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/dining-kitchen/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Kitchen & Dining</a><button type="button" aria-label="Kitchen &amp; Dining Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/storage-organization/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Storage</a><button type="button" aria-label="Storage Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/gifts/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Gifts</a><button type="button" aria-label="Gifts Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="sale" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/sale/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Sale</a><button type="button" aria-label="Sale Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><li class="brand-nav" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!--[--><a href="/shop/west-elm-baby-kids/" data-test-id="top-nav-item-cat-data-link" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Baby & Kids</a><button type="button" aria-label="Baby &amp; Kids Menu" aria-expanded="false" class="drop-down-icon" data-test-id="dropdown-icon"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg viewBox="0 0 25 25" class="icon-dropdown" height="7" width="7"><title>Dropdown</title><path fill="currentColor" fill-rule="evenodd" d="M12.333 20.833-.167 4.167h25z"></path></svg><!----><!----><!----><!----><!----><!----></span></button><!----><!--]--><!----><!--]--></li><!--]--></ul><!--[--><!--]--></nav><!----><div data-style="ecm-content-slot" class="ecm-content-slot mobile-global-nav-bottom m" style="display:none;"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-global-nav-bottomm promo" location="mobile-global-nav-bottom/m" data-style="content" data-component="Global-EcmPromo"><div id="mobile-global-nav-bottom/m-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot mobile-global-nav-bottom-b2b" style="display:none;"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-global-nav-bottom-b2b promo" location="mobile-global-nav-bottom-b2b" data-style="content" data-component="Global-EcmPromo"><div id="mobile-global-nav-bottom-b2b-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><!----></div><!----></header></div><div class="sticky-header-spacer"></div><!----><!----><div data-style="ecm-content-slot" class="ecm-content-slot global-ticker-1" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-ticker-1 promo" location="global-ticker-1" data-style="content" data-component="Global-EcmPromo"><div id="global-ticker-1-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot global-ticker-2" style="display:none;"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-ticker-2 promo" location="global-ticker-2" data-style="content" data-component="Global-EcmPromo"><div id="global-ticker-2-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot global-ticker-3" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-ticker-3 promo" location="global-ticker-3" data-style="content" data-component="Global-EcmPromo"><div id="global-ticker-3-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot global-ticker-4" style=""><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block global-ticker-4 promo" location="global-ticker-4" data-style="content" data-component="Global-EcmPromo"><div id="global-ticker-4-container" data-test="ecm-content-container"><div><div class="cq-ecm-pages desktop-banners"> 
 <div id="" class=" parsys_column wsi-colctrl-lt1a marketing-banner-tall bg-color-high-rise-afb4b8"> 
  <div class="parsys_column wsi-colctrl-lt1a-c0 "> 
   <div id="text570406911" class="text section ice-gray-divider "> 
    <p style="	text-align: center;
"><b>emma chamberlain x west elm</b><br /> <a href="https://www.westelm.com/pages/features/emma-chamberlain/" data-params='{"cm_re": "mktbanner-_-EmmaChamberlainWestElm-_-slot1"}'>DISCOVER THE NEW COLLECTION →</a></p> 
   </div> 
   <div id="text-271620698" class="text section ice-gray-divider "> 
    <p style="	text-align: center;
"><b>Arrives in 1–4 weeks</b><br /> <a href="https://www.westelm.com/shop/furniture/all-furniture/?availability=quickShip" data-params='{"cm_re": "mktbanner-_-InStockFurniture-_-slot2"}'>SHOP IN-STOCK FURNITURE →</a></p> 
   </div> 
   <div id="text502745152" class="text section no-divider "> 
    <p style="	text-align: center;
"><b>Extra 20% off select styles</b><br /> <a href="https://www.westelm.com/shop/sale/all-sale/" data-params='{"cm_re": "mktbanner-_-Sale-_-slot3"}'>PRICES AS MARKED. SHOP ALL DEALS →</a></p> 
   </div> 
   <div id="text-1996809560" class="text section pzn-registry no-divider "> 
   </div> 
  </div> 
 </div> 
 <div style="clear:both"></div>  
</div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot mobile-global-ticker-1 m" style="display:none;"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-global-ticker-1m promo" location="mobile-global-ticker-1/m" data-style="content" data-component="Global-EcmPromo"><div id="mobile-global-ticker-1/m-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot mobile-global-ticker-2 m" style="display:none;"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-global-ticker-2m promo" location="mobile-global-ticker-2/m" data-style="content" data-component="Global-EcmPromo"><div id="mobile-global-ticker-2/m-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot mobile-global-ticker-3 m" style="display:none;"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-global-ticker-3m promo" location="mobile-global-ticker-3/m" data-style="content" data-component="Global-EcmPromo"><div id="mobile-global-ticker-3/m-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><div data-style="ecm-content-slot" class="ecm-content-slot mobile-global-ticker-4 m" style="display:none;"><div data-component="Global-EcmPromo" class="promo"><div class="promo-content"><div class="responsive-content responsive-content-block mobile-global-ticker-4m promo" location="mobile-global-ticker-4/m" data-style="content" data-component="Global-EcmPromo"><div id="mobile-global-ticker-4/m-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div></div></div></div><!----><!--[--><!----><!--]--><!----><!----><!--[--><div data-style="recently-viewed-flyout" class="recently-viewed-flyout grid-recommendations-wrapper"><div data-style="drawer" class="drawer-component flyout" data-test-id="drawer-component" isresponsive="false" style="display:none;"><button class="drawer-component-scrim" style=""></button><div class="drawer-component-container" style="" drawer-direction="left" role="dialog" tabindex="0"><div class="design-platform"><button type="button" data-test-id="drawer-component-close-button" class="cursor-pointer mr-1 mt-1 p-2 absolute top-1 right-1" aria-label="Close Overlay" tabindex="0"><svg width="14" height="14" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor" fill-rule="nonzero"><path d="M13.368 12.741l-.715.716L2.565 3.369.632 1.436 1.347.72z"></path><path d="M1.41 13.385l-.707-.707L12.724.658l.707.706z"></path></g></svg></button></div><div class="drawer-component-header"><!--[--><!--]--></div><div class="drawer-component-content"><!--[--><div class="recently-viewed-flyout-content flyout-content"><div data-style="recently-viewed-tab" class="recently-viewed-tab loading-spinner" data-test-id="recently-viewed-tab"><!----><!----></div></div><!--]--></div><div class="drawer-component-footer"><!--[--><!--]--></div></div></div></div><div data-style="recommendations-fly-out" class="grid-recommendations-wrapper"><div data-style="drawer" class="drawer-component flyout" data-test-id="drawer-component" isresponsive="false" style="display:none;"><button class="drawer-component-scrim" style=""></button><div class="drawer-component-container" style="" drawer-direction="right" role="dialog" tabindex="0"><div class="design-platform"><button type="button" data-test-id="drawer-component-close-button" class="cursor-pointer mr-1 mt-1 p-2 absolute top-1 right-1" aria-label="Close Overlay" tabindex="0"><svg width="14" height="14" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor" fill-rule="nonzero"><path d="M13.368 12.741l-.715.716L2.565 3.369.632 1.436 1.347.72z"></path><path d="M1.41 13.385l-.707-.707L12.724.658l.707.706z"></path></g></svg></button></div><div class="drawer-component-header"><!--[--><button class="mobile-back-button"></button><!--]--></div><div class="drawer-component-content"><!--[--><!--]--></div><div class="drawer-component-footer"><!--[--><!--]--></div></div></div></div><!--]--><div class="recommendation-favorite-flyout"><div class="vue-component-ecom-flyout favorite-flyout" data-style="recommendation-flyout" data-test-id="product-flyout-component"><!----></div></div><!----><!--]--><!----><!--]--></header><script>window.__HEADER__INITIAL__STATE__={"header":{"cartQuantity":0,"concept":"WE","ecmPromos":[],"favoritedRecommendationItem":null,"applicationUri":"https:\u002F\u002Fwww.westelm.com\u002F","activeTargetTests":{},"governorState":{},"myStore":{"storeZipCodeInfo":"","currentZipCodeInfo":"","isFlyoutOpen":false,"selectedStore":null,"storeList":[]},"postalCodeFromLatLng":"","placements":{},"shippingCountry":{"countryCode":""},"activeTests":{"headerEmailOverlayWithDelay":{"variation":"control"}},"pznTriggeredCampaign":{"id":"","name":"","products":[],"hasFetched":false,"hasFetchedWithUserToken":false},"currencyData":{"selectedCountry":"US","selectedCurrency":"USD","exchangeRate":1,"factor":1},"market":"US","tabsData":{},"topLevelTabs":"","ssrEcmContentData":{"mobile-wide-banner-1\u002Fm\u002F":[{"type":"ecmMetadata","data":{"ecmMetadata":[]}},{"type":"CONTENT","data":{"CONTENT":"\u003Cbody class=\"cq-ecm-pages desktop-banners\"\u003E \n \u003Cdiv class=\"flipper common-slideshow section\"\u003E \n  \u003Cdiv class=\"arrows\"\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv id=\"bg-color-high-rise-afb4b8\" class=\"slideshow\n         &amp;nbsp \n        header-top-slideshow initial mobile-marketing-banner-tall no-infinite-scroll bg-color-high-rise-afb4b8\n        \" data-slideshow=\"{ autoplay:true,\n                autopause:false, delay:4500,\n                duration:1000, transition:'none',\n                repeat:'loop', easing:dojo.fx.easing.linear\n                 }\"\u003E \n   \u003Cdiv class=\"slide \" style=\"display: none; opacity: 1; \"\u003E \n    \u003Cdiv class=\"s1b\"\u003E \n     \u003Cdiv id=\"text-1614113499\" class=\"text section  \"\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_re":"mktbanner-_-promo-_-EmmaChamberlainWestElm"},"url":"\u002Fpages\u002Ffeatures\u002Femma-chamberlain\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003E\u003Cspan class=\"size-three\"\u003E\u003Cb\u003Eemma chamberlain x west elm\u003C\u002Fb\u003E\u003Cbr \u002F\u003E DISCOVER THE NEW COLLECTION →\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv class=\"slide \" style=\"display: none; opacity: 1; \"\u003E \n    \u003Cdiv class=\"s1b\"\u003E \n     \u003Cdiv id=\"text-1053475632\" class=\"text section  \"\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"availability":"quickShip","cm_re":"mktbanner-_-promo-_-InStockFurniture"},"url":"\u002Fshop\u002Ffurniture\u002Fall-furniture\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003E\u003Cspan class=\"size-three\"\u003E\u003Cb\u003EArrives in 1–4 weeks\u003C\u002Fb\u003E\u003Cbr \u002F\u003E SHOP IN-STOCK FURNITURE →\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv class=\"slide \" style=\"display: none; opacity: 1; \"\u003E \n    \u003Cdiv class=\"s1b\"\u003E \n     \u003Cdiv id=\"text-53953106\" class=\"text section  \"\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_re":"mktbanner-_-promo-_-Sale"},"url":"\u002Fm\u002Fshop\u002Fsale\u002Fall-sale\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003E\u003Cspan class=\"size-three\"\u003E\u003Cspan class=\"color-sixteen \"\u003E\u003Cb\u003EExtra 20% off select styles\u003C\u002Fb\u003E\u003Cbr \u002F\u003E PRICES AS MARKED. SHOP ALL DEALS →\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv class=\"slide \" style=\"display: none; opacity: 1; \"\u003E \n    \u003Cdiv class=\"s1b\"\u003E \n     \u003Cdiv id=\"text-1158231017\" class=\"text section  \"\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_re":"mktbanner-_-promo-_-CreditCard"},"url":"\u002Fm\u002Fpages\u002Fcredit-card\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003E\u003Cspan class=\"size-three\"\u003E\u003Cspan class=\"color-sixteen \"\u003E\u003Cb\u003EEarn 10% back in rewards today\u003C\u002Fb\u003E\u003Cbr \u002F\u003E LEARN MORE →\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cul class=\"positioners  hidden\"\u003E \n    \u003Cli class=\"gotoSlide\"\u003E•\u003C\u002Fli\u003E \n    \u003Cli class=\"gotoSlide\"\u003E•\u003C\u002Fli\u003E \n    \u003Cli class=\"gotoSlide\"\u003E•\u003C\u002Fli\u003E \n    \u003Cli class=\"gotoSlide\"\u003E•\u003C\u002Fli\u003E \n   \u003C\u002Ful\u003E \n   \u003Cul class=\"controls\"\u003E \n    \u003Cli class=\"rewind\"\u003EGo to First Slide\u003C\u002Fli\u003E \n    \u003Cli class=\"prev\"\u003EPrevious Slide\u003C\u002Fli\u003E \n    \u003Cli class=\"pause\"\u003EPause\u003C\u002Fli\u003E \n    \u003Cli class=\"play\"\u003EPlay\u003C\u002Fli\u003E \n    \u003Cli class=\"next\"\u003ENext Slide\u003C\u002Fli\u003E \n    \u003Cli class=\"fastForward\"\u003EGo to Last Slide\u003C\u002Fli\u003E \n   \u003C\u002Ful\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E  \n\u003C\u002Fbody\u003E"}}],"global-ticker-4\u002F":[{"type":"ecmMetadata","data":{"ecmMetadata":[{"contentLocation":"global-ticker-4\u002F","inheritable":false,"pagePosition":0,"columnSpan":0}]}},{"type":"CONTENT","data":{"CONTENT":"\u003Cbody class=\"cq-ecm-pages desktop-banners\"\u003E \n \u003Cdiv id=\"\" class=\" parsys_column wsi-colctrl-lt1a marketing-banner-tall bg-color-high-rise-afb4b8\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n   \u003Cdiv id=\"text570406911\" class=\"text section ice-gray-divider \"\u003E \n    \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Cb\u003Eemma chamberlain x west elm\u003C\u002Fb\u003E\u003Cbr \u002F\u003E \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_re":"mktbanner-_-EmmaChamberlainWestElm-_-slot1"},"url":"\u002Fpages\u002Ffeatures\u002Femma-chamberlain\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EDISCOVER THE NEW COLLECTION →\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text-271620698\" class=\"text section ice-gray-divider \"\u003E \n    \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Cb\u003EArrives in 1–4 weeks\u003C\u002Fb\u003E\u003Cbr \u002F\u003E \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"availability":"quickShip","cm_re":"mktbanner-_-InStockFurniture-_-slot2"},"url":"\u002Fshop\u002Ffurniture\u002Fall-furniture\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003ESHOP IN-STOCK FURNITURE →\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text502745152\" class=\"text section no-divider \"\u003E \n    \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Cb\u003EExtra 20% off select styles\u003C\u002Fb\u003E\u003Cbr \u002F\u003E \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_re":"mktbanner-_-Sale-_-slot3"},"url":"\u002Fshop\u002Fsale\u002Fall-sale\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EPRICES AS MARKED. SHOP ALL DEALS →\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text-1996809560\" class=\"text section pzn-registry no-divider \"\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E  \n\u003C\u002Fbody\u003E"}}]},"displaySignInPrompt":false,"config":{"productFinderTool":{"isEnabled":true,"linkText":"Cross Brand Product Finder"},"socialSignIn":{"enabled":false,"mobileDefaultWidth":"","desktopDefaultWidth":"","rewardsSsiMobileDefaultWidth":315,"rewardsSsiDesktopDefaultWidth":300,"registryPopoutSsiBtnDesktopDefaultWidth":257,"devicePayloadFetchTimeoutInMs":3000,"primaryMessage":"Please wait for a few seconds while we verify the security of your connection...","authErrorMessage":"An error has occurred. Please try \u003Ca href='{targetUrl}' class='whitespace-nowrap decoration-solid font-bold'\u003Elogging in again\u003C\u002Fa\u003E.","errorMessageTimeoutInMs":3000,"emailInputLabelSocialSignIn":"Enter Email","lookupAccountButtonSocialSignIn":"Continue with Email","signInButtonText":"Sign In With Email","signupForEmailCheckboxText":"Sign up for emails","socialTerms":"By signing in or creating an account, you agree to our\u003Cbr\u002F\u003E\u003Ca href='\u002Fm\u002Fcustomer-service\u002Fterms.html' target='_blank' class='whitespace-nowrap'\u003ETerms & Conditions\u003C\u002Fa\u003E and \u003Ca href='\u002Fm\u002Fcustomer-service\u002Fprivacy-policy.html' target='_blank' class='whitespace-nowrap text-blue-600'\u003EPrivacy Policy\u003C\u002Fa\u003E.","socialTermsMobile":"By signing in or creating an account, you agree to our \u003Ca href='\u002Fm\u002Fcustomer-service\u002Fterms.html' target='_blank' class='whitespace-nowrap hover:underline'\u003ETerms & Conditions\u003C\u002Fa\u003E and \u003Ca href='\u002Fm\u002Fcustomer-service\u002Fprivacy-policy.html' target='_blank' class='whitespace-nowrap text-blue-600 hover:underline'\u003EPrivacy Policy\u003C\u002Fa\u003E.","signupForEmailText":"By checking the box, you are providing your consent to Williams-Sonoma Canada, Inc. doing business as Pottery Barn, PBTeen, Pottery Barn Kids, Williams Sonoma, Williams Sonoma Home, and West Elm on behalf of itself and its affiliates, including Williams-Sonoma, Inc. to send electronic messages to your email or similar account about updates on future events and promotions relating to WSI Brands, our affiliates and our Select Partners. You may also receive tailored ads on social media and other websites. You can withdraw your consent at any time by \u003Ca href='\u002Fcustomer-service\u002Femail-us\u002F' class='whitespace-nowrap'\u003EContacting Us\u003C\u002Fa\u003E. We will treat the information you provide in accordance with our \u003Ca href='\u002Fm\u002Fcustomer-service\u002Fprivacy-policy.html' class='whitespace-nowrap'\u003EPrivacy Policy\u003C\u002Fa\u003E.","nonceConfig":{"expiryBufferInMs":60000,"expiresInDefault":900,"errorMessages":{"fetchNonceFailure":"","refreshFailure":""}},"globalPrivacyStatementStyles":{"textAlign":"center","marginTop":"0.5rem"},"providers":{"apple":{"isEnabled":false,"clientId":"com.wsgc.shop.we.social.signIn.service","adgCallbackEndpoint":"","buttonText":"","successMessage":"","errorMessages":{"initFailure":"","sdkLoadFailure":"","sdkNotLoaded":"","missingNonce":"","fetchNonceFailure":""},"hideMyEmailModalContent":{"title":"Note on Hiding Your Email","buttonLabel":"I UNDERSTAND","description1":"You chose to hide your email when you created an account with Apple.","description2":"Your order history, KeyRewards, addresses, payment methods, design boards, care center contacts, and more are associated with an Apple-generated email.","description3":"If you had an existing account, hiding your email created a new account."}},"google":{"gsiClientUrl":"https:\u002F\u002Faccounts.google.com\u002Fgsi\u002Fclient","isEnabled":false,"clientId":"629818719596-guqg9dhtphavjkim7jspfkafk6av5j91.apps.googleusercontent.com","buttonText":"","googleClientId":"","adgCallbackEndpoint":"","prompt":"","theme":"","size":"","text":"","shape":"","type":"","logoAlignment":"","successMessage":"","errorMessages":{"gsiInitFailure":"","gsiLoadFailure":"","gsiNotLoaded":"","missingNonce":"","renderFailure":""}}}},"accountProtection":{"kasada":{"isEnabled":false,"script":"","urlRulesForEnablements":{"all":{"exclusionList":[],"inclusionList":[]},"desktop":{"exclusionList":[],"inclusionList":[]},"mobile":{"exclusionList":[],"inclusionList":[]}}},"deviceFingerprint":{"providers":[{"isEnabled":true,"name":"ping","sdkUrl":"https:\u002F\u002Fapps.pingone.com\u002Fsignals\u002Fweb-sdk\u002F5.3.7\u002Fsignals-sdk.js"},{"isEnabled":true,"name":"accertify","sdkUrl":"https:\u002F\u002Fprod.accdab.net\u002Fcdn\u002Fcs\u002FoNRYDvWIZ54YD4kEZFClVdprh0M.js"}],"responseTimeOutInMs":"1000"},"atoChallengeConfig":{"isEnabled":true,"headerMessage":"Enter one-time verification code","subHeaderMessage":"To ensure a secure sign in, enter the one-time verification code we sent to: ","enterOtpHeaderMessage":"Enter One-Time Code","verifyButtonText":"CONTINUE","resendOtpMessage":"Your code will expire in 15 minutes. Didn't receive a code? Wait a few minutes and ","resendOtpButtonText":"Resend Code.","brandLogoUrl":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fcustomer-mfe\u002Fimg\u002FWE_Logo.svg","returnToPreviousText":"Return to Previous Page","inputError":"Please enter your valid one-time code","resendOtpSuccessMessage":"We’ve sent you a new code. It may take a few minutes to get it.","requestFailureError":"Something went wrong. Please try again later.","otpRequestLimitExceededError":"You’ve reached the limit for resending the code. Try again in 15 minutes.","codeVerifyCodeExpiredError":"The code you entered has expired. Please resend code and try again.","codeVerifyTooManyFailedError":"Too many failed attempts. Please resend code and trying again.","resendCodeAccountLockedError":"Too many incorrect OTP attempts. Please try again after 15 minutes with a new OTP.","orText":"Or","checkoutAsGuestText":"You can check out as a guest and verify an account after.","guestCheckoutButtonText":"GUEST CHECKOUT"},"isEnabledForCreateAccount":true},"actionLinks":{"actionLinkList":[{"text":"Track Order","class":"track-order-icon","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_sp=SuperNav-_-TrackOrder","SVGIcon":"box"},{"text":"My Store","class":"my-store-action-list-icon","name":"myStore","link":"#","SVGIcon":"location-we","hoverComponent":"MyStore","disabled":false},{"text":"Recent","class":"recent-icon","link":"#","SVGIcon":"recently-viewed-we","hoverComponent":"RecentlyViewedItemsPopOut","disabled":true,"ABTest":"headershoprvi","activeVariant":"active","rviLabels":["Recent","Recently Viewed"],"ABTestEnabled":true},{"text":"Favorites","class":"favorites-outline-icon","link":"\u002Ffavorites\u002F?cm_sp=HeaderLinks-_-AccountFavorites-_-MainSite","SVGIcon":"heart-we","showCount":true}],"cart":{"SVGIcon":"cart-white","displayZeroCount":false,"hideCount":false,"link":"\u002Fshoppingcart\u002F?cm_type=gnav&cm_sp=HeaderLinks-_-Cart-_-MainSite","loadingImage":"https:\u002F\u002Fwww.westelm.com\u002Fweimgs\u002Frk\u002Fimages\u002Fi\u002F202018\u002F0026\u002Fimages\u002Fchrome\u002Fajax-loader.gif","showInFlyout":false,"text":"Cart"},"registryLinkRedirection":{"enabled":false,"redirectUrl":"","linkFilterId":""},"registryItemsCount":{"enabled":false},"isDormWishlist":false},"analytics":{"conceptName":"westelm","env":"prod","isPageInitTrackingEnabled":true},"asideLinks":{"asideLinkList":[{"text":"Track Order","svgBefore":"box","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_sp=SuperNav-_-TrackOrder"}],"i18n":{"link":"\u002Finternational\u002FcountryDetails-mfe.html","shippingCountryEnabled":false}},"bingMaps":{"autoSuggestURL":"https:\u002F\u002Fdev.virtualearth.net\u002FREST\u002Fv1\u002FAutosuggest","key":"AhNl-6fbu4gIAsvdmpNinrQaqjhkaaNDvvuKagqvG5D0fkymrd4gRKXLAwXOEneX","maxAutoSuggestResults":5,"path":"https:\u002F\u002Fwww.bing.com\u002Fmaps\u002Fsdkrelease\u002Fmapcontrol?"},"brandLogo":{"alt_text":"","breakpoints":[],"img_brand_statement":"","img_link":"","link":"\u002F?cm_type=gnav&cm_sp=GlobalLinks-_-Topnav-_-WestElmLogo","loadFromNetStorage":false,"netStoragePath":""},"browseMode":[{"key":"actionLinks","override":{"hideMyAccount":true,"actionLinkList":[],"cart":{}}},{"key":"crossBrandBar","override":{"excludedBrands":["west elm B2B"]}},{"key":"globalDesignChat","override":{"isMobileEnabled":false,"isDesktopEnabled":false}},{"key":"marketingOverlay","override":{"desktopOverlayDisabled":true,"mobileOverlayEnabled":false}},{"key":"mobileBottomLinks","override":{"bottomLinks":[]}},{"key":"mobileNavItems","override":{"excludedCategories":["Shop By Style","Shop By Room"]}},{"key":"blockedEcmContent","override":["global-wide-banner-1","global-wide-banner-2","global-wide-banner-3","global-wide-banner-4","global-wide-banner-bottom-2","global-wide-banner-bottom-2","global-wide-banner-bottom-4","global-ticker-3-container","global-ticker-1"]},{"key":"gdprBanner","override":{"isEnabled":true,"message":"This site is for information only. Ordering and other features are not available due to EU GDPR regulations."}},{"key":"oneTrust","override":{"isEnabled":true,"id":"01981b0d-c5a1-76a9-bc7a-9e7c739ac283"}},{"key":"mobileHeader","override":{"firstHeaderIcon":"search","icons":{"favorites":false,"close":true,"closeSvg":"we-mobile-header-close","accountSVG":"\u003Csvg width='19' height='20' viewBox='0 0 20 20' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg'\u003E\u003Cg class='we-icon__my-account-outer' fill='none' fill-rule='evenodd'\u003E\u003Cg class='we-icon__my-account' fill='#363636'\u003E\u003Cg class='we-icon__my-account-inner'\u003E\u003Cg class='we-icon__my-account-clipped' fill-rule='nonzero'\u003E\u003Cpath d='M9.28 12.473c-2.842 0-4.648.304-5.675.566-.798.203-1.382 1.042-1.39 1.995l-.033 3.607c-.001.062.036.096.05.096l14.714.135c.014 0 .051-.034.051-.094l.033-3.609c.008-.952-.56-1.802-1.354-2.02-1.067-.292-2.979-.647-6.031-.674l-.366-.002m7.667 7.687h-.01L2.22 20.025c-.729-.007-1.317-.633-1.31-1.395l.031-3.608c.015-1.554.982-2.882 2.353-3.232 1.662-.422 3.794-.628 6.362-.603 2.559.024 4.697.266 6.352.72 1.365.374 2.308 1.72 2.296 3.273l-.033 3.609c-.007.757-.6 1.37-1.325 1.37' class='we-icon__my-account-path'\u002F\u003E\u003C\u002Fg\u003E\u003Cpath d='M10 2.193c-.847 0-1.644.33-2.248.93a3.238 3.238 0 0 0-.96 2.287c-.017 1.791 1.41 3.26 3.18 3.277H10c.846 0 1.643-.33 2.246-.93a3.24 3.24 0 0 0 .96-2.288 3.237 3.237 0 0 0-.919-2.304 3.164 3.164 0 0 0-2.26-.972H10zm.001 7.847h-.043c-2.506-.023-4.525-2.106-4.503-4.643a4.6 4.6 0 0 1 1.36-3.24A4.61 4.61 0 0 1 10.04.84c1.214.01 2.352.5 3.202 1.377a4.6 4.6 0 0 1 1.303 3.265l-.668-.007.668.007c-.024 2.522-2.058 4.558-4.544 4.558z' class='we-icon__my-account-path' fill-rule='nonzero'\u002F\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","hamburgerSVG":"\u003Csvg viewBox='0 0 24 24' width='24px' height='24px' class='menu icon'\u003E\u003Ctitle\u003ENavigation\u003C\u002Ftitle\u003E\u003Cpolygon id='Shape' points='0 10.35 23 10.35 23 8.625 0 8.625'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon id='Shape' points='0 18.975 23 18.975 23 17.25 0 17.25'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon id='Shape' points='0 1.72499995 23 1.72499995 23 0 0 0'\u003E\u003C\u002Fpolygon\u003E\u003C\u002Fsvg\u003E","searchSVG":"\u003Csvg class='icon-search' width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle\u003EIconography\u002Fsearch\u003C\u002Ftitle\u003E\u003Cg id='Phase-3-Header-Consistency' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='Artboard' transform='translate(-1208.000000, -515.000000)'\u003E\u003Cg id='Group' transform='translate(1208.000000, 515.000000)'\u003E\u003Cg id='search' transform='translate(0.000000, 0.500000)'\u003E\u003Cg id='Clipped'\u003E\u003Cpolygon id='path-1' points='0.000344339084 0 19.3530043 0 19.3530043 19.0626856 0.000344339084 19.0626856'\u003E\u003C\u002Fpolygon\u003E\u003Cpath d='M9.67707606,1.5829039 C5.2270673,1.5829039 1.60806352,5.14782963 1.60806352,9.5313428 C1.60806352,13.9137253 5.2270673,17.4797817 9.67707606,17.4797817 C14.125937,17.4797817 17.7449408,13.9137253 17.7449408,9.5313428 C17.7449408,5.14782963 14.125937,1.5829039 9.67707606,1.5829039 M9.67707606,19.0626856 C4.34211585,19.0626856 0,14.7877144 0,9.5313428 C0,4.27610183 4.34211585,0 9.67707606,0 C15.0120363,0 19.3530043,4.27610183 19.3530043,9.5313428 C19.3530043,14.7877144 15.0120363,19.0626856 9.67707606,19.0626856' id='Shape' fill='#363636' fill-rule='nonzero'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003Cpolygon id='Shape' fill='#363636' fill-rule='nonzero' points='22.8933796 22.9788144 15.6103828 15.9975227 16.7170032 14.7145616 24 21.6958533'\u003E\u003C\u002Fpolygon\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E"},"isCartDisabled":true,"stickySortFilterEnabled":true,"displaySitewideBannerWhenSearchOverlayOpen":false,"displayCrossBrandNavigationWhenSearchOverlayOpen":false}},{"key":"mobileTopLinks","override":{"mobileUtilityNav":{"abTestConfig":{"ABTest":"headerMobileUtilityNav","activeVariant":"variantUtilityNav","enabled":false},"isEnabled":false},"topLinks":{"favorites":{"isEnabled":false,"link":"\u002Ffavorites\u002F?cm_type=lnav","mobileUtilityNavText":"Favorites","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F001.svg","SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F001.svg"},"links":[],"myAccount":{"isEnabled":false,"link":{"signedIn":"\u002Faccount\u002F?cm_type=lnav","signedOut":"\u002Faccount\u002Flogin.html?cm_type=lnav"},"isMobileUtilityNavCustomLoggedInGreeting":true,"mobileUtilityNavText":"Account","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F002.svg","SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F002.svg","text":"Sign In"},"myStore":{"isEnabled":false,"mobileUtilityNavText":"Stores","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F1493\u002F001\u002F001.svg","SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F1493\u002F001\u002F001.svg"}}}},{"key":"myStore","override":{"enabled":false}}],"ccpa":{"doNotSellMyPersonalInformationLink":"\u002Fcustomer-service\u002Fprivacy-policy\u002F#do-not-sell","hideCCPA":false},"clickableCategoryHeaders":{"cchDisplayNewArrow":true,"cchMobileNav":true,"cchNavigationTest":{"ABTest":"headerCCHNavigation","cchRefCatMap":[],"cchVariation":"cchON","isAbTestEnabled":false},"enabled":true},"constructor":{"abTestConfig":{"ABTest":"searchEngineExperiment","control":"treatmentSearchEngineBrDefault","enabled":false,"variant":"treatmentSearchEngineConstructor"},"enabled":true,"key":"key_SQBuGmXjiXmP0UNI","productCount":"6","suggestionTrackingEnabled":true},"cookies":{"international":"INTERNATIONAL","internationalCountryName":"INTL_COUNTRY_NAME"},"crossBrandBar":{"brandBarOrder":[{"brand_name":"west elm","link":"\u002F","target":"_self","class":"sub-brand selected","id":"west elm"},{"brand_name":"west elm","sub_name":"office","link":"\u002Fshop\u002Fwest-elm-office\u002F","target":"_self","class":"sub-brand","id":"west elm office"},{"brand_name":"west elm","sub_name":"kids","link":"\u002Fpages\u002Fbaby-kids\u002F","target":"_self","class":"sub-brand","id":"west elm kids"},{"brand_name":"west elm","sub_name":"business to business","link":"\u002Fpages\u002Fbusiness\u002F?cm_sp=GlobalLinks-_-Topnav-_-westelmcontract","target":"_self","class":"sub-brand","id":"west elm B2B"},{"brand_name":"Pottery Barn","link":"https:\u002F\u002Fwww.potterybarn.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"PB Kids","link":"https:\u002F\u002Fwww.potterybarnkids.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"PB Teen","link":"https:\u002F\u002Fwww.pbteen.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"Williams Sonoma","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"WS Home","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"Rejuvenation","link":"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"Mark & Graham","link":"https:\u002F\u002Fwww.markandgraham.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"GreenRow","link":"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"}],"mobileBrandBarOrder":[{"brand_name":"west elm","link":"\u002F","target":"_self","class":"sub-brand selected","id":"west elm"},{"brand_name":"west elm","sub_name":"office","link":"\u002Fshop\u002Fwest-elm-office\u002F","target":"_self","class":"sub-brand","id":"west elm office"},{"brand_name":"west elm","sub_name":"kids","link":"\u002Fm\u002Fpages\u002Fbaby-kids\u002F","target":"_self","class":"sub-brand","id":"west elm kids"},{"brand_name":"west elm","sub_name":"business to business","link":"\u002Fm\u002Fpages\u002Fbusiness\u002F?cm_sp=GlobalLinks-_-Topnav-_-westelmcontract","target":"_self","class":"sub-brand","id":"west elm B2B"},{"brand_name":"Pottery Barn","link":"https:\u002F\u002Fwww.potterybarn.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"PB Kids","link":"https:\u002F\u002Fwww.potterybarnkids.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":false},{"brand_name":"PB Teen","link":"https:\u002F\u002Fwww.pbteen.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"Williams Sonoma","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"WS Home","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fm\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"Rejuvenation","link":"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"Mark & Graham","link":"https:\u002F\u002Fwww.markandgraham.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"GreenRow","link":"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"}]},"ecm":{"ecmContentSlotsToFetchServerSide":["global-ticker-1","global-ticker-2","global-ticker-4","global-wide-banner-4","global-wide-banner-bottom-2","global-wide-banner-bottom-4","mobile-wide-banner-1\u002Fm"]},"emailOverlaySuppressionForPaths":{"paths":["\u002Fcustomer-service\u002F","\u002Faccount\u002F","\u002Fshoppingcart\u002F","\u002Fcheckout\u002Forder-confirmation\u002F","\u002Fm\u002Fabout-us\u002F","\u002Fabout-us\u002F","\u002Fpages\u002Ffeatures\u002Fcoming-soon\u002F","\u002Fadmin\u002F"]},"favorites":{"Favorite":"Favorite","Favorites":"Favorites","favorite":"favorite","favorites":"favorites"},"findAStore":{"ecmPromos":[],"hasSpotlight":"","linkText":"","locateNearestStore":false,"storeLinks":[],"text":""},"globalDesignChat":{"isDesktopEnabled":false,"isForceClickToOpenEnabled":true,"isMobileEnabled":false,"urlRulesForEnablements":{"all":{"exclusionList":["\u002Ftrade-signin\u002Flogin.html"],"inclusionList":[]},"desktop":{"exclusionList":[],"inclusionList":[]},"mobile":{"exclusionList":[],"inclusionList":["\u002Fcustomer-service\u002F","\u002Fproducts\u002F","\u002Fappointments\u002F*"]}}},"googleMaps":{"clientId":"gme-williamssonomainc1","path":"https:\u002F\u002Fmaps.googleapis.com\u002Fmaps\u002Fapi\u002Fjs"},"hideNavMenuClass":false,"internationalShippingMsgBlock":{"enabled":false},"internationalVisitorRedirect":{"cookies":{"IVR_PREF_COOKIE_NAME":"IVR_PREF","IVR_PREF_COOKIE_TTL_SEC":120},"countryMap":{"AE":{"bigFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FAE_big_flag.png","countryName":"UAE","dismissText":"No thanks, I'd like to proceed to the US site","foreignSiteName":"SHOP WEST ELM UAE","imageInfo":"Redirect to UAE Site?","note":"Visit our UAE site to shop now","smallFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FAE_small_flag.png","url":"https:\u002F\u002Fwww.westelm.ae"},"AU":{"bigFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FAU_big_flag.png","countryName":"Australia","dismissText":"No thanks, I'd like to proceed to the US site","foreignSiteName":"SHOP WEST ELM AUSTRALIA","imageInfo":"Redirect to Australia Site?","note":"Visit our Australian site to shop now","smallFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FAU_small_flag.png","url":"https:\u002F\u002Fwww.westelm.com.au"},"CA":{"bigFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FCA_big_flag.png","countryName":"Canada","dismissText":"No thanks, I'd like to proceed to the US site","foreignSiteName":"SHOP WEST ELM CANADA","imageInfo":"Redirect to Canada Site?","note":"Visit our Canadian site to shop now","smallFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FCA_small_flag.png","url":"https:\u002F\u002Fwww.westelm.ca"},"IN":{"bigFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FIN_big_flag.png","countryName":"India","dismissText":"No thanks, I'd like to proceed to the US site","foreignSiteName":"SHOP WEST ELM INDIA","imageInfo":"Redirect to India Site?","note":"Visit our Indian site to shop now","smallFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FIN_small_flag.png","url":"https:\u002F\u002Fwww.westelm.in"},"KR":{"bigFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FKR_big_flag.png","countryName":"South Korea","dismissText":"No thanks, I'd like to proceed to the US site","foreignSiteName":"SHOP WEST ELM SOUTH KOREA","imageInfo":"Redirect to South Korea Site?","note":"Visit our South Korean site to shop now","smallFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FKR_small_flag.png","url":"https:\u002F\u002Fwww.westelm.co.kr"},"KW":{"bigFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FKW_big_flag.png","countryName":"Kuwait","dismissText":"No thanks, I'd like to proceed to the US site","foreignSiteName":"SHOP WEST ELM KUWAIT","imageInfo":"Redirect to Kuwait Site?","note":"Visit our Kuwait site to shop now","smallFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FKW_small_flag.png","url":"https:\u002F\u002Fwww.westelm.com.kw"},"MX":{"bigFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FMX_big_flag.png","countryName":"Mexico","dismissText":"No thanks, I'd like to proceed to the US site","foreignSiteName":"SHOP WEST ELM MEXICO","imageInfo":"Redirect to Mexico Site?","note":"Visit our Mexican site to shop now","smallFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FMX_small_flag.png","url":"https:\u002F\u002Fwww.westelm.com.mx"},"PH":{"bigFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FPH_big_flag.png","countryName":"Philippines","dismissText":"No thanks, I'd like to proceed to the US site","foreignSiteName":"SHOP WEST ELM PHILIPPINES","imageInfo":"Redirect to Philippines Site?","note":"Visit our Philippines site to shop now","smallFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FPH_small_flag.png","url":"https:\u002F\u002Fwww.westelm.com.ph"},"SA":{"bigFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FSA_big_flag.png","countryName":"Saudi Arabia","dismissText":"No thanks, I'd like to proceed to the US site","foreignSiteName":"SHOP WEST ELM SAUDI ARABIA","imageInfo":"Redirect to Saudi Arabia Site?","note":"Visit our Saudi Arabia site to shop now","smallFlagImage":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FSA_small_flag.png","url":"https:\u002F\u002Fwww.westelm.com.sa"},"US":{"bigFlagImage":"","countryName":"","dismissText":"","foreignSiteName":"","imageInfo":"","note":"","smallFlagImage":"","url":""}},"enabled":true},"isPrimaryNavSSREnabled":true,"isPrimaryNavSSREnabledNonBot":true,"ecmLoadDelayMs":5000,"isSecondaryNavSSREnabled":true,"isSecondaryNavSSREnabledNonBot":true,"isZipCodeDeliveryCookieCheckOn":false,"joinEmailCampaign":{"catalogSignUpCheckBoxText":"Sign up to receive catalogs from us and our other brands","desktop":{"isEnabled":true},"ecmEmailOverlay":true,"emailCampaignDescription":"","emailCampaignLogo":"","emailCampaignLogoClassName":"","emailIntroText":false,"emailOptOutConsent":{"desktop":{"enable":null,"legaleseMessage":null},"mobile":{"enable":null,"legaleseMessage":null}},"emailSignUpIntroText":"Enter your zip code to hear about local store events and sales.","enableCRE":false,"enableCampaignFormBottom":false,"enableCampaignFormBottomButtonText":"","enableEmailCampaignHeader":false,"finalThankYouImgEnabled":false,"finalThankYouImgSrc":"","financialIncentiveTerms":"California residents: For more information about our terms, please see our \u003Ca href='\u002Fcustomer-service\u002Fprivacy-policy\u002F#financial-incentives' target='_blank'\u003EFinancial Incentive Terms\u003C\u002Fa\u003E. You can request that we \u003Ca href='\u002Fcustomer-service\u002Fprivacy-policy\u002F#do-not-sell' target='_blank'\u003EDo Not Sell Your Info\u003C\u002Fa\u003E. Please visit our \u003Ca href='\u002Fcustomer-service\u002Fprivacy-policy\u002F' target='_blank'\u003Eprivacy policy\u003C\u002Fa\u003E to learn how we use your information.","financialIncentiveTerms_default":"","img_link":"","isEmailSignUpSuccessLegalDisclaimerBottom":true,"isPTAgeGateEnabled":false,"isWeDefaultSelected":false,"isWeEmailSignupEnabledOnWeKids":false,"isWeKidsDefaultSelected":false,"isWeKidsEmailSignupEnabledOnWe":false,"mobile":{"isEnabled":true},"mobile_email_placeholder_text":"Enter your email address *","mobile_header_confirm_text":"got it! check your email","mobile_header_text":"don't miss out on new \u003Cbr \u002F\u003Earrivals, sales & more","more_options_thank_you_img_link":"","showAdditionalThankYouLogo":false,"showCampaignDescription":false,"showCatalogRequestLink":false,"showEmailMePostalCode":true,"showFamilyBrandsSignUpForm":true,"showMobileAgeSelector":false,"showThankYouAfterEmailInput":false,"showVisitOtherBrands":true,"show_actions":true,"show_age_selector":false,"show_catalog":true,"show_email_capture_overlay":true,"show_more_options":true,"show_no_thanks":true,"show_phone_number":true,"show_sticky_minimized":false,"state_list":[{"value":"","label":"State"},{"value":"AL","label":"Alabama"},{"value":"AK","label":"Alaska"},{"value":"AS","label":"American Samoa"},{"value":"AZ","label":"Arizona"},{"value":"AR","label":"Arkansas"},{"value":"AA","label":"Armed Forces Americas"},{"value":"AE","label":"Armed Forces Europe"},{"value":"AP","label":"Armed Forces Pacific"},{"value":"CA","label":"California"},{"value":"CO","label":"Colorado"},{"value":"CT","label":"Connecticut"},{"value":"DE","label":"Delaware"},{"value":"DC","label":"District Of Columbia"},{"value":"FM","label":"Federated States Of Micronesia"},{"value":"FL","label":"Florida"},{"value":"GA","label":"Georgia"},{"value":"GU","label":"Guam"},{"value":"HI","label":"Hawaii"},{"value":"ID","label":"Idaho"},{"value":"IL","label":"Illinois"},{"value":"IN","label":"Indiana"},{"value":"IA","label":"Iowa"},{"value":"KS","label":"Kansas"},{"value":"KY","label":"Kentucky"},{"value":"LA","label":"Louisiana"},{"value":"ME","label":"Maine"},{"value":"MH","label":"Marshall Islands"},{"value":"MD","label":"Maryland"},{"value":"MA","label":"Massachusetts"},{"value":"MI","label":"Michigan"},{"value":"MN","label":"Minnesota"},{"value":"MS","label":"Mississippi"},{"value":"MO","label":"Missouri"},{"value":"MT","label":"Montana"},{"value":"NE","label":"Nebraska"},{"value":"NV","label":"Nevada"},{"value":"NH","label":"New Hampshire"},{"value":"NJ","label":"New Jersey"},{"value":"NM","label":"New Mexico"},{"value":"NY","label":"New York"},{"value":"NC","label":"North Carolina"},{"value":"ND","label":"North Dakota"},{"value":"MP","label":"Northern Mariana Islands"},{"value":"OH","label":"Ohio"},{"value":"OK","label":"Oklahoma"},{"value":"OR","label":"Oregon"},{"value":"PW","label":"Palau"},{"value":"PA","label":"Pennsylvania"},{"value":"PR","label":"Puerto Rico"},{"value":"RI","label":"Rhode Island"},{"value":"SC","label":"South Carolina"},{"value":"SD","label":"South Dakota"},{"value":"TN","label":"Tennessee"},{"value":"TX","label":"Texas"},{"value":"UT","label":"Utah"},{"value":"VT","label":"Vermont"},{"value":"VI","label":"Virgin Islands"},{"value":"VA","label":"Virginia"},{"value":"WA","label":"Washington"},{"value":"WV","label":"West Virginia"},{"value":"WI","label":"Wisconsin"},{"value":"WY","label":"Wyoming"}],"submitNowDynamicButtonId":false,"suppressionDurationInDays":30,"thank_you_final_header":"thanks for signing up!","thank_you_final_header_text":"Check your inbox for exclusive offers, inspiration & more from us & our family of brands.","thank_you_header_text":"want to get the latest from our friends?","thank_you_img_link":"","thank_you_img_link_default":"","thank_you_note":"","weKidsNotificationText":"Keep me updated on West Elm Kids, too.","weNotificationText":"Keep me updated on West Elm, too.","we_title":true,"welcome_header_text":"don't miss out!","welcome_subtext":"Be the first to know about new arrivals, exclusive sales, seasonal inspiration & more."},"keyRewardsSitewideVisibility":{"availableBalanceThreshold":5,"desktop":{"KeyRewardsBanner":{"impressionStrategy":"view","isEnabled":false,"keyRewardsNotification":{"context":"rewards#","pageArea":"navigation","placement":"banner"},"link":{"href":"\u002Faccount\u002Fkeyrewards.html"},"message":"You have # in Key Rewards to spend!"},"KeyRewardsNavigationCTA":{"impressionStrategy":"hover","isEnabled":false,"keyRewardsNotification":{"context":"rewards#","pageArea":"navigation","placement":"account-menu"},"link":{"href":"\u002Faccount\u002Fkeyrewards.html","text":"View Your Key Rewards!"}},"accountIconNotificationBadge":{"isEnabled":false},"isEnabled":false},"mobile":{"KeyRewardsNavigationCTA":{"impressionStrategy":"click","isEnabled":false,"keyRewardsNotification":{"context":"rewards#","pageArea":"navigation","placement":"mobile-menu"},"link":{"href":"\u002Faccount\u002Fkeyrewards.html","text":"Your Key Rewards"}},"isEnabled":false,"notificationBadge":{"isEnabled":false}}},"latLangSessionAttributesEnabled":false,"longConceptName":"west elm","maps":{"provider":"Bing"},"marketingOverlay":{"ageCheckRequired":false,"contactUsUrl":"\u002Fm\u002Fcustomer-service\u002Femail-us\u002F","doNotSellLink":"\u002Fcustomer-service\u002Fprivacy-policy\u002F#do-not-sell","emailHeroImage":"","emailOptOutConsent":{"enable":null,"legaleseMessage":null},"emailScreenButtonText":"","emailTriggerUrl":"lookup.collectandgather.com","fieldHint":"Get the best of West Elm straight to your phone.","financialIncentivesTermsLink":"\u002Fcustomer-service\u002Fprivacy-policy\u002F#financial-incentives","flatFileServiceVersion":"v1","isOverrideMarketingOverlayContent":"true","mktgMsgContentTypeOnEmailSignup":"text","mktgMsgContentTypeOnSmsOptIn":"text","mktgMsgContentTypeOnThankYouView":"text","mobileHeroImage":"","mobileOverlayEnabled":true,"mobileOverlayPosition":"modal","mobile":{"version":{"2":{"campaigns":{"emailSmsCapture":{"suppressionCookie":"ad_sess_we_email","suppressionDurationInDays":30}},"emailSignUp":"","flowType":"","isDefaultEmailOptInSelected":false,"isEmailSignUpEnabled":false,"labels":{"email":"Email your email address*","phone":"Enter your mobile number (optional)","signUpNowText":"SIGN UP NOw","startShoppingText":"Start shopping"},"marketingNotificationText":"","messages":{"emailSmsConfirmationText":"","thanksForSigningUpText":""},"no_thanks_label":"NO THANKS","phoneNumberFieldEnabled":true,"selectedCampaign":"emailSmsCapture","show_no_thanks":true}}},"overlayEmailTitle":"Find out first: New arrivals, sales & more to your inbox","overlayMobileTitle":"Thanks for signing up! \n Want even more inspiration?","overlayThankYouTitle":"thank you!","privacyPolicyLink":"\u002Fcustomer-service\u002Fprivacy-policy\u002F","signupFormField":"input","suppressForCampaignKeys":["EMAIL","EDM","EDM_PROMO","E3","EDM_TRIGGER","PROMO","TRIG","TRANSACT","STORES"],"termsPolicyUrl":"\u002Fm\u002Fcustomer-service\u002Fterms.html","thankYouHeroImage":"","thankYouScreenButtonText":"","twoStepsMobileOverlayEnabled":true,"version":2,"v3":{"isEnabled":true,"subBrandName":"WEK","leftOverlayLayout":{"isEnabled":false,"slotName":"desktop_email_overlay_left-hero"},"rightOverlayLayout":{"isEnabled":true,"headerSection":{"isEnabled":true,"slotName":"desktop_email_overlay_header","subBrandSlotName":""},"signUpForm":{"isEnabled":true,"legend":"","age":{"isEnabled":false,"text":"Enter Your Birthday:*","messageRequired":"*Required Information","day":"Day","month":"Month","year":"Year"},"email":{"isEnabled":true,"placeholder":"Enter your email address*","emailInvalidMessage":"Please enter a valid email."},"phoneNumber":{"isEnabled":true,"placeholder":"Enter your mobile number (optional)"},"optinSection":{"isEnabled":true,"slotName":"desktop_email_overlay_optin","subBrandSlotName":"","checkbox":{"isEnabled":false}},"submitButton":{"title":"SIGN UP NOW","type":"btn-primary"},"cancelButton":{"isEnabled":true,"title":"NO THANKS","type":"btn-quaternary"}},"footerSection":{"isEnabled":true,"slotName":"desktop_email_overlay_footer","subBrandSlotName":""}}}},"mobileBottomLinks":{"bottomLinks":[{"text":"Customer Service","link":"\u002Fm\u002Fcustomer-service\u002F?cm_type=lnav","hasIcon":false},{"text":"Track Order","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_type=lnav","hasIcon":false},{"text":"1.888.922.4119","link":"tel:18889224119","hasIcon":false},{"text":"Find a Store","link":"\u002Fstores\u002F?cm_type=lnav","hasIcon":false},{"text":"The Key Rewards","link":"\u002Fm\u002Fpages\u002Fthe-key-rewards\u002F?cm_type=lnav","hasIcon":false},{"text":"My Design Projects","link":"\u002Fmy-design-projects\u002F","hasIcon":false,"signedInOnly":true},{"text":"Give us feedback","link":"#","hasIcon":false,"isFeedback":true}]},"mobileHeader":{"firstHeaderIcon":"search","icons":{"accountSVG":"\u003Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg'\u003E\u003Cg id='Iconography\u002FHeader\u002FmyAccount'\u003E\u003Cpath id='Shape' fill-rule='evenodd' clip-rule='evenodd' d='M4.44207 22.6482L20.6301 22.7942H20.6401C21.4371 22.7942 22.0901 22.1272 22.0981 21.3042L22.1341 17.3822C22.1481 15.6942 21.1101 14.2302 19.6091 13.8232C17.7881 13.3302 15.4361 13.0672 12.6221 13.0412C9.79707 13.0142 7.45207 13.2382 5.62307 13.6972C4.11507 14.0772 3.05107 15.5212 3.03507 17.2102L3.00007 21.1312C2.99307 21.9602 3.64007 22.6402 4.44207 22.6482ZM5.96507 15.0542C7.09507 14.7702 9.08207 14.4392 12.2071 14.4392C12.3391 14.4392 12.474 14.4402 12.609 14.4412L12.6091 14.4412C15.9671 14.4712 18.0701 14.8572 19.2431 15.1742C20.1161 15.4112 20.7421 16.3352 20.7331 17.3702L20.6971 21.2922C20.6971 21.3582 20.6561 21.3942 20.6401 21.3942L4.45507 21.2482C4.44007 21.2482 4.39907 21.2112 4.40007 21.1432L4.43607 17.2232C4.44507 16.1872 5.08807 15.2752 5.96507 15.0542Z' fill='#212121'\u002F\u003E\u003Cpath id='Shape_2' fill-rule='evenodd' clip-rule='evenodd' d='M12.9538 12.0391H13.0011C15.7357 12.0391 17.9736 9.82629 17.9998 7.08422C18.0114 5.74942 17.5031 4.48918 16.5663 3.5356C15.6317 2.58202 14.3799 2.05061 13.0441 2.03906C11.7493 2.04326 10.4481 2.53581 9.49667 3.47153C8.54418 4.40726 8.0128 5.65805 8.0002 6.99285C7.97604 9.74963 10.1971 12.0139 12.9538 12.0391ZM10.5269 4.52068C11.1916 3.86746 12.0685 3.50934 13 3.50934H13.0305C13.9745 3.51774 14.8577 3.89266 15.5172 4.56584C16.1788 5.23797 16.538 6.12749 16.5285 7.07057C16.5212 8.01365 16.1452 8.89687 15.4721 9.55744C14.8084 10.2107 13.9315 10.5688 13.0011 10.5688H12.9685C11.0215 10.5509 9.45256 8.95358 9.47147 7.00651C9.47882 6.06448 9.85373 5.18126 10.5269 4.52068Z' fill='#212121'\u002F\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","cartFlyout":false,"cartFlyoutSVG":"","cartIcon":false,"cartSVG":"\u003Csvg class='icon-cart' width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle aria-hidden='true'\u003EIconography\u002Fcart\u003C\u002Ftitle\u003E\u003Cg id='Phase-3-Header-Consistency' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='Artboard' transform='translate(-1266.000000, -516.000000)' fill='#212121' fill-rule='nonzero'\u003E\u003Cg id='Group' transform='translate(1266.000000, 515.000000)'\u003E\u003Cg id='cart' transform='translate(0.000000, 1.000000)'\u003E\u003Cpath d='M20.6991459,12.3459642 C20.4758812,13.3506556 19.7454589,14.051245 18.9236136,14.051245 L8.27138217,14.051245 C7.47455792,14.051245 6.76915674,13.4055094 6.51990858,12.4412366 L4.60579815,5.09948274 L22.3178155,5.09948274 L20.6991459,12.3459642 Z M4.25069169,3.75123301 L3.23733911,0 L0,0 L0,1.34728738 L2.20570191,1.34728738 L3.08432575,4.60098641 L5.21496451,12.7799832 C5.62300012,14.3466859 6.85095633,15.3994948 8.27138217,15.3994948 L18.9236136,15.3994948 C20.3806087,15.3994948 21.6509082,14.263924 22.0146758,12.6394803 L24,3.75123301 L4.25069169,3.75123301 Z' id='Shape'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M9.70547335,21.1189222 C8.93751955,21.1189222 8.31391796,20.4953206 8.31391796,19.7283291 C8.31391796,18.9603753 8.93751955,18.3358114 9.70547335,18.3358114 C10.4724648,18.3358114 11.0960664,18.9603753 11.0960664,19.7283291 C11.0960664,20.4953206 10.4724648,21.1189222 9.70547335,21.1189222 M9.70547335,16.988524 C8.19554914,16.988524 6.96566823,18.2174426 6.96566823,19.7283291 C6.96566823,21.2382533 8.19554914,22.4662096 9.70547335,22.4662096 C11.2153976,22.4662096 12.4443161,21.2382533 12.4443161,19.7283291 C12.4443161,18.2174426 11.2153976,16.988524 9.70547335,16.988524' id='Shape'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M17.4295681,21.1189222 C16.6616143,21.1189222 16.0380128,20.4953206 16.0380128,19.7283291 C16.0380128,18.9603753 16.6616143,18.3358114 17.4295681,18.3358114 C18.1965596,18.3358114 18.8201612,18.9603753 18.8201612,19.7283291 C18.8201612,20.4953206 18.1965596,21.1189222 17.4295681,21.1189222 M17.4295681,16.988524 C15.9196439,16.988524 14.689763,18.2174426 14.689763,19.7283291 C14.689763,21.2382533 15.9196439,22.4662096 17.4295681,22.4662096 C18.9394924,22.4662096 20.1684109,21.2382533 20.1684109,19.7283291 C20.1684109,18.2174426 18.9394924,16.988524 17.4295681,16.988524' id='Shape'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","cartUrl":"","cartWithWrapperSVG":"\u003Csvg class='icon-cart' width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle aria-hidden='true'\u003EIconography\u002Fcart\u003C\u002Ftitle\u003E\u003Cg id='Phase-3-Header-Consistency' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='Artboard' transform='translate(-1266.000000, -516.000000)' fill='#212121' fill-rule='nonzero'\u003E\u003Cg id='Group' transform='translate(1266.000000, 515.000000)'\u003E\u003Cg id='cart' transform='translate(0.000000, 1.000000)'\u003E\u003Cpath d='M20.6991459,12.3459642 C20.4758812,13.3506556 19.7454589,14.051245 18.9236136,14.051245 L8.27138217,14.051245 C7.47455792,14.051245 6.76915674,13.4055094 6.51990858,12.4412366 L4.60579815,5.09948274 L22.3178155,5.09948274 L20.6991459,12.3459642 Z M4.25069169,3.75123301 L3.23733911,0 L0,0 L0,1.34728738 L2.20570191,1.34728738 L3.08432575,4.60098641 L5.21496451,12.7799832 C5.62300012,14.3466859 6.85095633,15.3994948 8.27138217,15.3994948 L18.9236136,15.3994948 C20.3806087,15.3994948 21.6509082,14.263924 22.0146758,12.6394803 L24,3.75123301 L4.25069169,3.75123301 Z' id='Shape'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M9.70547335,21.1189222 C8.93751955,21.1189222 8.31391796,20.4953206 8.31391796,19.7283291 C8.31391796,18.9603753 8.93751955,18.3358114 9.70547335,18.3358114 C10.4724648,18.3358114 11.0960664,18.9603753 11.0960664,19.7283291 C11.0960664,20.4953206 10.4724648,21.1189222 9.70547335,21.1189222 M9.70547335,16.988524 C8.19554914,16.988524 6.96566823,18.2174426 6.96566823,19.7283291 C6.96566823,21.2382533 8.19554914,22.4662096 9.70547335,22.4662096 C11.2153976,22.4662096 12.4443161,21.2382533 12.4443161,19.7283291 C12.4443161,18.2174426 11.2153976,16.988524 9.70547335,16.988524' id='Shape'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M17.4295681,21.1189222 C16.6616143,21.1189222 16.0380128,20.4953206 16.0380128,19.7283291 C16.0380128,18.9603753 16.6616143,18.3358114 17.4295681,18.3358114 C18.1965596,18.3358114 18.8201612,18.9603753 18.8201612,19.7283291 C18.8201612,20.4953206 18.1965596,21.1189222 17.4295681,21.1189222 M17.4295681,16.988524 C15.9196439,16.988524 14.689763,18.2174426 14.689763,19.7283291 C14.689763,21.2382533 15.9196439,22.4662096 17.4295681,22.4662096 C18.9394924,22.4662096 20.1684109,21.2382533 20.1684109,19.7283291 C20.1684109,18.2174426 18.9394924,16.988524 17.4295681,16.988524' id='Shape'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","close":true,"closeSVG":"","closeSvg":"we-mobile-header-close","exploreSVG":"","favorites":true,"favoritesHeaderIconEnabled":false,"favoritesSVG":"\u003Csvg class='favorites-icon' width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle\u003EIconography\u002Ffavorites\u003C\u002Ftitle\u003E\u003Cg id='Phase-3-Header-Consistency' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='Artboard' transform='translate(-1147.000000, -516.000000)' fill='#363636' fill-rule='nonzero'\u003E\u003Cg id='Group' transform='translate(1147.000000, 515.000000)'\u003E\u003Cg id='heart' transform='translate(0.000000, 1.500000)'\u003E\u003Cpath d='M6.77886972,1.55858943 C4.15448785,1.55858943 1.91476973,3.56360339 1.56694703,6.22099837 C0.74885937,12.651293 10.071808,18.2733477 11.9994609,19.3621338 C13.9271138,18.2722345 23.2500624,12.6423868 22.4308912,6.21988509 C22.084152,3.56249012 19.8455175,1.55858943 17.2211356,1.55858943 C15.3379087,1.55858943 13.5901267,2.60618418 12.6604324,4.29391387 L11.9994609,5.49068789 L11.339573,4.29391387 C10.4098786,2.60618418 8.66101311,1.55858943 6.77886972,1.55858943 Z M11.9994609,21.12 L11.6559724,20.9407622 C11.1391144,20.6702356 -0.982669208,14.2299215 0.0640495695,6.01726846 C0.511559771,2.58614517 3.39816311,0 6.77886972,0 C8.8148786,0 10.7284452,0.949626272 11.9994609,2.53938749 C13.2715601,0.949626272 15.1851267,0 17.2211356,0 C20.6018422,0 23.4884456,2.58614517 23.9348722,6.01504191 L23.9359558,6.01726846 C24.9826745,14.2299215 12.8598074,20.6702356 12.3440329,20.9407622 L11.9994609,21.12 Z' id='Shape'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","findStoreSVG":"\u003Csvg viewBox='0 0 15.7 19.8' class='store-icon'\u003E\u003Ctitle\u003EFind a store.\u003C\u002Ftitle\u003E\u003Cg transform='translate(11.6, 3)'\u003E\u003Cpath class='st00' d='M-3.8,16.8c-1.9,0-7.8-6.3-7.8-12c0-3.9,2.4-7.8,7.8-7.8s7.8,3.9,7.8,7.8C4.1,10.6-2.1,16.8-3.8,16.8z M-3.8-1.8c-4.9,0-6.6,3.6-6.6,6.6c0,5.3,5.7,10.7,6.6,10.8c1-0.3,6.6-5.7,6.6-10.8C2.8,1.8,1.1-1.8-3.8-1.8z'\u003E\u003C\u002Fpath\u003E\u003Cpath class='st00' d='M-3.8,8c-1.7,0-3-1.4-3-3s1.4-3,3-3s3,1.4,3,3S-2,8-3.8,8z M-3.8,3c-1,0-1.8,0.9-1.8,1.8 s0.9,1.8,1.8,1.8s1.8-0.9,1.8-1.8S-2.7,3-3.8,3z'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","hamburgerSVG":"\u003Csvg viewBox='0 0 24 24' width='24px' height='24px' class='menu icon'\u003E\u003Ctitle\u003ENavigation\u003C\u002Ftitle\u003E\u003Cpolygon id='Shape' points='0 10.35 23 10.35 23 8.625 0 8.625'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon id='Shape' points='0 18.975 23 18.975 23 17.25 0 17.25'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon id='Shape' points='0 1.72499995 23 1.72499995 23 0 0 0'\u003E\u003C\u002Fpolygon\u003E\u003C\u002Fsvg\u003E","hideCartCount":false,"search":false,"searchSVG":"\u003Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg'\u003E\u003Cg id='WE\u002FIconography\u002FHeader\u002Fstores'\u003E\u003Cg id='Clipped'\u003E\u003Cpath id='Shape' d='M11.5732 3.11914C16.407 3.11931 20.3398 7.0529 20.3398 11.8867C20.3396 16.7214 16.4069 20.6532 11.5732 20.6533C6.73945 20.6533 2.80489 16.7215 2.80469 11.8867C2.80469 7.0528 6.73932 3.11914 11.5732 3.11914ZM11.5732 4.5752C7.54116 4.5752 4.26172 7.85464 4.26172 11.8867C4.26192 15.9176 7.54129 19.1973 11.5732 19.1973C15.604 19.1971 18.8826 15.9175 18.8828 11.8867C18.8828 7.85474 15.6041 4.57537 11.5732 4.5752Z' fill='#212121'\u002F\u003E\u003C\u002Fg\u003E\u003Cpath id='Shape_2' d='M23.3938 23.588L16.9531 17.7307L17.9318 16.6543L24.3725 22.5116L23.3938 23.588Z' fill='#212121'\u002F\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","storesSVG":"\u003Csvg viewBox='-432.333 -510.246 898 1059.831' width='20' role='img' aria-labelledby='title'\u003E\u003Ctitle id='title'\u003Estores\u003C\u002Ftitle\u003E\u003Cpath role='presentation' d='M447.468-419.595c-.112-66.34-15.065-79.986-82.13-80.02-231.013-.11-462.023-.083-693.043-.017-76.188.018-88.78 12.145-88.897 87.846-.248 189.595-.084 379.175-.084 568.765 0 98.766.2 197.57-.09 296.337-.12 40.653 11.187 77.737 56.8 79.532 94.99 3.7 190.216 1.103 290.898 1.103 0-51.945-.113-99.31.02-146.655.176-66 16.157-82.318 80.54-82.542 73.17-.262 88.207 13.962 88.563 84.598.243 47.327.057 94.684.057 145.085 92.926 0 178.805.262 264.654-.112 61.795-.244 82.562-20.375 82.674-84.02.496-290.012.496-579.957.038-869.903zM-68.918 131.96H-238.75V20.473h169.832V131.96zm0-344.525H-238.74v-111.482h169.85v111.482h-.028zM275.607 131.96h-65.785c-23.776.55-47.964.214-72.926 0h-31.122V20.473h1.253v-.6H272.16c0 .207.017.413.017.6h3.43V131.96zm0-344.525h-72.944c-18.954.252-38.252.158-58.308 0h-38.58v-.197h-.59v-110.31h.59v-.976h169.832v111.483z'\u003E\u003C\u002Fpath\u003E\u003C\u002Fsvg\u003E"},"displaySitewideBannerWhenSearchOverlayOpen":false,"displayCrossBrandNavigationWhenSearchOverlayOpen":false,"mobileAccountFlyout":{"isEnabled":true,"targetTab":"WEK","abTest":{"isEnabled":false,"name":"mobileAccountFlyout","control":"treatmentMobileAccountFlyout","variant":"treatmentMobileAccountFlyout"},"accountInfo":{"guest":{"title":"Account","description":"Access your orders, manage rewards, save your store, and more.","signInButton":{"isEnabled":true,"title":"Sign In","link":"\u002Faccount\u002Flogin.html?cm_sp=accountflyout-_-default-_-signin"},"createAccountButton":{"isEnabled":true,"title":"Create Account","link":"\u002Faccount\u002Flogin.html?cm_sp=accountflyout-_-default-_-createaccount"}},"loggedIn":{"title":"Hello","description":{"isEnabled":true,"title":"View Your Account","link":"\u002Faccount\u002F?cm_sp=accountflyout-_-default-_-viewaccount"},"greetingMessage":{"isEnabled":false,"timeBase":{"morning":{"title":"Good Morning","minThreshold":"4.00","maxThreshold":"11.59"},"afternoon":{"title":"Good Afternoon","minThreshold":"12.00","maxThreshold":"16.59"},"evening":{"title":"Good Evening","minThreshold":"17.00","maxThreshold":"3.59"}},"specialEvent":{"isEnabled":false,"title":"Happy New Year"}}},"b2bMemberFlag":{"isEnabled":true,"name":"b2bMember","title":"B2B Member"}},"primarySection":{"enableKeyRewardsFeature":false,"keyRewardsStates":[{"type":"default","title":"Key Rewards","description":"Sign up and enjoy exclusive benefits","link":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_sp=accountflyout-_-default-_-keyrewards-join"},{"type":"fallback","title":"Key Rewards","description":"Earn Rewards and enjoy exclusive benefits","link":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_sp=accountflyout-_-default-_-keyrewards-fallback"},{"type":"manage","title":"Manage Key Rewards","description":"Earn Rewards and enjoy exclusive benefits","link":"\u002Faccount\u002Fkeyrewards.html?cm_sp=accountflyout-_-default-_-keyrewards-earn"},{"type":"redeem","title":"Manage Key Rewards","description":"Your Rewards: $${amount}","link":"\u002Faccount\u002Fkeyrewards.html?cm_sp=accountflyout-_-default-_-keyrewards-redeem"}],"links":[{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"trackOrders","title":"Track Orders","description":"Track & manage your orders","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_sp=accountflyout-_-default-_-trackorder","iconDsClassName":"","SVGIconName":"default-truck-outline"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"viewmyRewards","title":"View My Rewards","description":"View your Key Rewards certificates","link":"\u002Faccount\u002Fkeyrewards.html?cm_sp=accountflyout-_-default-_-viewmyrewards","iconDsClassName":"KeyRewardsIcon","SVGIconName":""},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"keyRewards","title":"Key Rewards","description":"Earn Rewards and enjoy exclusive benefits","link":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_sp=accountflyout-_-default-_-keyrewards","iconDsClassName":"KeyRewardsIcon","SVGIconName":""},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"favorites","title":"Favorites","description":"Save your favorite items","favoriteCountDescription":"View your favorited","link":"\u002Ffavorites\u002F?cm_sp=accountflyout-_-default-_-favorites","iconDsClassName":"AddToFavoritesIcon","SVGIconName":"","showFavoritesCount":false},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"registry","title":"Registry","description":"Create, find and manage registries","babyRegistryTitle":"Baby Registry","babyRegistryLink":"\u002Fregistry\u002F?babyRegistry=true&cm_sp=accountflyout-_-default-_-registrykids","link":"\u002Fregistry\u002F?cm_sp=accountflyout-_-default-_-registry","iconDsClassName":"RegistryIcon","SVGIconName":""},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"myStore","title":"My Store","description":"","link":""}]},"secondarySection":{"links":[{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":false,"name":"designBoards","title":"Design Boards","link":"\u002Fmy-boards\u002F?cm_sp=accountflyout-_-default-_-designboards"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"creditCard","title":"West Elm Credit Card","link":"\u002Fpages\u002Fcredit-card\u002F?cm_sp=accountflyout-_-default-_-creditcard"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"giftCards","title":"Gift Cards","link":"\u002Fpages\u002Fgift-card-services\u002F?cm_sp=accountflyout-_-default-_-giftcard"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"myDesignProjects","title":"My Design Projects","link":"\u002Fmy-design-projects\u002F?cm_sp=accountflyout-_-default-_-designprojects"}],"signOutButton":{"isEnabled":true,"name":"signOut","title":"Sign out"}},"footerLinks":[{"isEnabled":true,"name":"customerService","title":"Customer Service","link":"\u002Fcustomer-service\u002F?cm_sp=accountflyout-_-default-_-customerservice"},{"isEnabled":true,"name":"findAStore","title":"Find A Store","link":"\u002Fstores\u002F?cm_sp=accountflyout-_-default-_-findastore"},{"isEnabled":true,"name":"feedback","title":"Give Us Feedback","link":"","hasIcon":true},{"isEnabled":true,"name":"phoneNumber","title":"1.888.922.4119","link":"tel:18889224119"}],"showRegistrySubtitle":true,"registryAPIEndpoint":"\u002Fapi\u002Fregistry\u002Fv1\u002Findex.json","registrySubtitleLength":30,"singleRegistryUrl":"\u002Fregistry\u002F{externalId}\u002Fregistry-list.html","registryCountSubtitle":"You have {count} registries","registryMonths":6},"links":{"favoritesLink":""},"secondHeaderIcon":"account","stickySortFilterEnabled":true},"mobileSiteLinks":{"enabled":false},"mobileTabbedNav":{"abTestConfig":{"ABTest":"headerMobileTabbedNav","activeVariant":"variantMobileTabbedNav","isEnabled":false},"defaultTab":"west-elm-main","isEnabled":false,"rememberLastActiveTab":{"daysToRemember":30,"isEnabled":true},"tabs":["west-elm-main","west-elm-kids"]},"mobileTopLinks":{"mobileUtilityNav":{"abTestConfig":{"ABTest":"headerMobileUtilityNav","activeVariant":"variantUtilityNav","enabled":false},"isEnabled":true},"topLinks":{"chat":{"isEnabled":false,"link":"","mobileUtilityNavText":"","mobileUtilityNavIcon":"","SVGIcon":""},"favorites":{"SVGIcon":"heart-we","isEnabled":true,"link":"\u002Ffavorites\u002F?cm_type=lnav","mobileUtilityNavIcon":"heart-we","mobileUtilityNavText":"Favorites","showCount":true,"text":""},"links":[{"link":"\u002Fregistry\u002F?cm_type=lnav","mobileUtilityNavText":"Registry","SVGIcon":"we-registry","text":"Registry"},{"link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_type=lnav","mobileUtilityNavText":"Track Order","SVGIcon":"box","text":"Track Order"}],"myAccount":{"SVGIcon":"account","hasIcon":false,"isEnabled":false,"isMobileUtilityNavCustomLoggedInGreeting":false,"link":{"signedIn":"\u002Faccount\u002F?cm_type=lnav","signedOut":"\u002Faccount\u002Flogin.html?cm_type=lnav"},"mobileUtilityNavIcon":"","mobileUtilityNavText":"My Account","text":"Sign In \u002F Create an Account"},"myStore":{"SVGIcon":"","isEnabled":true,"mobileUtilityNavText":"My Store"},"registryItemsCount":{"enabled":false},"isDormWishlist":false}},"mpulse":{"mpulseKey":"ZZ8PE-BVGTK-HKD5Y-WGX6Q-6BSB7"},"myAccount":{"SVGIcon":"account","disablePersistCookie":true,"displayName":false,"displaySubMenu":true,"enableLogoutAPI":true,"img_link":"","isLogInV2ApiEnabled":true,"link":"\u002Faccount\u002F?cm_type=gnav&cm_sp=HeaderLinks-_-MyAccount-_-MainSite","enableKeyRewardsFeature":false,"keyRewardsStates":[{"type":"default","text":"Key Rewards","link":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_sp=accountflyout-_-default-_-keyrewards-join"},{"type":"fallback","text":"Key Rewards","link":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_sp=accountflyout-_-default-_-keyrewards-fallback"},{"type":"manage","text":"Manage Key Rewards","link":"\u002Faccount\u002Fkeyrewards.html?cm_sp=accountflyout-_-default-_-keyrewards-earn"},{"type":"redeem","text":"Manage Key Rewards","link":"\u002Faccount\u002Fkeyrewards.html?cm_sp=accountflyout-_-default-_-keyrewards-redeem"}],"link_list":{"signedIn":[{"text":"My Account","link":"\u002Faccount\u002F?cm_type=gnav&cm_sp=HeaderLinks-_-MyAccount-_-MainSite"},{"text":"B2B Member Sign In","link":"\u002Ftrade-signin\u002Flogin.html","hideB2B":true},{"text":"View My Rewards","link":"\u002Faccount\u002Fkeyrewards.html?cm_type=gnav"},{"text":"Cross Brand Product Finder","link":"\u002Fproduct-finder\u002Fsearch\u002F?isLandingPage=true"},{"text":"Key Rewards","link":"\u002Faccount\u002Fkeyrewards.html?cm_sp=SuperNav-_-KeyRewards","redirectUrls":{"COF":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_sp=SuperNav-_-KeyRewards","ADS":"\u002Faccount\u002Fkeyrewards.html?cm_sp=SuperNav-_-KeyRewards"}},{"text":"West Elm Credit Card","link":"\u002Fccvalueprop\u002F?fromPageType=Account&userAction=LearnMore&cm_type=gnav","redirectUrls":{"COF":"\u002Fccvalueprop\u002F?fromPageType=Account&userAction=LearnMore&cm_type=gnav","ADS":"\u002Fpages\u002Fcredit-card\u002F?cm_type=gnav"}},{"text":"Design Boards","link":"\u002Fmy-boards\u002F?cm_sp=HeaderLinks-_-MyAccount-_-DesignBoards"},{"text":"Registry","link":"\u002Fregistry\u002F?cm_sp=HeaderLinks-_-Registry-_-MainSite"},{"text":"Gift Center","link":"\u002Faccount\u002Fgiftcenter\u002F?cm_sp=account-_-accountForYou-_-giftCenterLink"},{"text":"My Design Projects","link":"\u002Fmy-design-projects\u002F"},{"text":"Sign Out","link":"\u002Faccount\u002Fnot-me.html?cm_type=gnav&cm_sp=HeaderLinks-_-SignOut-_-MainSite"}],"signedOut":[{"text":"Sign In \u002F Create Account","link":"\u002Faccount\u002F?cm_type=gnav&cm_sp=HeaderLinks-_-AccountSignIn-_-MainSite","class":"sign-in"},{"text":"B2B Member Sign In","link":"\u002Faccount\u002Flogin.html?cm_sp=B2B-_-accountdropdown-_-B2BSignIn"},{"text":"View My Rewards","link":"\u002Faccount\u002Fkeyrewards.html?cm_type=gnav"},{"text":"Key Rewards","link":"\u002Fpages\u002Fthe-key-rewards?cm_sp=SuperNav-_-KeyRewards","redirectUrls":{"COF":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_sp=SuperNav-_-KeyRewards","ADS":"\u002Faccount\u002Fkeyrewards.html?cm_sp=SuperNav-_-KeyRewards"}},{"text":"West Elm Credit Card","link":"\u002Fccvalueprop\u002F?fromPageType=Account&userAction=LearnMore&cm_type=gnav","redirectUrls":{"COF":"\u002Fccvalueprop\u002F?fromPageType=Account&userAction=LearnMore&cm_type=gnav","ADS":"\u002Fpages\u002Fcredit-card\u002F?cm_type=gnav"}},{"text":"Registry","link":"\u002Fregistry\u002F?cm_sp=HeaderLinks-_-Registry-_-MainSite"}]},"loadFromNetStorage":false,"text":{"signedIn":"Account","signedOut":"Account"},"userNameCookie":"UI_USERNAME_COOKIE","userPersistCookie":"WEMX_PERSIST_COOKIE"},"profile":{"isUiUserNameCookieEnabled":true,"profileSummaryLocalStorageExpiryInHours":60},"myStore":{"closedText":"Closed","crossBrandBar":true,"displayLocationPin":true,"drawerDirection":"right","enableMobileStoreNameLink":true,"enabled":true,"filterBopisEligibleStores":true,"findStoreLink":"\u002Fstores\u002F?cm_type=gnav","flyoutButtonTextMyStore":"My store","flyoutButtonTextSetAsMyStore":"Set as my store","headerTitle":"My Store","linksNewFormatEnabled":true,"maxStoreListing":5,"message":"In-store pickup is available during store hours.","openTodayText":"Open today","opensTodayText":"Opens today","opensTomorrowText":"Opens tomorrow","searchTitle":"Select a Store","showHours":true,"showStoreStatus":true,"sitsInlineWith":"","textNoStoreFound":"There are no stores near you. Try a different location or visit our store locator page.","titleNoStoreFound":"We're Sorry","ariaLabelForMyStoreLocation":"My Store Location"},"navBar":{"showLeftNavHeaders":false,"showLinksIfHasGlobalOrNavLink":true},"personalization":{"CRE_MODE_COOKIE":"CreMode","CRE_PLACEMENTS":"CrePlacements","CRE_SERVER":"\u002F\u002Fmatch.collectandgather.com","CRE_STATE_COOKIE":"CreState","LOOKUP_URL":"\u002Fpersonalization\u002Flookup\u002Fv2\u002F","P13N_CONTENT_URL":"\u002Fpersonalization\u002F","PROFILE_COOKIE_LIST":["CoreID6","wsiakid","svi_dec"]},"pixlee":{"apiKey":"TgryeU7GQgPW8cfKMuOH","isEnabled":false},"postalCodeOptimization":{"enabled":true,"placeHolderMsg":"Enter City, State, or ZIP","regexFormat":"^[0-9]{5}$","enableAccountProfile":true,"ttl":0},"pricing":{"defaultLabels":{"clearance":"Clearance","discount":"Limited Time Offer","discountPercentage":"[disc_percentage]","regular":"","sale":"Sale","special":"Limited Time Offer"},"mdmLabels":{"clearance":"Clearance","sale":"Sale","discount":"Limited Time Offer","discountPercentage":"[disc_percentage]","regular":""},"showDiscountPercentage":false,"showMdmPriceLabels":false,"showPriceTypeBetweenPriceRanges":false,"showSaleLabel":true},"primaryNavBar":{"mobileNavItems":[{"path":"shop\u002Fcollaborations\u002Femma-chamberlain","class":"","hasSpotlight":false,"text":"Emma Chamberlain x West Elm"},{"path":"shop\u002Fnew","class":"new","hasSpotlight":false,"text":"New"},{"path":"shop\u002Ffurniture","class":"","hasSpotlight":false,"text":"Furniture"},{"path":"shop\u002Foutdoor","class":"","hasSpotlight":false,"text":"Outdoor"},{"path":"shop\u002Fwest-elm-office","class":"","hasSpotlight":false,"text":"Office"},{"path":"shop\u002Frugs","class":"","hasSpotlight":false,"text":"Rugs"},{"path":"shop\u002Fbedding","class":"","hasSpotlight":false,"text":"Bedding"},{"path":"shop\u002Fbath","class":"","hasSpotlight":false,"text":"Bath"},{"path":"shop\u002Flighting","class":"","hasSpotlight":false,"text":"Lighting"},{"path":"shop\u002Faccessories-pillows","class":"","hasSpotlight":false,"text":"Pillows & Decor"},{"path":"shop\u002Fwindows","class":"","hasSpotlight":false,"text":"Window"},{"path":"shop\u002Fwall-decor-mirrors","class":"","hasSpotlight":false,"text":"Art & Mirrors"},{"path":"shop\u002Fdining-kitchen","class":"","hasSpotlight":false,"text":"Kitchen & Dining"},{"path":"shop\u002Fstorage-organization","class":"","hasSpotlight":false,"text":"Storage"},{"path":"shop\u002Fgifts","class":"","hasSpotlight":false,"text":"Gifts"},{"path":"shop\u002Fsale","class":"sale","hasSpotlight":false,"text":"Sale"}],"topNavItems":[{"path":"shop\u002Fnew","class":"","hasSpotlight":true,"text":"New","indexKey":"New-0","displayText":true},{"path":"shop\u002Ffurniture","class":"","hasSpotlight":true,"text":"Furniture","indexKey":"Furniture-1","displayText":true},{"path":"shop\u002Foutdoor","class":"","hasSpotlight":true,"text":"Outdoor","indexKey":"Outdoor-2","displayText":true},{"path":"shop\u002Fwest-elm-office","class":"","hasSpotlight":true,"text":"Office","indexKey":"Office-3","displayText":true},{"path":"shop\u002Frugs","class":"","hasSpotlight":true,"text":"Rugs","indexKey":"Rugs-4","displayText":true},{"path":"shop\u002Fbedding","class":"","hasSpotlight":true,"text":"Bedding","indexKey":"Bedding-5","displayText":true},{"path":"shop\u002Fbath","class":"","hasSpotlight":true,"text":"Bath","indexKey":"Bath-6","displayText":true},{"path":"shop\u002Flighting","class":"","hasSpotlight":true,"text":"Lighting","indexKey":"Lighting-7","displayText":true},{"path":"shop\u002Faccessories-pillows","class":"","hasSpotlight":true,"text":"Pillows & Decor","indexKey":"Pillows & Decor-8","displayText":true},{"path":"shop\u002Fwindows","class":"","hasSpotlight":true,"text":"Window","indexKey":"Window-9","displayText":true},{"path":"shop\u002Fwall-decor-mirrors","class":"","hasSpotlight":true,"text":"Art & Mirrors","indexKey":"Art & Mirrors-10","displayText":true},{"path":"shop\u002Fdining-kitchen","class":"","hasSpotlight":true,"text":"Kitchen & Dining","indexKey":"Kitchen & Dining-11","displayText":true},{"path":"shop\u002Fstorage-organization","class":"","hasSpotlight":true,"text":"Storage","indexKey":"Storage-12","displayText":true},{"path":"shop\u002Fgifts","class":"","hasSpotlight":true,"text":"Gifts","indexKey":"Gifts-13","displayText":true},{"path":"shop\u002Fsale","class":"sale","hasSpotlight":true,"text":"Sale","showSubcatImgs":true,"showSubcatImgsOnColA":false,"indexKey":"Sale-14","displayText":true},{"path":"shop\u002Fwest-elm-baby-kids","class":"brand-nav","hasSpotlight":true,"text":"Baby & Kids","indexKey":"Baby & Kids-15","displayText":true}]},"productCarousel":{"arrowsInside":true,"ratingEnabled":false,"verticalRviArrowsInside":true},"promotionVisibility":{"additionalMessagePip":"price_with_offer","additionalMessageThumbnail":"price_with_offer","backOffInterval":10,"cutOffPercent":1,"eligibilityExcludeNLA":false,"enabled":true,"ineligibleLocations":{"pipEnabled":false,"recommendationEnabled":false,"shopEnabled":false},"ineligiblePipDisplayMessageCount":1,"ineligibleThumbnailDisplayMessageCount":1,"lazyLoadEnabled":false,"locations":{"pipEnabled":true,"recommendationEnabled":true,"shopEnabled":true},"pipDisplayMessageCount":1,"retryMax":5,"thumbnailDisplayMessageCount":1,"visibilitySkuCount":100},"pznTriggeredCampaigns":{"ABTest":{"activeVariant":"skutriggeredenabled","enabled":false,"name":"headershopskutriggeredcarousel"},"api":{"bearerToken":"Bearer 27a010bbdeb88a9362a268f661ff8ee2c0fa127eaa092cfe9b7d9f48096aec32:a6e488a7f5e2aa85c3c25c88ef1380c74bdf8cb96685a167332edf93cbfa67ef","hostName":"https:\u002F\u002Fapi-cust375.wsi.edp.cheetahces.com","loadSpotjsWithNpm":false,"logLevel":1,"mockUserToken":"","timeoutSeconds":60,"useEmptyMockData":false,"useMockData":false},"campaigns":[{"campaignId":"sku_bis","name":"Back in Stock","notificationEnabled":true,"mobileNotificationEnabled":true},{"campaignId":"sku_noc","name":"Now on Clearance","notificationEnabled":true,"mobileNotificationEnabled":true},{"campaignId":"sku_nos","name":"Now on Sale","notificationEnabled":true,"mobileNotificationEnabled":true}],"enabled":false,"img":{"imgSuffix":"t.jpg","imgUrlBase":"https:\u002F\u002Fwww.westelm.com\u002Fweimgs\u002Fab\u002Fimages\u002Fwcm\u002F"},"mobileABTest":{"activeVariant":"skutriggeredenabledmobile","enabled":false,"name":"headerskutriggeredcarouselmobile"},"mobileEnabled":false},"quickCart":{"savedCartCookie":"WEMX_SAVEDCART","sessionCartCookie":"WEMX_SESCART"},"recentlyViewedItems":{"count":"10","enabled":true,"hasSeeMoreIcon":false,"hideOnDesktop":false,"hideOnMobile":false,"imgUrlBase":"https:\u002F\u002Fwww.westelm.com\u002Fweimgs\u002Fab\u002Fimages\u002Fwcm\u002F","itemType":"Group","numItemsVisible":4,"showBestSellers":true,"showSeeMoreLink":false,"template":"rvi-similarity","cmSrc":"RVI"},"recommendation":{"isCrossSessionRviEnabled":true,"isRecsEnabled":true,"resetCarouselTimeout":200,"showSeeMoreLink":false,"thirdPartyRecommendation":{"thirdPartyProviderId":"constructor","constructor":{"enabled":true,"key":"key_SQBuGmXjiXmP0UNI","isMobileEnabled":true,"isDesktopEnabled":true,"options":{"placementsToRequest":["alernative_items_ces","complementary_llm","also-in-the-collection"],"maxNumResults":20},"ABTest":{"name":"productsRecsThirdPartyCombinedProduct","activeVariant":"constructor","enabled":true}},"useCommonThirdPartyService":false},"wsiRecs":{"breakpoints":{"large":{"itemsToShow":4,"itemsToSlide":4},"medium":{"itemsToShow":4,"itemsToSlide":4},"small":{"itemsToShow":3,"itemsToSlide":3},"xSmall":{"itemsToShow":2.5,"itemsToSlide":2}},"disableDiacritic":false,"favorite":{"buttonTextFavorited":"Add to Favorites","buttonTextUnfavorited":"Add to Favorites","isEnabled":true},"flyout":{"durationInSeconds":4,"isEnabled":true,"position":"right-top","style":"large"},"recsHostUrl":"\u002Fsvc\u002Frecommendation\u002Fv2\u002F","variant":"Default"}},"passwordPolicyV2":{"enabled":true,"passwordStrengthMeterConfig":{"passwordMaxLength":64}},"registryPopOut":{"findRegistryButtonText":"","findRegistryHeading":"","getStartedButtonText":"","isManageLinksLinkYourStoreEnabled":true,"isManageLinksTopPicsEnabled":true,"manageLinksLinkYourStore":"","manageLinksManageMyRegistry":"","manageLinksTopPics":"","manageMyRegistryHeading":"","registryHomeText":"","persistentLogin":{"checkboxLabel":"","enabled":false,"securityText":""},"signInText":"","loginV2Enabled":false,"loginV3Enabled":true},"rtcGeoLocationConfig":{"isEnabled":true},"retailStoreConfig":{"retailStoreBannerMessage":"Thank you for placing an order with your local store. Store associate, please close all browser windows to initiate a new RTC session.","storeCookieName":"WSIRetailStore","storeSessionEndedCookieName":"WSIRetailStoreEnded"},"removeRakutenPopup":false,"searchBar":{"urlRulesForEnablements":{"mobile":{"inclusionList":["\u002F","\u002Fm\u002F","\u002Fsearch\u002F","\u002Fpages\u002F"],"exclusionList":["\u002Faccount\u002F*","\u002Fabout-us\u002F*","\u002Fcheckout\u002F*","\u002Fshoppingcart\u002F*","\u002Fshop\u002F","\u002Fproducts\u002F","\u002Fm\u002Faccount\u002F*","\u002Fm\u002Fabout-us\u002F*","\u002Fm\u002Fcheckout\u002F*","m\u002Fshoppingcart\u002F*","\u002Fadmin\u002F*","\u002Fregistry\u002F","\u002Fregistry\u002Fmanage-registry.html","\u002Fregistry\u002Fslqpcrbf8h\u002Fmanage.html","\u002Fregistry\u002Fslqpcrbf8h\u002Fregistry-list.html","\u002Fregistry\u002Fslqpcrbf8h\u002Fgift-tracker.html","\u002Fregistry\u002Fslqpcrbf8h\u002Fregistry-checklist.html"]}},"placeholder":"Search","placeholderV2":"What can we help you find?","recentlySearchedMaxSize":10,"searchBarDisplayEnabled":false,"searchDesktopSVG":"","showToggle":false},"searchFlyout":{"drawerDirection":"","enabled":false,"loadFromNetStorage":false,"maxProductsVisible":4,"maxSuggestionsVisible":4,"placeholder":"","searchHeaderImage":"","sitsInlineWith":"","template":"","timeout":10000,"title":""},"secondaryNavBar":{"categories":[],"registryLinkRedirection":{"enabled":false,"redirectUrl":"","linkFilterId":""}},"seoSchemaMarkup":{"addressCountry":"United States","description":"","email":"","enabled":true,"image":"https:\u002F\u002Fassets.weimgs.com\u002Fweimgs\u002Fab\u002Fimages\u002Fi\u002F202226\u002F0031\u002Fimages\u002Fcommon\u002Flogos\u002Fbrand_logo.jpg","sameAs":["https:\u002F\u002Ftwitter.com\u002Fwestelm","https:\u002F\u002Fwww.facebook.com\u002Fwestelm","https:\u002F\u002Fwww.youtube.com\u002Fuser\u002Fwestelm","https:\u002F\u002Fwww.instagram.com\u002Fwestelm","https:\u002F\u002Fwww.pinterest.com\u002Fwestelm\u002F","https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FWilliams_Sonoma","https:\u002F\u002Fwww.tiktok.com\u002F@westelm"],"telephone":"+1-888-922-4119"},"shouldShowSubcatImgs":false,"showSimpleHeader":false,"showTopNavArrows":{"enabled":true},"plccPlacement":{"isEnabled":true,"slotName":"global-top-right-banner"},"signInPrompt":{"ABTest":"headerSignInPrompt","activeVariant":"active","desktop":{"content":"\u003Cspan\u003EView your rewards, save your favorites, and checkout faster. \u003Ca href='\u002Faccount\u002Flogin.html'\u003EOr Create an Account.\u003C\u002Fa\u003E\u003C\u002Fspan\u003E","isEnabled":true,"title":"Sign In For The Best Experience"},"displayOnPage":2,"exclusionList":["\u002Faccount","\u002Fcheckout"],"isEnabled":true,"mobile":{"content":"\u003Cspan\u003EView your rewards, save your favorites, and checkout faster. \u003Ca href='\u002Faccount\u002Flogin.html'\u003EOr Create an Account.\u003C\u002Fa\u003E\u003C\u002Fspan\u003E","enableCloseIcon":true,"isEnabled":true,"title":""},"overlayDuration":"8","registeredUsersOnly":true,"signInLink":{"isEnabled":true,"linkUrl":"\u002Faccount\u002Flogin.html","text":"Sign In"}},"signedOutButtonLabel":"SIGN OUT","simpleHeaderMenu":{"enableMobileExploreButton":false,"exploreMenuName":"","navMenuName":"","showMobileExploreMenu":false},"smartBanner":{"appStoreId":"","isEnabled":false},"stickyHeaderHeights":{"desktop":0,"mobile":76},"subBrandBarSticky":false,"subBrandMarketingOverlay":{"contactUsUrl":"\u002Fm\u002Fcustomer-service\u002Femail-us\u002F","doNotSellLink":"\u002Fcustomer-service\u002Fprivacy-policy\u002F#do-not-sell","emailTriggerUrl":"lookup.collectandgather.com","fieldHint":"Get the best of West Elm Kids straight to your phone.","financialIncentivesTermsLink":"\u002Fcustomer-service\u002Fprivacy-policy\u002F#financial-incentives","flatFileServiceVersion":"v1","isOverrideMarketingOverlayContent":"true","mktgMsgContentTypeOnEmailSignup":"text","mktgMsgContentTypeOnSmsOptIn":"text","mktgMsgContentTypeOnThankYouView":"text","mobileOverlayPosition":"modal","overlayEmailTitle":"Find out first: New arrivals, sales & more to your inbox","overlayMobileTitle":"Thanks for signing up! \n Want even more inspiration?","overlayThankYouTitle":"thank you!","privacyPolicyLink":"\u002Fcustomer-service\u002Fprivacy-policy\u002F","signupFormField":"input","termsPolicyUrl":"\u002Fm\u002Fcustomer-service\u002Fterms.html","twoStepsMobileOverlayEnabled":true},"subBrandOverrides":{"GR":{"asideLinks":{"asideLinkList":[]},"brand_name":"","ccpa":{"hideCCPA":true},"crossBrandBar":{"brandBarOrder":[],"mobileBrandBarOrder":[]},"myAccount":{"SVGIcon":"","displaySubMenu":false,"link":"","link_list":{"signedIn":[],"signedOut":[]},"text":{"signedIn":"","signedOut":""}},"primaryNavBar":{"mobileNavItems":[],"topNavItems":[]},"searchBar":{"placeholder":"","showToggle":false}},"MT":{"actionLinks":{"actionLinkList":[],"cart":{"SVGIcon":"","hideCount":false,"link":"","loadingImage":"","text":""}},"asideLinks":{"asideLinkList":[]},"brandLogo":{"link":""},"ccpa":{"hideCCPA":false},"crossBrandBar":{"brandBarOrder":[],"mobileBrandBarOrder":[]},"myAccount":{"SVGIcon":"","link":"","link_list":{"signedIn":[],"signedOut":[]},"text":{"signedIn":"","signedOut":""}},"primaryNavBar":{"mobileNavItems":[],"topNavItems":[]},"searchBar":{"placeholder":"","showToggle":false},"secondaryNavBar":{"categories":[]}},"PBA":{"brand_name":""},"PBB":{"brandLogo":{"img_link":"","link":""},"brand_name":"","crossBrandBar":{"brandBarOrder":[],"mobileBrandBarOrder":[]}},"PBD":{"brandLogo":{"link":""},"brand_name":"","crossBrandBar":{"brandBarOrder":[],"mobileBrandBarOrder":[]}},"WEK":{"asideLinks":{"asideLinkList":[{"text":"Track Order","svgBefore":"box","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_sp=SuperNav-_-TrackOrder"}],"i18n":{"link":"\u002Finternational\u002FcountryDetails-mfe.html"}},"brandLogo":{"link":"\u002Fpages\u002Fbaby-kids\u002F?cm_type=gnav"},"brand_name":"west elm kids","crossBrandBar":{"brandBarOrder":[{"brand_name":"west elm","link":"\u002F","target":"_self","class":"sub-brand","id":"west elm"},{"brand_name":"west elm","sub_name":"office","link":"\u002Fshop\u002Fwest-elm-office\u002F","target":"_self","class":"sub-brand","id":"west elm office"},{"brand_name":"west elm","sub_name":"kids","link":"\u002Fpages\u002Fbaby-kids\u002F","target":"_self","class":"sub-brand selected","id":"west elm kids"},{"brand_name":"west elm","sub_name":"business to business","link":"\u002Fpages\u002Fbusiness\u002F?cm_sp=GlobalLinks-_-Topnav-_-westelmcontract","target":"_self","class":"sub-brand","id":"west elm B2B"},{"brand_name":"Pottery Barn","link":"https:\u002F\u002Fwww.potterybarn.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"PB Kids","link":"https:\u002F\u002Fwww.potterybarnkids.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"PB Teen","link":"https:\u002F\u002Fwww.pbteen.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"Williams Sonoma","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"WS Home","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"Rejuvenation","link":"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"Mark & Graham","link":"https:\u002F\u002Fwww.markandgraham.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"},{"brand_name":"GreenRow","link":"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"}],"mobileBrandBarOrder":[{"brand_name":"west elm","link":"\u002F","target":"_self","class":"sub-brand","id":"west elm"},{"brand_name":"west elm","sub_name":"office","link":"\u002Fshop\u002Fwest-elm-office\u002F","target":"_self","class":"sub-brand","id":"west elm office"},{"brand_name":"west elm","sub_name":"kids","link":"\u002Fm\u002Fpages\u002Fbaby-kids\u002F","target":"_self","class":"sub-brand selected","id":"west elm kids"},{"brand_name":"west elm","sub_name":"business to business","link":"\u002Fm\u002Fpages\u002Fbusiness\u002F?cm_sp=GlobalLinks-_-Topnav-_-westelmcontract","target":"_self","class":"sub-brand","id":"west elm B2B"},{"brand_name":"Pottery Barn","link":"https:\u002F\u002Fwww.potterybarn.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"PB Kids","link":"https:\u002F\u002Fwww.potterybarnkids.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":false},{"brand_name":"PB Teen","link":"https:\u002F\u002Fwww.pbteen.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"Williams Sonoma","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"WS Home","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fm\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"Rejuvenation","link":"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"Mark & Graham","link":"https:\u002F\u002Fwww.markandgraham.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link","isMobile":true},{"brand_name":"GreenRow","link":"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WE&cm_pla=Header&cm_ite=Link"}]},"mobileHeader":{"firstHeaderIcon":"search","icons":{"accountSVG":"\u003Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg'\u003E\u003Cg id='Iconography\u002FHeader\u002FmyAccount'\u003E\u003Cpath id='Shape' fill-rule='evenodd' clip-rule='evenodd' d='M4.44207 22.6482L20.6301 22.7942H20.6401C21.4371 22.7942 22.0901 22.1272 22.0981 21.3042L22.1341 17.3822C22.1481 15.6942 21.1101 14.2302 19.6091 13.8232C17.7881 13.3302 15.4361 13.0672 12.6221 13.0412C9.79707 13.0142 7.45207 13.2382 5.62307 13.6972C4.11507 14.0772 3.05107 15.5212 3.03507 17.2102L3.00007 21.1312C2.99307 21.9602 3.64007 22.6402 4.44207 22.6482ZM5.96507 15.0542C7.09507 14.7702 9.08207 14.4392 12.2071 14.4392C12.3391 14.4392 12.474 14.4402 12.609 14.4412L12.6091 14.4412C15.9671 14.4712 18.0701 14.8572 19.2431 15.1742C20.1161 15.4112 20.7421 16.3352 20.7331 17.3702L20.6971 21.2922C20.6971 21.3582 20.6561 21.3942 20.6401 21.3942L4.45507 21.2482C4.44007 21.2482 4.39907 21.2112 4.40007 21.1432L4.43607 17.2232C4.44507 16.1872 5.08807 15.2752 5.96507 15.0542Z' fill='#212121'\u002F\u003E\u003Cpath id='Shape_2' fill-rule='evenodd' clip-rule='evenodd' d='M12.9538 12.0391H13.0011C15.7357 12.0391 17.9736 9.82629 17.9998 7.08422C18.0114 5.74942 17.5031 4.48918 16.5663 3.5356C15.6317 2.58202 14.3799 2.05061 13.0441 2.03906C11.7493 2.04326 10.4481 2.53581 9.49667 3.47153C8.54418 4.40726 8.0128 5.65805 8.0002 6.99285C7.97604 9.74963 10.1971 12.0139 12.9538 12.0391ZM10.5269 4.52068C11.1916 3.86746 12.0685 3.50934 13 3.50934H13.0305C13.9745 3.51774 14.8577 3.89266 15.5172 4.56584C16.1788 5.23797 16.538 6.12749 16.5285 7.07057C16.5212 8.01365 16.1452 8.89687 15.4721 9.55744C14.8084 10.2107 13.9315 10.5688 13.0011 10.5688H12.9685C11.0215 10.5509 9.45256 8.95358 9.47147 7.00651C9.47882 6.06448 9.85373 5.18126 10.5269 4.52068Z' fill='#212121'\u002F\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","cartSVG":"\u003Csvg class='icon-cart' width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle aria-hidden='true'\u003EIconography\u002Fcart\u003C\u002Ftitle\u003E\u003Cg id='Phase-3-Header-Consistency' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='Artboard' transform='translate(-1266.000000, -516.000000)' fill='#212121' fill-rule='nonzero'\u003E\u003Cg id='Group' transform='translate(1266.000000, 515.000000)'\u003E\u003Cg id='cart' transform='translate(0.000000, 1.000000)'\u003E\u003Cpath d='M20.6991459,12.3459642 C20.4758812,13.3506556 19.7454589,14.051245 18.9236136,14.051245 L8.27138217,14.051245 C7.47455792,14.051245 6.76915674,13.4055094 6.51990858,12.4412366 L4.60579815,5.09948274 L22.3178155,5.09948274 L20.6991459,12.3459642 Z M4.25069169,3.75123301 L3.23733911,0 L0,0 L0,1.34728738 L2.20570191,1.34728738 L3.08432575,4.60098641 L5.21496451,12.7799832 C5.62300012,14.3466859 6.85095633,15.3994948 8.27138217,15.3994948 L18.9236136,15.3994948 C20.3806087,15.3994948 21.6509082,14.263924 22.0146758,12.6394803 L24,3.75123301 L4.25069169,3.75123301 Z' id='Shape'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M9.70547335,21.1189222 C8.93751955,21.1189222 8.31391796,20.4953206 8.31391796,19.7283291 C8.31391796,18.9603753 8.93751955,18.3358114 9.70547335,18.3358114 C10.4724648,18.3358114 11.0960664,18.9603753 11.0960664,19.7283291 C11.0960664,20.4953206 10.4724648,21.1189222 9.70547335,21.1189222 M9.70547335,16.988524 C8.19554914,16.988524 6.96566823,18.2174426 6.96566823,19.7283291 C6.96566823,21.2382533 8.19554914,22.4662096 9.70547335,22.4662096 C11.2153976,22.4662096 12.4443161,21.2382533 12.4443161,19.7283291 C12.4443161,18.2174426 11.2153976,16.988524 9.70547335,16.988524' id='Shape'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M17.4295681,21.1189222 C16.6616143,21.1189222 16.0380128,20.4953206 16.0380128,19.7283291 C16.0380128,18.9603753 16.6616143,18.3358114 17.4295681,18.3358114 C18.1965596,18.3358114 18.8201612,18.9603753 18.8201612,19.7283291 C18.8201612,20.4953206 18.1965596,21.1189222 17.4295681,21.1189222 M17.4295681,16.988524 C15.9196439,16.988524 14.689763,18.2174426 14.689763,19.7283291 C14.689763,21.2382533 15.9196439,22.4662096 17.4295681,22.4662096 C18.9394924,22.4662096 20.1684109,21.2382533 20.1684109,19.7283291 C20.1684109,18.2174426 18.9394924,16.988524 17.4295681,16.988524' id='Shape'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","cartWithWrapperSVG":"\u003Csvg class='icon-cart' width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle aria-hidden='true'\u003EIconography\u002Fcart\u003C\u002Ftitle\u003E\u003Cg id='Phase-3-Header-Consistency' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='Artboard' transform='translate(-1266.000000, -516.000000)' fill='#212121' fill-rule='nonzero'\u003E\u003Cg id='Group' transform='translate(1266.000000, 515.000000)'\u003E\u003Cg id='cart' transform='translate(0.000000, 1.000000)'\u003E\u003Cpath d='M20.6991459,12.3459642 C20.4758812,13.3506556 19.7454589,14.051245 18.9236136,14.051245 L8.27138217,14.051245 C7.47455792,14.051245 6.76915674,13.4055094 6.51990858,12.4412366 L4.60579815,5.09948274 L22.3178155,5.09948274 L20.6991459,12.3459642 Z M4.25069169,3.75123301 L3.23733911,0 L0,0 L0,1.34728738 L2.20570191,1.34728738 L3.08432575,4.60098641 L5.21496451,12.7799832 C5.62300012,14.3466859 6.85095633,15.3994948 8.27138217,15.3994948 L18.9236136,15.3994948 C20.3806087,15.3994948 21.6509082,14.263924 22.0146758,12.6394803 L24,3.75123301 L4.25069169,3.75123301 Z' id='Shape'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M9.70547335,21.1189222 C8.93751955,21.1189222 8.31391796,20.4953206 8.31391796,19.7283291 C8.31391796,18.9603753 8.93751955,18.3358114 9.70547335,18.3358114 C10.4724648,18.3358114 11.0960664,18.9603753 11.0960664,19.7283291 C11.0960664,20.4953206 10.4724648,21.1189222 9.70547335,21.1189222 M9.70547335,16.988524 C8.19554914,16.988524 6.96566823,18.2174426 6.96566823,19.7283291 C6.96566823,21.2382533 8.19554914,22.4662096 9.70547335,22.4662096 C11.2153976,22.4662096 12.4443161,21.2382533 12.4443161,19.7283291 C12.4443161,18.2174426 11.2153976,16.988524 9.70547335,16.988524' id='Shape'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M17.4295681,21.1189222 C16.6616143,21.1189222 16.0380128,20.4953206 16.0380128,19.7283291 C16.0380128,18.9603753 16.6616143,18.3358114 17.4295681,18.3358114 C18.1965596,18.3358114 18.8201612,18.9603753 18.8201612,19.7283291 C18.8201612,20.4953206 18.1965596,21.1189222 17.4295681,21.1189222 M17.4295681,16.988524 C15.9196439,16.988524 14.689763,18.2174426 14.689763,19.7283291 C14.689763,21.2382533 15.9196439,22.4662096 17.4295681,22.4662096 C18.9394924,22.4662096 20.1684109,21.2382533 20.1684109,19.7283291 C20.1684109,18.2174426 18.9394924,16.988524 17.4295681,16.988524' id='Shape'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","close":true,"closeSvg":"we-mobile-header-close","favorites":true,"favoritesHeaderIconEnabled":true,"favoritesSVG":"\u003Csvg class='favorites-icon' width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle\u003EIconography\u002Ffavorites\u003C\u002Ftitle\u003E\u003Cg id='Phase-3-Header-Consistency' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='Artboard' transform='translate(-1147.000000, -516.000000)' fill='#363636' fill-rule='nonzero'\u003E\u003Cg id='Group' transform='translate(1147.000000, 515.000000)'\u003E\u003Cg id='heart' transform='translate(0.000000, 1.500000)'\u003E\u003Cpath d='M6.77886972,1.55858943 C4.15448785,1.55858943 1.91476973,3.56360339 1.56694703,6.22099837 C0.74885937,12.651293 10.071808,18.2733477 11.9994609,19.3621338 C13.9271138,18.2722345 23.2500624,12.6423868 22.4308912,6.21988509 C22.084152,3.56249012 19.8455175,1.55858943 17.2211356,1.55858943 C15.3379087,1.55858943 13.5901267,2.60618418 12.6604324,4.29391387 L11.9994609,5.49068789 L11.339573,4.29391387 C10.4098786,2.60618418 8.66101311,1.55858943 6.77886972,1.55858943 Z M11.9994609,21.12 L11.6559724,20.9407622 C11.1391144,20.6702356 -0.982669208,14.2299215 0.0640495695,6.01726846 C0.511559771,2.58614517 3.39816311,0 6.77886972,0 C8.8148786,0 10.7284452,0.949626272 11.9994609,2.53938749 C13.2715601,0.949626272 15.1851267,0 17.2211356,0 C20.6018422,0 23.4884456,2.58614517 23.9348722,6.01504191 L23.9359558,6.01726846 C24.9826745,14.2299215 12.8598074,20.6702356 12.3440329,20.9407622 L11.9994609,21.12 Z' id='Shape'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","findStoreSVG":"\u003Csvg viewBox='0 0 15.7 19.8' class='store-icon'\u003E\u003Ctitle\u003EFind a store.\u003C\u002Ftitle\u003E\u003Cg transform='translate(11.6, 3)'\u003E\u003Cpath class='st00' d='M-3.8,16.8c-1.9,0-7.8-6.3-7.8-12c0-3.9,2.4-7.8,7.8-7.8s7.8,3.9,7.8,7.8C4.1,10.6-2.1,16.8-3.8,16.8z M-3.8-1.8c-4.9,0-6.6,3.6-6.6,6.6c0,5.3,5.7,10.7,6.6,10.8c1-0.3,6.6-5.7,6.6-10.8C2.8,1.8,1.1-1.8-3.8-1.8z'\u003E\u003C\u002Fpath\u003E\u003Cpath class='st00' d='M-3.8,8c-1.7,0-3-1.4-3-3s1.4-3,3-3s3,1.4,3,3S-2,8-3.8,8z M-3.8,3c-1,0-1.8,0.9-1.8,1.8 s0.9,1.8,1.8,1.8s1.8-0.9,1.8-1.8S-2.7,3-3.8,3z'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","hamburgerSVG":"\u003Csvg viewBox='0 0 24 24' width='24px' height='24px' class='menu icon'\u003E\u003Ctitle\u003ENavigation\u003C\u002Ftitle\u003E\u003Cpolygon id='Shape' points='0 10.35 23 10.35 23 8.625 0 8.625'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon id='Shape' points='0 18.975 23 18.975 23 17.25 0 17.25'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon id='Shape' points='0 1.72499995 23 1.72499995 23 0 0 0'\u003E\u003C\u002Fpolygon\u003E\u003C\u002Fsvg\u003E","searchHeaderIconEnabled":true,"searchSVG":"\u003Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg'\u003E\u003Cg id='WE\u002FIconography\u002FHeader\u002Fstores'\u003E\u003Cg id='Clipped'\u003E\u003Cpath id='Shape' d='M11.5732 3.11914C16.407 3.11931 20.3398 7.0529 20.3398 11.8867C20.3396 16.7214 16.4069 20.6532 11.5732 20.6533C6.73945 20.6533 2.80489 16.7215 2.80469 11.8867C2.80469 7.0528 6.73932 3.11914 11.5732 3.11914ZM11.5732 4.5752C7.54116 4.5752 4.26172 7.85464 4.26172 11.8867C4.26192 15.9176 7.54129 19.1973 11.5732 19.1973C15.604 19.1971 18.8826 15.9175 18.8828 11.8867C18.8828 7.85474 15.6041 4.57537 11.5732 4.5752Z' fill='#212121'\u002F\u003E\u003C\u002Fg\u003E\u003Cpath id='Shape_2' d='M23.3938 23.588L16.9531 17.7307L17.9318 16.6543L24.3725 22.5116L23.3938 23.588Z' fill='#212121'\u002F\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","storesSVG":"\u003Csvg viewBox='-432.333 -510.246 898 1059.831' width='20' role='img' aria-labelledby='title'\u003E\u003Ctitle id='title'\u003Estores\u003C\u002Ftitle\u003E\u003Cpath role='presentation' d='M447.468-419.595c-.112-66.34-15.065-79.986-82.13-80.02-231.013-.11-462.023-.083-693.043-.017-76.188.018-88.78 12.145-88.897 87.846-.248 189.595-.084 379.175-.084 568.765 0 98.766.2 197.57-.09 296.337-.12 40.653 11.187 77.737 56.8 79.532 94.99 3.7 190.216 1.103 290.898 1.103 0-51.945-.113-99.31.02-146.655.176-66 16.157-82.318 80.54-82.542 73.17-.262 88.207 13.962 88.563 84.598.243 47.327.057 94.684.057 145.085 92.926 0 178.805.262 264.654-.112 61.795-.244 82.562-20.375 82.674-84.02.496-290.012.496-579.957.038-869.903zM-68.918 131.96H-238.75V20.473h169.832V131.96zm0-344.525H-238.74v-111.482h169.85v111.482h-.028zM275.607 131.96h-65.785c-23.776.55-47.964.214-72.926 0h-31.122V20.473h1.253v-.6H272.16c0 .207.017.413.017.6h3.43V131.96zm0-344.525h-72.944c-18.954.252-38.252.158-58.308 0h-38.58v-.197h-.59v-110.31h.59v-.976h169.832v111.483z'\u003E\u003C\u002Fpath\u003E\u003C\u002Fsvg\u003E"},"secondHeaderIcon":"account","stickySortFilterEnabled":true},"mobileTopLinks":{"mobileUtilityNav":{"abTestConfig":{"ABTest":"headerMobileUtilityNav","activeVariant":"variantUtilityNav","enabled":false},"isEnabled":true},"topLinks":{"favorites":{"SVGIcon":"heart-we","isEnabled":true,"link":"\u002Ffavorites\u002F?cm_type=lnav","mobileUtilityNavIcon":"heart-we","mobileUtilityNavText":"Favorites"},"links":[{"link":"\u002Fregistry\u002F?babyRegistry=true","mobileUtilityNavText":"Baby Registry","SVGIcon":"we-registry","text":"Baby Registry"},{"link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_type=lnav","mobileUtilityNavText":"Track Order","SVGIcon":"box","text":"Track Order"}],"myAccount":{"SVGIcon":"account","isEnabled":false,"isMobileUtilityNavCustomLoggedInGreeting":false,"link":{"signedIn":"\u002Faccount\u002F?cm_type=lnav","signedOut":"\u002Faccount\u002Flogin.html?cm_type=lnav"},"mobileUtilityNavText":"My Account","text":"Sign In \u002F Create an Account"},"myStore":{"isEnabled":true,"mobileUtilityNavText":"My Store"}}},"myStore":{"enabled":true},"navBar":{"enabled":true},"primaryNavBar":{"mobileNavItems":[{"path":"shop\u002Fkids-new","class":"new","hasSpotlight":false,"text":"New"},{"path":"shop\u002Fkids-furniture","class":"","hasSpotlight":false,"text":"Furniture"},{"path":"shop\u002Fkids-bedding-bath","class":"","hasSpotlight":false,"text":"Bedding & Bath"},{"path":"shop\u002Fkids-rugs","class":"","hasSpotlight":false,"text":"Rugs"},{"path":"shop\u002Fkids-decor","class":"","hasSpotlight":false,"text":"Decor"},{"path":"shop\u002Fkids-toys","class":"","hasSpotlight":false,"text":"Toys & Gifts"},{"path":"shop\u002Fbaby","class":"","hasSpotlight":false,"text":"Baby"},{"path":"shop\u002Fkids-teen","class":"","hasSpotlight":false,"text":"Kids & Teen"},{"path":"shop\u002Fkids-playroom","class":"","hasSpotlight":false,"text":"Playroom"},{"path":"shop\u002Fbaby-kids-sale","class":"sale","hasSpotlight":false,"text":"Sale"}],"topNavItems":[{"path":"shop\u002Fkids-new","class":"","hasSpotlight":true,"text":"New"},{"text":"Furniture","path":"shop\u002Fkids-furniture","hasSpotlight":true},{"text":"Bedding & Bath","path":"shop\u002Fkids-bedding-bath","hasSpotlight":true},{"text":"Rugs","path":"shop\u002Fkids-rugs","hasSpotlight":true},{"text":"Decor","path":"shop\u002Fkids-decor","hasSpotlight":true},{"text":"Toys & Gifts","path":"shop\u002Fkids-toys","hasSpotlight":true},{"text":"Baby","path":"shop\u002Fbaby","hasSpotlight":true},{"text":"Kids & Teen","path":"shop\u002Fkids-teen","hasSpotlight":true},{"text":"Playroom","path":"shop\u002Fkids-playroom","hasSpotlight":true},{"text":"Sale","path":"shop\u002Fbaby-kids-sale","class":"sale","hasSpotlight":true}]},"searchBar":{"enabled":true,"placeholder":"Search","showToggle":false}},"WSH":{"brandLogo":{"alt_text":"","breakpoints":[],"img_link":"","link":""},"crossBrandBar":{"brandBarOrder":[],"mobileBrandBarOrder":[]},"mobileTopLinks":{"mobileUtilityNav":{"abTestConfig":{"ABTest":"v","activeVariant":"","enabled":false},"isEnabled":false},"topLinks":{"favorites":{"SVGIcon":"","isEnabled":false,"link":"","mobileUtilityNavIcon":"","mobileUtilityNavText":""},"links":[],"myAccount":{"SVGIcon":"","isEnabled":false,"isMobileUtilityNavCustomLoggedInGreeting":false,"link":{"signedIn":"","signedOut":""},"mobileUtilityNavIcon":"","mobileUtilityNavText":"","text":""},"myStore":{"isEnabled":false,"mobileUtilityNavText":""}}},"myStore":{"enabled":false},"primaryNavBar":{"mobileNavItems":[],"topNavItems":[]},"secondaryNavBar":{"categories":[]}}},"subBrandSearchEnabled":false,"subBrands":{"brands":[{"brand_name":"West Elm","id":"WE","link":"\u002F?cm_sp=tnav-_-west-elm-_-tab","default":true},{"brand_name":"West Elm Kids","id":"WEK","link":"\u002Fm\u002Fpages\u002Fbaby-kids\u002F?cm_re=Header-_-WestElm-_-Kids","conceptName":"West Elm Kids","urlParamValue":"west-elm-kids"},{"brand_name":"West Elm Business to Business","id":"WEB","link":"\u002Fm\u002Fpages\u002Fbusiness\u002F?cm_re=Header-_-WestElm-_-Business","urlParamValue":""}],"show_sub_brands_links":false,"subBrandSearchEnabled":true},"suppressEmailOverlayIfUserLoggedIn":true,"emailOverlayWithDelay":{"enabled":false,"triggerAfterMs":3000,"triggerAfterPageViews":2,"abTest":{"name":"headerEmailOverlayWithDelay","enabled":false,"activeVariant":"showEmailOverlayWithDelay"}},"useLegacyEcmSolution":false,"userLocationDetails":{"deliveryLocationTimeout":3000,"isEnabled":true,"storeRadius":25,"enableInventoryTransitEndpoint":true},"viewMoreRecommendations":{"count":"20","drawerDirection":"right","enabled":true,"fallbackPlacementMessage":{"enabled":true,"message":"You don't have any recently viewed items. Here are some of our bestsellers!"},"imgUrlBase":"https:\u002F\u002Fwww.westelm.com\u002Fweimgs\u002Fab\u002Fimages\u002Fwcm\u002Fproducts\u002F","inlineRecommendations":{"ABTest":{"enable":true,"name":"shopInlineSeeMoreLikeThis"},"breakpoints":{"large":{"itemsToShow":4,"itemsToSlide":4},"medium":{"itemsToShow":4,"itemsToSlide":4},"small":{"itemsToShow":3,"itemsToSlide":3},"xSmall":{"itemsToShow":2.5,"itemsToSlide":2}},"count":"20","desktop":true,"maskUrl":{"enable":false,"hostUrl":"https:\u002F\u002Fwww.westelm.com\u002Fsvc\u002Frecommendation\u002Fv2\u002F"},"mobile":true},"itemType":"Group","pricing":{"defaultLabels":{"clearance":"","discount":"","discountPercentage":"","regular":"","sale":"","special":""},"mdmLabels":{"clearance":"","sale":"","discount":"","discountPercentage":"","regular":""},"showDiscountPercentage":false,"showMdmPriceLabels":false,"showPriceTypeBetweenPriceRanges":false,"hideSalesUnderPercent":0,"showSaleLabel":false},"template":"rvi-similarity","timeout":10000,"title":"More Items Like This"},"vta":{"allowThumbImageAttrField":false,"maxProductsVisible":3,"maxSuggestionsMobile":3,"maxSuggestionsVisible":3,"resultsUrl":"\u002Fsearch\u002Fresults.html?words=","showScroller":true,"topProductsTitle":"","topSearchVta":{"abTestConfig":{"activeVariant":"showtopsearchvta","isEnabled":false,"name":"headertopsearchvta"},"clearRecentSearches":{"isEnabled":true,"title":"Clear Recent Searches"},"isEnabled":true,"popularSearches":{"abTestConfig":{"activeVariant":"showtopsearchvtapopular","isEnabled":false,"name":"headertopsearchvtapopular"},"isEnabled":true,"maxRetries":3,"maxVisible":{"desktop":6,"mobile":3},"title":"Popular Searches","url":"https:\u002F\u002Fwww.westelm.com\u002Fnetstorage\u002Fpopular-search-terms\u002Fwe-popular-search-terms"},"productSuggestions":{"maxVisible":6,"showScroller":false,"title":"Product Suggestions"},"recentSearches":{"isEnabled":true,"maxVisible":{"desktop":6,"mobile":3},"title":"Recent Searches"},"rvi":{"abTestConfig":{"activeVariant":"showtopsearchvtarvi","isEnabled":false,"name":"headertopsearchvtarvi"},"enabled":true,"isFavoriteEnabled":false,"itemsPerRow":4,"maxVisible":8,"mobile":{"abTestConfig":{"activeVariant":"showtopsearchvtarviformobile","isEnabled":false,"name":"headertopsearchvtarviformobile"},"enabled":true},"pageType":"VTARVI","showProductName":false,"showProductPricing":false,"showSeeMoreLink":false,"title":"Recently Viewed"},"searchSuggestions":{"maxVisible":5,"title":"Search Suggestions"}}},"wcmImagePath":{"path":"https:\u002F\u002Fassets.weimgs.com\u002Fweimgs\u002Fab\u002Fimages\u002Fwcm\u002F"},"_DEV_COMMENT_brConfigKey":"this key value should match the corresponding key in Shop MFE src\u002Fclient\u002Futil\u002Fconstants.js BR_LOCALSTORAGE_KEY","brLocalStorageKey":"BR_CONFIG","brandPhoneNumber":{"contactNumber":"1.877.812.6235"},"breakpoints":{},"catTreeLocalStorageKey":"categoryData","rewardsDpConfig":{"enabled":false},"creditCardServiceProviderName":"COF","deeplinking":{"isEnabled":true},"ecmPlacements":{"DesktopPlacements":["global-wide-banner-1","global-wide-banner-2","global-wide-banner-3","global-wide-banner-4","global-ticker-1","global-ticker-2","global-ticker-3","global-ticker-4","footer-legal","spotlight-stores","secondary-nav-banner-1","secondary-nav-banner-b2b","kids-secondary-nav-banner-1","email-overlay-copy","email-overlay-copy-legal","email-overlay-copy-confirm"],"MobilePlacements":["mobile-wide-banner-1","mobile-wide-banner-2","mobile-wide-banner-3","mobile-wide-banner-4","mobile-global-ticker-1","mobile-global-ticker-2","mobile-global-ticker-3","mobile-global-ticker-4","mobile-global-nav-top","mobile-global-nav-middle","mobile-global-nav-bottom","email-overlay-copy-m","email-overlay-copy-confirm-m","mobile-global-nav-top-b2b","mobile-global-nav-bottom-b2b"],"_DesktopPlacements":"Array of xbrand supported site-wide ECM placements for desktop","_MobilePlacements":"Array of xbrand supported site-wide ECM placements for mobile","isPathSpecificPromo":false},"home":{"statusWidget":{"deliveryEstimationExpirationInDays":30,"isEnabledNativeApp":false}},"hostName":"www.westelm.com","countrySelector":{"isEnabled":true},"i18n":{"countryDetailsEndpoint":"\u002Finternational\u002FcountryDetails-mfe.html","hasShippingCountryInFooter":true,"shippingCountryEnabled":true},"isCatalogMicroServiceEnabled":true,"linkParameters":{"redirectTrackingUrlMatchString":"OLDLINK","parametersToRemove":["cm_re","cm_sp","cm_src","cm_type","originsc","tabnav","recstrat","podId","strategyId"],"parametersToReport":["cm_re","cm_sp","cm_src","cm_type","originsc","tabnav","position","pkey","recstrat","podId","strategyId"]},"enableUrlParameters":true,"mobileSearchBarToggle":{"isToggleActive":true},"navLinksPathInNewTab":"","pingOneSignals":{"isEnabled":true},"accertify":{"isEnabled":false},"beddingVisualizer":{"beddingVisualiserLink":"","isHideShareButton":false,"isHideAddToWishlistButton":false},"salesforceGeoLocation":{"isEnabled":false,"storeModeDeeplinkPath":"\u002Fstores?storeId"},"updateNativeApp":{"lowestSupportedVersion":"15.18.0","lowestSupportedVersioniOS":"15.18.0","unsupportediOSVersions":[]},"footerSMSCapture":{"isEnabled":true,"smsDisclaimer":"Enter your mobile number to receive marketing text messages. You understand that consent is not required to make a purchase. Message and data rates may apply. Message frequency varies. Wireless carriers are not liable for delayed or undelivered messages. Text HELP for help and STOP to cancel. For questions, please \u003Ca href='\u002Fcustomer-service\u002Femail-us\u002F' target='_blank'\u003Econtact us\u003C\u002Fa\u003E. \u003Ca href='\u002Fabout-us\u002Fterms.html' target='_blank'\u003ETerms\u003C\u002Fa\u003E.","signUpButton":"Sign Up Now"},"mobileFooterSignupV2":{"isEnabled":true,"thanksForSigningUpText":"Thanks for signing up!","emailSmsConfirmationText":"Now you'll always be in the loop on all the latest trends, styles and collabs.","startShoppingText":"START SHOPPING"}},"url":"\u002Fssr-header-WE","subBrand":"WE","assetUris":{"static":"https:\u002F\u002Fwww.westelm.com\u002F.static\u002F","scripts":"https:\u002F\u002Fwww.westelm.com\u002F.static\u002F","images":"https:\u002F\u002Fassets.weimgs.com\u002Fweimgs\u002Frk\u002Fimages\u002Fwcm\u002F","ecmImages":"https:\u002F\u002Fassets.weimgs.com\u002Fweimgs\u002Frk\u002Fimages\u002Fdp\u002F"},"catGenerationId":"326040709","activeProperties":{"isBrowseMode":"0","isMobile":"0","isSeoBot":"0"},"clientApplicationUri":"https:\u002F\u002Fwww.westelm.com\u002F","isBrowseMode":false}}</script><script src="/.static/202612/409044590/dist/header/header.b0eb6f30.js" defer ></script>
<script src="/.static/202612/409044590/dist/header/header-lazy-components.b0eb6f30.js" defer ></script>

    <script defer src="/.static/content/content.a1359ba8.js"></script><div id="content-app" data-style="app" class="homepage ecom-app-content ecm-content-page" role="main"><div class="content-mfe USA WE WE" data-style="router-view"><div class="/"><div data-test-id="aside-navigation-container" class="aside-navigation-container new-page-container"><!--[--><div class="responsive-content responsive-content-page loadingPageContent MFE-HOMEPAGE" data-style="content-page"><span> <link rel="preload" as="image" href="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/012.jpg"> <link rel="preload" as="image" href="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/005.jpg"> <link rel="preload" as="image" href="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/011.jpg"> <link rel="preload" as="image" href="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2413/001/003.jpg"> <link rel="preload" as="image" href="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2413/001/002.jpg"></span><div class="desktopContentWrapper"><div data-test="ecm-content-desktop-container"><div class="ecm-content-wrapper" data-style="ecm-content-wrapper"><div data-page-title="Homepage MFE" class="cq-ecm-pages responsive-homepage"><div class="section video vimeo-video-thumbnail padding-bottom-40 ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile" id="video-294274930"><div class="videoThumbnail modal"><div class="thumbnailContent"></div><div class="modalHook" id="id1775508002581"><div class="responsive-video-wrapper"><!--[--><div style="opacity:1;pointer-events:auto;transition:opacity 0.5s ease-in-out;" class="responsiveVideo"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2458/001/001.jpg" alt="https://player.vimeo.com/video/1172273972?autoplay=true&amp;byline=0&amp;title=0&amp;loop=false&amp;autopause=false&amp;muted=1&amp;controls=0" class="video-thumbnail" fetchpriority="high"></div><div style="opacity:0;pointer-events:none;transition:opacity 0.5s ease-in-out;" class="responsiveVideo" data-style="vimeo-video"></div><a href="https://www.westelm.com/pages/features/emma-chamberlain/?cm_re=hero1-_-hero-_-EmmaChamberlainLookbook" style="display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;" aria-label="Vimeo video link" class="vimeo-video-link"></a><!--]--></div></div></div></div><div id="mbox1574294952" class="ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a padded-col-ctrl no-vertical-spacing"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="text1735794477" class="text section padding-bottom-16 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-nine">Shop the Emma Chamberlain Collaboration</span></h4></div></div></div><div style="clear:both;"></div><div id="slider-553014746" class="slider section horizontal   vue-ecm-slider four-across-slider no-infinite-scroll ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile" data-scroller="{duration:350, pageSize:3, easing:dojo.fx.easing.cubicInOut}"><!--[--><section tabindex="0" class="hooper ecm-slider-component slider section horizontal   vue-ecm-slider four-across-slider no-infinite-scroll ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile" data-style="ecm-slider" id="ecm-slider-data-slider-553014746"><div class="hooper-list"><ul class="hooper-track" style="transform: translate(0px, 0);"><li class="hooper-slide is-active" style="width: 25%" aria-hidden="false"><a href="https://www.westelm.com/shop/collaborations/emma-chamberlain/?cm_re=contentrow1-_-block-_-EmmaChamberlainShop" target="_self"><img fetchpriority="high" alt="Shop All Emma Chamberlain" title="Shop All Emma Chamberlain" src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/012.jpg" height="1302" width="976"></a></li><li class="hooper-slide is-active" style="width: 25%" aria-hidden="false"><a href="https://www.westelm.com/shop/collaborations/furniture+emma-chamberlain/productcategory-m-category-ff001b-1/?cm_re=contentrow1-_-block-_-EmmaChamberlainFurniture" target="_self"><img fetchpriority="high" alt="Shop Furniture" title="Shop Furniture" src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/005.jpg" height="1302" width="976"></a></li><li class="hooper-slide is-active" style="width: 25%" aria-hidden="false"><a href="https://www.westelm.com/shop/collaborations/pillows---throws+decor+emma-chamberlain/productcategory-m-category-ff000a1027fe202620-2/?cm_re=contentrow1-_-block-_-EmmaChamberlainPillowsDecor" target="_self"><img fetchpriority="high" alt="Shop Pillows &amp; Décor" title="Shop Pillows &amp; Décor" src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/011.jpg" height="1302" width="976"></a></li><li class="hooper-slide is-active" style="width: 25%" aria-hidden="false"><a href="https://www.westelm.com/shop/collaborations/bedding+emma-chamberlain/productcategory-m-category-ff0019-1/?cm_re=contentrow1-_-block-_-EmmaChamberlainBedding" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2413/001/003.jpg" loading="lazy" alt="Shop Bedding" title="Shop Bedding" height="1302" width="976"></a></li><li class="hooper-slide is-next" style="width: 25%" aria-hidden="true"><a href="https://www.westelm.com/shop/collaborations/rugs+window+emma-chamberlain/productcategory-m-category-ff00041c-2/?cm_re=contentrow1-_-block-_-EmmaChamberlainRugsWindow" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2413/001/002.jpg" loading="lazy" alt="Shop Rugs + Window" title="Shop Rugs + Window" height="1302" width="976"></a></li><li class="hooper-slide is-next" style="width: 25%" aria-hidden="true"><a href="https://www.westelm.com/shop/collaborations/lighting+emma-chamberlain/productcategory-m-category-ff001a-1/?cm_re=contentrow1-_-block-_-EmmaChamberlainLighting" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/015.jpg" loading="lazy" alt="Shop Lighting" title="Shop Lighting" height="1302" width="976"></a></li><li class="hooper-slide is-next" style="width: 25%" aria-hidden="true"><a href="https://www.westelm.com/shop/collaborations/bath+emma-chamberlain/productcategory-m-category-ff0016-1/?cm_re=contentrow1-_-block-_-EmmaChamberlainBath" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/008.jpg" loading="lazy" alt="Shop Bath" title="Shop Bath" height="1302" width="976"></a></li></ul><!--[--><!----><div class="hooper-navigation"><button class="hooper-prev" type="button"><svg class="icon icon-arrowLeft" viewBox="0 0 24 24" width="24px" height="24px"><title>Arrow Left</title><path d="M0 0h24v24H0z" fill="none"></path><path d="M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"></path></svg></button><button class="hooper-next" type="button"><svg class="icon icon-arrowRight" viewBox="0 0 24 24" width="24px" height="24px"><title>Arrow Right</title><path d="M0 0h24v24H0z" fill="none"></path><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"></path></svg></button></div><!--]--><div class="hooper-liveregion hooper-sr-only" .aria-live="polite" .aria-atomic="true">Item 1 of 7</div></div></section><!--]--></div></div><noscript id="content-script-0" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox1574294952\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="mbox-859451001" class="hp-content-zone-story-1 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a margin-bottom-64 header-text-over-image"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="text-1428919841" class="text section margin-top-64 btn btn-primary-inverse ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p style="text-align:center;" class="padding-bottom-12"><span class="color-fifty-three">LOUNGE, DINE, UNWIND</span><span class="box"></span></p><h1 style="text-align:center;"><span class="color-fifty-three size-forty-five">The Outdoor Edit</span></h1><p style="text-align:center;"><a href="https://www.westelm.com/shop/new/outdoor-collection/?cm_re=contentrow2-_-hero-_-OutdoorNewArrivals" class="margin-top-16">SHOP NOW<span class="box"></span></a></p></div><div id="imagerollover1467858358" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.westelm.com/shop/new/outdoor-collection/?cm_re=contentrow2-_-hero-_-OutdoorNewArrivals" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/0787/001/005.jpg" loading="lazy" alt="The Outdoor Edit" title="The Outdoor Edit" height="1890" width="3360"></a></div></div></div><div style="clear:both;"></div></div><noscript id="content-script-1" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-859451001\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="mbox-1064199457" class="hp-content-zone-top-10 hp-content-zone-hero-with-scroller ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a margin-bottom-64 header-text-over-image hp-content-zone-hero"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="text270538031" class="text section margin-top-64 btn btn-primary ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h1 style="text-align:center;"><span class="size-forty-five">Lighter Living</span></h1><p style="text-align:center;">Familiar shapes, refined for summer. Lean into woven details and rich hues.</p><p style="text-align:center;"><a href="https://www.westelm.com/shop/new/summer-collection/?cm_re=contentrow3-_-hero-_-SummerNewArrivals" class="margin-top-16">SHOP NEW ARRIVALS<span class="box"></span></a></p></div><div id="imagerollover1407705937" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.westelm.com/shop/new/summer-collection/?cm_re=contentrow3-_-hero-_-SummerNewArrivals" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202615/0541/001/002.jpg" loading="lazy" alt="Lighter Living" title="Lighter Living" height="1890" width="3360"></a></div></div></div><div style="clear:both;"></div></div><noscript id="content-script-2" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-1064199457\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="mbox-2123264468" class="hp-content-zone-scroller-below-hero ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a padded-col-ctrl no-vertical-spacing"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="text-1054311759" class="text section padding-bottom-16 pzn-gallery-headline ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-nine">New &amp; Featured</span></h4></div></div></div><div style="clear:both;"></div><div id="slider-922594646" class="slider section horizontal   vue-ecm-slider four-across-slider no-infinite-scroll ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile" data-scroller="{duration:350, pageSize:3, easing:dojo.fx.easing.cubicInOut}"><!--[--><section tabindex="0" class="hooper ecm-slider-component slider section horizontal   vue-ecm-slider four-across-slider no-infinite-scroll ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile" data-style="ecm-slider" id="ecm-slider-data-slider-922594646"><div class="hooper-list"><ul class="hooper-track" style="transform: translate(0px, 0);"><li class="hooper-slide is-active" style="width: 25%" aria-hidden="false"><a href="https://www.westelm.com/pages/features/summer-lookbook-2026/?cm_re=contentrow4-_-block-_-SummerLookbook" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/001.jpg" loading="lazy" alt="The Summer Lookbook" title="The Summer Lookbook" height="1302" width="976"></a></li><li class="hooper-slide is-active" style="width: 25%" aria-hidden="false"><a href="https://www.westelm.com/shop/inspiration/lighting-edit/?cm_re=contentrow4-_-block-_-LightingEdit" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/006.jpg" loading="lazy" alt="The Lighting Edit" title="The Lighting Edit" height="1302" width="976"></a></li><li class="hooper-slide is-active" style="width: 25%" aria-hidden="false"><a href="https://www.westelm.com/shop/furniture/all-living-room/?cm_re=contentrow4-_-block-_-LivingRoomFurniture" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/003.jpg" loading="lazy" alt="Living Room Furniture" title="Living Room Furniture" height="1302" width="976"></a></li><li class="hooper-slide is-active" style="width: 25%" aria-hidden="false"><a href="https://www.westelm.com/shop/furniture/dining-chairs/?cm_re=contentrow4-_-block-_-DiningChairs" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/007.jpg" loading="lazy" alt="Dining Chairs" title="Dining Chairs" height="1302" width="976"></a></li><li class="hooper-slide is-next" style="width: 25%" aria-hidden="true"><a href="https://www.westelm.com/shop/rugs/all-rugs/?cm_re=contentrow4-_-block-_-AllRugs" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202613/2296/001/014.jpg" loading="lazy" alt="Rugs" title="Rugs" height="1302" width="976"></a></li></ul><!--[--><!----><div class="hooper-navigation"><button class="hooper-prev" type="button"><svg class="icon icon-arrowLeft" viewBox="0 0 24 24" width="24px" height="24px"><title>Arrow Left</title><path d="M0 0h24v24H0z" fill="none"></path><path d="M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"></path></svg></button><button class="hooper-next" type="button"><svg class="icon icon-arrowRight" viewBox="0 0 24 24" width="24px" height="24px"><title>Arrow Right</title><path d="M0 0h24v24H0z" fill="none"></path><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"></path></svg></button></div><!--]--><div class="hooper-liveregion hooper-sr-only" .aria-live="polite" .aria-atomic="true">Item 1 of 5</div></div></section><!--]--></div></div><noscript id="content-script-3" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-2123264468\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="text-581495854" class="text section hp-content-zone-registry-feature ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"></div><div id="mbox952148528" class="hp-content-zone-story-2 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a margin-bottom-40 header-text-over-image"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="mbox-1869901690" class="margin-top-64 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div id="text-375183703" class="text section padding-left-64 btn btn-primary-inverse ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><p><span class="color-fifty-three">INTRODUCING</span></p></div><div id="imagerollover-1747196143" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile hp-b2b-logo padding-bottom-18"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/0787/001/001.svg" loading="lazy" alt="West Elm Office" class="padding-left-64" title="West Elm Office"></div><div id="text-1939611509" class="text section padding-left-64 btn btn-primary-inverse ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><p><span class="color-fifty-three">Modern design for today&#39;s workspace.</span></p><p><a class="margin-top-16" href="https://www.westelm.com/shop/west-elm-office/?cm_re=contentrow5-_-hero-_-WestElmOffice">explore now<span class="box"></span></a></p></div></div><noscript id="content-script-4" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-1869901690\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="imagerollover125658786" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.westelm.com/shop/west-elm-office/?cm_re=contentrow5-_-hero-_-WestElmOffice" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/0787/001/004.jpg" loading="lazy" alt="Explore Now" title="Explore Now" height="1890" width="3360"></a></div></div></div><div style="clear:both;"></div></div><noscript id="content-script-5" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox952148528\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="mbox-1480837272" class="hp-content-zone-story-3 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a margin-bottom-40 header-text-over-image"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="text838979821" class="text section margin-top-64 padding-right-64 btn btn-primary-inverse ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p style="text-align:right;"><span class="color-fifty-three">BEST-SELLING</span></p><h1 style="text-align:right;"><span class="size-forty-five color-fifty-three">The Miles Collection</span></h1><p style="text-align:right;"><a class="margin-top-16" href="https://www.westelm.com/shop/furniture/miles+all-furniture/collection-m-collection-ff0012-1/?cm_re=contentrow6-_-hero-_-Miles">explore now<span class="box"></span></a></p></div><div id="imagerollover-501867558" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.westelm.com/shop/furniture/miles+all-furniture/collection-m-collection-ff0012-1/?cm_re=contentrow6-_-hero-_-Miles" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/0795/001/001.jpg" loading="lazy" alt="Shop now" title="Shop now" height="1890" width="3360"></a></div></div></div><div style="clear:both;"></div></div><noscript id="content-script-6" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-1480837272\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="text2062388429" class="text section margin-left-84 margin-bottom-16 no-vertical-spacing ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><p class="padding-bottom-4 letter-spacing-10">IN STOCK</p><h4><span class="size-nine">Delivered in 1–4 Weeks</span></h4></div><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt4a margin-left-84 margin-right-84 column-gap-24 padding-bottom-24 no-vertical-spacing"><div class="parsys_column wsi-colctrl-lt4a-c0"><div id="imagerollover133594821" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing"><a href="https://www.westelm.com/shop/furniture/sectional+sofa+all-living-room/producttype-m-product-type-ff0009141b23fe20-2/?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockSofasSectionals" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/2774/001/037.jpg" loading="lazy" alt="Sofas &amp; Sectionals" title="Sofas &amp; Sectionals" height="720" width="720"></a></div><div id="text133594843" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p><a href="https://www.westelm.com/shop/furniture/sectional+sofa+all-living-room/producttype-m-product-type-ff0009141b23fe20-2/?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockSofasSectionals"><span class="size-five">Sofas &amp; Sectionals <span class="box">→</span></span></a></p></div></div><div class="parsys_column wsi-colctrl-lt4a-c1"><div id="imagerollover133594845" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing"><a href="https://www.westelm.com/shop/furniture/coffee-table+side-tables+all-furniture/producttype-m-product-type-ff00070c111e252dfe202020-2/?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockCoffeeTables" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/2774/001/028.jpg" loading="lazy" alt="Coffee Tables" title="Coffee Tables" height="720" width="720"></a></div><div id="text133594846" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p><a href="https://www.westelm.com/shop/furniture/coffee-table+side-tables+all-furniture/producttype-m-product-type-ff00070c111e252dfe202020-2/?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockCoffeeTables"><span class="size-five">Coffee Tables <span class="box">→</span></span></a></p></div></div><div class="parsys_column wsi-colctrl-lt4a-c2"><div id="imagerollover133594848" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing"><a href="https://www.westelm.com/shop/furniture/dining-tables/?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningTables" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/2774/001/026.jpg" loading="lazy" alt="Dining Tables" title="Dining Tables" height="720" width="720"></a></div><div id="text133594849" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p><a href="https://www.westelm.com/shop/furniture/dining-tables/?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningTables"><span class="size-five">Dining Tables <span class="box">→</span></span></a></p></div></div><div class="parsys_column wsi-colctrl-lt4a-c3"><div id="imagerollover133594851" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing"><a href="https://www.westelm.com/shop/furniture/dining-chairs/?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningChairs" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/2774/001/036.jpg" loading="lazy" alt="Dining Chairs" title="Dining Chairs" height="720" width="720"></a></div><div id="text133594852" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p><a href="https://www.westelm.com/shop/furniture/dining-chairs/?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningChairs"><span class="size-five">Dining Chairs <span class="box">→</span></span></a></p></div></div></div><div style="clear:both;"></div><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt4a margin-left-84 margin-right-84 column-gap-24"><div class="parsys_column wsi-colctrl-lt4a-c0"><div id="imagerollover133594814" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing"><a href="https://www.westelm.com/shop/lighting/all-lighting/?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockLighting" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202551/3183/001/007.jpg" loading="lazy" alt="Lighting" title="Lighting" height="720" width="720"></a></div><div id="text133594815" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p><a href="https://www.westelm.com/shop/lighting/all-lighting/?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockLighting"><span class="size-five">Lighting <span class="box">→</span></span></a></p></div></div><div class="parsys_column wsi-colctrl-lt4a-c1"><div id="imagerollover-549879661" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing"><a href="https://www.westelm.com/shop/furniture/beds/?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockBeds" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202551/3183/001/005.jpg" loading="lazy" alt="Beds" title="Beds" height="720" width="720"></a></div><div id="text-549879660" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p><a href="https://www.westelm.com/shop/furniture/beds/?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockBeds"><span class="size-five">Beds <span class="box">→</span></span></a></p></div></div><div class="parsys_column wsi-colctrl-lt4a-c2"><div id="imagerollover-549879658" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing"><a href="https://www.westelm.com/shop/furniture/dresser+nightstand+all-furniture/producttype-m-product-type-ff0007181f27fe20-2/?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockDressersNightstands" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202551/3183/001/006.jpg" loading="lazy" alt="Dressers" title="Dressers" height="720" width="720"></a></div><div id="text-549879657" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p><a href="https://www.westelm.com/shop/furniture/dresser+nightstand+all-furniture/producttype-m-product-type-ff0007181f27fe20-2/?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockDressersNightstands"><span class="size-five">Dressers &amp; Nightstands <span class="box">→</span></span></a></p></div></div><div class="parsys_column wsi-colctrl-lt4a-c3"><div id="imagerollover133594817" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing"><a href="https://www.westelm.com/shop/rugs/all-rugs/?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockRugs" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202551/3183/001/012.jpg" loading="lazy" alt="Rugs" title="Rugs" height="720" width="720"></a></div><div id="text133594818" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p><a href="https://www.westelm.com/shop/rugs/all-rugs/?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockRugs"><span class="size-five">Rugs <span class="box">→</span></span></a></p></div></div></div><div style="clear:both;"></div><div id="text2054031826" class="text section hp-content-zone-registry-feature-2 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"></div><div id="mbox-1079190462" class="ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt2a no-gap"><div class="parsys_column wsi-colctrl-lt2a-c0"><div id="imagerollover1594281124" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><a href="https://www.westelm.com/shop/kids-furniture/all-kids-bedroom-furniture/?cm_re=contentrow9-_-hero-_-KidsFurniture" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/0800/001/001.jpg" loading="lazy" alt="Shop now" title="Shop now" height="2100" width="1680"></a></div></div><div class="parsys_column wsi-colctrl-lt2a-c1"><div id="mbox-87133403" class="bg-color-french-fry-efc261 bg-color-cover aligned-center justify-center ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div id="imagerollover-1709663056" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile hp-wek-logo-desktop padding-bottom-18"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202601/0593/001/001.svg" loading="lazy" alt="west elm kids" class="padding-left-311" title="west elm kids"></div><div id="text-812772758" class="text section margin-top-339 btn btn-primary padding-left-40 padding-right-40 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><h5 class="padding-bottom-12" style="text-align:center;"><span class="color-sixteen size-ten"><b>Furniture Made for More</b></span></h5><p class="padding-bottom-16" style="text-align:center;"><span class="size-six color-sixteen">Maximize their space with smart, modular designs.</span></p><p style="text-align:center;"><a href="https://www.westelm.com/shop/kids-furniture/all-kids-bedroom-furniture/?cm_re=contentrow9-_-hero-_-KidsFurniture">Shop now<span class="box"></span></a></p></div></div><noscript id="content-script-7" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-87133403\&quot;,&#39;&#39;);\n\n &quot;</noscript></div></div></div><div style="clear:both;"></div></div><noscript id="content-script-8" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-1079190462\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt6a padded-col-ctrl text-benefits-desktop"><div class="parsys_column wsi-colctrl-lt6a-c0"><hr><div id="text259356606" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-twenty">Key Rewards</span></h4><p><a href="https://www.westelm.com/pages/the-key-rewards/?cm_re=homepage-_-evergreen-_-TheKey"><span class="size-four">Earn 2% back on every purchase →</span></a></p></div></div><div class="parsys_column wsi-colctrl-lt6a-c1"><hr><div id="text259356609" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-twenty">Design Crew</span></h4><p><a href="https://www.westelm.com/pages/style-and-service/?cm_re=homepage-_-evergreen-_-DesignCrew"><span class="size-four">Free design services →</span></a></p></div></div><div class="parsys_column wsi-colctrl-lt6a-c2"><hr><div id="text-549879817" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-twenty">West Elm Visa</span></h4><p><a href="https://www.westelm.com/ccvalueprop/?fromPageType=Homepage&amp;userAction=learnmore&amp;fromPageLoc=BottomBanner/?cm_re=homepage-_-evergreen-_-WECC"><span class="size-four">Enjoy 10% back for 30 days<sup>1</sup> →</span></a></p></div></div><div class="parsys_column wsi-colctrl-lt6a-c3"><hr><div id="text-549879811" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-twenty">Wedding Registry</span></h4><p><a href="https://www.westelm.com/registry/?cm_re=homepage-_-evergreen-_-Registry"><span class="size-four">Create your dream wish list with our family of brands →</span></a></p></div></div><div class="parsys_column wsi-colctrl-lt6a-c4"><hr><div id="text-549879787" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-twenty">Design Boards</span></h4><p><a href="https://www.westelm.com/my-boards/?cm_re=homepage-_-evergreen-_-DesignBoards"><span class="size-four">Create mood boards with styles that inspire you →</span></a></p></div></div><div class="parsys_column wsi-colctrl-lt6a-c5"><hr><div id="text-549879600" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-twenty">Benjamin Moore</span></h4><p><a href="https://www.westelm.com/pages/ideas-and-advice/benjamin-moore-paint/?cm_re=homepage-_-evergreen-_-BenjaminMoore"><span class="size-four">Explore this year&#39;s color palette →</span></a></p></div></div></div><div style="clear:both;"></div><div id="mbox-1265449114" class="ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt2a no-gap"><div class="parsys_column wsi-colctrl-lt2a-c0"><div id="imagerollover726720884" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><a href="https://www.westelm.com/pages/business/?cm_re=homepage-_-evergreen-_-Business" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/1433/001/002.jpg" loading="lazy" alt="BUSINESS TO BUSINESS" title="BUSINESS TO BUSINESS" height="280" width="840"></a></div></div><div class="parsys_column wsi-colctrl-lt2a-c1"><div id="mbox726720886" class="bg-color-newsprint-e7e5e1 bg-color-cover aligned-center justify-center ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="mboxDefault"><div id="imagerollover928000051" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile hp-b2b-logo padding-bottom-18"><a href="https://www.westelm.com/pages/business/?cm_re=homepage-_-evergreen-_-Business" target="_self"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/1433/001/001.svg" loading="lazy" alt="BUSINESS TO BUSINESS" class="padding-left-64" title="BUSINESS TO BUSINESS"></a></div><div id="text1060355771" class="text section padding-left-64 padding-right-64 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><h1 class="padding-bottom-4">Floor-to-Ceiling Solutions<span class="size-twenty-seven"></span></h1><p class="padding-bottom-16"><span class="size-five">Contract-grade products and design support, plus members-only perks, for projects large or small.</span></p><p><a href="https://www.westelm.com/pages/business/?cm_re=homepage-_-evergreen-_-Business">LEARN MORE <span class="box">→</span></a></p></div></div><noscript id="content-script-9" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox726720886\&quot;,&#39;&#39;);\n\n &quot;</noscript></div></div></div><div style="clear:both;"></div></div><noscript id="content-script-10" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-1265449114\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="vuereference-33395166 " class="section vuereference ecm-component-wrapper ecm-vue-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><div class="vue-reference-component WsiRecs" data-name="WsiRecs" data-props="[{&quot;attributeName&quot;:&quot;pageTypeName&quot;,&quot;attributeValue&quot;:&quot;HPRVI&quot;}]"><div data-style="vue-component-wrapper" class="vueComponentWrapper"><!----></div></div></div><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a padded-col-ctrl no-vertical-spacing"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="text-549879752" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4 class="padding-bottom-16">Discover Even More to Love Across Our Family of Brands</h4></div></div></div><div style="clear:both;"></div><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt8a padded-col-ctrl no-vertical-spacing"><div class="parsys_column wsi-colctrl-lt8a-c0"><div id="imagerollover-549879818" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.potterybarn.com/?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter" target="_blank"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/4011/001/012.jpg" loading="lazy" alt="Pottery barn" title="Pottery barn" height="900" width="750"></a></div></div><div class="parsys_column wsi-colctrl-lt8a-c1"><div id="imagerollover-549879813" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.potterybarnkids.com/?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter" target="_blank"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/4011/001/010.jpg" loading="lazy" alt="Pottery barn kids" title="Pottery barn kids" height="900" width="750"></a></div></div><div class="parsys_column wsi-colctrl-lt8a-c2"><div id="imagerollover-549879782" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.pbteen.com/?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter" target="_blank"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/4011/001/014.jpg" loading="lazy" alt="Pottery barn teen" title="Pottery barn teen" height="900" width="750"></a></div></div><div class="parsys_column wsi-colctrl-lt8a-c3"><div id="imagerollover-549879780" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.williams-sonoma.com/?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter" target="_blank"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/4011/001/009.jpg" loading="lazy" alt="Williams sonoma" title="Williams sonoma" height="900" width="750"></a></div></div><div class="parsys_column wsi-colctrl-lt8a-c4"><div id="imagerollover-549879757" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.williams-sonoma.com/pages/williams-sonoma-home/?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter" target="_blank"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/4011/001/013.jpg" loading="lazy" alt="Williams sonoma home" title="Williams sonoma home" height="900" width="750"></a></div></div><div class="parsys_column wsi-colctrl-lt8a-c5"><div id="imagerollover-549879755" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.markandgraham.com/?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter" target="_blank"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/4011/001/016.jpg" loading="lazy" alt="Mark &amp; Graham" title="Mark &amp; Graham" height="900" width="750"></a></div></div><div class="parsys_column wsi-colctrl-lt8a-c6"><div id="imagerollover-549879749" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.rejuvenation.com/?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter" target="_blank"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/4011/001/011.jpg" loading="lazy" alt="Rejuvenation" title="Rejuvenation" height="900" width="750"></a></div></div><div class="parsys_column wsi-colctrl-lt8a-c7"><div id="imagerollover-549879725" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile"><a href="https://www.greenrow.com/?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter" target="_blank"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202549/4011/001/015.jpg" loading="lazy" alt="Green Row" title="Green Row" height="900" width="750"></a></div></div></div><div style="clear:both;"></div><div class="section video vimeo-video-thumbnail no-vertical-spacing padding-bottom-20 ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile" id="video-195846492"><div class="videoThumbnail modal"><div class="thumbnailContent"></div><div class="modalHook" id="id1775508002917"><div class="responsive-video-wrapper"><!--[--><div style="opacity:1;pointer-events:auto;transition:opacity 0.5s ease-in-out;" class="responsiveVideo"><img src="https://assets.weimgs.com/weimgs/rk/images/dp/ecm/202612/2804/001/011.jpg" alt="https://player.vimeo.com/video/1172273996?autoplay=true&amp;byline=0&amp;title=0&amp;loop=false&amp;autopause=false&amp;muted=1&amp;controls=0" class="video-thumbnail" fetchpriority="high"></div><div style="opacity:0;pointer-events:none;transition:opacity 0.5s ease-in-out;" class="responsiveVideo" data-style="vimeo-video"></div><a href="https://www.westelm.com/pages/features/emma-chamberlain/?cm_re=hero1-_-hero-_-EmmaChamberlainLookbook" style="display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;" aria-label="Vimeo video link" class="vimeo-video-link"></a><!--]--></div></div></div></div><div id="mbox-1030762143" class="ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="mboxDefault"><div id="text55821233" class="text section padding-bottom-16 no-vertical-spacing padding-left-20 pzn-gallery-headline ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><h1 style="text-align:left;"><span class="size-twenty-seven">Shop the Collaboration</span></h1></div><div id="slider-1778531824" class="slider section horizontal   vue-ecm-slider sm-one-third-slider no-infinite-scroll hp-content-zone-scroller-below-hero ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile" data-scroller="{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}"><!--[--><!----><!--]--></div></div><noscript id="content-script-11" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-1030762143\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="mbox1789491667" class="hp-content-zone-story-1 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt1a header-text-over-image"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="text1421705348" class="text section align-last-item-bottom padding-bottom-20 padding-top-20 btn btn-primary-inverse padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><p style="text-align:center;" class="padding-bottom-8"><span class="color-fifty-three size-six">LOUNGE, DINE, UNWIND</span><span class="size-six"><span class="box"></span></span></p><h1 style="text-align:center;"><span class="color-fifty-three size-thirty-one">The Outdoor Edit</span></h1><p style="text-align:center;"><a class="margin-top-16" href="https://www.westelm.com/shop/new/outdoor-collection/?cm_re=contentrow2-_-hero-_-OutdoorNewArrivals">shop now<span class="box"></span></a></p></div><div id="imagerollover-1074413460" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><a href="https://www.westelm.com/shop/new/outdoor-collection/?cm_re=contentrow2-_-hero-_-OutdoorNewArrivals" target="_self"><!----></a></div></div></div><div style="clear:both;"></div></div><noscript id="content-script-12" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox1789491667\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="mbox-2091643175" class="hp-content-zone-top-10 hp-content-zone-hero-with-scroller ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt1a header-text-over-image hp-content-zone-hero"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="text-958310774" class="text section align-last-item-bottom padding-bottom-20 padding-top-20 btn btn-primary-inverse padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><h1 style="text-align:center;"><span class="color-fifty-three size-thirty-one">Lighter Living</span></h1><p style="text-align:center;"><span class="color-fifty-three size-six">Familiar shapes, refined for summer. Lean into woven details and rich hues.</span></p><p style="text-align:center;"><a class="margin-top-16" href="https://www.westelm.com/shop/new/summer-collection/?cm_re=contentrow3-_-hero-_-SummerNewArrivals">SHOP NEW ARRIVALS<span class="box"></span></a></p></div><div id="imagerollover182604994" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><a href="https://www.westelm.com/shop/new/summer-collection/?cm_re=contentrow3-_-hero-_-SummerNewArrivals" target="_self"><!----></a></div></div></div><div style="clear:both;"></div><div id="mbox1055558447" class="hp-content-zone-scroller-below-hero ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="mboxDefault"><div id="text-1037843073" class="text section padding-bottom-16 no-vertical-spacing padding-left-20 pzn-gallery-headline padding-top-32 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><h1 style="text-align:left;"><span class="size-twenty-seven">New &amp; Featured</span></h1></div><div id="slider1422771166" class="slider section horizontal   vue-ecm-slider sm-one-third-slider no-infinite-scroll hp-content-zone-scroller-below-hero ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile" data-scroller="{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}"><!--[--><!----><!--]--></div></div><noscript id="content-script-13" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox1055558447\&quot;,&#39;&#39;);\n\n &quot;</noscript></div></div><noscript id="content-script-14" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-2091643175\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="text628702112" class="text section hp-content-zone-registry-feature ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"></div><div id="mbox-792251127" class="hp-content-zone-story-2 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt1a header-text-over-image"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="mbox-1658105505" class="ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="mboxDefault"><div id="text-459073468" class="text section padding-bottom-8 padding-top-20 padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><p style="text-align:center;" class="padding-bottom-8"><span class="color-fifty-three size-six">INTRODUCING</span><span class="size-six"><span class="box"></span></span></p></div><div id="imagerollover879991585" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile hp-b2b-logo-mobile padding-bottom-4"><!----></div><div id="text-1768678896" class="text section padding-bottom-20 padding-top-16 btn btn-primary-inverse padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><p style="text-align:center;"><span class="color-fifty-three size-six">Modern design for today&#39;s workspace.</span></p></div></div><noscript id="content-script-15" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-1658105505\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="text-884786214" class="text section align-last-item-bottom padding-bottom-20 padding-top-20 btn btn-primary-inverse padding-right-20 padding-left-10 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><p style="text-align:center;"><a class="margin-top-16" href="https://www.westelm.com/shop/west-elm-office/?cm_re=contentrow5-_-hero-_-WestElmOffice">explore now<span class="box"></span></a></p></div><div id="imagerollover-1130736211" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><a href="https://www.westelm.com/shop/west-elm-office/?cm_re=contentrow5-_-hero-_-WestElmOffice" target="_self"><!----></a></div></div></div><div style="clear:both;"></div></div><noscript id="content-script-16" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-792251127\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="mbox423031019" class="hp-content-zone-story-3 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="mboxDefault"><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt1a header-text-over-image"><div class="parsys_column wsi-colctrl-lt1a-c0"><div id="text1724645304" class="text section align-last-item-bottom padding-bottom-20 padding-top-20 btn btn-primary-inverse padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><p style="text-align:center;"><span class="color-fifty-three size-six">BEST-SELLING</span></p><h1 style="text-align:center;"><span class="color-fifty-three size-thirty-one">The Miles Collection</span></h1><p style="text-align:center;"><a class="margin-top-16" href="https://www.westelm.com/shop/furniture/miles+all-furniture/collection-m-collection-ff0012-1/?cm_re=contentrow6-_-hero-_-Miles">Shop now<span class="box"></span></a></p></div><div id="imagerollover936511887" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><a href="https://www.westelm.com/shop/furniture/miles+all-furniture/collection-m-collection-ff0012-1/?cm_re=contentrow6-_-hero-_-Miles" target="_self"><!----></a></div></div></div><div style="clear:both;"></div></div><noscript id="content-script-17" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox423031019\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="text-72970084" class="text section padding-bottom-16 no-vertical-spacing padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><p class="padding-bottom-8"><span class="size-six">IN STOCK</span></p><h4><span class="size-twenty-seven">Delivered in 1–4 Weeks</span></h4></div><div id="slider1711091500" class="slider section horizontal   vue-ecm-slider sm-two-third-slider no-infinite-scroll padding-left-20 padding-bottom-20 ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile" data-scroller="{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}"><!--[--><!----><!--]--></div><div id="slider1433223557" class="slider section horizontal   vue-ecm-slider sm-two-third-slider no-infinite-scroll padding-left-20 padding-bottom-20 ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile" data-scroller="{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}"><!--[--><!----><!--]--></div><div id="text-1407656060" class="text section hp-content-zone-registry-feature-2 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"></div><div id="mbox1595783620" class="bg-color-french-fry-efc261 no-vertical-spacing ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="mboxDefault"><div id="imagerollover249842533" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile hp-wek-logo-mobile padding-bottom-4 padding-top-28"><!----></div><div id="text-69227797" class="text section padding-left-20 padding-right-20 padding-bottom-28 btn btn-primary ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><h5 class="padding-bottom-4" style="text-align:center;"><span class="color-sixteen size-nine"><b>Furniture Made for More</b></span></h5><p class="padding-bottom-12" style="text-align:center;"><span class="size-four color-sixteen">Maximize their space with smart, modular designs.</span></p><p style="text-align:center;"><a href="https://www.westelm.com/shop/kids-furniture/all-kids-bedroom-furniture/?cm_re=contentrow9-_-hero-_-KidsFurniture">Shop now<span class="box"></span></a></p></div></div><noscript id="content-script-18" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox1595783620\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="imagerollover1665834604" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile no-vertical-spacing hp-content-zone-story-kids"><a href="https://www.westelm.com/shop/kids-furniture/all-kids-bedroom-furniture/?cm_re=contentrow9-_-hero-_-KidsFurniture" target="_self"><!----></a></div><div id="imagerollover-1489799135" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><a href="https://apps.apple.com/us/app/west-elm/id867468341" target="_blank"><!----></a></div><div class="ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt2a col-ctrl-nowrap padded-col-ctrl no-vertical-spacing text-benefits-mobile"><div class="parsys_column wsi-colctrl-lt2a-c0"><hr><div id="text-549879595" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-six">Key Rewards</span></h4><p><a href="https://www.westelm.com/pages/the-key-rewards/?cm_re=homepage-_-evergreen-_-TheKey"><span class="size-four">Earn 2% back on every purchase →</span></a></p></div><hr><div id="text-549879572" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-six">West Elm Visa</span></h4><p><a href="https://www.westelm.com/ccvalueprop/?fromPageType=Homepage&amp;userAction=learnmore&amp;fromPageLoc=BottomBanner/?cm_re=homepage-_-evergreen-_-WECC"><span class="size-four">Enjoy 10% back for 30 days<sup>1</sup> →</span></a></p></div><hr><div id="text-549879570" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-six">Design Boards</span></h4><p><a href="https://www.westelm.com/my-boards/?cm_re=homepage-_-evergreen-_-DesignBoards"><span class="size-four">Create mood boards with styles that inspire you →</span></a></p></div></div><div class="parsys_column wsi-colctrl-lt2a-c1"><hr><div id="text-549879567" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-six">Design Crew</span></h4><p><a href="https://www.westelm.com/pages/style-and-service/?cm_re=homepage-_-evergreen-_-DesignCrew"><span class="size-four">Free design services →</span></a></p></div><hr><div id="text-549879565" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-six">Wedding Registry</span></h4><p><a href="https://www.westelm.com/registry/?cm_re=homepage-_-evergreen-_-Registry">Create your dream wish list with our family of brands →<span class="size-four"></span></a></p></div><hr><div id="text-549879563" class="text section ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><h4><span class="size-six">Benjamin Moore</span></h4><p><a href="https://www.westelm.com/pages/ideas-and-advice/benjamin-moore-paint/?cm_re=homepage-_-evergreen-_-BenjaminMoore"><span class="size-four">Explore this year&#39;s color palette →</span></a></p></div></div></div><div style="clear:both;"></div><div id="imagerollover-1098426321" class="section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile no-vertical-spacing"><a href="https://www.westelm.com/m/pages/business/?cm_re=homepage-_-evergreen-_-Business" target="_self"><!----></a></div><div id="mbox-282467976" class="bg-color-newsprint-e7e5e1 no-vertical-spacing ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="mboxDefault"><div id="text550050743" class="text section padding-left-20 padding-right-20 padding-top-138 padding-bottom-138 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><h1 class="padding-bottom-4" style="text-align:center;">Floor-to-Ceiling Solutions</h1><p class="padding-bottom-12" style="text-align:center;">Contract-grade products and design support, plus members-only perks, for projects large or small.</p><p style="text-align:center;"><a href="https://www.westelm.com/pages/business/?cm_re=homepage-_-evergreen-_-Business">LEARN MORE <span class="box">→</span></a></p></div></div><noscript id="content-script-19" data-tag-name="script" type="text/javascript">&quot;\n mboxCreate(\&quot;#mbox-282467976\&quot;,&#39;&#39;);\n\n &quot;</noscript></div><div id="vuereference-135811919 " class="section vuereference ecm-component-wrapper ecm-vue-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><div class="vue-reference-component WsiRecs" data-name="WsiRecs" data-props="[{&quot;attributeName&quot;:&quot;pageTypeName&quot;,&quot;attributeValue&quot;:&quot;HPRVI&quot;}]"><div data-style="vue-component-wrapper" class="vueComponentWrapper"><!----></div></div></div><div id="text-568409621" class="text section padding-bottom-12 no-vertical-spacing padding-left-10 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile"><h1 style="text-align:left;"><span class="size-twenty-seven">Discover Even More to Love Across Our Family of Brands</span></h1></div><div id="slider-1155533164" class="slider section horizontal   vue-ecm-slider four-across-slider sm-two-third-slider no-infinite-scroll padding-left-20 no-vertical-spacing ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile" data-scroller="{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}"><!--[--><!----><!--]--></div><div id="text189239873" class="text section we-m-bodym padding-top-16 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"><p style="text-align:center;">Some exclusions apply. <a href="https://www.westelm.com/pages/popup/promotion-details/?cm_re=homepage-_-promo-_-details" onclick="window.open(&#39;/pages/popup/promotion-details/?cm_re=homepage-_-promo-_-details&#39;,&#39;&#39;,&#39;resizable=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no&#39;);return false;">Click here</a> for details</p></div><div id="text-151478846" class="text section hp-content-zone-pzn-product-recs-1 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"></div><div id="text1333291623" class="text section hp-content-zone-pzn-product-recs-2 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"></div><div id="text-1992351089" class="text section hp-content-zone-pzn-product-recs-3 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile"></div></div></div><!----></div></div><div class="mobileContentWrapper" style="display:none;"><div><div class="ecm-content-wrapper" data-style="ecm-content-wrapper"></div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div><!----><!----><!----><!--]--><!----></div><div data-test-id="design-platform-catchall" class="hide mb-0 mb-1 mb-2 mb-3 mb-4 mb-5 mt-0 mt-1 mt-2 mt-3 mt-4 mt-5 $
    ml-0 ml-1 ml-2 ml-3 ml-4 ml-5 mr-0 mr-1 mr-2 mr-3 mr-4 mr-5 m-0 m-1 m-2 m-3 m-4 m-5
    pb-0 pb-1 pb-2 pb-3 pb-4 pb-5 pt-0 pt-1 pt-2 pt-3 pt-4 pt-5
        pl-0 pl-1 pl-2 pl-3 pl-4 pl-5 pr-0 pr-1 pr-2 pr-3 pr-4 pr-5 p-0 p-1 p-2 p-3 p-4 p-5"></div></div><div data-style="ecm-content-for-header" style="display:none;"><!--[--><div class="responsive-content responsive-content-block global-wide-banner-bottom-4" location="global-wide-banner-bottom-4" data-style="content"><div id="global-wide-banner-bottom-4-container" data-test="ecm-content-container"><div></div></div><div class="ecm-content-script-container"></div><div class="ecm-content-style-container"></div></div><!--]--></div></div></div><script>window.__INITIAL_STATE__={"content":{"activeTests":{},"activeProperties":{"isBrowseMode":"0","isMobile":"0","isSeoBot":"0"},"applicationUri":"https:\u002F\u002Frk-internal-www.westelm.com\u002F","clientApplicationUri":"https:\u002F\u002Fwww.westelm.com\u002F","assetUris":{"static":"https:\u002F\u002Fwww.westelm.com\u002F.static\u002F","scripts":"https:\u002F\u002Fwww.westelm.com\u002F.static\u002F","images":"https:\u002F\u002Fassets.weimgs.com\u002Fweimgs\u002Frk\u002Fimages\u002Fwcm\u002F","ecmImages":"https:\u002F\u002Fassets.weimgs.com\u002Fweimgs\u002Frk\u002Fimages\u002Fdp\u002F"},"concept":"WE","market":"US","analytics":{"countryCode":"US","currencyCode":"USD","market":"USA"},"url":"\u002F","config":{"browseMode":[{"key":"curalate","override":{"isEnabled":false}}],"brand":"WE","assets":{"content-we.css":"dist\u002Fcss\u002Fcontent\u002Fwe\u002Fcontent-we-a383b4a307d17f1f6a38c6b925ea678056063cd6.css"},"useEcmMetaData":true,"applyMetaData":true,"homepageMetaData":{"title":"West Elm: Modern Furniture, Home Decor, Lighting & More","description":"West Elm offers modern furniture and home decor featuring inspiring designs and colors. Create a stylish space with home accessories from West Elm.","robots":"index,follow"},"metaTags":[{"name":"google-site-verification","content":"rpfXmh05KI1wlANsq3w4A49tjJIpwBLo4yOtQIFOxwY"}],"designChat":{"enabled":false,"ctaEligible":true,"assetsPath":"ab\u002Fimages\u002F","jsPath":"s\u002F202015\u002F0036","cssPath":"i\u002F202012\u002F0029","contactPoint":"westelm-wismo","copy":{"title":"Need design advice or customer service help?","label":"Text us to chat","url":"#"},"iOSChatUrl":"https:\u002F\u002Fbcrw.apple.com\u002Fsms:open?service=iMessage&recipient=urn:biz:7fcf8bd2-fbb5-11e7-aba9-b97859c148c8&body=Hi%20I%20want%20to%20chat%20with%20a%20Design%20Crew%20member","nonIosSmsLink":"sms:+16468468480","mobileAbTestEnabled":false,"abTestEnabled":false,"isAgentAvailabilityCheckDisabled":true,"vendorUrl":"https:\u002F\u002Fwestelm.quiq-api.com\u002Fapp\u002Fwebchat\u002Findex.js","forceQueryParamEnabled":true,"isWismoChatEnabled":true,"isQuiqV2VersionEnabled":true,"quiqV2src":"https:\u002F\u002Fwsi.quiq-api.com\u002Fapp\u002Fchat-ui\u002Findex.js","quiqV2PageConfigurationId":"westelm-cs","isEnabledForRTCUser":false,"clickToOpenChat":{"hideDesignChatOnPages":[]}},"personalization":{"enabled":false},"asideNavigation":[{"path":"\u002Ftips-and-ideas\u002F","label":"","navItems":[{"label":"PARTIES & CELEBRATION","navItems":[{"label":"Birthday Parties","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fbirthday-parties\u002F","navItems":[{"label":"Vintage Airplane Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fvintage_airplane_party\u002F"},{"label":"Little Sailor 1st Birthday Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Flittle_sailor_1st_birthday_party\u002F"},{"label":"A Walk In The Wildflowers Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fwildflowers_party\u002F"},{"label":"Garden Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fgarden_party\u002F"},{"label":"Under the Sea Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Funder_the_sea_party\u002F"},{"label":"Beach Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fbeach_party\u002F"},{"label":"Fire and Crème Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Ffire_and_creme_party\u002F"},{"label":"The Very Hungry Caterpillar 1st Birthday","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fhungry_caterpillar_party\u002F"},{"label":"Magical Tea Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fmagical_tea_party\u002F"},{"label":"Time to Grow Birthday Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Ftime_to_grow_party\u002F"},{"label":"Young Explorers Birthday Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fyoung_explorers_party\u002F"},{"label":"Pink Seashell Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fpink_seashell_party\u002F"},{"label":"Bakeshop Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fbakeshop_party\u002F"},{"label":"Ice Cream Shoppe Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fice_cream_shoppe_party\u002F"}]},{"label":"Baby Showers","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fbaby-showers\u002F","navItems":[{"label":"Gold Baby Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fgold_baby_shower\u002F"},{"label":"Chinoiserie Baby Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fchinoiserie_baby_shower\u002F"},{"label":"Sunshine Baby Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fsunshine_baby_shower\u002F"},{"label":"White Winter Baby Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fwhite_winter_baby_shower\u002F"},{"label":"Pink or Blue? Baby Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fpink_or_blue_baby_shower\u002F"},{"label":"Bundle of Bots Baby Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fbundle_of_bots_baby_shower\u002F"},{"label":"Storybook Baby Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fstorybook_baby_shower\u002F"},{"label":"Baby Shower Gift Baskets","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fbaby_shower_gift_baskets\u002F"},{"label":"Twin Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Ftwin_shower\u002F"},{"label":"Anchors Away Baby Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fanchors_away_baby_shower\u002F"},{"label":"Around-the-Clock Baby Shower","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Faround_the_clock_baby_shower\u002F"}]},{"label":"Seasonal Parties","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fseasonal-parties\u002F","navItems":[{"label":"Peanuts® Valentine's Day Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fvalentines_day\u002F"},{"label":"Valentine's Day Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fvalentines_day\u002F"},{"label":"Lunar New Year","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Flunar_new_year\u002F"},{"label":"Whimsical Easter Celebration","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fwhimsical_easter_celebration\u002F"},{"label":"Easter Party with Peter Rabbit™","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fbeatrix-potter-easter-party\u002F"},{"label":"Classic Easter Celebration","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Frustic_easter_celebration\u002F"},{"label":"The Ultimate Summer Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fultimate-summer-party\u002F"},{"label":"Back-To-School Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fback_to_school_party\u002F"},{"label":"Halloween Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fhalloween_party\u002F"},{"label":"Thanksgiving Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fthanksgiving_party\u002F"},{"label":"Christmas Cookie Exchange Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fchristmas_party\u002F"},{"label":"Holiday Hot Cocoa Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fhot_cocoa_party\u002F"},{"label":"Hanukkah Party","url":"\u002Ftips-and-ideas\u002Fcelebration\u002Fhanukkah_party\u002F"}]}]},{"label":"DESIGN LIBRARY","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles\u002F","navItems":[{"label":"Articles","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles\u002F","navItems":[{"label":"View All","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles_all\u002F"},{"label":"Kids' Rooms","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles_kids-rooms\u002F"},{"label":"Nurseries","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles_nurseries\u002F"},{"label":"Play Spaces","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles_play-spaces\u002F"},{"label":"Study Spaces","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles_study-spaces\u002F"},{"label":"Assembly Instructions","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles_assembly-instructions\u002F"},{"label":"Product Information","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles_product-assembly-information\u002F"},{"label":"Holiday &amp; Special Occasions","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Farticles_holiday-special-occasions\u002F"}]},{"label":"Crafts","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Fcrafts\u002F","navItems":[{"label":"View All","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Fcrafts_all\u002F"},{"label":"Invitations &amp; Downloadables","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Fcrafts_invitations-downloads\u002F"},{"label":"Party Decor &amp; Favors","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Fcrafts_party-decor-favors\u002F"},{"label":"Food Decorations","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Fcrafts_food-decorations\u002F"},{"label":"Kids' Activities","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Fcrafts_kids-activities\u002F"}]},{"label":"Recipes","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Frecipes\u002F","navItems":[{"label":"View All","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Frecipes_all\u002F"},{"label":"Breakfast","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Frecipes_breakfast\u002F"},{"label":"Lunch","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Frecipes_lunch\u002F"},{"label":"Drinks","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Frecipes_drinks\u002F"},{"label":"Desserts","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Frecipes_desserts\u002F"},{"label":"Snacks","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Frecipes_snacks\u002F"}]},{"label":"Videos","url":"\u002Ftips-and-ideas\u002Fdesign-library\u002Fvideos\u002F"},{"label":"Tools","url":"\u002Ftips-and-ideas\u002Ftools\u002Findex\u002F"}]},{"label":"FREE DESIGN SERVICES","url":"\u002Ftips-and-ideas\u002Fdesign-services\u002Findex\u002F"}]},{"isAccordion":true,"path":"\u002Fpages\u002Fideas-and-advice","navigationTree":"monogramguide","excludedChildPaths":["\u002F","how-to-mix-match-dining-tables-and-chairs","comforter-vs-duvet","guides-and-resources","styling-and-decorating-tips","room-ideas-and-inspiration"],"label":"","title":"Ideas + Advice","shouldRenderOnMobile":true,"navItems":[{"label":"Living Room","navItems":[{"label":"Choose The Right Fabric","url":"\u002Fpages\u002Fideas-and-advice\u002Fchoose-the-right-fabric\u002F"},{"label":"Guide To Leather Furniture","url":"\u002Fpages\u002Fideas-and-advice\u002Fguide-to-leather-furniture\u002F"},{"label":"Sofa Advisor","url":"\u002Fpages\u002Fideas-and-advice\u002Fsofa-advisor\u002F"},{"label":"Guide to Sofas","url":"\u002Fpages\u002Fideas-and-advice\u002Fguide-to-sofas\u002F"},{"label":"Guide to Sectional Sofas","url":"\u002Fpages\u002Fideas-and-advice\u002Fguide-to-sectional-sofas-simplified\u002F"},{"label":"Minimalist Living Room Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fminimalist-living-room\u002F"},{"label":"How To Arrange Furniture: Living Room","url":"\u002Fpages\u002Fideas-and-advice\u002Farrange-furniture-living-room\u002F"},{"label":"How To Decorate With Accent Chairs","url":"\u002Fpages\u002Fideas-and-advice\u002Fdecorate-with-accent-chairs\u002F"},{"label":"Inspiration: Living Rooms","url":"\u002Fshop\u002Finspiration\u002Fideas\u002Fliving-room-design\u002F"}]},{"label":"Office","navItems":[{"label":"Closet Office Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fcloset-office-ideas\u002F"},{"label":"Office Decorating Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Foffice-decorating-ideas\u002F"},{"label":"Desk Organization Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fdesk-organization-ideas\u002F"},{"label":"How To Shop For A Desk","url":"\u002Fpages\u002Fideas-and-advice\u002Fshop-for-a-desk\u002F"},{"label":"Inspiration: Home Offices","url":"\u002Fshop\u002Finspiration\u002Fideas\u002Fhome-office\u002F"}]},{"label":"Bedroom","navItems":[{"label":"Headboard Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fheadboard-ideas\u002F"},{"label":"Bedroom Office Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fbedroom-office-ideas\u002F"},{"label":"What Is A Sham","url":"\u002Fpages\u002Fideas-and-advice\u002Fwhat-is-a-sham\u002F"},{"label":"Stylish Bedroom Storage Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fbedroom-storage-ideas\u002F"},{"label":"What Is TENCEL™ Fabric","url":"\u002Fpages\u002Fideas-and-advice\u002Ftencel-fabric\u002F"},{"label":"What Is A Platform Bed","url":"\u002Fpages\u002Fideas-and-advice\u002Fwhat-is-a-platform-bed\u002F"},{"label":"What Is A Daybed","url":"\u002Fpages\u002Fideas-and-advice\u002Fwhat-is-a-daybed\u002F"},{"label":"Black and White Bedroom Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fblack-and-white-bedroom\u002F"},{"label":"What Is A Coverlet","url":"\u002Fpages\u002Fideas-and-advice\u002Fwhat-is-a-coverlet\u002F"},{"label":"Bed Sheet Sizes Buying Guide","url":"\u002Fpages\u002Fideas-and-advice\u002Fbed-sheet-size-guide\u002F"},{"label":"Closet Organization Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fcloset-organization-ideas\u002F"},{"label":"Bedding 101","url":"\u002Fpages\u002Fideas-and-advice\u002Fbedding-101\u002F"},{"label":"Tips For Keeping White Bedding Bright","url":"\u002Fpages\u002Fideas-and-advice\u002Fkeep-white-bedding-bright\u002F"},{"label":"How To: Create The Perfect Lazy Sunday","url":"\u002Fpages\u002Fideas-and-advice\u002Fcreate-the-perfect-lazy-sunday\u002F"},{"label":"How To: Style Your Dresser","url":"\u002Fpages\u002Fideas-and-advice\u002Fstyle-your-dresser\u002F"},{"label":"How To: Fold A Fitted Sheet","url":"\u002Fpages\u002Fideas-and-advice\u002Fhow-to-fold-a-fitted-sheet\u002F"},{"label":"How To: Put On A Duvet Cover","url":"\u002Fpages\u002Fideas-and-advice\u002Fput-on-a-duvet-cover\u002F"},{"label":"How To: Shop For An Upholstered Bed","url":"\u002Fpages\u002Fideas-and-advice\u002Fshop-for-an-upholstered-bed\u002F"},{"label":"Choose The Right Bed + Headboard","url":"\u002Fpages\u002Fideas-and-advice\u002Fchoose-the-right-bed-and-headboard\u002F"},{"label":"Inspiration: Bedrooms","url":"\u002Fshop\u002Finspiration\u002Fideas\u002Fbedroom-design\u002F"},{"label":"Layer Your Bed Like a Stylist","url":"\u002Fpages\u002Fideas-and-advice\u002Flayer-your-bed-like-a-stylist\u002F"}]},{"label":"Dining Room + Kitchen","navItems":[{"label":"Kitchen Island Decor Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fkitchen-island-decor-ideas\u002F"},{"label":"Rules Of Thumb: Dining Room","url":"\u002Fpages\u002Fideas-and-advice\u002Fdining-room-rules-of-thumb\u002F"},{"label":"The Right Size Dining Table for Your Space","url":"\u002Fpages\u002Fideas-and-advice\u002Fwhat-size-dining-table\u002F"},{"label":"Style: 1 Bar Cart, 5 Ways","url":"\u002Fpages\u002Fideas-and-advice\u002Fuses-for-a-bar-cart\u002F"},{"label":"Inspiration: Dining Rooms","url":"\u002Fshop\u002Finspiration\u002Fideas\u002Fdining-room\u002F"},{"label":"How to Mix + Match Dining Tables and Chairs","url":"\u002Fpages\u002Fideas-and-advice\u002Fhow-to-mix-match-dining-tables-and-chairs"}]},{"label":"Small Spaces","navItems":[{"label":"Small Entryway Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fsmall-entryway-ideas\u002F"},{"label":"Entryway Decor Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fentryway-decor-ideas\u002F"},{"label":"Entryway Inspiration","url":"\u002Fshop\u002Finspiration\u002Fideas\u002Fentryway\u002F"},{"label":"Small Space Living Ideas","url":"\u002Fshop\u002Finspiration\u002Fideas\u002Fsmall-space\u002F"}]},{"label":"Outdoor + Plants","navItems":[{"label":"How To Choose The Best Material For Outdoor Furniture","url":"\u002Fpages\u002Fideas-and-advice\u002Fbest-material-for-outdoor-furniture\u002F"},{"label":"Backyard Party Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fbackyard-party-ideas\u002F"},{"label":"Small Patio Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fsmall-patio-ideas\u002F"},{"label":"Guide to Outdoor Furniture","url":"\u002Fpages\u002Fideas-and-advice\u002Fguide-to-outdoor-furniture\u002F"},{"label":"Outdoor Planters 101","url":"\u002Fpages\u002Fideas-and-advice\u002Foutdoor-planters-101\u002F"},{"label":"4 Ways To Upgrade Your Outdoors With Cityscape Planters","url":"\u002Fpages\u002Fideas-and-advice\u002Fcityscape-planters\u002F"},{"label":"10 Ways To Get Ready For Summer","url":"\u002Fpages\u002Fideas-and-advice\u002Fget-ready-for-summer\u002F"},{"label":"How To: Make A Terrarium","url":"\u002Fpages\u002Fideas-and-advice\u002Fmake-a-terrarium\u002F"},{"label":"Create A Great Outdoor Space","url":"\u002Fpages\u002Fideas-and-advice\u002Fcreate-a-great-outdoor-space\u002F"},{"label":"Inspiration: Outdoor Spaces","url":"\u002Fshop\u002Finspiration\u002Fideas\u002Foutdoor-patio\u002F"}]},{"label":"Lighting","navItems":[{"label":"Kitchen Lighting Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fkitchen-lighting-ideas\u002F"},{"label":"Choose The Right Light","url":"\u002Fpages\u002Fideas-and-advice\u002Fchoose-the-right-light-for-your-space\u002F"},{"label":"LED Lighting Guide","url":"\u002Fpages\u002Fideas-and-advice\u002Fled-lighting-guide\u002F"},{"label":"Lighting Inspiration","url":"\u002Fpages\u002Fideas-and-advice\u002Flighting-inspiration\u002F"}]},{"label":"Decorating + Accessories","navItems":[{"label":"Sunroom Decorating Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fsunroom-decorating-ideas\u002F"},{"label":"Feature Wall Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Ffeature-wall-ideas\u002F"},{"label":"Decorating With Mirrors","url":"\u002Fpages\u002Fideas-and-advice\u002Fdecorating-with-mirrors\u002F"},{"label":"Window Treatment Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fwindow-treatment-ideas\u002F"},{"label":"Inspiration: Pillows + Throws","url":"\u002Fpages\u002Fideas-and-advice\u002Fpillows-throws-inspiration\u002F"},{"label":"Choosing Paint Colors","url":"\u002Fpages\u002Fideas-and-advice\u002Fchoosing-paint-colors\u002F"},{"label":"Choose The Right Curtains","url":"\u002Fpages\u002Fideas-and-advice\u002Fchoose-the-right-curtains\u002F"},{"label":"How To: Hang Curtains","url":"\u002Fpages\u002Fideas-and-advice\u002Fguide-to-hang-curtains\u002F"},{"label":"How To Style Your Bookshelves Like A Pro","url":"\u002Fpages\u002Fideas-and-advice\u002Fstyle-your-bookshelf\u002F"},{"label":"Get Organized With Baskets","url":"\u002Fpages\u002Fget-organized-with-baskets\u002F"},{"label":"All About Wallpaper","url":"\u002Fpages\u002Fideas-and-advice\u002Fall-about-wallpaper\u002F"},{"label":"Create A Wood-Paneled Wall","url":"\u002Fpages\u002Fideas-and-advice\u002Fcreate-a-wood-paneled-wall\u002F"},{"label":"How To: Create A Gallery Wall","url":"\u002Fpages\u002Fideas-and-advice\u002Fcreate-a-gallery-wall\u002F"},{"label":"Decorating With White","url":"\u002Fpages\u002Fideas-and-advice\u002Fdecorating-with-white\u002F"},{"label":"How To Decorate With Color","url":"\u002Fpages\u002Fhow-to-decorate-with-color\u002F"},{"label":"Round Coffee Table Decor: West Elm Designer Tips & Tricks","url":"\u002Fpages\u002Fideas-and-advice\u002Fround-coffee-table-decor-ideas\u002F"},{"label":"10 Trendy Spring Decorating Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fspring-decorating-ideas\u002F"}]},{"label":"Entertaining + Holiday","navItems":[{"label":"Bar Cart Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fuses-for-a-bar-cart\u002F"},{"label":"Fall Table Decor","url":"\u002Fpages\u002Fideas-and-advice\u002Ffall-table-decor\u002F"},{"label":"Christmas Color Palette Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fchristmas-color-palette-ideas\u002F"},{"label":"32 Christmas Tree Themes For A Festive Holiday","url":"\u002Fpages\u002Fideas-and-advice\u002Fchristmas-tree-themes\u002F"},{"label":"Practical Housewarming Gifts","url":"\u002Fpages\u002Fideas-and-advice\u002Fpractical-housewarming-gifts\u002F"},{"label":"White Christmas Decor Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fwhite-christmas-decor-ideas\u002F"},{"label":"Christmas Mantel Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fchristmas-mantel-ideas\u002F"},{"label":"Apartment Christmas Decorations","url":"\u002Fpages\u002Fideas-and-advice\u002Fapartment-christmas-decorations\u002F"},{"label":"How To: Host The Perfect Dinner Party","url":"\u002Fpages\u002Fideas-and-advice\u002Fhost-the-perfect-dinner-party\u002F"},{"label":"Ways To Set Your Holiday Table","url":"\u002Fpages\u002Fideas-and-advice\u002Fset-your-holiday-table\u002F"},{"label":"Bar Cart Checklist","url":"\u002Fpages\u002Fideas-and-advice\u002Fbar-cart-checklist\u002F"},{"label":"A Guide To Great Gifting","url":"\u002Fpages\u002Fideas-and-advice\u002Fguide-to-great-gifting\u002F"},{"label":"Last Minute Gift Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Flast-minute-gift-ideas\u002F"},{"label":"Easy Holiday Decorating","url":"\u002Fpages\u002Fideas-and-advice\u002Feasy-holiday-decorating\u002F"},{"label":"Decorate Your Tree Like A Pro","url":"\u002Fpages\u002Fideas-and-advice\u002Fdecorate-your-tree-like-a-pro\u002F"},{"label":"Entertaining With Alison Roman","url":"\u002Fpages\u002Fideas-and-advice\u002Falison-roman-holiday-party-ideas\u002F"},{"label":"6 Holiday Table Settings Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fholiday-table-setting-ideas\u002F"},{"label":"15 of the Best Christmas Hosting Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fchristmas-hosting-ideas\u002F"},{"label":"Celebrate the Season with 20 Fall Table Decor Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Ffall-table-decor\u002F"}]},{"label":"Bath","navItems":[{"label":"Bathroom Lighting Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fbathroom-lighting-ideas\u002F"},{"label":"Bathroom Mirror Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fbathroom-mirror-ideas\u002F"},{"label":"Bathroom Vanity Sizes","url":"\u002Fpages\u002Fideas-and-advice\u002Fbathroom-vanity-sizes\u002F"},{"label":"Bathroom Vanity Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fbathroom-vanity-ideas\u002F"},{"label":"Linen Closet Organization Tricks","url":"\u002Fpages\u002Fideas-and-advice\u002Flinen-closet-organization\u002F"},{"label":"Bathroom Organization Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fbathroom-organization-ideas\u002F"},{"label":"Inspiration: Bath","url":"\u002Fshop\u002Finspiration\u002Fideas\u002Fbathroom\u002F"},{"label":"How To Create The Ultimate Spa Bathroom","url":"\u002Fpages\u002Fideas-and-advice\u002Fcreate-the-ultimate-spa-bathroom\u002F"},{"label":"A Guide to Towels","url":"\u002Fpages\u002Fideas-and-advice\u002Fguide-to-towels\u002F"}]},{"label":"Baby + Kids","navItems":[{"label":"Feature Wall Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fdorm-storage-ideas\u002F"},{"label":"Playroom Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fplayroom-ideas\u002F"},{"label":"Teenage Bedroom Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fteenage-bedroom-ideas\u002F"},{"label":"Baby Closet Organizing Tips","url":"\u002Fpages\u002Fideas-and-advice\u002Fbaby-closet-organizing\u002F"},{"label":"Modern Nursery Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fmodern-nursery-ideas\u002F"},{"label":"Kids' Bathroom Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fkids-bathroom-ideas\u002F"},{"label":"Stuffed Animal Storage Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fstuffed-animal-storage\u002F"},{"label":"Homeschool Room Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fhomeschool-room-ideas\u002F"},{"label":"Picking the Right Crib Size","url":"\u002Fpages\u002Fideas-and-advice\u002Fcrib-dimensions\u002F"},{"label":"Small Nursery Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fsmall-nursery-ideas\u002F"},{"label":"Gender Neutral Nursery Ideas","url":"\u002Fpages\u002Fideas-and-advice\u002Fgender-neutral-nursery-ideas\u002F"},{"label":"Inspiration: Baby + Kids","url":"\u002Fshop\u002Finspiration\u002Fideas\u002Fkids-room\u002F"}]},{"label":"Tools + Resources","navItems":[{"label":"How To Wash Linen Sheets","url":"\u002Fpages\u002Fideas-and-advice\u002Fhow-to-wash-linen-sheets\u002F"},{"label":"How To Measure For Blinds","url":"\u002Fpages\u002Fideas-and-advice\u002Fhow-to-measure-blinds\u002F"},{"label":"How To Clean A Wool Rug","url":"\u002Fpages\u002Fideas-and-advice\u002Fhow-to-clean-a-wool-rug\u002F"},{"label":"How To Clean A Couch","url":"\u002Fpages\u002Fideas-and-advice\u002Fhow-to-clean-a-couch\u002F"},{"label":"Comforter vs Duvet","url":"\u002Fpages\u002Fideas-and-advice\u002Fcomforter-vs-duvet\u002F"},{"label":"Measure For Delivery","url":"\u002Fpages\u002Fideas-and-advice\u002Fmeasure-for-delivery\u002F"},{"label":"Upholstery Fabric Options","url":"\u002Fpages\u002Fideas-and-advice\u002Fupholstery-fabric-options\u002F"},{"label":"Fabric Swatches","url":"\u002Fpages\u002Fideas-and-advice\u002Ffree-fabric-swatches\u002F"},{"label":"Monogram Guide","url":"\u002Fpages\u002Fideas-and-advice\u002Fmonogram-guide\u002F"},{"label":"Upholstery Ordering FAQs","url":"\u002Fcustomer-service\u002Fupholstery-faqs\u002F"},{"label":"Assembly Instructions","url":"\u002Fcustomer-service\u002Fassembly-instructions\u002F"},{"label":"Linen vs Cotton","url":"\u002Fpages\u002Fideas-and-advice\u002Flinen-vs-cotton\u002F"},{"label":"Registry Do's + Don'ts","url":"\u002Fpages\u002Fideas-and-advice\u002Fregistry-dos-donts\u002F"},{"label":"Behind the Scenes: Tour Our Makers Studio","url":"\u002Fpages\u002Fideas-and-advice\u002Ftour-our-makers-studio\u002F"}]},{"label":"House Tours","navItems":[{"label":"At Home With Zosia Mamet","url":"\u002Fpages\u002Fideas-and-advice\u002Fzosia-mamet-evan-jonigkeit-upstate-house-tour\u002F"},{"label":"A Small-Space Studio For 2","url":"\u002Fpages\u002Fideas-and-advice\u002Fsmall-space-studio-for-two\u002F"},{"label":"A Master Bedroom Goes Hygge","url":"\u002Fpages\u002Fideas-and-advice\u002Fmaster-bedroom-goes-hygge\u002F"},{"label":"A Living Room For All Ages","url":"\u002Fpages\u002Fideas-and-advice\u002Fliving-room-for-all-ages\u002F"},{"label":"Garance Doré's L.A. Home Office","url":"\u002Fpages\u002Fideas-and-advice\u002Fgarance-dore\u002F"},{"label":"Small Space In Portland","url":"\u002Fpages\u002Fideas-and-advice\u002Fsmall-space-in-portland\u002F"},{"label":"Family Friendly In Portland","url":"\u002Fpages\u002Fideas-and-advice\u002Ffamily-friendly-in-portland\u002F"},{"label":"Art-Filled Chicago Home","url":"\u002Fpages\u002Fideas-and-advice\u002Fart-filled-chicago-home\u002F"},{"label":"Eclectic Brooklyn Brownstone","url":"\u002Fpages\u002Fideas-and-advice\u002Feclectic-brooklyn-brownstone\u002F"}]},{"label":"Design Crew","navItems":[{"label":"Design Services","url":"\u002Fpages\u002Fstyle-and-service\u002Fdesign-services\u002F"},{"label":"Installation Services","url":"\u002Fpages\u002Fstyle-and-service\u002F"},{"label":"Registry Services","url":"\u002Fpages\u002Fstyle-and-service\u002Fregistry-services\u002F"},{"label":"Room Planner","url":"\u002Fpages\u002Fideas-and-advice\u002Froom-planner\u002F"},{"label":"How to Choose Upholstery Fabric or Leather","url":"\u002Fpages\u002Ffeatures\u002Fhow-to-choose-upholstery-fabric-leather\u002F"}]},{"label":"Healthy Home","navItems":[{"label":"Create a more sustainable home","url":"\u002Fpages\u002Fnaturally-modern"},{"label":"The Ultimate Spring Cleaning Checklist","url":"\u002Fpages\u002Fideas-and-advice\u002Fultimate-spring-cleaning-checklist\u002F"}]},{"label":"@westelm","url":"\u002Fpages\u002Fideas-and-advice\u002Fmywestelm-community-inspiration\u002F"},{"label":"Videos","url":"\u002Fpages\u002Fideas-and-advice\u002Fvideos\u002F"}]},{"isAccordion":true,"path":"\u002Fcustomer-service","label":"","title":"Customer Service","shouldRenderOnMobile":true,"navItems":[{"label":"Track Your Order","navItems":[{"label":"Order Tracking","url":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_type=lnav"},{"label":"International Order Tracking","url":"\u002Fcustomer-service\u002Finternational-orders.html?cm_type=lnav"}]},{"label":"My Account","url":"\u002Faccount\u002F?cm_type=lnav"},{"label":"Shipping + Returns","navItems":[{"label":"Shipping Info","url":"\u002Fcustomer-service\u002Fshipping-info.html?cm_type=lnav"},{"label":"Returns","url":"\u002Fcustomer-service\u002Freturn\u002F?cm_type=lnav"},{"label":"International Returns & Exceptions","url":"\u002Fcustomer-service\u002Freturns-and-exceptions.html?cm_type=lnav"}]},{"label":"Buy Online Pick Up In Store","url":"\u002Fcustomer-service\u002Fbuy-online-pick-up-in-store\u002F?cm_type=lnav"},{"label":"Help Topics","navItems":[{"label":"General","url":"\u002Fcustomer-service\u002Ffaq.html?cm_type=lnav"},{"label":"Registry","url":"\u002Fcustomer-service\u002Fregistry-faqs.html?cm_type=lnav"},{"label":"Allstate Protection Plan","url":"\u002Fcustomer-service\u002Fallstate-protection-plans\u002F"},{"label":"International","url":"\u002Fcustomer-service\u002Fintl-faq.html?cm_type=lnav"},{"label":"Upholstery","url":"\u002Fcustomer-service\u002Fupholstery-faqs.html?cm_type=lnav"},{"label":"Assembly Instructions","url":"\u002Fcustomer-service\u002Fassembly-instructions\u002F?cm_type=lnav"}]},{"label":"Gift Card","url":"\u002Fpages\u002Fgift-card-services\u002F?cm_type=lnav"},{"label":"Credit Card + Rewards","navItems":[{"label":"west elm Credit Card","url":"\u002Fccvalueprop\u002F?fromPageType=Site&userAction=LearnMore&fromPageLoc=CustomerService"},{"label":"Pay Bill Online","url":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin"},{"label":"View Credit Card Account","url":"\u002Fhttps:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin"},{"label":"The Key Rewards","url":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_type=lnav"}]},{"label":"Free Design Services","url":"\u002Fpages\u002Fstyle-and-service\u002F?cm_type=lnav"},{"label":"Email Settings","navItems":[{"label":"Join Our Email List","url":"\u002Fcustomer-service\u002Femail-list\u002F?cm_type=lnav\u002F"},{"label":"Manage Email Settings","url":"\u002Fcustomer-service\u002Femail-preferences\u002F?cm_type=lnav"}]},{"label":"Stores","url":"\u002Fstores\u002F?cm_type=lnav"},{"label":"Contact Us","url":"\u002Fcustomer-service\u002Femail-us\u002F?cm_type=lnav"},{"label":"About Us","navItems":[{"label":"Our Story","url":"\u002Fpages\u002Fabout-west-elm\u002F?cm_type=lnav"},{"label":"Our Commitments","url":"\u002Fpages\u002Fabout-west-elm\u002Four-commitments\u002F?cm_type=lnav"},{"label":"Our Partnerships","url":"\u002Fpages\u002Fabout-west-elm\u002Four-partnerships\u002F?cm_type=lnav"},{"label":"Responsible Retail Glossary","url":"\u002Fpages\u002Fabout-west-elm\u002Fresponsible-retail-glossary\u002F?cm_type=lnav"},{"label":"Careers","url":"\u002Fcustomer-service\u002Femployment.html?cm_type=lnav"},{"label":"Safety Recalls","url":"\u002Fpages\u002Fsafety-recalls\u002F?cm_type=lnav"}]},{"label":"B2B Programs + Offers","navItems":[{"label":"Overview","url":"\u002Fpages\u002Fbusiness\u002F?cm_type=lnav"},{"label":"Cwest elm TRADE","url":"\u002Fpages\u002Fbusiness-sales-programs\u002Fdesign-trade\u002F?cm_type=lnav"},{"label":"west elm CONTRACT","url":"\u002Fpages\u002Fbusiness-sales-programs\u002Fhospitality\u002F?cm_type=lnav"},{"label":"west elm WORK","url":"\u002Fshop\u002Fbusiness-office-spaces\u002F?cm_type=lnav"}]}]}],"assetsUrl":"https:\u002F\u002Fqark-images.weimgs.com\u002Fweimgs\u002Fqark\u002Fimages\u002Fdp\u002F","curalate":{"cmSrc":"hp_ugc","hostUrl":"https:\u002F\u002Fapi-2.curalate.com\u002Fv1\u002Fmedia\u002F","vendorDataSourceId":"KhTFVYmypQuKoGZX","isEnabled":true,"uploaderText":"+ Add your own photo","showUploaderAbove":false,"headerText":"","useImageAsHeader":false,"headerAltText":"#MyWestElm","headerImage":"https:\u002F\u002Fassets.weimgs.com\u002Fweimgs\u002Fab\u002Fimages\u002Fi\u002F202048\u002F0002\u002Fimages\u002Fsvg\u002Fglobal\u002Fwe-icon__ugc.svg","subheadingText":"styling ideas for this item","showSubheading":false,"galleryLink":"\u002Fpages\u002Fideas-and-advice\u002Fmywestelm-community-inspiration\u002F?cm_re=Curalate-_-mywestelm-_-ShopLookoverlay","brandHandle":"westelm","limit":6,"sort":"Optimized","curalateIndex":0,"gridNumber":0,"uploaderAsset":"https:\u002F\u002Fassets.weimgs.com\u002Fweimgs\u002Fab\u002Fimages\u002Fi\u002F202048\u002F0051\u002Fimages\u002Fsvg\u002Fwe-icon__ugc-camera.svg","scriptUrl":"https:\u002F\u002Fcdn.curalate.com\u002Fsites\u002Fwswestelm-i5hqoo\u002Fsite\u002Flatest\u002Fsite.min.js","showNoContentText":true,"noContentText":"Be the first to share how you've styled this item!","showNoContentHeader":false,"setHeaderTitleClickable":false,"noContentHeaderImage":"","hideCarouselWithNoContent":false,"hideUploaderWithNoContent":false,"carouselSettings":{"defaultItemsToShow":1.3,"mobileCenterMode":false,"mobileInitialSlide":0,"mobileShowArrows":false,"showArrows":false,"breakpoints":{"xSmall":{"itemsToShow":1.33},"small":{"itemsToShow":4},"medium":{"itemsToShow":4},"large":{"itemsToShow":4}}}},"currencyData":{"exchangeRate":1,"factor":1,"quoteId":1,"selectedCountry":"US","selectedCurrency":"USD"},"pixlee":{"apiKey":"TgryeU7GQgPW8cfKMuOH","carouselWidgetId":12607940,"galleryWidgetId":12607971,"isCarouselEnabled":true,"isGalleryEnabled":true},"longConceptName":"West Elm","pricing":{"showDiscountPercentage":false,"showMdmPriceLabels":true,"showPriceTypeBetweenPriceRanges":false,"showSaleLabel":true,"mdmLabels":{"discountPercentage":"[disc_percentage]","regular":"","clearance":"Clearance","sale":"Sale","discount":"Limited Time Offer"},"defaultLabels":{"discountPercentage":"[disc_percentage]","regular":"","clearance":"Clearance","sale":"Sale","special":"Limited Time Offer","discount":"Limited Time Offer"},"hideSalesUnderPercent":5},"productCarousel":{"arrowsInside":true,"ratingEnabled":false,"verticalRviArrowsInside":false,"centerMode":false,"mobileCenterMode":false},"promotionVisibility":{"enabled":true,"locations":{"shopEnabled":true,"recommendationEnabled":true,"pipEnabled":true},"ineligibleLocations":{"shopEnabled":false,"recommendationEnabled":false,"pipEnabled":false},"lazyLoadEnabled":false,"eligibilityExcludeNLA":false,"additionalMessagePip":"price_with_offer","additionalMessageThumbnail":"price_with_offer","thumbnailDisplayMessageCount":1,"pipDisplayMessageCount":1,"ineligibleThumbnailDisplayMessageCount":1,"ineligiblePipDisplayMessageCount":1,"visibilitySkuCount":100,"cutOffPercent":1,"retryMax":5,"backOffInterval":10},"scrollToTop":{"desktop":{"isEnabled":true},"mobile":{"isEnabled":true}},"recommendation":{"commonThirdPartyRecommendation":{"constructor":{"key":"key_SQBuGmXjiXmP0UNI","podMapping":{"home-page":["home_page-desktop_trending","home_page-mobile_trending"]}}},"common":{"isCrossSessionRviEnabled":true,"isRecsEnabled":true,"showSeeMoreLink":false,"wsiRecs":{"breakpoints":{"large":{"itemsToShow":4,"itemsToSlide":4},"medium":{"itemsToShow":4,"itemsToSlide":4},"small":{"itemsToShow":3,"itemsToSlide":3},"xSmall":{"itemsToShow":2.5,"itemsToSlide":2}},"recsHostUrl":"\u002Fsvc\u002Frecommendation\u002Fv2\u002F","favorite":{"buttonTextFavorited":"Add to Favorites","buttonTextUnfavorited":"Add to Favorites","isEnabled":true},"flyout":{"isEnabled":true,"durationInSeconds":4,"position":"right-top","style":"large"},"flags":{"isEnabled":true,"overrides":{"bestseller":{"isEnabled":true,"displayText":"Best Seller","placement":"aboveProductName"},"freeship":{"isEnabled":true,"placement":"belowProductPrice"}}}}},"hpTrending":{"showProductName":true,"showProductPricing":false,"showSeeMoreLink":true,"thirdPartyRecommendation":{"thirdPartyProviderId":"constructor","constructor":{"enabled":false,"isMobileEnabled":true,"isDesktopEnabled":true,"options":{"placementsToRequest":["home-page"],"maxNumResults":20},"ABTest":{"name":"contentRecommendationsHPTRENDING","activeVariant":"constructor","enabled":false}},"useCommonThirdPartyService":false}},"hp":{"showProductName":true,"showProductPricing":false}},"recommendationProductFlags":{"isAutomatedBestsellersEnabled":true,"displayText":"Best Seller","location":"aboveProductName"},"social":{"facebook":{"appId":"251533464858745","fbLikeButtonEnabled":true},"pinterest":{"pinterestEnabled":false}},"subBrands":{"brands":[{"brand_name":"west elm","id":"WE","link":"\u002F?cm_sp=tnav-_-west-elm-_-tab","conceptName":"West Elm","default":true,"brSearchAttribute":"West Elm","brFacetId":"spiritType|multi-select|Brand","urlParamKey":"sbkey"},{"brand_name":"west elm kids","id":"WEK","link":"\u002Fpages\u002Fbaby-kids\u002F?cm_sp=tnav-_-west-elm-test-_-tab","conceptName":"West Elm Kids","pages":["\u002Fpages\u002Fbaby-kids\u002F","m\u002Fpages\u002Fbaby-kids\u002F","pages\u002Fkids-shop-by-room"]}],"show_sub_brands_links":true,"subBrandSearchEnabled":true,"brSubBrandSearchFilterEnabled":false,"displayCTAforSubBrand":false,"persistMainBrandExperience":true},"smartBanner":{"isEnabled":true,"appStoreId":"867468341"},"customPageNotFound":{"enabled":true,"cta":{"label":"Shop West Elm","url":"shop\u002Finspiration\u002Fhome-tours\u002F"},"displayStaticMessage":"Sorry, looks like you've requested a page that does not exist or a link that is no longer available. Check that you haven't misspelled something in the domain name, and try again.","metadata":{"title":"404 - Page Not Found","description":"Page not found.","keywords":"404 page-not-found","robots":"noindex, nofollow"}},"videoSchemaIsEnabled":true,"ecm":{"headerEcmContentSlotsToFetchServerSide":{"desktop":["global-wide-banner-bottom-4"],"mobile":[]}},"linkParameters":{"parametersToRemove":["cm_re","cm_sp","cm_src","cm_type","originsc","tabnav","position","recstrat","podId","strategyId"],"parametersToReport":["cm_re","cm_sp","cm_src","cm_type","originsc","tabnav","position","recstrat","podId","strategyId"]},"globalContentForHeaderConfig":{"enableUrlParameters":false,"linkParameters":{"parametersToRemove":["cm_re","cm_sp","cm_src","cm_type","originsc","recstrat","tabnav"],"parametersToReport":["cm_re","cm_sp","cm_src","cm_type","originsc","position","pkey","recstrat","tabnav"],"exclusionList":["\u002Fm"]},"mfeName":"Global-Header","renderInAnotherPlaceOnThePage":false}},"catGenerationId":"326040709","headers":{},"contentHeaders":{},"subBrand":"WE","subBrandConceptName":"West Elm","ecmContent":{"desktop":[{"type":"ecmMetadata","data":{"ecmMetadata":"StandardContentMetadata [uri=us\u002FHP_040626_image-swap.html, containerUri=null, keywords=null, title=Homepage MFE, description=null, language=en-us, countryGroup=US, selectors=null, deviceTypes=[MOBILE, DESKTOP], contentTags=[], locale=null, publishedDate=Mon Apr 06 20:39:02 UTC 2026, ecomActivationTime=null, ecomDeactivationTime=null, variants=null, ecomContentLocations=null, contentType=null, approved=true, metrics=null, styleInfo=null, expirationTime=null, ecmType=null, ecmContentClassification=null, ecmType=null, siteTemplate=null, canonicalURL=null, templateName=responsive-homepage, responsive=RESPONSIVE, navigationInfo=null]"}},{"type":"CONTENT","data":{"CONTENT":"\u003Cbody class=\"cq-ecm-pages responsive-homepage\"\u003E \n \u003Cdiv class=\"section video vimeo-video-thumbnail padding-bottom-40 ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\" id=\"video-294274930\"\u003E\n   "}},{"type":"ecm.displayVideo","data":{"isOverlay":true,"videoProvider":"vimeo","loopVideo":false,"videoId":"1172273972","overlayLinkId":"id1775508002581","destinationUrl":"\u002Fpages\u002Ffeatures\u002Femma-chamberlain\u002F?cm_re=hero1-_-hero-_-EmmaChamberlainLookbook","CONTENT":[{"type":"CONTENT","data":{"CONTENT":"\n  \u003Ca href=\"#id1775508002581\" data-overlay=\"{id: 'id1775508002581', classname: '', mask: true, loadingThrobber: true, fixedScroll: true, destroyOnHide: true, preventCache: true}\" data-overlaydata=\"{}\" class=\"video-thumbnail-wrapper overlayTrigger\"\u003E \u003Cimg class=\" video-thumbnail \" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2458\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1890\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E"}}],"macroType":"ecm.displayVideo","displaySocialIcons":false,"autoplay":true,"showControls":true}},{"type":"CONTENT","data":{"CONTENT":" \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox1574294952\" class=\" ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a padded-col-ctrl no-vertical-spacing\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"text1735794477\" class=\"text section padding-bottom-16 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n      \u003Ch4\u003E\u003Cspan class=\"size-nine\"\u003EShop the Emma Chamberlain Collaboration\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"slider-553014746\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider four-across-slider no-infinite-scroll  ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\" data-scroller=\"{duration:350, pageSize:3, easing:dojo.fx.easing.cubicInOut}\"\u003E \n    \u003Cdiv class=\"disabled btn-prev control\" data-cmp-hook-carousel=\"previous\"\u003E \n     \u003Ca href=\"#\"\u003EScroll to Previous Item\u003C\u002Fa\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"scroller\"\u003E \n     \u003Cul class=\"cmp-carousel__content panel\"\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Femma-chamberlain\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainShop\" target=\"_self\"\u003E \u003Cimg alt=\"Shop All Emma Chamberlain\" class=\"  \" title=\"Shop All Emma Chamberlain\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F012.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Ffurniture+emma-chamberlain\u002Fproductcategory-m-category-ff001b-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainFurniture\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Furniture\" class=\"  \" title=\"Shop Furniture\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Fpillows---throws+decor+emma-chamberlain\u002Fproductcategory-m-category-ff000a1027fe202620-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainPillowsDecor\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Pillows &amp; D&eacute;cor\" class=\"  \" title=\"Shop Pillows &amp; D&eacute;cor\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F011.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Fbedding+emma-chamberlain\u002Fproductcategory-m-category-ff0019-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainBedding\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Bedding\" class=\"  \" title=\"Shop Bedding\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2413\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Frugs+window+emma-chamberlain\u002Fproductcategory-m-category-ff00041c-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainRugsWindow\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Rugs + Window\" class=\"  \" title=\"Shop Rugs + Window\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2413\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Flighting+emma-chamberlain\u002Fproductcategory-m-category-ff001a-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainLighting\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Lighting\" class=\"  \" title=\"Shop Lighting\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F015.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Fbath+emma-chamberlain\u002Fproductcategory-m-category-ff0016-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainBath\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Bath\" class=\"  \" title=\"Shop Bath\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F008.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n     \u003C\u002Ful\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"btn-next control\" data-cmp-hook-carousel=\"next\"\u003E \n     \u003Ca href=\"#\"\u003EScroll to Next Item\u003C\u002Fa\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-859451001\" class=\"hp-content-zone-story-1 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a margin-bottom-64 header-text-over-image\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"text-1428919841\" class=\"text section margin-top-64 btn btn-primary-inverse ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n      \u003Cp style=\"\ttext-align: center;\n\" class=\"padding-bottom-12\"\u003E\u003Cspan class=\"color-fifty-three\"\u003ELOUNGE, DINE, UNWIND\u003C\u002Fspan\u003E\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n      \u003Ch1 style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"color-fifty-three size-forty-five\"\u003EThe Outdoor Edit\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Foutdoor-collection\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow2-_-hero-_-OutdoorNewArrivals\" class=\"margin-top-16\"\u003ESHOP NOW\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover1467858358\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Foutdoor-collection\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow2-_-hero-_-OutdoorNewArrivals\" target=\"_self\"\u003E \u003Cimg alt=\"The Outdoor Edit\" class=\"  \" title=\"The Outdoor Edit\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F0787\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1890\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-1064199457\" class=\"hp-content-zone-top-10 hp-content-zone-hero-with-scroller ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a margin-bottom-64 header-text-over-image hp-content-zone-hero\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"text270538031\" class=\"text section margin-top-64 btn btn-primary ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n      \u003Ch1 style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"size-forty-five\"\u003ELighter Living\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003EFamiliar shapes, refined for summer. Lean into woven details and rich hues.\u003C\u002Fp\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Fsummer-collection\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow3-_-hero-_-SummerNewArrivals\" class=\"margin-top-16\"\u003ESHOP NEW ARRIVALS\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover1407705937\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Fsummer-collection\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow3-_-hero-_-SummerNewArrivals\" target=\"_self\"\u003E \u003Cimg alt=\"Lighter Living\" class=\"  \" title=\"Lighter Living\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202615\u002F0541\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1890\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-2123264468\" class=\"hp-content-zone-scroller-below-hero ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a padded-col-ctrl no-vertical-spacing\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"text-1054311759\" class=\"text section padding-bottom-16 pzn-gallery-headline ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n      \u003Ch4\u003E\u003Cspan class=\"size-nine\"\u003ENew &amp; Featured\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"slider-922594646\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider four-across-slider no-infinite-scroll  ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\" data-scroller=\"{duration:350, pageSize:3, easing:dojo.fx.easing.cubicInOut}\"\u003E \n    \u003Cdiv class=\"disabled btn-prev control\" data-cmp-hook-carousel=\"previous\"\u003E \n     \u003Ca href=\"#\"\u003EScroll to Previous Item\u003C\u002Fa\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"scroller\"\u003E \n     \u003Cul class=\"cmp-carousel__content panel\"\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Ffeatures\u002Fsummer-lookbook-2026\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-SummerLookbook\" target=\"_self\"\u003E \u003Cimg alt=\"The Summer Lookbook\" class=\"  \" title=\"The Summer Lookbook\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Finspiration\u002Flighting-edit\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-LightingEdit\" target=\"_self\"\u003E \u003Cimg alt=\"The Lighting Edit\" class=\"  \" title=\"The Lighting Edit\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F006.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fall-living-room\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-LivingRoomFurniture\" target=\"_self\"\u003E \u003Cimg alt=\"Living Room Furniture\" class=\"  \" title=\"Living Room Furniture\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdining-chairs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-DiningChairs\" target=\"_self\"\u003E \u003Cimg alt=\"Dining Chairs\" class=\"  \" title=\"Dining Chairs\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F007.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Frugs\u002Fall-rugs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-AllRugs\" target=\"_self\"\u003E \u003Cimg alt=\"Rugs\" class=\"  \" title=\"Rugs\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F014.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1302\" width=\"976\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n     \u003C\u002Ful\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"btn-next control\" data-cmp-hook-carousel=\"next\"\u003E \n     \u003Ca href=\"#\"\u003EScroll to Next Item\u003C\u002Fa\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text-581495854\" class=\"text section hp-content-zone-registry-feature ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox952148528\" class=\"hp-content-zone-story-2 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a margin-bottom-40 header-text-over-image\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"mbox-1869901690\" class=\"margin-top-64 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n      \u003Cdiv class=\"mboxDefault\"\u003E \n       \u003Cdiv id=\"text-375183703\" class=\"text section padding-left-64 btn btn-primary-inverse ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n        \u003Cp\u003E\u003Cspan class=\"color-fifty-three\"\u003EINTRODUCING\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n       \u003C\u002Fdiv\u003E \n       \u003Cdiv id=\"imagerollover-1747196143\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile hp-b2b-logo padding-bottom-18 \"\u003E \n        \u003Cimg alt=\"West Elm Office\" class=\" padding-left-64 \" title=\"West Elm Office\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F0787\u002F001\u002F001.svg"}},{"type":"CONTENT","data":{"CONTENT":"\" \u002F\u003E \n       \u003C\u002Fdiv\u003E \n       \u003Cdiv id=\"text-1939611509\" class=\"text section padding-left-64 btn btn-primary-inverse ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n        \u003Cp\u003E\u003Cspan class=\"color-fifty-three\"\u003EModern design for today's workspace.\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n        \u003Cp\u003E\u003Ca class=\"margin-top-16\" href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fwest-elm-office\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow5-_-hero-_-WestElmOffice\"\u003Eexplore now\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n       \u003C\u002Fdiv\u003E \n      \u003C\u002Fdiv\u003E \n      \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover125658786\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fwest-elm-office\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow5-_-hero-_-WestElmOffice\" target=\"_self\"\u003E \u003Cimg alt=\"Explore Now\" class=\"  \" title=\"Explore Now\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F0787\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1890\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-1480837272\" class=\"hp-content-zone-story-3 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a margin-bottom-40 header-text-over-image\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"text838979821\" class=\"text section margin-top-64 padding-right-64 btn btn-primary-inverse ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n      \u003Cp style=\"\ttext-align: right;\n\"\u003E\u003Cspan class=\"color-fifty-three\"\u003EBEST-SELLING\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n      \u003Ch1 style=\"\ttext-align: right;\n\"\u003E\u003Cspan class=\"size-forty-five color-fifty-three\"\u003EThe Miles Collection\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n      \u003Cp style=\"\ttext-align: right;\n\"\u003E\u003Ca class=\"margin-top-16\" href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fmiles+all-furniture\u002Fcollection-m-collection-ff0012-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow6-_-hero-_-Miles\"\u003Eexplore now\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover-501867558\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fmiles+all-furniture\u002Fcollection-m-collection-ff0012-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow6-_-hero-_-Miles\" target=\"_self\"\u003E \u003Cimg alt=\"Shop now\" class=\"  \" title=\"Shop now\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F0795\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1890\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text2062388429\" class=\"text section margin-left-84 margin-bottom-16 no-vertical-spacing ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cp class=\"padding-bottom-4 letter-spacing-10\"\u003EIN STOCK\u003C\u002Fp\u003E \n  \u003Ch4\u003E\u003Cspan class=\"size-nine\"\u003EDelivered in 1–4 Weeks\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt4a margin-left-84 margin-right-84 column-gap-24 padding-bottom-24 no-vertical-spacing\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover133594821\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fsectional+sofa+all-living-room\u002Fproducttype-m-product-type-ff0009141b23fe20-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockSofasSectionals\" target=\"_self\"\u003E \u003Cimg alt=\"Sofas &amp; Sectionals\" class=\"  \" title=\"Sofas &amp; Sectionals\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F037.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"720\" width=\"720\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text133594843\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fsectional+sofa+all-living-room\u002Fproducttype-m-product-type-ff0009141b23fe20-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockSofasSectionals\"\u003E\u003Cspan class=\"size-five\"\u003ESofas &amp; Sectionals \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c1  \"\u003E \n   \u003Cdiv id=\"imagerollover133594845\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fcoffee-table+side-tables+all-furniture\u002Fproducttype-m-product-type-ff00070c111e252dfe202020-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockCoffeeTables\" target=\"_self\"\u003E \u003Cimg alt=\"Coffee Tables\" class=\"  \" title=\"Coffee Tables\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F028.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"720\" width=\"720\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text133594846\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fcoffee-table+side-tables+all-furniture\u002Fproducttype-m-product-type-ff00070c111e252dfe202020-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockCoffeeTables\"\u003E\u003Cspan class=\"size-five\"\u003ECoffee Tables \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c2  \"\u003E \n   \u003Cdiv id=\"imagerollover133594848\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdining-tables\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningTables\" target=\"_self\"\u003E \u003Cimg alt=\"Dining Tables\" class=\"  \" title=\"Dining Tables\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F026.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"720\" width=\"720\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text133594849\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdining-tables\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningTables\"\u003E\u003Cspan class=\"size-five\"\u003EDining Tables \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c3  \"\u003E \n   \u003Cdiv id=\"imagerollover133594851\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdining-chairs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningChairs\" target=\"_self\"\u003E \u003Cimg alt=\"Dining Chairs\" class=\"  \" title=\"Dining Chairs\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F036.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"720\" width=\"720\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text133594852\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdining-chairs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningChairs\"\u003E\u003Cspan class=\"size-five\"\u003EDining Chairs \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt4a margin-left-84 margin-right-84 column-gap-24\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover133594814\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Flighting\u002Fall-lighting\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockLighting\" target=\"_self\"\u003E \u003Cimg alt=\"Lighting\" class=\"  \" title=\"Lighting\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202551\u002F3183\u002F001\u002F007.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"720\" width=\"720\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text133594815\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Flighting\u002Fall-lighting\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockLighting\"\u003E\u003Cspan class=\"size-five\"\u003ELighting \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c1  \"\u003E \n   \u003Cdiv id=\"imagerollover-549879661\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fbeds\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockBeds\" target=\"_self\"\u003E \u003Cimg alt=\"Beds\" class=\"  \" title=\"Beds\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202551\u002F3183\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"720\" width=\"720\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text-549879660\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fbeds\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockBeds\"\u003E\u003Cspan class=\"size-five\"\u003EBeds \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c2  \"\u003E \n   \u003Cdiv id=\"imagerollover-549879658\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdresser+nightstand+all-furniture\u002Fproducttype-m-product-type-ff0007181f27fe20-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockDressersNightstands\" target=\"_self\"\u003E \u003Cimg alt=\"Dressers\" class=\"  \" title=\"Dressers\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202551\u002F3183\u002F001\u002F006.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"720\" width=\"720\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text-549879657\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdresser+nightstand+all-furniture\u002Fproducttype-m-product-type-ff0007181f27fe20-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockDressersNightstands\"\u003E\u003Cspan class=\"size-five\"\u003EDressers &amp; Nightstands \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c3  \"\u003E \n   \u003Cdiv id=\"imagerollover133594817\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-bottom-16 no-vertical-spacing \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Frugs\u002Fall-rugs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockRugs\" target=\"_self\"\u003E \u003Cimg alt=\"Rugs\" class=\"  \" title=\"Rugs\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202551\u002F3183\u002F001\u002F012.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"720\" width=\"720\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text133594818\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Frugs\u002Fall-rugs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockRugs\"\u003E\u003Cspan class=\"size-five\"\u003ERugs \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text2054031826\" class=\"text section hp-content-zone-registry-feature-2 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-1079190462\" class=\" ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt2a no-gap\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n     \u003Cdiv id=\"imagerollover1594281124\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fkids-furniture\u002Fall-kids-bedroom-furniture\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow9-_-hero-_-KidsFurniture\" target=\"_self\"\u003E \u003Cimg alt=\"Shop now\" class=\"  \" title=\"Shop now\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F0800\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"2100\" width=\"1680\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c1  \"\u003E \n     \u003Cdiv id=\"mbox-87133403\" class=\"bg-color-french-fry-efc261 bg-color-cover aligned-center justify-center ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n      \u003Cdiv class=\"mboxDefault\"\u003E \n       \u003Cdiv id=\"imagerollover-1709663056\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile hp-wek-logo-desktop padding-bottom-18 \"\u003E \n        \u003Cimg alt=\"west elm kids\" class=\" padding-left-311 \" title=\"west elm kids\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202601\u002F0593\u002F001\u002F001.svg"}},{"type":"CONTENT","data":{"CONTENT":"\" \u002F\u003E \n       \u003C\u002Fdiv\u003E \n       \u003Cdiv id=\"text-812772758\" class=\"text section margin-top-339 btn btn-primary padding-left-40 padding-right-40 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n        \u003Ch5 class=\"padding-bottom-12\" style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"color-sixteen size-ten\"\u003E\u003Cb\u003EFurniture Made for More\u003C\u002Fb\u003E\u003C\u002Fspan\u003E\u003C\u002Fh5\u003E \n        \u003Cp class=\"padding-bottom-16\" style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"size-six color-sixteen\"\u003EMaximize their space with smart, modular designs.\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n        \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fkids-furniture\u002Fall-kids-bedroom-furniture\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow9-_-hero-_-KidsFurniture\"\u003EShop now\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n       \u003C\u002Fdiv\u003E \n      \u003C\u002Fdiv\u003E \n      \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt6a padded-col-ctrl text-benefits-desktop\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt6a-c0 \"\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text259356606\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-twenty\"\u003EKey Rewards\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fthe-key-rewards\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-TheKey\"\u003E\u003Cspan class=\"size-four \"\u003EEarn 2% back on every purchase&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt6a-c1  \"\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text259356609\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-twenty\"\u003EDesign Crew\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fstyle-and-service\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-DesignCrew\"\u003E\u003Cspan class=\"size-four \"\u003EFree design services&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt6a-c2  \"\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879817\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-twenty\"\u003EWest Elm Visa\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fccvalueprop\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?fromPageType=Homepage&amp;userAction=learnmore&amp;fromPageLoc=BottomBanner\u002F?cm_re=homepage-_-evergreen-_-WECC\"\u003E\u003Cspan class=\"size-four \"\u003EEnjoy 10% back for 30 days\u003Csup\u003E1\u003C\u002Fsup\u003E&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt6a-c3  \"\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879811\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-twenty\"\u003EWedding Registry\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fregistry\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-Registry\"\u003E\u003Cspan class=\"size-four \"\u003ECreate your dream wish list with our family of brands&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt6a-c4  \"\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879787\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-twenty\"\u003EDesign Boards\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fmy-boards\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-DesignBoards\"\u003E\u003Cspan class=\"size-four \"\u003ECreate mood boards with styles that inspire you&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt6a-c5  \"\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879600\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-twenty\"\u003EBenjamin Moore\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fideas-and-advice\u002Fbenjamin-moore-paint\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-BenjaminMoore\"\u003E\u003Cspan class=\"size-four \"\u003EExplore this year's color palette&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-1265449114\" class=\" ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt2a no-gap\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n     \u003Cdiv id=\"imagerollover726720884\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fbusiness\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-Business\" target=\"_self\"\u003E \u003Cimg alt=\"BUSINESS TO BUSINESS\" class=\"  \" title=\"BUSINESS TO BUSINESS\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F1433\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"280\" width=\"840\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c1  \"\u003E \n     \u003Cdiv id=\"mbox726720886\" class=\"bg-color-newsprint-e7e5e1 bg-color-cover aligned-center justify-center ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n      \u003Cdiv class=\"mboxDefault\"\u003E \n       \u003Cdiv id=\"imagerollover928000051\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile hp-b2b-logo padding-bottom-18 \"\u003E \n        \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fbusiness\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-Business\" target=\"_self\"\u003E \u003Cimg alt=\"BUSINESS TO BUSINESS\" class=\" padding-left-64 \" title=\"BUSINESS TO BUSINESS\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F1433\u002F001\u002F001.svg"}},{"type":"CONTENT","data":{"CONTENT":"\" \u002F\u003E \u003C\u002Fa\u003E \n       \u003C\u002Fdiv\u003E \n       \u003Cdiv id=\"text1060355771\" class=\"text section padding-left-64 padding-right-64 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n        \u003Ch1 class=\"padding-bottom-4\"\u003EFloor-to-Ceiling Solutions\u003Cspan class=\"size-twenty-seven \"\u003E\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n        \u003Cp class=\"padding-bottom-16\"\u003E\u003Cspan class=\"size-five\"\u003EContract-grade products and design support, plus members-only perks, for projects large or small.\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n        \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fbusiness\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-Business\"\u003ELEARN MORE \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n       \u003C\u002Fdiv\u003E \n      \u003C\u002Fdiv\u003E \n      \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"vuereference-33395166 \" class=\"section vuereference  ecm-component-wrapper ecm-vue-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E\n   "}},{"type":"ecm.vue","data":{"pageTypeName":"HPRVI","name":"WsiRecs","CONTENT":"","macroType":"ecm.vue"}},{"type":"CONTENT","data":{"CONTENT":" \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt1a padded-col-ctrl no-vertical-spacing\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n   \u003Cdiv id=\"text-549879752\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4 class=\"padding-bottom-16\"\u003EDiscover Even More to Love Across Our Family of Brands\u003C\u002Fh4\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt8a padded-col-ctrl no-vertical-spacing\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt8a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover-549879818\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n    \u003Ca href=\"https:\u002F\u002Fwww.potterybarn.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Pottery barn\" class=\"  \" title=\"Pottery barn\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F012.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"900\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt8a-c1  \"\u003E \n   \u003Cdiv id=\"imagerollover-549879813\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n    \u003Ca href=\"https:\u002F\u002Fwww.potterybarnkids.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Pottery barn kids\" class=\"  \" title=\"Pottery barn kids\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F010.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"900\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt8a-c2  \"\u003E \n   \u003Cdiv id=\"imagerollover-549879782\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n    \u003Ca href=\"https:\u002F\u002Fwww.pbteen.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Pottery barn teen\" class=\"  \" title=\"Pottery barn teen\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F014.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"900\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt8a-c3  \"\u003E \n   \u003Cdiv id=\"imagerollover-549879780\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n    \u003Ca href=\"https:\u002F\u002Fwww.williams-sonoma.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Williams sonoma\" class=\"  \" title=\"Williams sonoma\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F009.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"900\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt8a-c4  \"\u003E \n   \u003Cdiv id=\"imagerollover-549879757\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n    \u003Ca href=\"https:\u002F\u002Fwww.williams-sonoma.com\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Williams sonoma home\" class=\"  \" title=\"Williams sonoma home\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F013.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"900\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt8a-c5  \"\u003E \n   \u003Cdiv id=\"imagerollover-549879755\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n    \u003Ca href=\"https:\u002F\u002Fwww.markandgraham.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Mark &amp; Graham\" class=\"  \" title=\"Mark &amp; Graham\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F016.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"900\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt8a-c6  \"\u003E \n   \u003Cdiv id=\"imagerollover-549879749\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n    \u003Ca href=\"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Rejuvenation\" class=\"  \" title=\"Rejuvenation\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F011.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"900\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt8a-c7  \"\u003E \n   \u003Cdiv id=\"imagerollover-549879725\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n    \u003Ca href=\"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Green Row\" class=\"  \" title=\"Green Row\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F015.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"900\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n \u003Cdiv class=\"section video vimeo-video-thumbnail no-vertical-spacing padding-bottom-20 ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\" id=\"video-195846492\"\u003E\n   "}},{"type":"ecm.displayVideo","data":{"isOverlay":true,"videoProvider":"vimeo","loopVideo":false,"videoId":"1172273996","overlayLinkId":"id1775508002917","destinationUrl":"\u002Fpages\u002Ffeatures\u002Femma-chamberlain\u002F?cm_re=hero1-_-hero-_-EmmaChamberlainLookbook","CONTENT":[{"type":"CONTENT","data":{"CONTENT":"\n  \u003Ca href=\"#id1775508002917\" data-overlay=\"{id: 'id1775508002917', classname: '', mask: true, loadingThrobber: true, fixedScroll: true, destroyOnHide: true, preventCache: true}\" data-overlaydata=\"{}\" class=\"video-thumbnail-wrapper overlayTrigger\"\u003E \u003Cimg class=\" video-thumbnail \" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2804\u002F001\u002F011.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"938\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E"}}],"macroType":"ecm.displayVideo","displaySocialIcons":false,"autoplay":true,"showControls":true}},{"type":"CONTENT","data":{"CONTENT":" \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-1030762143\" class=\" ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"text55821233\" class=\"text section padding-bottom-16 no-vertical-spacing padding-left-20 pzn-gallery-headline ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch1 style=\"\ttext-align: left;\n\"\u003E\u003Cspan class=\"size-twenty-seven\"\u003EShop the Collaboration\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"slider-1778531824\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider sm-one-third-slider no-infinite-scroll hp-content-zone-scroller-below-hero ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\" data-scroller=\"{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}\"\u003E \n    \u003Cdiv class=\"disabled btn-prev control\" data-cmp-hook-carousel=\"previous\"\u003E \n     \u003Ca href=\"#\"\u003EScroll to Previous Item\u003C\u002Fa\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"scroller\"\u003E \n     \u003Cul class=\"cmp-carousel__content panel\"\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Femma-chamberlain\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainShop\" target=\"_self\"\u003E \u003Cimg alt=\"Shop All Emma Chamberlain\" class=\"  \" title=\"Shop All Emma Chamberlain\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F017.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"736\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Ffurniture+emma-chamberlain\u002Fproductcategory-m-category-ff001b-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainFurniture\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Furniture\" class=\"  \" title=\"Shop Furniture\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F018.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"694\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Fpillows---throws+decor+emma-chamberlain\u002Fproductcategory-m-category-ff000a1027fe202620-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainPillowsDecor\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Pillows &amp; D&eacute;cor\" class=\"  \" title=\"Shop Pillows &amp; D&eacute;cor\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2296\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"698\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Fbedding+emma-chamberlain\u002Fproductcategory-m-category-ff0019-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainBedding\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Bedding\" class=\"  \" title=\"Shop Bedding\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202613\u002F2413\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"694\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Frugs+window+emma-chamberlain\u002Fproductcategory-m-category-ff00041c-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainRugsWindow\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Rugs + Window\" class=\"  \" title=\"Shop Rugs + Window\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F016.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"698\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Flighting+emma-chamberlain\u002Fproductcategory-m-category-ff001a-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainLighting\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Lighting\" class=\"  \" title=\"Shop Lighting\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F014.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"694\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcollaborations\u002Fbath+emma-chamberlain\u002Fproductcategory-m-category-ff0016-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow1-_-block-_-EmmaChamberlainBath\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Bath\" class=\"  \" title=\"Shop Bath\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F015.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"694\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n     \u003C\u002Ful\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"btn-next control\" data-cmp-hook-carousel=\"next\"\u003E \n     \u003Ca href=\"#\"\u003EScroll to Next Item\u003C\u002Fa\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox1789491667\" class=\"hp-content-zone-story-1 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt1a header-text-over-image\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"text1421705348\" class=\"text section align-last-item-bottom padding-bottom-20 padding-top-20 btn btn-primary-inverse padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n      \u003Cp style=\"\ttext-align: center;\n\" class=\"padding-bottom-8\"\u003E\u003Cspan class=\"color-fifty-three size-six\"\u003ELOUNGE, DINE, UNWIND\u003C\u002Fspan\u003E\u003Cspan class=\"size-six\"\u003E\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n      \u003Ch1 style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"color-fifty-three size-thirty-one\"\u003EThe Outdoor Edit\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca class=\"margin-top-16\" href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Foutdoor-collection\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow2-_-hero-_-OutdoorNewArrivals\"\u003Eshop now\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover-1074413460\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Foutdoor-collection\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow2-_-hero-_-OutdoorNewArrivals\" target=\"_self\"\u003E \u003Cimg alt=\"Shop now\" class=\"  \" title=\"Shop now\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F1237\u002F001\u002F007.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"938\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-2091643175\" class=\"hp-content-zone-top-10 hp-content-zone-hero-with-scroller ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt1a header-text-over-image hp-content-zone-hero\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"text-958310774\" class=\"text section align-last-item-bottom padding-bottom-20 padding-top-20 btn btn-primary-inverse padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n      \u003Ch1 style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"color-fifty-three size-thirty-one\"\u003ELighter Living\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"color-fifty-three size-six\"\u003EFamiliar shapes, refined for summer. Lean into woven details and rich hues.\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca class=\"margin-top-16\" href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Fsummer-collection\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow3-_-hero-_-SummerNewArrivals\"\u003ESHOP NEW ARRIVALS\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover182604994\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Fsummer-collection\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow3-_-hero-_-SummerNewArrivals\" target=\"_self\"\u003E \u003Cimg alt=\"Lighter Living\" class=\"  \" title=\"Lighter Living\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202615\u002F0541\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"938\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"mbox1055558447\" class=\"hp-content-zone-scroller-below-hero ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n    \u003Cdiv class=\"mboxDefault\"\u003E \n     \u003Cdiv id=\"text-1037843073\" class=\"text section padding-bottom-16 no-vertical-spacing padding-left-20 pzn-gallery-headline padding-top-32 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n      \u003Ch1 style=\"\ttext-align: left;\n\"\u003E\u003Cspan class=\"size-twenty-seven\"\u003ENew &amp; Featured\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"slider1422771166\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider sm-one-third-slider no-infinite-scroll hp-content-zone-scroller-below-hero ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\" data-scroller=\"{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}\"\u003E \n      \u003Cdiv class=\"disabled btn-prev control\" data-cmp-hook-carousel=\"previous\"\u003E \n       \u003Ca href=\"#\"\u003EScroll to Previous Item\u003C\u002Fa\u003E \n      \u003C\u002Fdiv\u003E \n      \u003Cdiv class=\"scroller\"\u003E \n       \u003Cul class=\"cmp-carousel__content panel\"\u003E \n        \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Ffeatures\u002Fsummer-lookbook-2026\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-SummerLookbook\" target=\"_self\"\u003E \u003Cimg alt=\"The Summer Lookbook\" class=\"  \" title=\"The Summer Lookbook\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F010.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"736\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n        \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Finspiration\u002Flighting-edit\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-LightingEdit\" target=\"_self\"\u003E \u003Cimg alt=\"The Lighting Edit\" class=\"  \" title=\"The Lighting Edit\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F009.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"694\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n        \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fall-living-room\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-LivingRoomFurniture\" target=\"_self\"\u003E \u003Cimg alt=\"Living Room Furniture\" class=\"  \" title=\"Living Room Furniture\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F012.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"736\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n        \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdining-chairs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-DiningChairs\" target=\"_self\"\u003E \u003Cimg alt=\"Dining Chairs\" class=\"  \" title=\"Dining Chairs\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F011.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"694\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n        \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Frugs\u002Fall-rugs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow4-_-block-_-AllRugs\" target=\"_self\"\u003E \u003Cimg alt=\"Rugs\" class=\"  \" title=\"Rugs\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2774\u002F001\u002F020.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"694\" width=\"528\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n       \u003C\u002Ful\u003E \n      \u003C\u002Fdiv\u003E \n      \u003Cdiv class=\"btn-next control\" data-cmp-hook-carousel=\"next\"\u003E \n       \u003Ca href=\"#\"\u003EScroll to Next Item\u003C\u002Fa\u003E \n      \u003C\u002Fdiv\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text628702112\" class=\"text section hp-content-zone-registry-feature ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-792251127\" class=\"hp-content-zone-story-2 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt1a header-text-over-image\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"mbox-1658105505\" class=\" ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n      \u003Cdiv class=\"mboxDefault\"\u003E \n       \u003Cdiv id=\"text-459073468\" class=\"text section padding-bottom-8 padding-top-20 padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n        \u003Cp style=\"\ttext-align: center;\n\" class=\"padding-bottom-8\"\u003E\u003Cspan class=\"color-fifty-three size-six\"\u003EINTRODUCING\u003C\u002Fspan\u003E\u003Cspan class=\"size-six\"\u003E\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n       \u003C\u002Fdiv\u003E \n       \u003Cdiv id=\"imagerollover879991585\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile hp-b2b-logo-mobile padding-bottom-4 \"\u003E \n        \u003Cimg alt=\"west elm office\" class=\" padding-left-311 \" title=\"west elm office\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F0787\u002F001\u002F001.svg"}},{"type":"CONTENT","data":{"CONTENT":"\" \u002F\u003E \n       \u003C\u002Fdiv\u003E \n       \u003Cdiv id=\"text-1768678896\" class=\"text section padding-bottom-20 padding-top-16 btn btn-primary-inverse padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n        \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"color-fifty-three size-six\"\u003EModern design for today's workspace.\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n       \u003C\u002Fdiv\u003E \n      \u003C\u002Fdiv\u003E \n      \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"text-884786214\" class=\"text section align-last-item-bottom padding-bottom-20 padding-top-20 btn btn-primary-inverse padding-right-20 padding-left-10 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca class=\"margin-top-16\" href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fwest-elm-office\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow5-_-hero-_-WestElmOffice\"\u003Eexplore now\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover-1130736211\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fwest-elm-office\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow5-_-hero-_-WestElmOffice\" target=\"_self\"\u003E \u003Cimg alt=\"Explore Now\" class=\"  \" title=\"Explore Now\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F1237\u002F001\u002F006.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"938\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox423031019\" class=\"hp-content-zone-story-3 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt1a header-text-over-image\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt1a-c0 \"\u003E \n     \u003Cdiv id=\"text1724645304\" class=\"text section align-last-item-bottom padding-bottom-20 padding-top-20 btn btn-primary-inverse padding-right-20 padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"color-fifty-three size-six\"\u003EBEST-SELLING\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n      \u003Ch1 style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"color-fifty-three size-thirty-one\"\u003EThe Miles Collection\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n      \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca class=\"margin-top-16\" href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fmiles+all-furniture\u002Fcollection-m-collection-ff0012-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow6-_-hero-_-Miles\"\u003EShop now\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover936511887\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile  \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fmiles+all-furniture\u002Fcollection-m-collection-ff0012-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow6-_-hero-_-Miles\" target=\"_self\"\u003E \u003Cimg alt=\"Shop now\" class=\"  \" title=\"Shop now\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F1237\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"938\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text-72970084\" class=\"text section padding-bottom-16 no-vertical-spacing padding-left-20 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cp class=\"padding-bottom-8\"\u003E\u003Cspan class=\"size-six\"\u003EIN STOCK\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n  \u003Ch4\u003E\u003Cspan class=\"size-twenty-seven\"\u003EDelivered in 1–4 Weeks\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"slider1711091500\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider sm-two-third-slider no-infinite-scroll padding-left-20 padding-bottom-20 ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\" data-scroller=\"{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}\"\u003E \n  \u003Cdiv class=\"disabled btn-prev control\" data-cmp-hook-carousel=\"previous\"\u003E \n   \u003Ca href=\"#\"\u003EScroll to Previous Item\u003C\u002Fa\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"scroller\"\u003E \n   \u003Cul class=\"cmp-carousel__content panel\"\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fsectional+sofa+all-living-room\u002Fproducttype-m-product-type-ff0009141b23fe20-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockSofasSectionals\" target=\"_self\"\u003E \u003Cimg alt=\"Sofas &amp; Sectionals\" class=\"  \" title=\"Sofas &amp; Sectionals\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2804\u002F001\u002F008.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"380\" width=\"280\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fcoffee-table+side-tables+all-furniture\u002Fproducttype-m-product-type-ff00070c111e252dfe202020-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockCoffeeTables\" target=\"_self\"\u003E \u003Cimg alt=\"Coffee Tables\" class=\"  \" title=\"Coffee Tables\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2804\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"380\" width=\"280\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdining-tables\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningTables\" target=\"_self\"\u003E \u003Cimg alt=\"Dining Tables\" class=\"  \" title=\"Dining Tables\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2804\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"380\" width=\"280\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdining-chairs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow7-_-block-_-InStockDiningChairs\" target=\"_self\"\u003E \u003Cimg alt=\"Dining Chairs\" class=\"  \" title=\"Dining Chairs\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2804\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"380\" width=\"280\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n   \u003C\u002Ful\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"btn-next control\" data-cmp-hook-carousel=\"next\"\u003E \n   \u003Ca href=\"#\"\u003EScroll to Next Item\u003C\u002Fa\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"slider1433223557\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider sm-two-third-slider no-infinite-scroll padding-left-20 padding-bottom-20 ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\" data-scroller=\"{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}\"\u003E \n  \u003Cdiv class=\"disabled btn-prev control\" data-cmp-hook-carousel=\"previous\"\u003E \n   \u003Ca href=\"#\"\u003EScroll to Previous Item\u003C\u002Fa\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"scroller\"\u003E \n   \u003Cul class=\"cmp-carousel__content panel\"\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Flighting\u002Fall-lighting\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockLighting\" target=\"_self\"\u003E \u003Cimg alt=\"Lighting\" class=\"  \" title=\"Lighting\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2804\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"338\" width=\"280\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fbeds\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockBeds\" target=\"_self\"\u003E \u003Cimg alt=\"Beds\" class=\"  \" title=\"Beds\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2804\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"338\" width=\"280\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffurniture\u002Fdresser+nightstand+all-furniture\u002Fproducttype-m-product-type-ff0007181f27fe20-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockDressersNightstands\" target=\"_self\"\u003E \u003Cimg alt=\"Dressers\" class=\"  \" title=\"Dressers\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2804\u002F001\u002F006.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"380\" width=\"280\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Frugs\u002Fall-rugs\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?availability=quickShip&amp;cm_re=contentrow8-_-block-_-InStockRugs\" target=\"_self\"\u003E \u003Cimg alt=\"Rugs\" class=\"  \" title=\"Rugs\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F2804\u002F001\u002F007.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"338\" width=\"280\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n   \u003C\u002Ful\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"btn-next control\" data-cmp-hook-carousel=\"next\"\u003E \n   \u003Ca href=\"#\"\u003EScroll to Next Item\u003C\u002Fa\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text-1407656060\" class=\"text section hp-content-zone-registry-feature-2 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox1595783620\" class=\"bg-color-french-fry-efc261 no-vertical-spacing ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"imagerollover249842533\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-mobile hp-wek-logo-mobile padding-bottom-4 padding-top-28 \"\u003E \n    \u003Cimg alt=\"west elm kids\" class=\" padding-left-311 \" title=\"west elm kids\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202601\u002F0593\u002F001\u002F001.svg"}},{"type":"CONTENT","data":{"CONTENT":"\" \u002F\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"text-69227797\" class=\"text section padding-left-20 padding-right-20 padding-bottom-28 btn btn-primary ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch5 class=\"padding-bottom-4\" style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"color-sixteen size-nine\"\u003E\u003Cb\u003EFurniture Made for More\u003C\u002Fb\u003E\u003C\u002Fspan\u003E\u003C\u002Fh5\u003E \n    \u003Cp class=\"padding-bottom-12\" style=\"\ttext-align: center;\n\"\u003E\u003Cspan class=\"size-four color-sixteen\"\u003EMaximize their space with smart, modular designs.\u003C\u002Fspan\u003E\u003C\u002Fp\u003E \n    \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fkids-furniture\u002Fall-kids-bedroom-furniture\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow9-_-hero-_-KidsFurniture\"\u003EShop now\u003Cspan class=\"box\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover1665834604\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile no-vertical-spacing hp-content-zone-story-kids \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fkids-furniture\u002Fall-kids-bedroom-furniture\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=contentrow9-_-hero-_-KidsFurniture\" target=\"_self\"\u003E \u003Cimg alt=\"Shop now\" class=\"  \" title=\"Shop now\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202612\u002F1237\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"750\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-1489799135\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile  \"\u003E \n  \u003Ca href=\"https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Fwest-elm\u002Fid867468341\" target=\"_blank\"\u003E \u003Cimg alt=\"Our app is here!\" class=\"  \" title=\"Our app is here!\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202529\u002F0290\u002F063\u002F212.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"470\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-not-desktop responsive-devicetype-mobile parsys_column wsi-colctrl-lt2a col-ctrl-nowrap padded-col-ctrl no-vertical-spacing text-benefits-mobile\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879595\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-six\"\u003EKey Rewards\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fthe-key-rewards\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-TheKey\"\u003E\u003Cspan class=\"size-four \"\u003EEarn 2% back on every purchase&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879572\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-six\"\u003EWest Elm Visa\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fccvalueprop\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?fromPageType=Homepage&amp;userAction=learnmore&amp;fromPageLoc=BottomBanner\u002F?cm_re=homepage-_-evergreen-_-WECC\"\u003E\u003Cspan class=\"size-four\"\u003EEnjoy 10% back for 30 days\u003Csup\u003E1\u003C\u002Fsup\u003E&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879570\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-six\"\u003EDesign Boards\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fmy-boards\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-DesignBoards\"\u003E\u003Cspan class=\"size-four\"\u003ECreate mood boards with styles that inspire you&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c1  \"\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879567\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-six\"\u003EDesign Crew\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fstyle-and-service\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-DesignCrew\"\u003E\u003Cspan class=\"size-four \"\u003EFree design services&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879565\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-six \"\u003EWedding Registry\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fregistry\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-Registry\"\u003ECreate your dream wish list with our family of brands&nbsp;→\u003Cspan class=\"size-four\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Chr \u002F\u003E \n   \u003Cdiv id=\"text-549879563\" class=\"text section  ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch4\u003E\u003Cspan class=\"size-six\"\u003EBenjamin Moore\u003C\u002Fspan\u003E\u003C\u002Fh4\u003E \n    \u003Cp\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fideas-and-advice\u002Fbenjamin-moore-paint\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-BenjaminMoore\"\u003E\u003Cspan class=\"size-four\"\u003EExplore this year's color palette&nbsp;→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-1098426321\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile no-vertical-spacing \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fm\u002Fpages\u002Fbusiness\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-Business\" target=\"_self\"\u003E \u003Cimg alt=\"west elm business to business\" class=\"  \" title=\"west elm business to business\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F2538\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"750\" width=\"750\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-282467976\" class=\"bg-color-newsprint-e7e5e1 no-vertical-spacing ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"text550050743\" class=\"text section padding-left-20 padding-right-20 padding-top-138 padding-bottom-138 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n    \u003Ch1 class=\"padding-bottom-4\" style=\"\ttext-align: center;\n\"\u003EFloor-to-Ceiling Solutions\u003C\u002Fh1\u003E \n    \u003Cp class=\"padding-bottom-12\" style=\"\ttext-align: center;\n\"\u003EContract-grade products and design support, plus members-only perks, for projects large or small.\u003C\u002Fp\u003E \n    \u003Cp style=\"\ttext-align: center;\n\"\u003E\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fbusiness\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-evergreen-_-Business\"\u003ELEARN MORE \u003Cspan class=\"box\"\u003E→\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"vuereference-135811919 \" class=\"section vuereference  ecm-component-wrapper ecm-vue-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E\n   "}},{"type":"ecm.vue","data":{"pageTypeName":"HPRVI","name":"WsiRecs","CONTENT":"","macroType":"ecm.vue"}},{"type":"CONTENT","data":{"CONTENT":" \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text-568409621\" class=\"text section padding-bottom-12 no-vertical-spacing padding-left-10 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Ch1 style=\"\ttext-align: left;\n\"\u003E\u003Cspan class=\"size-twenty-seven\"\u003EDiscover Even More to Love Across Our Family of Brands\u003C\u002Fspan\u003E\u003C\u002Fh1\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"slider-1155533164\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider four-across-slider sm-two-third-slider no-infinite-scroll padding-left-20 no-vertical-spacing ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\" data-scroller=\"{duration:350, pageSize:1, easing:dojo.fx.easing.cubicInOut}\"\u003E \n  \u003Cdiv class=\"disabled btn-prev control\" data-cmp-hook-carousel=\"previous\"\u003E \n   \u003Ca href=\"#\"\u003EScroll to Previous Item\u003C\u002Fa\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"scroller\"\u003E \n   \u003Cul class=\"cmp-carousel__content panel\"\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.potterybarn.com\u002Fm\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Pottery Barn\" class=\"  \" title=\"Pottery Barn\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"500\" width=\"400\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.potterybarnkids.com\u002Fm\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Pottery Barn Kids\" class=\"  \" title=\"Pottery Barn Kids\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"500\" width=\"400\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.pbteen.com\u002Fm\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Pottery Barn Teen\" class=\"  \" title=\"Pottery Barn Teen\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"500\" width=\"400\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.williams-sonoma.com?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Williams Sonoma\" class=\"  \" title=\"Williams Sonoma\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"500\" width=\"400\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.williams-sonoma.com\u002Fm\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Williams Sonoma Home\" class=\"  \" title=\"Williams Sonoma Home\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F006.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"500\" width=\"400\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.markandgraham.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Mark &amp; Graham\" class=\"  \" title=\"Mark &amp; Graham\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F007.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"500\" width=\"400\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Rejuvenation\" class=\"  \" title=\"Rejuvenation\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"500\" width=\"400\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WE_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Green Row\" class=\"  \" title=\"Green Row\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202549\u002F4011\u002F001\u002F008.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"500\" width=\"400\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n   \u003C\u002Ful\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"btn-next control\" data-cmp-hook-carousel=\"next\"\u003E \n   \u003Ca href=\"#\"\u003EScroll to Next Item\u003C\u002Fa\u003E \n  \u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text189239873\" class=\"text section we-m-bodym padding-top-16 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cp style=\"\ttext-align: center;\n\"\u003ESome exclusions apply.&nbsp;\u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fpopup\u002Fpromotion-details\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=homepage-_-promo-_-details\" onclick=\"window.open('\u002Fpages\u002Fpopup\u002Fpromotion-details\u002F?cm_re=homepage-_-promo-_-details','','resizable=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no');return false;\"\u003EClick&nbsp;here\u003C\u002Fa\u003E&nbsp;for details\u003C\u002Fp\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text-151478846\" class=\"text section hp-content-zone-pzn-product-recs-1 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text1333291623\" class=\"text section hp-content-zone-pzn-product-recs-2 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text-1992351089\" class=\"text section hp-content-zone-pzn-product-recs-3 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-mobile\"\u003E \n \u003C\u002Fdiv\u003E  \n\u003C\u002Fbody\u003E"}}]},"maxContentAge":1800,"ssrContentConfig":{"enabledForBot":false,"enabledForNonBot":true,"ssrAllPages":{"enabled":false,"excludeURLFromSSR":[]},"ssrSomePages":{"enabled":true,"includeURLForSSR":["\u002F"]}},"enableUrlParameters":false}}</script>
    <footer data-component="Global-Footer" data-style="footer"><!--[--><div id="design-chat" class="design-platform" data-style="design-chat" data-component="DesignChat" data-test-id="design-chat" style="display:none;"></div><section data-style="footer-sections" data-component="Global-footer-FooterSections" class="global-footer-container"><!--[--><!--[--><ul data-style="footer-menu" class="footer-menu"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Customer service</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/email-us/?cm_re=GlobalLinks-_-Footer-_-ContactUs" class="footer-link">Contact us</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/order-shipment-tracking/?cm_re=GlobalLinks-_-Footer-_-TrackYourOrder" class="footer-link">Track your order</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/return/?cm_re=GlobalLinks-_-Footer-_-Returns" class="footer-link">Returns &amp; exchanges</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/faq.html?cm_re=GlobalLinks-_-Footer-_-HelpTopics" class="footer-link">Help topics</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/shipping-info.html?cm_re=GlobalLinks-_-Footer-_-ShippingInfo" class="footer-link">Shipping information</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/international-orders.html?cm_re=GlobalLinks-_-Footer-_-InternationalOrders" class="footer-link">International orders</a><!--]--><!----></li><!--]--><!--[--><li><span data-style="feedback" class="footer-feedback" data-component="Global-footer-Feedback"><span><input type="hidden" name="sessionCookieName" id="sessionCookieName" value="WEPE_SID"><a class="footer-link__title-link feedback-link" href="javascript:O_LC(&#39;&#39;);" onclick="oOobj2.OnClick()" aria-describedby="op-external-notification"><svg width="13px" height="13px" viewBox="0 0 25 25" role="img" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg-image"><title>Customer Feedback</title><desc>Tell us what you think.</desc><defs></defs><g class="we-icon__customer-service-feedback-outer" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g class="we-icon__customer-service-feedback" transform="translate(-7.000000, -8.000000)" fill="#363636"><g transform="translate(7.500000, 7.500000)" class="we-icon__customer-service-feedback-inner"><g><path d="M21.6815294,24.561708 L12.3531521,24.561708 C8.74274043,24.5603409 5.32816845,22.9200178 3.07061511,20.1024786 C0.813061782,17.2849393 -0.0433358984,13.594879 0.74249223,10.0710248 C1.95469167,4.03243023 7.58006895,-0.0789613925 13.7016333,0.599641583 C19.8231976,1.27824456 24.411529,6.52187178 24.271739,12.6793478 C24.2139061,14.6022414 23.6517282,16.4761678 22.6415372,18.113354 C21.8642065,19.3111373 22.0303362,20.8893696 23.040031,21.899045 C23.4350432,22.4041242 23.5013047,23.0924416 23.2098976,23.6635996 C22.9184904,24.2347577 22.3223046,24.5850917 21.6815294,24.561708 Z M2.53571427,10.5057453 C1.8869286,13.5100038 2.63275824,16.6464838 4.56440992,19.037135 C6.47679416,21.3947681 9.35366547,22.7599501 12.3893788,22.7503726 L21.4460558,22.7503726 C20.116103,21.1367739 20.0199326,18.836081 21.2105822,17.1171195 C21.9955604,15.7672679 22.425559,14.2404615 22.4604036,12.6793478 C22.4645029,9.64997685 21.0998539,6.78088552 18.7471661,4.87249222 C16.3565148,2.94084054 13.2200348,2.1950109 10.2157764,2.84379657 C6.37459417,3.67044898 3.37143445,6.66652578 2.53571427,10.5057453 Z" fill-rule="nonzero" class="we-icon__customer-service-feedback-path"></path><polygon fill-rule="nonzero" points="13.2044798 8.15100929 11.5199378 8.15100929 11.5199378 11.8280201 7.82481364 11.8280201 7.82481364 13.5306754 11.5199378 13.5306754 11.5199378 17.2076863 13.2044798 17.2076863 13.2044798 13.5306754 16.8814906 13.5306754 16.8814906 11.8280201 13.2044798 11.8280201" class="we-icon__customer-service-feedback-polygon"></polygon></g></g></g></g></svg><span>Give Us Feedback</span></a></span></span></li><!--]--><!--[--><li><!--[--><a href="/pages/safety-recalls/?cm_re=GlobalLinks-_-Footer-_-SafetyRecalls" class="footer-link">Safety recalls</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/email-preferences/?cm_re=GlobalLinks-_-Footer-_-EmailPreferences" class="footer-link">Email preferences</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Resources</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/the-key-rewards?cm_re=GlobalLinks-_-Footer-_-TheKey" class="footer-link">The Key Rewards</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/ccvalueprop/?fromPageType=GlobalFooter&amp;userAction=learnmore" class="footer-link">Apply for credit card</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://verified.capitalone.com/auth/signin" class="footer-link">Manage credit card account</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://verified.capitalone.com/auth/signin" class="footer-link" target="_blank">Pay bill online</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/affirm-monthly-financing/?cm_re=GlobalLinks-_-Footer-_-MonthlyPaymentPlan" class="footer-link">Monthly payment plan</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/gift-services/gift-card-landing.html?cm_re=GlobalLinks-_-Footer-_-GiftCards" class="footer-link">Gift cards</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/privacy-policy/#do-not-sell" class="footer-link">Do not sell or share my personal information</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">More about us</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/about-west-elm/?cm_re=GlobalLinks-_-Footer-_-AboutUs" class="footer-link">Sustainability</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/about-west-elm/responsible-retail-glossary/?cm_re=GlobalLinks-_-Footer-_-ResponsibleRetailGlossary" class="footer-link">Responsible retail glossary</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/shop/collaborations/?cm_re=GlobalLinks-Footer-Designers" class="footer-link">Designers &amp; tastemakers</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/employment.html?cm_re=GlobalLinks-_-Footer-_-Careers" class="footer-link">Careers</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/stores/?cm_re=GlobalLinks-_-Footer-_-FindAStore" class="footer-link">Find a store</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Design services</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/style-and-service/?cm_re=GlobalLinks-_-Footer-_-DesignCrew" class="footer-link">Meet with design crew</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/ideas-and-advice/?cm_re=GlobalLinks-Footer-Ideas-Advice" class="footer-link">Ideas &amp; Advice</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/ideas-and-advice/room-planner/?cm_re=GlobalLinks-_-Footer-_-RoomPlanner" class="footer-link">Room planner</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><h3 class="footer-heading">B2B programs</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/business/?cm_re=GlobalLinks-_-Footer-_-B2BProgramOverview" class="footer-link">Overview</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/business-sales-programs/design-trade/?cm_re=GlobalLinks-_-Footer-_-ToTheTrade" class="footer-link">West Elm TRADE</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/business-sales-programs/hospitality/?cm_re=GlobalLinks-_-Footer-_-Contract" class="footer-link">West Elm CONTRACT</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://www.westelm.com/shop/business-office-spaces/?cm_re=GlobalLinks-Footer-Workspace" class="footer-link">West Elm WORK</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><h3 class="footer-heading">Shop The App</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://apps.apple.com/us/app/west-elm/id867468341" class="footer-link" target="_blank">Apple store download</a><!--]--><!----></li><!--]--><!--]--></ul><!--]--><!----><!----><div class="social-icons"><!----><div data-style="email-sign-up" id="footer-email-sign-up"><h3 class="footer-email-sign-up-copy-header" data-component="Global-footer-EmailSignUp"></h3><p class="footer-email-sign-up-text" data-component="Global-footer-EmailSignUp" id="form-instructions">Sign Up For Sale, New Arrivals &amp; More</p><!----><form id="join-email-footer" aria-labelledby="form-instructions" class="footer-email-sign-up-wrapper" action="" method=""><label for="footer-email-signup" class="visually-hidden">Sign Up For Sale, New Arrivals &amp; More</label><div><div class="design-platform"><div class="input-field mb-2"><input type="email" name="emailId" id="footer-email-signup" placeholder="Enter Your Email" value="" class=""><label for="emailId" data-test-id="email-input-label">Enter your email address* <span class="sr-only"> (required) </span></label></div><div class="input-field"><input type="tel" id="footer-phone-signup" pattern="[0-9]{10}" name="mobileNumber" aria-label="Mobile Number" value="" class="phone-number" placeholder="Enter Your Email" aria-describedby="emailInputError" data-test-id="email-input"><label for="mobileNumber" data-test-id="email-input-label">Enter your mobile number (Optional) <span class="sr-only"> (required) </span></label></div><div class="py-4"><p class="sms-disclaimer">Enter your mobile number to receive marketing text messages. You understand that consent is not required to make a purchase. Message and data rates may apply. Message frequency varies. Wireless carriers are not liable for delayed or undelivered messages. Text HELP for help and STOP to cancel. For questions, please <a href='/customer-service/email-us/' target='_blank'>contact us</a>. <a href='/about-us/terms.html' target='_blank'>Terms</a>.</p></div><div class="mb-10 space-y-md w-[275px] mx-auto"><!----><!----><button type="button" value="Sign Up Now" class="btn-primary" data-test-id="submit-button">Sign Up Now</button></div></div></div><!----></form></div><div data-style="financial-incentives" class="financial-incentive-terms-container" data-component="Global-footer-FinancialIncentives"><p>California residents, please see the <a href='/customer-service/privacy-policy/#financial-incentives' target='_blank'>Financial Incentive Terms</a> for terms.</p><p></p></div><div data-style="ccpa-header-button" class="ccpa-opt-out-button-container HOM" data-component="Global-header-CCPAHeaderButton"><a class="ccpa-opt-out-button" href="/about-us/privacy-policy.html#do-not-sell" target="_blank"> Do Not Sell My Personal Information </a></div><!----><div style="text-align:center;"><!----></div><div><p class="social-icons">Follow Us</p><ul data-style="social-icons" class="social-icons-list" data-component="Global-footer-SocialIcons"><!--[--><li class="instagram"><a href="https://instagram.com/westelm?cm_sp=GlobalLinks-_-Footer-_-Instagram" target="_new"><svg data-style="instagram" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 34.02 34.02" data-component="Global-social_icons-Instagram" aria-labelledby="instagram-icon" fill="#212121"><title id="instagram-icon">Instagram</title><path fill="" d="M17,13.94A3,3,0,0,0,13.9,17a2.78,2.78,0,0,0,.89,2.13,3.1,3.1,0,0,0,4.35,0A2.92,2.92,0,0,0,20,17a3,3,0,0,0-.89-2.18A3,3,0,0,0,17,13.94Z"></path><path fill="" d="M24.34,12.49a3.63,3.63,0,0,0-.21-.85,4.21,4.21,0,0,0-.68-1.07,3,3,0,0,0-1.07-.68,3.58,3.58,0,0,0-.85-.22l-1.24-.12c-.47,0-.85-.05-1.15-.05H14.88a10.42,10.42,0,0,0-1.16.05,5.57,5.57,0,0,0-1.23.12,3.58,3.58,0,0,0-.85.22,4,4,0,0,0-1.07.68,3,3,0,0,0-.68,1.07,3.58,3.58,0,0,0-.22.85c0,.34-.08.72-.12,1.23s-.05.86-.05,1.16v4.26a10.25,10.25,0,0,0,.05,1.15,5.6,5.6,0,0,0,.12,1.24,7.8,7.8,0,0,0,.22.85,4.28,4.28,0,0,0,.68,1.07,3.16,3.16,0,0,0,1.07.68,3.63,3.63,0,0,0,.85.21c.34,0,.72.09,1.23.13s.86,0,1.16,0h4.26c.3,0,.68,0,1.15,0a5,5,0,0,0,1.24-.13,3.63,3.63,0,0,0,.85-.21,4.58,4.58,0,0,0,1.07-.68,3.16,3.16,0,0,0,.68-1.07,3.63,3.63,0,0,0,.21-.85c0-.34.09-.73.13-1.24s0-.85,0-1.15V14.88c0-.3,0-.69,0-1.16A5,5,0,0,0,24.34,12.49Zm-4.05,7.84A4.5,4.5,0,0,1,17,21.7a4.59,4.59,0,0,1-3.33-1.37A4.49,4.49,0,0,1,12.28,17a4.6,4.6,0,0,1,1.36-3.33A4.54,4.54,0,0,1,17,12.32a4.35,4.35,0,0,1,3.32,1.36,4.72,4.72,0,0,1,0,6.65Zm2.35-7.46a1.05,1.05,0,0,1-.77.34,1,1,0,0,1-.77-.34,1,1,0,0,1,0-1.53,1,1,0,0,1,.77-.34,1.05,1.05,0,0,1,.77.34,1,1,0,0,1,0,1.53Z"></path><path fill="" d="M17,0A17,17,0,1,0,34,17,17,17,0,0,0,17,0Zm9.08,20.76A5.52,5.52,0,0,1,24.6,24.6a5.78,5.78,0,0,1-3.84,1.49c-.68,0-2,0-3.75,0s-3.07,0-3.75,0A5.48,5.48,0,0,1,9.42,24.6a5.61,5.61,0,0,1-1.49-3.84c0-.68,0-2,0-3.75s0-3.07,0-3.75A5.39,5.39,0,0,1,9.42,9.42a5.57,5.57,0,0,1,3.84-1.49c.68,0,2,0,3.75,0s3.07,0,3.75,0A5.43,5.43,0,0,1,24.6,9.42a5.76,5.76,0,0,1,1.49,3.84c0,.68,0,1.91,0,3.75S26.13,20.08,26.09,20.76Z"></path></svg></a></li><li class="tiktok"><a href="https://www.tiktok.com/@westelm?cm_sp=GlobalLinks-_-Footer-_-Tiktok" target="_new"><svg data-style="tiktok" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 35 35" data-component="Global-social_icons-Tiktok" aria-labelledby="tiktok-icon" width="35" height="35" fill="#212121"><title id="tiktok-icon">tiktok</title><g id="Tiktok" transform="translate(-388.57 -93.335)"><path id="Path_9" data-name="Path 9" d="M406.07,128.336a17.5,17.5,0,1,0-17.5-17.5,17.5,17.5,0,0,0,17.5,17.5" transform="translate(0 0)" fill="#434343"></path><path id="Subtraction_1" data-name="Subtraction 1" d="M14.324,25.034a5.491,5.491,0,0,1,0-10.978c.083,0,.167.006.248.012l.081.006v2.7l-.078-.011a1.785,1.785,0,0,0-.251-.023,2.8,2.8,0,0,0,0,5.6,2.889,2.889,0,0,0,1.979-.8,2.7,2.7,0,0,0,.852-1.964c0-.024,0-2.138.025-12.071V6.968h2.511a4.738,4.738,0,0,0,4.314,4.3v3.006c-.166.016-.3.023-.431.023a4.647,4.647,0,0,1-3.92-2.181v7.426A5.418,5.418,0,0,1,14.324,25.034Z" transform="translate(389.577 94.368)" fill="#fff"></path></g></svg></a></li><li class="facebook"><a href="https://www.facebook.com/WestElm?cm_sp=GlobalLinks-_-Footer-_-Facebook" target="_new"><svg data-style="facebook" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 34.02 34.02" data-component="Global-social_icons-Facebook" aria-labelledby="facebook-icon" fill="#212121"><title id="facebook-icon">Facebook</title><path fill="" d="M17,0A17,17,0,1,0,34,17,17,17,0,0,0,17,0Zm3.75,14.13-.19,2.54H18v8.84h-3.3V16.67H12.9V14.13h1.76V12.42a4.57,4.57,0,0,1,.57-2.64A3.14,3.14,0,0,1,18,8.5a10.89,10.89,0,0,1,3.15.32l-.44,2.6a5.94,5.94,0,0,0-1.41-.21c-.69,0-1.3.25-1.3.93v2Z"></path></svg></a></li><li class="pinterest"><a href="https://pinterest.com/westelm/?cm_sp=GlobalLinks-_-Footer-_-Pinterest" target="_new"><svg data-style="pinterest" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 34.02 34.02" data-component="Global-social_icons-Pinterest" aria-labelledby="pinterest-icon" fill="#212121"><title id="pinterest-icon">Pinterest</title><path fill="" d="M17,0A17,17,0,1,0,34,17,17,17,0,0,0,17,0Zm0,25.47a8.67,8.67,0,0,1-2.41-.35,7.26,7.26,0,0,0,.85-1.82c.11-.38.6-2.34.6-2.34A2.46,2.46,0,0,0,18.13,22c2.73,0,4.59-2.49,4.59-5.83a5.09,5.09,0,0,0-5.39-4.87c-4,0-6.07,2.9-6.07,5.31A3.27,3.27,0,0,0,13,19.88a.29.29,0,0,0,.42-.21L13.6,19a.44.44,0,0,0-.12-.48,2.42,2.42,0,0,1-.56-1.67,4,4,0,0,1,4.18-4.07c2.28,0,3.54,1.4,3.54,3.26,0,2.45-1.08,4.52-2.7,4.52a1.31,1.31,0,0,1-1.34-1.64,17.75,17.75,0,0,0,.75-3,1.14,1.14,0,0,0-1.14-1.28c-.91,0-1.64.94-1.64,2.2a3.33,3.33,0,0,0,.27,1.35s-.93,3.94-1.1,4.63a7.3,7.3,0,0,0-.14,1.95,8.49,8.49,0,1,1,3.41.72Z"></path></svg></a></li><li class="youtube2"><a href="https://www.youtube.com/westelm?cm_sp=GlobalLinks-_-Footer-_-YouTube" target="_new"><svg data-style="youtube2" width="26px" height="30px" viewbox="0 0 26 26" role="img" class="icon-youTube" data-component="Global-social_icons-YouTube2" aria-labelledby="youtube2-icon" fill="#212121"><title id="youtube2-icon">youTube</title><circle id="Oval-Copy-5" stroke="#363636" stroke-width="0.5" fill="#363636" cx="12.5" cy="12.5" r="12.5"></circle><path d="M10.9675725,14.8191076 L10.9675725,10.6590656 L14.9565228,12.7390866 L10.9675725,14.8191076 Z M19.7805922,9.99025237 C19.5478835,7.99817012 18.7558364,7.72119292 17.1860995,7.61530746 C14.951737,7.46156418 9.96016515,7.46156418 7.72640085,7.61530746 C6.15606575,7.72119292 5.36461686,7.99817012 5.13190815,9.99025237 C4.95603062,11.4678629 4.95603062,13.9965511 5.13190815,15.4789474 C5.36461686,17.4710297 6.15606575,17.7480069 7.72640085,17.8538923 C9.96495094,18.0076356 14.951737,18.0076356 17.1860995,17.8538923 C18.7558364,17.7480069 19.5478835,17.4710297 19.7805922,15.4789474 C19.9564698,14.0013369 19.9564698,11.4726487 19.7805922,9.99025237 L19.7805922,9.99025237 Z" fill="#FFFFFF"></path></svg></a></li><li class="appstore"><a href="https://apps.apple.com/app/apple-store/id867468341?pt=346764&amp;ct=Evergreen_SiteFooter&amp;mt=8" target="_new"><AppStore fill="#212121"></AppStore></a></li><!--]--></ul></div><div class="footer-legal"><div class="text section"><p>© All Rights Reserved, 2026 Williams-Sonoma Inc. <a href="" target="_blank"></a> </p></div></div></div><!--]--></section><div><ul class="copyright"><!--[--><li><span class="copyright-info">© All Rights Reserved, 2026 Williams-Sonoma Inc.</span><!----></li><li><a href="/about-us/terms.html?cm_re=GlobalLinks-_-Footer-_-TermsConditions">Terms &amp; Conditions <span class="last-updated"></span></a><span> | </span></li><li><a href="/about-us/accessibility.html?cm_re=GlobalLinks-_-Footer-_-Accessibility">Accessibility <span class="last-updated"></span></a><span> | </span></li><li><a href="/customer-service/privacy-policy/?cm_re=GlobalLinks-_-Footer-_-PrivacyPolicy">Privacy Policy <span class="last-updated"></span></a><!----></li><!--]--></ul><!----></div><!--]--></footer><script>window.__FOOTER__INITIAL__STATE__={"footer":{"concept":"WE","config":{"browseMode":[{"key":"commonDesignChat","override":{"enabled":false}},{"key":"emailSignup","override":{"sign_up":false}},{"key":"financialIncentives","override":{}},{"key":"footerLinks","override":{"footer_links":[{"column":[{"text":"More about us","link":"","type":"header"},{"text":"Sustainability","link":"\u002Fpages\u002Fabout-west-elm\u002F?cm_re=GlobalLinks-_-Footer-_-AboutUs"},{"text":"Responsible retail glossary","link":"\u002Fpages\u002Fabout-west-elm\u002Fresponsible-retail-glossary\u002F?cm_re=GlobalLinks-_-Footer-_-ResponsibleRetailGlossary"},{"text":"Designers & tastemakers","link":"\u002Fshop\u002Fcollaborations\u002F?cm_re=GlobalLinks-Footer-Designers"},{"text":"Careers","link":"\u002Fcustomer-service\u002Femployment.html?cm_re=GlobalLinks-_-Footer-_-Careers"}]}],"footer_legal":{},"mobile_footer_links":[{"text":"Terms and Conditions","link":"\u002Fcustomer-service\u002Fterms.html?cm_re=GlobalLinks-_-Footer-_-TermsConditions"},{"text":"Accessibility","link":"\u002Fcustomer-service\u002Faccessibility.html?cm_re=GlobalLinks-_-Footer-_-Accessibility"},{"text":"Privacy","link":"\u002Fcustomer-service\u002Fprivacy-policy.html?cm_re=GlobalLinks-_-Footer-_-PrivacyPolicy"}],"mobile_footer_menu":[{"column":[{"text":"More about us","link":"","type":"header"},{"text":"Sustainability","link":"\u002Fpages\u002Fabout-west-elm\u002F?cm_re=GlobalLinks-_-Footer-_-AboutUs"},{"text":"Responsible retail glossary","link":"\u002Fpages\u002Fabout-west-elm\u002Fresponsible-retail-glossary\u002F?cm_re=GlobalLinks-_-Footer-_-ResponsibleRetailGlossary"},{"text":"Designers & tastemakers","link":"\u002Fshop\u002Fcollaborations\u002F?cm_re=GlobalLinks-Footer-Designers"},{"text":"Careers","link":"\u002Fcustomer-service\u002Femployment.html?cm_re=GlobalLinks-_-Footer-_-Careers"}]}],"blog_data":{"icon":"we-blog","link":""}}},{"key":"mobileEmailSignUp","override":{"enabled":false}},{"key":"socialIcons","override":{"desktop_display_enabled":false,"mobile_display_enabled":false}}],"cookies":{"international":"INTERNATIONAL","internationalCountryName":"INTL_COUNTRY_NAME"},"personalization":{"enabled":false},"profile":{"isUiUserNameCookieEnabled":false},"commonDesignChat":{"cookieExpirationDays":14,"copy":{"label":"Text us to chat","title":"Need design advice or customer service help?","url":"#","position":"right"},"ctaEligible":true,"forceQueryParamEnabled":true,"iOSChatUrl":"https:\u002F\u002Fbcrw.apple.com\u002Fsms:open?service=iMessage&recipient=urn:biz:7fcf8bd2-fbb5-11e7-aba9-b97859c148c8&biz-intent-id=WestElm_WismoBotHandOff","isAgentAvailabilityCheckDisabled":false,"enabled":true,"isEnabledForDesktop":true,"isEnabledForMobile":true,"isEnabledForRTCUser":false,"isForceClickToOpenEnabled":true,"isQuiqV2VersionEnabled":false,"isWismoChatEnabled":true,"nonIosSmsLink":"sms:+16463286204","quiqV2PageConfigurationId":"westelm-cs","salesforce":{"isEnabled":true,"isCustomChatIconEnabled":false,"src":"https:\u002F\u002Fwsgc.my.site.com\u002FESWWestElmChannel1755820489104\u002Fassets\u002Fjs\u002Fbootstrap.min.js","initialization":{"agentTag":"00D300000000D5L","miawService":"West_Elm_Channel","agentSrc":"https:\u002F\u002Fwsgc.my.site.com\u002FESWWestElmChannel1755820489104","agentScrt2URL":"https:\u002F\u002Fwsgc.my.salesforce-scrt.com"},"settings":{"language":"en_US","disableStreamingResponses":true,"shouldMinimizeWindowOnNewTab":false,"prechatFields":[{"brandCode":"WE","sourceUrl":"","Customer_Identifier":"","Device_Type":"","Market_Code":"","Source_Type":"Customer"}]},"proactive":{"isEnabled":false,"timeToOpenInSecs":"10","supportedHours":{"startHour":"5:00","endHour":"19:00","timeZone":"PST"},"rules":{"pipCategories":[],"urlRulesForProactive":{"all":{"inclusionList":[],"exclusionList":[]},"mobile":{"inclusionList":[],"exclusionList":[]},"desktop":{"inclusionList":[],"exclusionList":[]}}}},"sendMessageToAgent":{"displayTemplates":{"questionTemplate":"Question about @@PRODUCTNAMEASLINK@@: @@QUESTION@@"}}},"quiqV2src":"https:\u002F\u002Fwsi.quiq-api.com\u002Fapp\u002Fchat-ui\u002Findex.js","urlRulesForEnablements":{"all":{"exclusionList":["\u002Ftrade-signin\u002Flogin.html","\u002Fshoppingcart\u002F","\u002Fm\u002Fshoppingcart\u002F","\u002Fpages\u002F*"],"inclusionList":[]},"desktop":{"exclusionList":[],"inclusionList":[]},"mobile":{"exclusionList":["\u002Fproducts\u002F","\u002Fm\u002Fproducts\u002F"],"inclusionList":["\u002Fappointments\u002F*","\u002Fcustomer-service\u002F","\u002Fm\u002Fcustomer-service\u002F","\u002Fcustomer-service\u002Forder-shipment-tracking\u002F","\u002Fcustomer-service\u002Forder-shipment-tracking\u002Fresults.html","\u002Fm\u002Fcustomer-service\u002Forder-shipment-tracking\u002F","\u002Fm\u002Fcustomer-service\u002Forder-shipment-tracking\u002Fresults.html"]}},"clickToOpenChat":{"hideDesignChatOnPages":[]}},"appStoreBadge":{"mobile_app_store_enabled":false,"mobile_app_store_url":"https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Fwest-elm\u002Fid867468341","mobile_type":"iPhone"},"brandLogo":{"alt_text":"","img_link":"","link":"","loadFromNetStorage":false,"netStoragePath":""},"copyrights":{"copy_list":[{"text":"© All Rights Reserved, 2026 Williams-Sonoma Inc.","secondary_text":"","link":""},{"text":"Terms & Conditions","secondary_text":"","link":"\u002Fabout-us\u002Fterms.html?cm_re=GlobalLinks-_-Footer-_-TermsConditions"},{"text":"Accessibility","secondary_text":"","link":"\u002Fabout-us\u002Faccessibility.html?cm_re=GlobalLinks-_-Footer-_-Accessibility"},{"text":"Privacy Policy","secondary_text":"","link":"\u002Fcustomer-service\u002Fprivacy-policy\u002F?cm_re=GlobalLinks-_-Footer-_-PrivacyPolicy"}],"copy_rights_content":"© 2024 Williams-Sonoma, Inc. All rights reserved."},"emailSignup":{"icon":"","isWeDefaultSelected":false,"isWeEmailSignupEnabledOnWeKids":false,"isWeKidsDefaultSelected":false,"isWeKidsEmailSignupEnabledOnWe":false,"placeholder":"Enter Your Email","sign_up":true,"sign_up_copy":"Sign Up For Sale, New Arrivals & More","sign_up_copy_header":"","sign_up_link":false,"submit_button":true,"weKidsNotificationText":"Keep me updated on West Elm Kids, too.","weNotificationText":"Keep me updated on West Elm, too."},"favorites":{"Favorite":"Favorite","Favorites":"Favorites","favorite":"favorite","favorites":"favorites"},"financialIncentives":{"mobile_display_enabled":true,"secondary_terms":"","terms":"California residents, please see the \u003Ca href='\u002Fcustomer-service\u002Fprivacy-policy\u002F#financial-incentives' target='_blank'\u003EFinancial Incentive Terms\u003C\u002Fa\u003E for terms."},"footerLinks":{"blog_data":{"icon":"we-blog","link":""},"footer_legal":{"anchorText":"","link":"","primary_text":"© All Rights Reserved, 2026 Williams-Sonoma Inc.","secondary_text":""},"footer_links":[{"column":[{"text":"Customer service","link":"","type":"header"},{"text":"Contact us","link":"\u002Fcustomer-service\u002Femail-us\u002F?cm_re=GlobalLinks-_-Footer-_-ContactUs"},{"text":"Track your order","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_re=GlobalLinks-_-Footer-_-TrackYourOrder"},{"text":"Returns & exchanges","link":"\u002Fcustomer-service\u002Freturn\u002F?cm_re=GlobalLinks-_-Footer-_-Returns"},{"text":"Help topics","link":"\u002Fcustomer-service\u002Ffaq.html?cm_re=GlobalLinks-_-Footer-_-HelpTopics"},{"text":"Shipping information","link":"\u002Fcustomer-service\u002Fshipping-info.html?cm_re=GlobalLinks-_-Footer-_-ShippingInfo"},{"text":"International orders","link":"\u002Fcustomer-service\u002Finternational-orders.html?cm_re=GlobalLinks-_-Footer-_-InternationalOrders"},{"text":"","link":"","custom_component":true,"component":"Feedback"},{"text":"Safety recalls","link":"\u002Fpages\u002Fsafety-recalls\u002F?cm_re=GlobalLinks-_-Footer-_-SafetyRecalls"},{"text":"Email preferences","link":"\u002Fcustomer-service\u002Femail-preferences\u002F?cm_re=GlobalLinks-_-Footer-_-EmailPreferences"}]},{"column":[{"text":"Resources","link":"","type":"header"},{"text":"The Key Rewards","link":"\u002Fpages\u002Fthe-key-rewards?cm_re=GlobalLinks-_-Footer-_-TheKey","redirectUrls":{"COF":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey","ADS":"\u002Fthe-key\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey"}},{"text":"Apply for credit card","link":"\u002Fccvalueprop\u002F?fromPageType=GlobalFooter&userAction=learnmore","redirectUrls":{"COF":"\u002Fccvalueprop\u002F?fromPageType=GlobalFooter&userAction=learnmore","ADS":"\u002Fcustomer-service\u002Fcredit-card.html?cm_re=GlobalLinks-_-Footer-_-WEC"}},{"text":"Manage credit card account","link":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","redirectUrls":{"COF":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","ADS":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F"}},{"text":"Pay bill online","link":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","redirectUrls":{"COF":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","ADS":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F"},"target":"_blank"},{"text":"Monthly payment plan","link":"\u002Fpages\u002Faffirm-monthly-financing\u002F?cm_re=GlobalLinks-_-Footer-_-MonthlyPaymentPlan"},{"text":"Gift cards","link":"\u002Fcustomer-service\u002Fgift-services\u002Fgift-card-landing.html?cm_re=GlobalLinks-_-Footer-_-GiftCards"},{"text":"Do not sell or share my personal information","link":"\u002Fcustomer-service\u002Fprivacy-policy\u002F#do-not-sell"}]},{"column":[{"text":"More about us","link":"","type":"header"},{"text":"Sustainability","link":"\u002Fpages\u002Fabout-west-elm\u002F?cm_re=GlobalLinks-_-Footer-_-AboutUs"},{"text":"Responsible retail glossary","link":"\u002Fpages\u002Fabout-west-elm\u002Fresponsible-retail-glossary\u002F?cm_re=GlobalLinks-_-Footer-_-ResponsibleRetailGlossary"},{"text":"Designers & tastemakers","link":"\u002Fshop\u002Fcollaborations\u002F?cm_re=GlobalLinks-Footer-Designers"},{"text":"Careers","link":"\u002Fcustomer-service\u002Femployment.html?cm_re=GlobalLinks-_-Footer-_-Careers"},{"text":"Find a store","link":"\u002Fstores\u002F?cm_re=GlobalLinks-_-Footer-_-FindAStore"}]},{"column":[{"text":"Design services","link":"","type":"header"},{"text":"Meet with design crew","link":"\u002Fpages\u002Fstyle-and-service\u002F?cm_re=GlobalLinks-_-Footer-_-DesignCrew"},{"text":"Ideas & Advice","link":"\u002Fpages\u002Fideas-and-advice\u002F?cm_re=GlobalLinks-Footer-Ideas-Advice"},{"text":"Room planner","link":"\u002Fpages\u002Fideas-and-advice\u002Froom-planner\u002F?cm_re=GlobalLinks-_-Footer-_-RoomPlanner"},{"text":"B2B programs","link":"","type":"header"},{"text":"Overview","link":"\u002Fpages\u002Fbusiness\u002F?cm_re=GlobalLinks-_-Footer-_-B2BProgramOverview"},{"text":"West Elm TRADE","link":"\u002Fpages\u002Fbusiness-sales-programs\u002Fdesign-trade\u002F?cm_re=GlobalLinks-_-Footer-_-ToTheTrade"},{"text":"West Elm CONTRACT","link":"\u002Fpages\u002Fbusiness-sales-programs\u002Fhospitality\u002F?cm_re=GlobalLinks-_-Footer-_-Contract"},{"text":"West Elm WORK","link":"https:\u002F\u002Fwww.westelm.com\u002Fshop\u002Fbusiness-office-spaces\u002F?cm_re=GlobalLinks-Footer-Workspace"},{"text":"Shop The App","link":"","type":"header"},{"text":"Apple store download","link":"https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Fwest-elm\u002Fid867468341","target":"_blank"}]}],"mobile_footer_links":[{"text":"Terms and Conditions","link":"\u002Fcustomer-service\u002Fterms.html?cm_re=GlobalLinks-_-Footer-_-TermsConditions"},{"text":"Accessibility","link":"\u002Fcustomer-service\u002Faccessibility.html?cm_re=GlobalLinks-_-Footer-_-Accessibility"},{"text":"Privacy Policy","link":"\u002Fcustomer-service\u002Fprivacy-policy\u002F?cm_re=GlobalLinks-_-Footer-_-PrivacyPolicy"}],"mobile_footer_menu":[{"column":[{"text":"Customer service","link":"","type":"header"},{"text":"Contact us","link":"\u002Fcustomer-service\u002Femail-us\u002F?cm_re=GlobalLinks-_-Footer-_-ContactUs"},{"text":"Track your order","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_re=GlobalLinks-_-Footer-_-TrackYourOrder"},{"text":"Returns & exchanges","link":"\u002Fcustomer-service\u002Freturn\u002F?cm_re=GlobalLinks-_-Footer-_-Returns"},{"text":"Help topics","link":"\u002Fcustomer-service\u002Ffaq.html?cm_re=GlobalLinks-_-Footer-_-HelpTopics"},{"text":"Shipping information","link":"\u002Fcustomer-service\u002Fshipping-info.html?cm_re=GlobalLinks-_-Footer-_-ShippingInfo"},{"text":"International orders","link":"\u002Fcustomer-service\u002Finternational-orders.html?cm_re=GlobalLinks-_-Footer-_-InternationalOrders"},{"text":"","link":"","custom_component":true,"component":"Feedback"},{"text":"Safety recalls","link":"\u002Fpages\u002Fsafety-recalls\u002F?cm_re=GlobalLinks-_-Footer-_-SafetyRecalls"},{"text":"Email preferences","link":"\u002Fcustomer-service\u002Femail-preferences\u002F?cm_re=GlobalLinks-_-Footer-_-EmailPreferences"}]},{"column":[{"text":"Resources","link":"","type":"header"},{"text":"The Key Rewards","link":"\u002Fthe-key\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey","redirectUrls":{"COF":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey","ADS":"\u002Fthe-key\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey"}},{"text":"Apply for credit card","link":"\u002Fcustomer-service\u002Fcredit-card.html?cm_re=GlobalLinks-_-Footer-_-WEC","redirectUrls":{"COF":"\u002Fccvalueprop\u002F?fromPageType=GlobalFooter&userAction=learnmore","ADS":"\u002Fcustomer-service\u002Fcredit-card.html?cm_re=GlobalLinks-_-Footer-_-WEC"}},{"text":"Manage credit card account","link":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F","redirectUrls":{"COF":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","ADS":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F"}},{"text":"Pay bill online","link":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F","redirectUrls":{"COF":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","ADS":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F"},"target":"_blank"},{"text":"Monthly payment plan","link":"\u002Fpages\u002Faffirm-monthly-financing\u002F?cm_re=GlobalLinks-_-Footer-_-MonthlyPaymentPlan"},{"text":"Gift cards","link":"\u002Fcustomer-service\u002Fgift-services\u002Fgift-card-landing.html?cm_re=GlobalLinks-_-Footer-_-GiftCards"},{"text":"Do not sell or share my personal information","link":"\u002Fcustomer-service\u002Fprivacy-policy\u002F#do-not-sell"}]},{"column":[{"text":"More about us","link":"","type":"header"},{"text":"Sustainability","link":"\u002Fpages\u002Fabout-west-elm\u002F?cm_re=GlobalLinks-_-Footer-_-AboutUs"},{"text":"Responsible retail glossary","link":"\u002Fpages\u002Fabout-west-elm\u002Fresponsible-retail-glossary\u002F?cm_re=GlobalLinks-_-Footer-_-ResponsibleRetailGlossary"},{"text":"Designers & tastemakers","link":"\u002Fshop\u002Fcollaborations\u002F?cm_re=GlobalLinks-Footer-Designers"},{"text":"Careers","link":"\u002Fcustomer-service\u002Femployment.html?cm_re=GlobalLinks-_-Footer-_-Careers"},{"text":"Find a store","link":"\u002Fstores\u002F?cm_re=GlobalLinks-_-Footer-_-FindAStore"}]},{"column":[{"text":"Design services","link":"","type":"header"},{"text":"Meet with design crew","link":"\u002Fpages\u002Fstyle-and-service\u002F?cm_re=GlobalLinks-_-Footer-_-DesignCrew"},{"text":"Ideas & Advice","link":"\u002Fpages\u002Fideas-and-advice\u002F?cm_re=GlobalLinks-Footer-Ideas-Advice"},{"text":"Room planner","link":"\u002Fpages\u002Fideas-and-advice\u002Froom-planner\u002F?cm_re=GlobalLinks-_-Footer-_-RoomPlanner"}]},{"column":[{"text":"B2B programs","link":"","type":"header"},{"text":"Overview","link":"\u002Fpages\u002Fbusiness\u002F?cm_re=GlobalLinks-_-Footer-_-B2BProgramOverview"},{"text":"West Elm TRADE","link":"\u002Fpages\u002Fbusiness-sales-programs\u002Fdesign-trade\u002F?cm_re=GlobalLinks-_-Footer-_-ToTheTrade"},{"text":"West Elm CONTRACT","link":"\u002Fpages\u002Fbusiness-sales-programs\u002Fhospitality\u002F?cm_re=GlobalLinks-_-Footer-_-Contract"},{"text":"West Elm WORK","link":"https:\u002F\u002Fwww.westelm.com\u002Fshop\u002Fbusiness-office-spaces\u002F?cm_re=GlobalLinks-Footer-Workspace"}]}]},"isCustomFooterEnabled":false,"mobileEmailSignUp":{"enabled":true,"placeholder":"Enter Your Email","sign_up_copy":"Sign Up For Sale, New Arrivals & More","sign_up_copy_header":""},"playStoreBadge":{"mobile_app_store_enabled":null,"mobile_app_store_url":null,"mobile_type":null},"socialIcons":{"icon_color":"#212121","icons_list":[{"network":"Instagram","link":"https:\u002F\u002Finstagram.com\u002Fwestelm?cm_sp=GlobalLinks-_-Footer-_-Instagram"},{"network":"Tiktok","link":"https:\u002F\u002Fwww.tiktok.com\u002F@westelm?cm_sp=GlobalLinks-_-Footer-_-Tiktok"},{"network":"Facebook","link":"https:\u002F\u002Fwww.facebook.com\u002FWestElm?cm_sp=GlobalLinks-_-Footer-_-Facebook"},{"network":"Pinterest","link":"https:\u002F\u002Fpinterest.com\u002Fwestelm\u002F?cm_sp=GlobalLinks-_-Footer-_-Pinterest"},{"network":"Youtube2","link":"https:\u002F\u002Fwww.youtube.com\u002Fwestelm?cm_sp=GlobalLinks-_-Footer-_-YouTube"},{"network":"AppStore","link":"https:\u002F\u002Fapps.apple.com\u002Fapp\u002Fapple-store\u002Fid867468341?pt=346764&ct=Evergreen_SiteFooter&mt=8"}],"mobile_display_enabled":true},"subBrandOverrides":{"MB":{"emailSignup":{"sign_up_copy":null},"footerLinks":{"footer_links":null},"socialIcons":{"icon_color":null,"icons_list":null}},"MT":{"footerLinks":{"footer_links":[]},"socialIcons":{"icon_color":"","icons_list":[]}},"WEK":{"footerLinks":{"footer_links":[{"column":[{"text":"Customer service","link":"","type":"header"},{"text":"Contact us","link":"\u002Fcustomer-service\u002Femail-us\u002F?cm_re=GlobalLinks-_-Footer-_-ContactUs"},{"text":"Track your order","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_re=GlobalLinks-_-Footer-_-TrackYourOrder"},{"text":"Returns & exchanges","link":"\u002Fcustomer-service\u002Freturn\u002F?cm_re=GlobalLinks-_-Footer-_-Returns"},{"text":"Help topics","link":"\u002Fcustomer-service\u002Ffaq.html?cm_re=GlobalLinks-_-Footer-_-HelpTopics"},{"text":"Shipping information","link":"\u002Fcustomer-service\u002Fshipping-info.html?cm_re=GlobalLinks-_-Footer-_-ShippingInfo"},{"text":"International orders","link":"\u002Fcustomer-service\u002Finternational-orders.html?cm_re=GlobalLinks-_-Footer-_-InternationalOrders"},{"text":"","link":"","custom_component":true,"component":"Feedback"},{"text":"Safety recalls","link":"\u002Fpages\u002Fsafety-recalls\u002F?cm_re=GlobalLinks-_-Footer-_-SafetyRecalls"},{"text":"Kids Product Registration","link":"https:\u002F\u002Fpotterybarnkids.registria.com\u002F"},{"text":"Email preferences","link":"\u002Fcustomer-service\u002Femail-preferences\u002F?cm_re=GlobalLinks-_-Footer-_-EmailPreferences"}]},{"column":[{"text":"Resources","link":"","type":"header"},{"text":"The Key Rewards","link":"\u002Fthe-key\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey","redirectUrls":{"COF":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey","ADS":"\u002Fthe-key\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey"}},{"text":"Apply for credit card","link":"\u002Fcustomer-service\u002Fcredit-card.html?cm_re=GlobalLinks-_-Footer-_-WEC","redirectUrls":{"COF":"\u002Fccvalueprop\u002F?fromPageType=GlobalFooter&userAction=learnmore","ADS":"\u002Fcustomer-service\u002Fcredit-card.html?cm_re=GlobalLinks-_-Footer-_-WEC"}},{"text":"Manage credit card account","link":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F","redirectUrls":{"COF":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","ADS":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F"}},{"text":"Pay bill online","link":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F","redirectUrls":{"COF":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","ADS":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F"},"target":"_blank"},{"text":"Monthly payment plan","link":"\u002Fpages\u002Faffirm-monthly-financing\u002F?cm_re=GlobalLinks-_-Footer-_-MonthlyPaymentPlan"},{"text":"Gift cards","link":"\u002Fcustomer-service\u002Fgift-services\u002Fgift-card-landing.html?cm_re=GlobalLinks-_-Footer-_-GiftCards"},{"text":"Do not sell or share my personal information","link":"\u002Fcustomer-service\u002Fprivacy-policy\u002F#do-not-sell"}]},{"column":[{"text":"More about us","link":"","type":"header"},{"text":"Sustainability","link":"\u002Fpages\u002Fabout-west-elm\u002F?cm_re=GlobalLinks-_-Footer-_-AboutUs"},{"text":"Responsible retail glossary","link":"\u002Fpages\u002Fabout-west-elm\u002Fresponsible-retail-glossary\u002F?cm_re=GlobalLinks-_-Footer-_-ResponsibleRetailGlossary"},{"text":"Designers & tastemakers","link":"\u002Fshop\u002Fcollaborations\u002F?cm_re=GlobalLinks-Footer-Designers"},{"text":"Careers","link":"\u002Fcustomer-service\u002Femployment.html?cm_re=GlobalLinks-_-Footer-_-Careers"},{"text":"Find a store","link":"\u002Fstores\u002F?cm_re=GlobalLinks-_-Footer-_-FindAStore"}]},{"column":[{"text":"Design services","link":"","type":"header"},{"text":"Meet with design crew","link":"\u002Fpages\u002Fstyle-and-service\u002F?cm_re=GlobalLinks-_-Footer-_-DesignCrew"},{"text":"Ideas & Advice","link":"\u002Fpages\u002Fideas-and-advice\u002F?cm_re=GlobalLinks-Footer-Ideas-Advice"},{"text":"Room planner","link":"\u002Fpages\u002Fideas-and-advice\u002Froom-planner\u002F?cm_re=GlobalLinks-_-Footer-_-RoomPlanner"},{"text":"B2B programs","link":"","type":"header"},{"text":"Overview","link":"\u002Fpages\u002Fbusiness\u002F?cm_re=GlobalLinks-_-Footer-_-B2BProgramOverview"},{"text":"West Elm TRADE","link":"\u002Fpages\u002Fbusiness-sales-programs\u002Fdesign-trade\u002F?cm_re=GlobalLinks-_-Footer-_-ToTheTrade"},{"text":"West Elm CONTRACT","link":"\u002Fpages\u002Fbusiness-sales-programs\u002Fhospitality\u002F?cm_re=GlobalLinks-_-Footer-_-Contract"},{"text":"West Elm WORK","link":"https:\u002F\u002Fwww.westelm.com\u002Fshop\u002Fbusiness-office-spaces\u002F?cm_re=GlobalLinks-Footer-Workspace"},{"text":"Shop The App","link":"","type":"header"},{"text":"Apple store download","link":"https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Fwest-elm\u002Fid867468341","target":"_blank"}]}],"mobile_footer_menu":[{"column":[{"text":"Customer service","link":"","type":"header"},{"text":"Contact us","link":"\u002Fcustomer-service\u002Femail-us\u002F?cm_re=GlobalLinks-_-Footer-_-ContactUs"},{"text":"Track your order","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_re=GlobalLinks-_-Footer-_-TrackYourOrder"},{"text":"Returns & exchanges","link":"\u002Fcustomer-service\u002Freturn\u002F?cm_re=GlobalLinks-_-Footer-_-Returns"},{"text":"Help topics","link":"\u002Fcustomer-service\u002Ffaq.html?cm_re=GlobalLinks-_-Footer-_-HelpTopics"},{"text":"Shipping information","link":"\u002Fcustomer-service\u002Fshipping-info.html?cm_re=GlobalLinks-_-Footer-_-ShippingInfo"},{"text":"International orders","link":"\u002Fcustomer-service\u002Finternational-orders.html?cm_re=GlobalLinks-_-Footer-_-InternationalOrders"},{"text":"","link":"","custom_component":true,"component":"Feedback"},{"text":"Safety recalls","link":"\u002Fpages\u002Fsafety-recalls\u002F?cm_re=GlobalLinks-_-Footer-_-SafetyRecalls"},{"text":"Kids Product Registration","link":"https:\u002F\u002Fpotterybarnkids.registria.com\u002F"},{"text":"Email preferences","link":"\u002Fcustomer-service\u002Femail-preferences\u002F?cm_re=GlobalLinks-_-Footer-_-EmailPreferences"}]},{"column":[{"text":"Resources","link":"","type":"header"},{"text":"The Key Rewards","link":"\u002Fthe-key\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey","redirectUrls":{"COF":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey","ADS":"\u002Fthe-key\u002F?cm_re=GlobalLinks-_-Footer-_-TheKey"}},{"text":"Apply for credit card","link":"\u002Fcustomer-service\u002Fcredit-card.html?cm_re=GlobalLinks-_-Footer-_-WEC","redirectUrls":{"COF":"\u002Fccvalueprop\u002F?fromPageType=GlobalFooter&userAction=learnmore","ADS":"\u002Fcustomer-service\u002Fcredit-card.html?cm_re=GlobalLinks-_-Footer-_-WEC"}},{"text":"Manage credit card account","link":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F","redirectUrls":{"COF":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","ADS":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F"}},{"text":"Pay bill online","link":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F","redirectUrls":{"COF":"https:\u002F\u002Fverified.capitalone.com\u002Fauth\u002Fsignin","ADS":"https:\u002F\u002Fd.comenity.net\u002Fwestelm\u002F"},"target":"_blank"},{"text":"Monthly payment plan","link":"\u002Fpages\u002Faffirm-monthly-financing\u002F?cm_re=GlobalLinks-_-Footer-_-MonthlyPaymentPlan"},{"text":"Gift cards","link":"\u002Fcustomer-service\u002Fgift-services\u002Fgift-card-landing.html?cm_re=GlobalLinks-_-Footer-_-GiftCards"},{"text":"Do not sell or share my personal information","link":"\u002Fcustomer-service\u002Fprivacy-policy\u002F#do-not-sell"}]},{"column":[{"text":"More about us","link":"","type":"header"},{"text":"Sustainability","link":"\u002Fpages\u002Fabout-west-elm\u002F?cm_re=GlobalLinks-_-Footer-_-AboutUs"},{"text":"Responsible retail glossary","link":"\u002Fpages\u002Fabout-west-elm\u002Fresponsible-retail-glossary\u002F?cm_re=GlobalLinks-_-Footer-_-ResponsibleRetailGlossary"},{"text":"Designers & tastemakers","link":"\u002Fshop\u002Fcollaborations\u002F?cm_re=GlobalLinks-Footer-Designers"},{"text":"Careers","link":"\u002Fcustomer-service\u002Femployment.html?cm_re=GlobalLinks-_-Footer-_-Careers"},{"text":"Find a store","link":"\u002Fstores\u002F?cm_re=GlobalLinks-_-Footer-_-FindAStore"}]},{"column":[{"text":"Design services","link":"","type":"header"},{"text":"Meet with design crew","link":"\u002Fpages\u002Fstyle-and-service\u002F?cm_re=GlobalLinks-_-Footer-_-DesignCrew"},{"text":"Ideas & Advice","link":"\u002Fpages\u002Fideas-and-advice\u002F?cm_re=GlobalLinks-Footer-Ideas-Advice"},{"text":"Room planner","link":"\u002Fpages\u002Fideas-and-advice\u002Froom-planner\u002F?cm_re=GlobalLinks-_-Footer-_-RoomPlanner"}]},{"column":[{"text":"B2B programs","link":"","type":"header"},{"text":"Overview","link":"\u002Fpages\u002Fbusiness\u002F?cm_re=GlobalLinks-_-Footer-_-B2BProgramOverview"},{"text":"West Elm TRADE","link":"\u002Fpages\u002Fbusiness-sales-programs\u002Fdesign-trade\u002F?cm_re=GlobalLinks-_-Footer-_-ToTheTrade"},{"text":"West Elm CONTRACT","link":"\u002Fpages\u002Fbusiness-sales-programs\u002Fhospitality\u002F?cm_re=GlobalLinks-_-Footer-_-Contract"},{"text":"West Elm WORK","link":"https:\u002F\u002Fwww.westelm.com\u002Fshop\u002Fbusiness-office-spaces\u002F?cm_re=GlobalLinks-Footer-Workspace"}]}]}}},"subBrands":{"brands":[{"brand_name":"west elm","id":"WE","link":"\u002F?cm_sp=tnav-_-west-elm-_-tab","default":true},{"brand_name":"west elm kids","id":"WEK","link":"\u002Fpages\u002Fbaby-kids\u002F?cm_re=Footer-_-WestElm-_-Kids","pages":["shop\u002Fkids-furniture","shop\u002Fkids-bedding-bath","shop\u002Fkids-rugs","shop\u002Fkids-decor","shop\u002Fkids-toys","shop\u002Fbaby","shop\u002Fkids-teen","shop\u002Fkids-playroom","shop\u002Fkids-baby","shop\u002Fbaby-kids-sale","shop\u002Fkids-new","shop\u002Fkids-collaborations","pages\u002Fkids-shop-by-room","shop\u002Fkids-shop-by-room"]}],"show_sub_brands_links":false,"subBrandSearchEnabled":false},"tabBar":{"extendedOrderV2":["home","shop","registry","designTools","orderHistory","cart"],"extendedOrderV2Enabled":false,"extendedTabBarEnabled":false,"extendedOrder":[],"extendedOrderHistory":["home","shop","registry","account","orderHistory","cart"],"extendedOrderHistoryEnabled":true,"items":{"account":{"activeImageName":"Account_Active","inactiveImageName":"Account_Inactive","title":"ACCOUNT"},"cart":{"activeImageName":"Bag_Active","inactiveImageName":"Bag_Inactive","title":"CART"},"home":{"activeImageName":"Home_Active","inactiveImageName":"Home_Inactive","title":"HOME"},"orderHistory":{"activeImageName":"Orders_Active","inactiveImageName":"Orders_Inactive","title":"ORDERS"},"recipe":{"activeImageName":"","inactiveImageName":"","title":""},"registry":{"activeImageName":"Registry_Active","inactiveImageName":"Registry_Inactive","title":"REGISTRY"},"shop":{"activeImageName":"Shop_Active","inactiveImageName":"Shop_Inactive","title":"SHOP"},"wishlist":{"activeImageName":"","inactiveImageName":"","title":""},"designTools":{"activeImageName":"Design_Active","inactiveImageName":"Design_Inactive","title":"DESIGN"}},"order":["home","registry","shop","account","cart"]},"_DEV_COMMENT_brConfigKey":"this key value should match the corresponding key in Shop MFE src\u002Fclient\u002Futil\u002Fconstants.js BR_LOCALSTORAGE_KEY","brLocalStorageKey":"BR_CONFIG","brandPhoneNumber":{"contactNumber":"1.877.812.6235"},"breakpoints":{},"catTreeLocalStorageKey":"categoryData","rewardsDpConfig":{"enabled":false},"creditCardServiceProviderName":"COF","deeplinking":{"isEnabled":true},"ecmPlacements":{"DesktopPlacements":["global-wide-banner-1","global-wide-banner-2","global-wide-banner-3","global-wide-banner-4","global-ticker-1","global-ticker-2","global-ticker-3","global-ticker-4","footer-legal","spotlight-stores","secondary-nav-banner-1","secondary-nav-banner-b2b","kids-secondary-nav-banner-1","email-overlay-copy","email-overlay-copy-legal","email-overlay-copy-confirm"],"MobilePlacements":["mobile-wide-banner-1","mobile-wide-banner-2","mobile-wide-banner-3","mobile-wide-banner-4","mobile-global-ticker-1","mobile-global-ticker-2","mobile-global-ticker-3","mobile-global-ticker-4","mobile-global-nav-top","mobile-global-nav-middle","mobile-global-nav-bottom","email-overlay-copy-m","email-overlay-copy-confirm-m","mobile-global-nav-top-b2b","mobile-global-nav-bottom-b2b"],"_DesktopPlacements":"Array of xbrand supported site-wide ECM placements for desktop","_MobilePlacements":"Array of xbrand supported site-wide ECM placements for mobile","isPathSpecificPromo":false},"home":{"statusWidget":{"deliveryEstimationExpirationInDays":30,"isEnabledNativeApp":false}},"hostName":"www.westelm.com","countrySelector":{"isEnabled":true},"i18n":{"countryDetailsEndpoint":"\u002Finternational\u002FcountryDetails-mfe.html","hasShippingCountryInFooter":true,"shippingCountryEnabled":true},"isCatalogMicroServiceEnabled":true,"linkParameters":{"redirectTrackingUrlMatchString":"OLDLINK","parametersToRemove":["cm_re","cm_sp","cm_src","cm_type","originsc","tabnav","recstrat","podId","strategyId"],"parametersToReport":["cm_re","cm_sp","cm_src","cm_type","originsc","tabnav","position","pkey","recstrat","podId","strategyId"]},"enableUrlParameters":true,"longConceptName":"west elm","mobileSearchBarToggle":{"isToggleActive":true},"navLinksPathInNewTab":"","pingOneSignals":{"isEnabled":true},"accertify":{"isEnabled":false},"beddingVisualizer":{"beddingVisualiserLink":"","isHideShareButton":false,"isHideAddToWishlistButton":false},"salesforceGeoLocation":{"isEnabled":false,"storeModeDeeplinkPath":"\u002Fstores?storeId"},"updateNativeApp":{"lowestSupportedVersion":"15.18.0","lowestSupportedVersioniOS":"15.18.0","unsupportediOSVersions":[]},"footerSMSCapture":{"isEnabled":true,"smsDisclaimer":"Enter your mobile number to receive marketing text messages. You understand that consent is not required to make a purchase. Message and data rates may apply. Message frequency varies. Wireless carriers are not liable for delayed or undelivered messages. Text HELP for help and STOP to cancel. For questions, please \u003Ca href='\u002Fcustomer-service\u002Femail-us\u002F' target='_blank'\u003Econtact us\u003C\u002Fa\u003E. \u003Ca href='\u002Fabout-us\u002Fterms.html' target='_blank'\u003ETerms\u003C\u002Fa\u003E.","signUpButton":"Sign Up Now"},"mobileFooterSignupV2":{"isEnabled":true,"thanksForSigningUpText":"Thanks for signing up!","emailSmsConfirmationText":"Now you'll always be in the loop on all the latest trends, styles and collabs.","startShoppingText":"START SHOPPING"}},"url":"\u002Ffooter-WE","activeProperties":{"isBrowseMode":"0","isMobile":"0","isSeoBot":"0"},"subBrand":"WE","isBrowseMode":false}}</script><script src="/.static/202612/409044590/dist/footer/footer.bfc3afc4.js" defer ></script>


    <!--Minification cannot be done on these js files.-->
    <script>
      const isBrowseMode = 
        "[object Object]" &&
        "0" === '1';
      if (!isBrowseMode) {
        const mpulseScriptEl = document.createElement("script");
        mpulseScriptEl.src = "https://www.westelm.com/.static/202612/409044590/js/thirdParty/mpulse-tagger.js";
        mpulseScriptEl.defer = true;
        document.body.appendChild(mpulseScriptEl);

        const opinionLabScriptEl = document.createElement("script");
        opinionLabScriptEl.src = "https://www.westelm.com/.static/202612/409044590/js/thirdParty/opinionlab.js";
        document.body.appendChild(opinionLabScriptEl);
      }
    </script>
  <script type="text/javascript"  src="/-8ymhSHMGr94TEKdkw/ViOYfGa5XYXESwutak/dGlCBz05LA/CAlXRS/NUczUB"></script><script type="text/javascript"  src="/-8ymhSHMGr94TEKdkw/GtOYfGa5XYXE/Gn1FBz05LA/CjYFbk/spMlBu?v=91edaa8c-2cfc-4087-7cc7-29d9fa7f5f65" defer></script></body>
</html>
