<!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Housewares + Kitchenware Store | Williams Sonoma </title>
    <meta name="apple-itunes-app" content="app-id=1499531240, affiliate-data=ct=[SB_download_v1]&amp;pt=[346764], app-argument=https://www.williams-sonoma.com/?cm_ven=smartbanner&amp;cm_pla=mobileweb&amp;cm_cat=viewapp&amp;cm_ite=banner"><meta name="description" content="Shop premium kitchenware and housewares at Williams Sonoma - in-stores and online. Explore our curated selection of gourmet food, top quality cookware, and more for your culinary adventures."><meta name="robots" content="index,follow"><meta name="google-site-verification" content="aVsvQnG-txdAPBY9PsJ2RuetV2DdMJfxZA0hcTxQnAM"><link rel="stylesheet" href="/.static/dist/css/global/ws/global-ws-de3b11308c792fd7135983b454c2c830d058b88e.css"><link rel="preconnect" href="https://fonts.gstatic.com"><link rel="preconnect" href="https://assets.wsimgs.com"><link rel="preconnect" href="https://dpm.demdex.net"><link rel="stylesheet" href="/.static/dist/css/content/ws/content-ws-515c21aa471ea2fffbf962502cdec1700098ec59.css"><link rel="canonical" href="https://www.williams-sonoma.com/" id="pageCanonicalLink">
    <script type="text/javascript" src="https://www.williams-sonoma.com/assets/3180e66387964e4229a6706cc40426c997881c2ddc3" async ></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.williams-sonoma.com/.static/",
        },
        isBrowseMode: "0",
        staticPrefix: "202632/173330504/",
      };
      WSI.brand = {     // Used by Adobe Target and Analytics
        concept: "ws",
        subBrand: "-WS",
      };
      WSI.experiments = {     // Used by Adobe Target and Analytics
        // eslint-disable-next-line
        testKitchen: '{}',  // Single quotes because value contains double quotes
      };
    </script>
    <script>
      document.addEventListener("DOMContentLoaded", function () {
        if (window?.__HEADER__INITIAL__STATE__?.header?.config?.removeRakutenPopup) {
          import('https://www.williams-sonoma.com/.static/202632/173330504/js/thirdParty/removeRakutenPopUp.js')
          .then(({ observeDOMForRakuten }) => {
            observeDOMForRakuten();
          });
        }
      });
    </script>
    <script src="https://www.williams-sonoma.com/.static/202632/173330504/dist/external/external.5e30411b.js"></script>
    <script
      src="https://www.williams-sonoma.com/.static/202632/173330504/dist/external/common.5e30411b.js"
      defer
    ></script>
    <script src="https://www.williams-sonoma.com/.static/202632/173330504/js/thirdParty/Visitor_4_4_1_init.js"></script>
    <script src="https://www.williams-sonoma.com/.static/202632/173330504/dist/thirdparty/tracking.d800013d.js"></script>
    <script src="https://www.williams-sonoma.com/.static/202632/173330504/js/thirdParty/WSI-AT-v180.js"></script>
    <link
      rel="shortcut icon"
      type="image/x-icon"
      href="https://www.williams-sonoma.com/.static/202632/173330504/img/favicons/ws.ico"
    />
    <script>
      var regEx = new RegExp("Trident|MSIE");
      if (regEx.test(window.navigator.userAgent)) {
        var ieScript = document.createElement("script");
        ieScript.src =
        "https://www.williams-sonoma.com/.static/202632/173330504/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 class="home-page">
    <a href="#app" onclick="setFocusToMainContent()" class="showonfocus">Skip to Content</a>
    <header id="WS" class="market-USA WS" data-component="Global-Header" data-test-id="Global-header"><!--[--><div id="cof-smart-login-modal-container" class="design-platform"></div><!--[--><!----><!----><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="desktop 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 class="cq-ecm-pages desktop-banners">  
</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="desktop 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="desktop 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 class="cq-ecm-pages desktop-banners">  
</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="desktop 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="desktop 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></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="desktop 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="desktop 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="desktop 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 wsk"><a href="/?cm_ven=CrossBrandReferral&amp;cm_cat=WS&amp;cm_pla=Header&amp;cm_ite=Link" target="_self" referrerpolicy="no-referrer-when-downgrade">Williams Sonoma <!----></a><!----></li><li class="sub-brand wshome"><a href="/pages/williams-sonoma-home/?cm_ven=CrossBrandReferral&amp;cm_cat=WS&amp;cm_pla=Header&amp;cm_ite=Link" target="_self" referrerpolicy="no-referrer-when-downgrade">Williams Sonoma Home <!----></a><!----></li><li class="sub-brand wsb2b"><a href="/pages/williams-sonoma/b2b/overview/?cm_ven=CrossBrandReferral&amp;cm_cat=WS&amp;cm_pla=Header&amp;cm_ite=Link" target="_self" referrerpolicy="no-referrer-when-downgrade">Williams Sonoma Business to Business <!----></a><!----></li><li class=""><a href="https://www.potterybarn.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WS&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">Pottery Barn <!----></a><!----></li><li class="pk"><a href="https://www.potterybarnkids.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WS&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">Pottery Barn Kids <!----></a><!----></li><li class="pt"><a href="https://www.pbteen.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WS&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">Pottery Barn Teen <!----></a><!----></li><li class=""><a href="https://www.westelm.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WS&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">West Elm <!----></a><!----></li><li class=""><a href="https://www.rejuvenation.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WS&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=WS&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=WS&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">GreenRow <!----></a><!----></li><li class=""><a href="https://www.dormify.com/?cm_ven=CrossBrandReferral&amp;cm_cat=WS&amp;cm_pla=Header&amp;cm_ite=Link" target="_blank" referrerpolicy="no-referrer-when-downgrade">Dormify <!----></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/legal-statement.html#do-not-sell" target="_blank">Do Not Sell My Personal Information</a></div><div class="aside-container"><!----><div data-style="my-store" class="my-store-component cross-brand-bar"><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="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"><!--[--><!--]--><!----></ul></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="desktop 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 class="cq-ecm-pages desktop-banners"> 
 <div id="" class=" parsys_column wsi-colctrl-lt2a global-split-banner"> 
  <div class="parsys_column wsi-colctrl-lt2a-c0 "> 
   <div class="flipper common-slideshow section"> 
    <div class="arrows"> 
    </div> 
    <div id="common-slideshow130655820" class="slideshow
         &amp;nbsp 
        no-infinite-scroll
        " data-slideshow="{ autoplay:true,
                autopause:false, delay:6000,
                duration:850, transition:'fade',
                repeat:'loop', easing:dojo.fx.easing.cubicInOut
                 }"> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text712550239" class="text section  "> 
        <p><span class="font-roboto-normal"><span class="size-four">Free Shipping on Cookware, Electrics, Cutlery &amp; More.&nbsp;<a href="https://www.williams-sonoma.com/shop/sale-special-offer/free-shipping/" data-params='{"cm_re": "sitewidebanner-_-default-_-global_free_shipping_tiptop"}' target="_self" rel="noopener noreferrer"><span class="font-roboto-normal"><b>SHOP NOW</b> →</span></a></span></span></p> 
       </div> 
      </div> 
     </div> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text-910819147" class="text section  "> 
        <p><span class="font-roboto-normal"><span class="size-four">See if you’re pre-approved – Earn 10% in rewards&sup1; today with a Williams Sonoma Visa.&nbsp;<a href="https://www.williams-sonoma.com/ccvalueprop/?userAction=LearnMore&fromPageLoc=TippyTop&fromPageType=Homepage" target="_self" rel="noopener noreferrer"><b>LEARN MORE</b> →</a></span></span></p> 
       </div> 
      </div> 
     </div> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text919273232" class="text section  "> 
        <p><span class="font-roboto-normal"><span class="size-four">Williams Sonoma Reserve - Enjoy free shipping on eligible purchases*.&nbsp;<a href="https://www.williams-sonoma.com/customer-service/reserve/" data-params='{"cm_re": "sitewidebanner-_-default-_-global_ws_reserve_tiptop"}' target="_self" rel="noopener noreferrer"><span class="font-roboto-normal"><b>JOIN NOW</b> →</span></a></span></span></p> 
       </div> 
      </div> 
     </div> 
     <ul class="positioners  hidden"> 
      <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 class="parsys_column wsi-colctrl-lt2a-c1  "> 
   <div id="customjscontent941386955" class="customJSContent-details  "> 
    <dl class="customjscontent-details"> 
     <dd class="customjscontent-description"> 
     </dd> 
     <dd class="customjscontent-description"> 
      <div class="dropdown"> 
       <button id="globalBtoBDropdownButton" class="dropbtn">Events &amp; Services</button> 
       <div id="globalDropdownBtoB" class="dropdown-content"> 
        <a class="events-dropdown">Events</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/in-store-events/" data-params='{"cm_type": "gnav"}'>In-Store Events</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/skills-series/" data-params='{"cm_type": "gnav"}'>Skills Series</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/book-tours/" data-params='{"cm_type": "gnav"}'>Book Tours</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/virtual-events/" data-params='{"cm_type": "gnav"}'>Virtual Events</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/private-events/" data-params='{"cm_type": "gnav"}'>Private Events</a> 
        <a class="services-dropdown">Services</a> 
        <a href="https://www.williams-sonoma.com/pages/williams-sonoma/design-services/" data-params='{"cm_type": "gnav"}'>Free Kitchen Design Services</a> 
        <a href="https://www.williams-sonoma.com/appointments/registry-virtual-choice/" data-params='{"cm_type": "gnav"}'>Free Registry Services</a> 
        <a href="https://www.williams-sonoma.com/pages/williams-sonoma/b2b/overview/" data-params='{"cm_type": "gnav"}'>Free Trade Services</a> 
        <a href="https://www.williams-sonoma.com/pages/williams-sonoma/cutlery/3-ways-to-sharpen-knives/" data-params='{"cm_type": "gnav"}'>Knife Sharpening: In-Store &amp; Online</a> 
       </div> 
      </div> 
     </dd> 
    </dl> 
   </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 global-wide-banner-bottom-2" style=""><div data-component="Global-EcmPromo" class="desktop 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 class="cq-ecm-pages desktop-banners"> 
 <div id="" class=" parsys_column wsi-colctrl-lt2a global-split-banner"> 
  <div class="parsys_column wsi-colctrl-lt2a-c0 "> 
   <div class="flipper common-slideshow section"> 
    <div class="arrows"> 
    </div> 
    <div id="common-slideshow-811058212" class="slideshow
         &amp;nbsp 
        no-infinite-scroll
        " data-slideshow="{ autoplay:true,
                autopause:false, delay:4000,
                duration:850, transition:'fade',
                repeat:'loop', easing:dojo.fx.easing.cubicInOut
                 }"> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text-1193442341" class="text section  "> 
        <p><span class="font-twelve"><span class="size-four">UNLIMITED FLAT RATE DELIVERY - Furnish every room for one low rate, starting at $179.&nbsp;<b><a data-overlay="{id: 'Overlay_2097968759_1711741956162', classname: '', mask: true, loadingThrobber: false, fixedScroll: true, destroyOnHide: true, preventCache: false}" data-overlaydata="{}" class="overlayTrigger" href="https://www.williams-sonoma.com/pages/overlay/wsh-white-glove-delivery-overlay/">LEARN MORE →</a></b></span></span></p> 
       </div> 
      </div> 
     </div> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text-1291173937" class="text section  "> 
        <p><span class="font-roboto-normal"><span class="size-four">See if you’re pre-approved – Earn 10% in rewards&sup1; today with a Williams Sonoma credit card. &nbsp;<a href="https://www.williams-sonoma.com/ccvalueprop/?userAction=LearnMore&fromPageLoc=TippyTop&fromPageType=Homepage" target="_self" rel="noopener noreferrer"><b>LEARN MORE</b> →</a></span></span></p> 
       </div> 
      </div> 
     </div> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text1398240837" class="text section  "> 
        <p><span class="font-twelve"><span class="size-four">Connect one-on-one with our expert designers for help. &nbsp;<a href="https://www.williams-sonoma.com/pages/ws-home/design-services/" data-params='{"cm_re": "sitewidebanner-_-default-_-global_design_services_tiptop"}' target="_self" rel="noopener noreferrer"><b>LEARN MORE →</b></a></span></span></p> 
       </div> 
      </div> 
     </div> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text-512007296" class="text section  "> 
        <p><span class="font-twelve"><span class="size-four">Williams Sonoma Reserve - Enjoy free shipping on eligible purchases*.&nbsp;<a href="https://www.williams-sonoma.com/customer-service/reserve/" data-params='{"cm_re": "sitewidebanner-_-default-_-global_ws_reserve_tiptop"}' target="_self" rel="noopener noreferrer"><b>JOIN NOW →</b></a></span></span></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 class="parsys_column wsi-colctrl-lt2a-c1  "></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 global-wide-banner-bottom-3" style=""><div data-component="Global-EcmPromo" class="desktop 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="desktop 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"><!--[--><!--[--><!----><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="" tabindex="0" class=""><!----><button aria-label="search" type="submit" tabindex="0" class=""><span><svg viewBox='0 0 21 20' role='img' version='1.1' aria-labelledby='search' class='icon-search' > <title id='search'>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="vta-content-wrap"><div class="vta-search-suggestion-block"><output class="status-message-container sr-only" aria-live="polite" aria-atomic="true"></output><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="vta-rvi-block"><!----></div></div><!----></div><div class="shader mobile-auto-suggest" style="display:none;"></div></div></div></section><!--]--><div data-style="brand-logo" id="logo-group" data-component="Global-header-BrandLogo"><a href="/" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><img src="https://www.williams-sonoma.com/netstorage/images/logo/WS_horizontal.svg" alt="Williams Sonoma"><!----></a></div><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-_-SearchBox-_-MyAccount"><section class="design-platform"><!----><!----><!----></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-_-SearchBox-_-MyAccount" class="button cta">Sign In</a></li><li class="separator-below"><a href="/account/?cm_type=gnav&amp;cm_sp=HeaderLinks-_-SearchBox-_-CreateAccount" class="separator-below">Create an Account</a></li><li class=""><a href="/account/login.html?cm_sp=B2B-_-accountdropdown-_-B2BSignIn" class="">B2B Member Sign-In</a></li><li class="separator-below"><a href="/customer-service/order-shipment-tracking" class="separator-below">Track Order</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_type=gnav" class="">Key Rewards</a></li><li class=""><a href="/ccvalueprop/?fromPageType=Account&amp;userAction=learnmore&amp;cm_sp=gnav" class="">Williams Sonoma Credit Card</a></li><li class=""><a href="/registry/?cm_type=gnav" class="">Registry</a></li><li class=""><a href="/favorites/?cm_type=gnav" class="">Favorites</a></li><!--]--></ul></div><!----><!----></div></li><!--[--><!--[--><li class="top-nav-accessibility"><a href="/customer-service/order-shipment-tracking/"><!----><!----><span class="link-text">Track Order <!----><!----></span><!----></a><!----><!----><!----></li><!--]--><!--[--><!----><!--]--><!--[--><li class="top-nav-accessibility"><a href="/favorites/?cm_type=gnav"><!----><!----><span class="link-text">Favorites <!----><!----></span><!----></a><!----><!----><!----></li><!--]--><!--]--><li class="top-nav-accessibility cart-button"><a href="/cart/?cm_type=gnav" class="view-cart"><!----><!----><span>Cart</span><span class="delimiter cart-count">0</span></a><!----><!----></li><!----></ul><!----></div></div></section></div><!--]--></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 width='25px' height='21px' viewBox='0 0 25 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title>WS/Iconography/Header/hamburger</title><g id='V3-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='WS/Iconography/Header/hamburger' transform='translate(0.000000, -2.000000)' fill='#050708' fill-rule='nonzero'><g transform='translate(0.000000, 2.000000)' id='Shape'><polygon points='0 11.25 25 11.25 25 9.375 0 9.375'></polygon><polygon points='0 20.625 25 20.625 25 18.75 0 18.75'></polygon><polygon points='0 1.87499995 25 1.87499995 25 0 0 0'></polygon></g></g></g></svg></div></button><div data-style="mobile-header-icon" class="header-icons" data-test-id="Global-header-mobile-header-icon"><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='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title>WS/Iconography/Header/search</title><defs><polygon id='path-1' points='0 0 23 0 23 23 0 23'></polygon></defs><g id='V3-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='WS/Iconography/Header/search' transform='translate(-1.000000, -1.000000)'><g transform='translate(1.000000, 1.000000)' id='Group-3'><mask id='mask-2' fill='white'><use xlink:href='#path-1'></use></mask><g id='Clip-2'></g><path d='M9.47715554,16.3744894 C5.66643933,16.3675811 2.58253765,13.2694433 2.58896771,9.45422507 C2.59587792,5.63900681 5.69035981,2.55146175 9.50107602,2.55789941 C11.3240925,2.56113336 13.0707474,3.28604325 14.3615332,4.5746696 C15.6711794,5.86145374 16.399834,7.62767321 16.3782136,9.46481778 C16.3791336,11.2978174 15.6541591,13.056668 14.3615332,14.3554265 C13.0725875,15.6615539 11.3107522,16.3896876 9.47715554,16.3744894 M22.6177784,20.8229676 L16.9776056,15.1756708 C20.1272885,11.0067481 19.3052521,5.07022427 15.1412488,1.91635963 C13.501316,0.674709652 11.501656,0.00184221065 9.44587492,0 C4.22431049,0.00460552663 -0.00409408188,4.245835 -0.000416408595,9.47264718 C0.00188603772,11.9785142 0.996425929,14.3807569 2.76470129,16.1534241 C6.09792796,19.5011814 11.3898738,19.8654786 15.149069,17.0054465 L20.8214424,22.6214257 C21.0624872,22.8669003 21.3918538,23.0036844 21.7354807,23.0000726 C22.0781876,22.9976972 22.4057141,22.8618342 22.649979,22.6214257 C23.1293086,22.1129756 23.1150483,21.3143773 22.6177784,20.8229676' id='Fill-1' fill='#010101' mask='url(#mask-2)'></path></g></g></g></svg></span></div><!----></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;}"><img src="https://www.williams-sonoma.com/netstorage/images/logo/WS_horizontal.svg" alt="Williams Sonoma"><!----></a></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" aria-label="Account Menu"><div aria-hidden="true" class="icon-container icon-account" data-test-id="header-icon-account-span"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'><script xmlns=''/><title>My Account</title><g fill='#000' fill-rule='nonzero'><path d='M12.207 14.4c-3.125 0-5.112.331-6.242.615-.877.221-1.52 1.133-1.529 2.17l-.036 3.92c0 .067.04.104.055.104l16.185.146c.016 0 .057-.036.057-.102l.036-3.922c.01-1.035-.617-1.959-1.49-2.196-1.173-.317-3.276-.703-6.634-.733l-.402-.002m8.433 8.355h-.01L4.441 22.61c-.802-.008-1.449-.688-1.442-1.517l.035-3.92c.016-1.69 1.08-3.134 2.588-3.514 1.83-.459 4.174-.683 7-.656 2.813.026 5.165.29 6.986.782 1.501.407 2.54 1.871 2.525 3.56l-.036 3.921c-.008.823-.66 1.49-1.458 1.49M13 3.47c-.931 0-1.808.358-2.473 1.012a3.532 3.532 0 0 0 2.442 6.048H13a3.5 3.5 0 0 0 2.471-1.012 3.5 3.5 0 0 0 1.057-2.486 3.496 3.496 0 0 0-1.012-2.505A3.5 3.5 0 0 0 13.03 3.47H13Zm.001 8.53h-.047A5.007 5.007 0 0 1 8 6.954a4.97 4.97 0 0 1 1.497-3.522c.951-.935 2.252-1.428 3.547-1.432a4.96 4.96 0 0 1 3.522 1.497A4.969 4.969 0 0 1 18 7.045l-.735-.007.735.007A5.007 5.007 0 0 1 13 12Z'/></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"><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"><div data-style="account-flyout-primary-section-icon-trackOrders"></div><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_type=gnav" 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="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><title>Key Rewards</title><path d="M5.68733 18.5637H4.91757L5.10548 17.8172L7.1057 9.87161C6.02566 9.10107 5.30691 7.84377 5.30691 6.40548C5.30691 4.04236 7.22368 2.12559 9.5868 2.12559C11.9476 2.12559 13.8641 4.04264 13.8641 6.40548C13.8641 7.84377 13.1453 9.10107 12.0653 9.87161L14.0655 17.8172L14.2534 18.5637H13.4836H5.68733Z" fill="#050708" stroke="#050708" stroke-width="1.2"></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">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"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><title>Key Rewards</title><path d="M5.68733 18.5637H4.91757L5.10548 17.8172L7.1057 9.87161C6.02566 9.10107 5.30691 7.84377 5.30691 6.40548C5.30691 4.04236 7.22368 2.12559 9.5868 2.12559C11.9476 2.12559 13.8641 4.04264 13.8641 6.40548C13.8641 7.84377 13.1453 9.10107 12.0653 9.87161L14.0655 17.8172L14.2534 18.5637H13.4836H5.68733Z" fill="#050708" stroke="#050708" stroke-width="1.2"></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">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"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0001 18.731L10.2863 18.5856C10.717 18.3661 20.8189 13.1423 19.9466 6.48083C19.5737 3.69777 17.1681 1.6001 14.3507 1.6001C12.654 1.6001 11.0593 2.37036 10.0001 3.65985C8.93993 2.37036 7.34522 1.6001 5.64848 1.6001C2.83112 1.6001 0.425518 3.69777 0.0534801 6.47902C-0.819723 13.1423 9.28307 18.3661 9.7129 18.5856L10.0001 18.731Z" fill="#1A1A1A"></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">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"><span data-style="svg-icon" class="icon_svg" data-component="Global-SVGIcon"><!----><!----><!----><!----><!----><!----><svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Registry</title><g id="PB/Iconography/Header/registry" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group-3" transform="translate(3.000000, 1.000000)"><g id="Clip-2"></g><path d="M13.4975032,12.3543007 C13.4393596,12.8418217 13.2680122,13.3086626 12.9966755,13.7183034 C12.649576,14.2595045 12.2482972,14.7637455 11.7994464,15.2239864 C11.1048068,15.9627479 9.49660829,17.2726305 9.49660829,17.2726305 C9.49660829,17.2726305 7.89149314,15.9574679 7.2008179,15.2169464 C6.75284806,14.7558255 6.35289072,14.2502645 6.00667214,13.7081834 C5.73665688,13.2985426 5.56575,12.8312617 5.50848739,12.3441807 C5.40805757,11.5970592 5.68203716,10.8481777 6.24144886,10.3421767 C7.07043533,9.61881524 8.32933191,9.70329541 9.05348375,10.5309371 C9.17329476,10.6677773 9.27328409,10.8200176 9.35168983,10.983698 C9.40014281,11.0840182 9.44947675,11.1843384 9.50497744,11.2952186 C9.56003765,11.1847784 9.61025256,11.0848982 9.65826506,10.984138 C10.1357472,9.99281599 11.32725,9.57569515 12.3196552,10.0526561 C12.4830739,10.1309763 12.6345996,10.2312965 12.7711489,10.3505367 C13.3279177,10.8587377 13.5996949,11.6076192 13.4975032,12.3543007 L13.4975032,12.3543007 Z M18.9947142,7.07165014 L11.3457503,1.36395873 L11.2576539,1.3001586 L9.73446839,0.161876324 L9.58074029,0.047476095 L9.5516685,0.0241560483 L9.51951334,-4.4000088e-05 L0.0253717433,7.04701009 L0.0196454818,7.04701009 L-0.000176192662,21.9749199 L18.9806188,22 L19,7.07209014 L18.9947142,7.07165014 Z" id="Fill-1" fill="currentColor"></path></g></g></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">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"><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="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="/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">Williams Sonoma Credit Card</div></a></li><!--]--><!--]--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/pages/williams-sonoma/gifts/gift-cards-egift-cards/?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 Card</div></a></li><!--]--><!--]--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/pages/ws-home/design-services/?cm_sp=accountflyout-_-default-_-designservices" 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">Free Design Services</div></a></li><!--]--><!--]--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/pages/ws-home/room-planner/?cm_sp=accountflyout-_-default-_-roomplanner" 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">Room Planner - Design Online</div></a></li><!--]--><!--]--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/pages/virtual-events-and-in-store-classes/in-store-events/?cm_sp=accountflyout-_-default-_-events" 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">In-Store &amp; Virtual Events</div></a></li><!--]--><!--]--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/account/recipe-box/?cm_sp=accountflyout-_-default-_-recipebox" 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">Recipe Box</div></a></li><!--]--><!--]--><!--[--><!--[--><li class="flex text-left" data-style="account-flyout-secondary-section-link-item"><a href="/trade-signin/login.html?cm_sp=accountflyout-_-default-_-b2bsignin" 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">B2B Member Sign In</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="tel:18778126235" 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">Call Us 877.812.6235</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="/about-us/privacy-policy.html#do-not-sell" 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">Do Not Sell Or Share My Personal Information</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 width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title aria-hidden='true'>Cart</title><g id='V3-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Cart' fill='#010101' transform='translate(0.000000, 0.000000)'><path d='M21.1744528,15.522322 C21.081595,15.915226 20.747307,16.1910236 20.3636459,16.1915016 L10.2557375,16.1915016 C9.87207641,16.1910236 9.53733546,15.915226 9.44493065,15.522322 L7.24216309,6.19252391 L22.263833,6.19252391 C22.5220229,6.19539183 22.765265,6.32349193 22.9224437,6.54001934 C23.0841522,6.74937697 23.1407727,7.02804249 23.0746399,7.28854456 L21.1744528,15.522322 Z M22.4768344,4.11090956 L6.44723066,4.11090956 L5.94839384,2.04145509 C5.66932757,0.84498141 4.66035951,0.003499923 3.50032859,0 L0.817904152,0 C0.367539208,0.001999956 0.00282360467,0.388491453 0,0.866980926 C0.00282360467,1.34447042 0.366598006,1.73096192 0.816021749,1.73396185 L3.49844618,1.73396185 C3.89704504,1.73446184 4.24434842,2.02295549 4.34082158,2.43394645 L7.55173069,16.0241475 C7.83032635,17.2201212 8.83929442,18.0616026 9.99885473,18.0656382 L20.5031347,18.0656382 C21.6655186,18.0701025 22.6782515,17.225121 22.9502588,16.0241475 L24.924429,7.41133695 C25.1154929,6.61935437 24.9394882,5.77787289 24.450534,5.14638678 C23.9756978,4.49890102 23.2490902,4.11790941 22.4768344,4.11090956 Z' id='Fill-1'></path><path d='M10.5546813,19.183128 C12.066251,19.183128 13.292166,20.4850993 13.292166,22.091564 C13.292166,23.6980286 12.066251,25 10.5546813,25 C9.04264101,25 7.81719659,23.6980286 7.81719659,22.091564 C7.81719659,20.4850993 9.04264101,19.183128 10.5546813,19.183128' id='Fill-4'></path><path d='M19.6084756,19.183128 C18.0969059,19.183128 16.8709908,20.4850993 16.8709908,22.091564 C16.8709908,23.6980286 18.0969059,25 19.6084756,25 C21.1205159,25 22.3459603,23.6980286 22.3459603,22.091564 C22.3459603,20.4850993 21.1205159,19.183128 19.6084756,19.183128' id='Fill-6'></path></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="" tabindex="0" class=""><!----><button aria-label="search" type="submit" tabindex="0" class=""><span><svg viewBox='0 0 21 20' role='img' version='1.1' aria-labelledby='search' class='icon-search' > <title id='search'>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="vta-content-wrap"><div class="vta-search-suggestion-block"><output class="status-message-container sr-only" aria-live="polite" aria-atomic="true"></output><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="vta-rvi-block"><!----></div></div><!----></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><!--[--><!--[--><li><!----><!----><!----><!----></li><!--]--><!--[--><li><a href="/shop/halloween/all-halloween/" class="" data-params="{}">Halloween</a><!----><!----><!--[--><!----><!--]--></li><!--]--><!--[--><li><a href="/shop/thanksgiving/all-thanksgiving/" class="" data-params="{}">Thanksgiving</a><!----><!----><!--[--><!----><!--]--></li><!--]--><!--[--><li><a href="/shop/christmas/christmas-view-all/" class="" data-params="{}">Christmas</a><!----><!----><!--[--><!----><!--]--></li><!--]--><!--[--><li><a href="/recipe/" class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Recipes & Menus</a><button type="button" aria-label="Recipes &amp; Menus 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><!----><!--[--><!----><!--]--></li><!--]--><!--[--><li><a href="" class="" data-params="{}">Entertaining & Design Inspiration</a><button type="button" aria-label="Entertaining &amp; Design Inspiration 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><!----><!--[--><!----><!--]--></li><!--]--><!--[--><li><a href="/pages/williams-sonoma/brands-a-to-z/" class="" data-params="{}">Brands</a><button type="button" aria-label="Brands 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><!----><!--[--><!----><!--]--></li><!--]--><!--[--><li><a href="/pages/williams-sonoma/collaborations/" class="" data-params="{}">Collaborations</a><button type="button" aria-label="Collaborations 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><!----><!--[--><!----><!--]--></li><!--]--><!--[--><li><a href="/registry/" class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}">Wedding Registry</a><button type="button" aria-label="Wedding Registry 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><!----><!--[--><!----><!--]--></li><!--]--><!--[--><li><a href="/pages/williams-sonoma-home" class="" data-params="{}">Williams Sonoma Home</a><button type="button" aria-label="Williams Sonoma Home 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><!----><!--[--><!----><!--]--></li><!--]--><!--]--></ul><div data-style="ecm-content-slot" class="ecm-content-slot secondary-nav-banner-1"><div data-component="Global-EcmPromo" class="desktop 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="desktop 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="desktop 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="mobile 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 WS" data-component="Global-header-PrimaryNav" data-test-id="global-header-primary-nav"><li class="site-link-title HOD WS" data-test-id="site-link-title"><a href="/?cm_sp=tnav-_-williams-sonoma-_-tab" class="">Williams Sonoma</a></li><!--[--><li class="new" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="new" data-test-id="static-top-nav-url-link">New</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Cookware</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Cooks' Tools</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Cutlery</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Electrics</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Bakeware</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Food</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Tabletop & Bar</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Home Essentials</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Outdoor & Garden</a><!--]--></li><li class="" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="" data-test-id="static-top-nav-url-link">Furniture</a><!--]--></li><li class="holidays" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="/shop/holidays/" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="holidays" data-test-id="static-top-nav-url-link"></a><!--]--></li><li class="gifts" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="/shop/gifts/" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="gifts" data-test-id="static-top-nav-url-link"></a><!--]--></li><li class="sale" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}"><!--[--><!----><a href="javascript:void(0)" data-params="{&quot;cm_type&quot;: &quot;gnav&quot;}" class="sale" data-test-id="static-top-nav-url-link">Sale</a><!--]--></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="mobile 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="mobile 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="desktop 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 class="cq-ecm-pages desktop-banners">  
</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="desktop 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="desktop 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 class="cq-ecm-pages desktop-banners">  
</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="desktop 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></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="mobile 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="mobile 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="mobile 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="mobile 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"><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"><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><!----><div data-style="cof-hosted-app"><!----><div class="cof-hosted-app-container" id="cof-hosted-cont"></div><!----></div><!--]--><!----><!--]--></header><script>window.__HEADER__INITIAL__STATE__={"header":{"cartQuantity":0,"concept":"WS","ecmPromos":[],"favoritedRecommendationItem":null,"applicationUri":"https:\u002F\u002Fwww.williams-sonoma.com\u002F","activeTargetTests":{},"governorState":{},"myStore":{"storeZipCodeInfo":"","currentZipCodeInfo":"","isFlyoutOpen":false,"selectedStore":null,"storeList":[]},"postalCodeFromLatLng":"","placements":{},"shippingCountry":{"countryCode":""},"activeTests":{},"pznTriggeredCampaign":{"id":"","name":"","products":[],"hasFetched":false,"hasFetchedWithUserToken":false},"currencyData":{"selectedCountry":"US","selectedCurrency":"USD","exchangeRate":1,"factor":1},"market":"US","tabsData":{},"topLevelTabs":"","ssrEcmContentData":{"global-wide-banner-1\u002F":[{"type":"ecmMetadata","data":{"ecmMetadata":[{"contentLocation":"global-wide-banner-1\u002F","inheritable":true,"pagePosition":0,"columnSpan":0}]}},{"type":"CONTENT","data":{"CONTENT":"\u003Cbody class=\"cq-ecm-pages desktop-banners\"\u003E  \n\u003C\u002Fbody\u003E"}}],"global-wide-banner-3\u002F":[{"type":"ecmMetadata","data":{"ecmMetadata":[{"contentLocation":"global-wide-banner-3\u002F","inheritable":true,"pagePosition":0,"columnSpan":0}]}},{"type":"CONTENT","data":{"CONTENT":"\u003Cbody class=\"cq-ecm-pages desktop-banners\"\u003E  \n\u003C\u002Fbody\u003E"}}],"global-ticker-3\u002F":[{"type":"ecmMetadata","data":{"ecmMetadata":[{"contentLocation":"global-ticker-3\u002F","inheritable":true,"pagePosition":0,"columnSpan":0}]}},{"type":"CONTENT","data":{"CONTENT":"\u003Cbody class=\"cq-ecm-pages desktop-banners\"\u003E  \n\u003C\u002Fbody\u003E"}}],"global-wide-banner-bottom-1\u002F":[{"type":"ecmMetadata","data":{"ecmMetadata":[{"contentLocation":"global-wide-banner-bottom-1\u002F","inheritable":true,"pagePosition":0,"columnSpan":0}]}},{"type":"CONTENT","data":{"CONTENT":"\u003Cbody class=\"cq-ecm-pages desktop-banners\"\u003E \n \u003Cdiv id=\"\" class=\" parsys_column wsi-colctrl-lt2a global-split-banner\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n   \u003Cdiv class=\"flipper common-slideshow section\"\u003E \n    \u003Cdiv class=\"arrows\"\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv id=\"common-slideshow130655820\" class=\"slideshow\n         &amp;nbsp \n        no-infinite-scroll\n        \" data-slideshow=\"{ autoplay:true,\n                autopause:false, delay:6000,\n                duration:850, transition:'fade',\n                repeat:'loop', easing:dojo.fx.easing.cubicInOut\n                 }\"\u003E \n     \u003Cdiv class=\"slide \" style=\"display: none; opacity: 1; \"\u003E \n      \u003Cdiv class=\"s1b\"\u003E \n       \u003Cdiv id=\"text712550239\" class=\"text section  \"\u003E \n        \u003Cp\u003E\u003Cspan class=\"font-roboto-normal\"\u003E\u003Cspan class=\"size-four\"\u003EFree Shipping on Cookware, Electrics, Cutlery &amp; More.&nbsp;\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_re":"sitewidebanner-_-default-_-global_free_shipping_tiptop"},"url":"\u002Fshop\u002Fsale-special-offer\u002Ffree-shipping\u002F"}},{"type":"CONTENT","data":{"CONTENT":" target=\"_self\" rel=\"noopener noreferrer\"\u003E\u003Cspan class=\"font-roboto-normal\"\u003E\u003Cb\u003ESHOP NOW\u003C\u002Fb\u003E →\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\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-910819147\" class=\"text section  \"\u003E \n        \u003Cp\u003E\u003Cspan class=\"font-roboto-normal\"\u003E\u003Cspan class=\"size-four\"\u003ESee if you’re pre-approved – Earn 10% in rewards&sup1; today with a Williams Sonoma Visa.&nbsp;\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"userAction":"LearnMore","fromPageLoc":"TippyTop","fromPageType":"Homepage"},"url":"\u002Fccvalueprop\u002F"}},{"type":"CONTENT","data":{"CONTENT":" target=\"_self\" rel=\"noopener noreferrer\"\u003E\u003Cb\u003ELEARN MORE\u003C\u002Fb\u003E →\u003C\u002Fa\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\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=\"text919273232\" class=\"text section  \"\u003E \n        \u003Cp\u003E\u003Cspan class=\"font-roboto-normal\"\u003E\u003Cspan class=\"size-four\"\u003EWilliams Sonoma Reserve - Enjoy free shipping on eligible purchases*.&nbsp;\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_re":"sitewidebanner-_-default-_-global_ws_reserve_tiptop"},"url":"\u002Fcustomer-service\u002Freserve\u002F"}},{"type":"CONTENT","data":{"CONTENT":" target=\"_self\" rel=\"noopener noreferrer\"\u003E\u003Cspan class=\"font-roboto-normal\"\u003E\u003Cb\u003EJOIN NOW\u003C\u002Fb\u003E →\u003C\u002Fspan\u003E\u003C\u002Fa\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\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     \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\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c1  \"\u003E \n   \u003Cdiv id=\"customjscontent941386955\" class=\"customJSContent-details  \"\u003E \n    \u003Cdl class=\"customjscontent-details\"\u003E \n     \u003Cdd class=\"customjscontent-description\"\u003E \n     \u003C\u002Fdd\u003E \n     \u003Cdd class=\"customjscontent-description\"\u003E \n      \u003Cdiv class=\"dropdown\"\u003E \n       \u003Cbutton id=\"globalBtoBDropdownButton\" class=\"dropbtn\"\u003EEvents &amp; Services\u003C\u002Fbutton\u003E \n       \u003Cdiv id=\"globalDropdownBtoB\" class=\"dropdown-content\"\u003E \n        \u003Ca class=\"events-dropdown\"\u003EEvents\u003C\u002Fa\u003E \n        \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_type":"gnav"},"url":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fin-store-events\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EIn-Store Events\u003C\u002Fa\u003E \n        \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_type":"gnav"},"url":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fskills-series\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003ESkills Series\u003C\u002Fa\u003E \n        \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_type":"gnav"},"url":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fbook-tours\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EBook Tours\u003C\u002Fa\u003E \n        \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_type":"gnav"},"url":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fvirtual-events\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EVirtual Events\u003C\u002Fa\u003E \n        \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_type":"gnav"},"url":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fprivate-events\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EPrivate Events\u003C\u002Fa\u003E \n        \u003Ca class=\"services-dropdown\"\u003EServices\u003C\u002Fa\u003E \n        \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_type":"gnav"},"url":"\u002Fpages\u002Fwilliams-sonoma\u002Fdesign-services\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EFree Kitchen Design Services\u003C\u002Fa\u003E \n        \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_type":"gnav"},"url":"\u002Fappointments\u002Fregistry-virtual-choice\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EFree Registry Services\u003C\u002Fa\u003E \n        \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_type":"gnav"},"url":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EFree Trade Services\u003C\u002Fa\u003E \n        \u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_type":"gnav"},"url":"\u002Fpages\u002Fwilliams-sonoma\u002Fcutlery\u002F3-ways-to-sharpen-knives\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003EKnife Sharpening: In-Store &amp; Online\u003C\u002Fa\u003E \n       \u003C\u002Fdiv\u003E \n      \u003C\u002Fdiv\u003E \n     \u003C\u002Fdd\u003E \n    \u003C\u002Fdl\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"}}],"global-ticker-1\u002F":[{"type":"ecmMetadata","data":{"ecmMetadata":[{"contentLocation":"global-ticker-1\u002F","inheritable":false,"pagePosition":0,"columnSpan":0}]}},{"type":"CONTENT","data":{"CONTENT":"\u003Cbody class=\"cq-ecm-pages desktop-banners\"\u003E  \n\u003C\u002Fbody\u003E"}}],"global-wide-banner-bottom-2\u002F":[{"type":"ecmMetadata","data":{"ecmMetadata":[{"contentLocation":"global-wide-banner-bottom-2\u002F","inheritable":true,"pagePosition":0,"columnSpan":0}]}},{"type":"CONTENT","data":{"CONTENT":"\u003Cbody class=\"cq-ecm-pages desktop-banners\"\u003E \n \u003Cdiv id=\"\" class=\" parsys_column wsi-colctrl-lt2a global-split-banner\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n   \u003Cdiv class=\"flipper common-slideshow section\"\u003E \n    \u003Cdiv class=\"arrows\"\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv id=\"common-slideshow-811058212\" class=\"slideshow\n         &amp;nbsp \n        no-infinite-scroll\n        \" data-slideshow=\"{ autoplay:true,\n                autopause:false, delay:4000,\n                duration:850, transition:'fade',\n                repeat:'loop', easing:dojo.fx.easing.cubicInOut\n                 }\"\u003E \n     \u003Cdiv class=\"slide \" style=\"display: none; opacity: 1; \"\u003E \n      \u003Cdiv class=\"s1b\"\u003E \n       \u003Cdiv id=\"text-1193442341\" class=\"text section  \"\u003E \n        \u003Cp\u003E\u003Cspan class=\"font-twelve\"\u003E\u003Cspan class=\"size-four\"\u003EUNLIMITED FLAT RATE DELIVERY - Furnish every room for one low rate, starting at $179.&nbsp;\u003Cb\u003E\u003Ca data-overlay=\"{id: 'Overlay_2097968759_1711741956162', classname: '', mask: true, loadingThrobber: false, fixedScroll: true, destroyOnHide: true, preventCache: false}\" data-overlaydata=\"{}\" class=\"overlayTrigger\" "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Foverlay\u002Fwsh-white-glove-delivery-overlay\u002F"}},{"type":"CONTENT","data":{"CONTENT":"\u003ELEARN MORE →\u003C\u002Fa\u003E\u003C\u002Fb\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\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-1291173937\" class=\"text section  \"\u003E \n        \u003Cp\u003E\u003Cspan class=\"font-roboto-normal\"\u003E\u003Cspan class=\"size-four\"\u003ESee if you’re pre-approved – Earn 10% in rewards&sup1; today with a Williams Sonoma credit card. &nbsp;\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"userAction":"LearnMore","fromPageLoc":"TippyTop","fromPageType":"Homepage"},"url":"\u002Fccvalueprop\u002F"}},{"type":"CONTENT","data":{"CONTENT":" target=\"_self\" rel=\"noopener noreferrer\"\u003E\u003Cb\u003ELEARN MORE\u003C\u002Fb\u003E →\u003C\u002Fa\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\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=\"text1398240837\" class=\"text section  \"\u003E \n        \u003Cp\u003E\u003Cspan class=\"font-twelve\"\u003E\u003Cspan class=\"size-four\"\u003EConnect one-on-one with our expert designers for help. &nbsp;\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_re":"sitewidebanner-_-default-_-global_design_services_tiptop"},"url":"\u002Fpages\u002Fws-home\u002Fdesign-services\u002F"}},{"type":"CONTENT","data":{"CONTENT":" target=\"_self\" rel=\"noopener noreferrer\"\u003E\u003Cb\u003ELEARN MORE →\u003C\u002Fb\u003E\u003C\u002Fa\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\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-512007296\" class=\"text section  \"\u003E \n        \u003Cp\u003E\u003Cspan class=\"font-twelve\"\u003E\u003Cspan class=\"size-four\"\u003EWilliams Sonoma Reserve - Enjoy free shipping on eligible purchases*.&nbsp;\u003Ca "}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","httpUrlQueryParameters":{"cm_re":"sitewidebanner-_-default-_-global_ws_reserve_tiptop"},"url":"\u002Fcustomer-service\u002Freserve\u002F"}},{"type":"CONTENT","data":{"CONTENT":" target=\"_self\" rel=\"noopener noreferrer\"\u003E\u003Cb\u003EJOIN NOW →\u003C\u002Fb\u003E\u003C\u002Fa\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\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\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c1  \"\u003E\u003C\u002Fdiv\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv style=\"clear:both\"\u003E\u003C\u002Fdiv\u003E  \n\u003C\u002Fbody\u003E"}}]},"displaySignInPrompt":false,"smartLoginFlyoutOpen":false,"config":{"productFinderTool":{"isEnabled":true,"linkText":"Cross Brand Product Finder"},"oneTrust":{"isEnabled":false,"id":"","isTrackUserPreferencesEnabled":false,"jwtSecret":""},"socialSignIn":{"enabled":true,"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":true,"clientId":"com.wsgc.shop.ws.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":true,"clientId":"357883124899-mpijao3s3rafp63l4ovkoo17qb6rcjif.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.williams-sonoma.com\u002Fnetstorage\u002Fimages\u002Fcustomer-mfe\u002Fimg\u002FWS_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","userType":"non-b2b","SVGIcon":"","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F"},{"text":"Track Order","userType":"b2b","SVGIcon":"","link":"\u002Fcustomer-service\u002Fb2b-order-history.html?cm_sp=account-_-accountForYou-_-b2bOrderHistoryLink"},{"text":"Recently Viewed","link":"#","SVGIcon":"recently-viewed-pk-m","hoverComponent":"RecentlyViewedItemsPopOut","disabled":true,"ABTest":"headershoprvi","activeVariant":"active","rviLabels":["Recent","Recently Viewed"],"ABTestEnabled":true},{"text":"Favorites","link":"\u002Ffavorites\u002F?cm_type=gnav","SVGIcon":"","showCount":true,"hasParentheses":false}],"cart":{"SVGIcon":"","displayZeroCount":true,"hideCount":false,"link":"\u002Fcart\u002F?cm_type=gnav","loadingImage":"\u002Fwsimgs\u002Fab\u002Fimages\u002Fi\u002F202011\u002F0012\u002Fimages\u002Fchrome\u002Fajax-loader.gif","showInFlyout":false,"text":"Cart"},"registryLinkRedirection":{"enabled":false,"redirectUrl":"","linkFilterId":""},"registryItemsCount":{"enabled":false},"isDormWishlist":false},"registryBadge":{"enabled":false,"skuSearchLimit":99,"registryDetailsExpiryInHours":24},"analytics":{"conceptName":"williamssonoma","env":"prod","isPageInitTrackingEnabled":true},"asideLinks":{"asideLinkList":[],"i18n":{"link":"\u002Finternational\u002FcountryDetails-mfe.html","shippingCountryEnabled":false}},"bingMaps":{"autoSuggestURL":"https:\u002F\u002Fdev.virtualearth.net\u002FREST\u002Fv1\u002FAutosuggest","debounceInterval":"800","key":"AhNl-6fbu4gIAsvdmpNinrQaqjhkaaNDvvuKagqvG5D0fkymrd4gRKXLAwXOEneX","maxAutoSuggestResults":5,"path":"https:\u002F\u002Fwww.bing.com\u002Fmaps\u002Fsdkrelease\u002Fmapcontrol?"},"brandLogo":{"alt_text":"Williams Sonoma","breakpoints":[],"img_brand_statement":"","img_link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fimages\u002Flogo\u002FWS_horizontal.svg","link":"\u002F?cm_type=gnav","loadFromNetStorage":false,"netStoragePath":""},"browseMode":[{"key":"actionLinks","override":{"hideMyAccount":true,"actionLinkList":[],"cart":{}}},{"key":"crossBrandBar","override":{"excludedBrands":["Business to Business"]}},{"key":"globalDesignChat","override":{"isMobileEnabled":false,"isDesktopEnabled":false}},{"key":"mobileBottomLinks","override":{"bottomLinks":[{"text":"Recipes","link":"\u002Frecipe","hasIcon":true,"SVGIcon":"ws-recipes"},{"text":"About Us","link":"\u002Fcustomer-service\u002Fabout-us.html","hasIcon":true,"SVGIcon":"ws-about-us"},{"text":"My Design Projects","link":"\u002Fmy-design-projects\u002F","hasIcon":false,"SVGIcon":"my-design-projects","onlyOnSubBrands":["WSH"]}]}},{"key":"mobileHeader","override":{"firstHeaderIcon":"search","icons":{"favorites":false,"close":true,"closeSvg":"mobile-header-close","hamburgerSVG":"\u003Csvg width='25px' height='21px' viewBox='0 0 25 21' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle\u003EWS\u002FIconography\u002FHeader\u002Fhamburger\u003C\u002Ftitle\u003E\u003Cg id='V3-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='WS\u002FIconography\u002FHeader\u002Fhamburger' transform='translate(0.000000, -2.000000)' fill='#050708' fill-rule='nonzero'\u003E\u003Cg transform='translate(0.000000, 2.000000)' id='Shape'\u003E\u003Cpolygon points='0 11.25 25 11.25 25 9.375 0 9.375'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon points='0 20.625 25 20.625 25 18.75 0 18.75'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon points='0 1.87499995 25 1.87499995 25 0 0 0'\u003E\u003C\u002Fpolygon\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","searchSVG":"\u003Csvg width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle\u003EWS\u002FIconography\u002FHeader\u002Fsearch\u003C\u002Ftitle\u003E\u003Cdefs\u003E\u003Cpolygon id='path-1' points='0 0 23 0 23 23 0 23'\u003E\u003C\u002Fpolygon\u003E\u003C\u002Fdefs\u003E\u003Cg id='V3-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='WS\u002FIconography\u002FHeader\u002Fsearch' transform='translate(-1.000000, -1.000000)'\u003E\u003Cg transform='translate(1.000000, 1.000000)' id='Group-3'\u003E\u003Cmask id='mask-2' fill='white'\u003E\u003Cuse xlink:href='#path-1'\u003E\u003C\u002Fuse\u003E\u003C\u002Fmask\u003E\u003Cg id='Clip-2'\u003E\u003C\u002Fg\u003E\u003Cpath d='M9.47715554,16.3744894 C5.66643933,16.3675811 2.58253765,13.2694433 2.58896771,9.45422507 C2.59587792,5.63900681 5.69035981,2.55146175 9.50107602,2.55789941 C11.3240925,2.56113336 13.0707474,3.28604325 14.3615332,4.5746696 C15.6711794,5.86145374 16.399834,7.62767321 16.3782136,9.46481778 C16.3791336,11.2978174 15.6541591,13.056668 14.3615332,14.3554265 C13.0725875,15.6615539 11.3107522,16.3896876 9.47715554,16.3744894 M22.6177784,20.8229676 L16.9776056,15.1756708 C20.1272885,11.0067481 19.3052521,5.07022427 15.1412488,1.91635963 C13.501316,0.674709652 11.501656,0.00184221065 9.44587492,0 C4.22431049,0.00460552663 -0.00409408188,4.245835 -0.000416408595,9.47264718 C0.00188603772,11.9785142 0.996425929,14.3807569 2.76470129,16.1534241 C6.09792796,19.5011814 11.3898738,19.8654786 15.149069,17.0054465 L20.8214424,22.6214257 C21.0624872,22.8669003 21.3918538,23.0036844 21.7354807,23.0000726 C22.0781876,22.9976972 22.4057141,22.8618342 22.649979,22.6214257 C23.1293086,22.1129756 23.1150483,21.3143773 22.6177784,20.8229676' id='Fill-1' fill='#010101' mask='url(#mask-2)'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E"},"isCartDisabled":true,"stickySortFilterEnabled":false,"displaySitewideBannerWhenSearchOverlayOpen":false,"displayCrossBrandNavigationWhenSearchOverlayOpen":false}},{"key":"marketingOverlay","override":{"desktopOverlayDisabled":true,"mobileOverlayEnabled":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":"mobileNavItems","override":{"excludedCategories":["Contract Grade","Entertaining & Design Inspiration","Free Design Services","Ideas & Inspiration","Williams Sonoma Wine Shop","Design Resources","Wedding Registry","Baby Registry","Stores"]}},{"key":"secondaryNavBar","override":{"excludedCategories":["Entertaining & Design Inspiration","Williams Sonoma Wine Shop","Design Resources","Wedding Registry"]}},{"key":"myStore","override":{"enabled":false}},{"key":"blockedEcmContent","override":["global-wide-banner-1","global-wide-banner-2","global-wide-banner-3","global-wide-banner-4","global-wide-banner-bottom-1","global-wide-banner-bottom-2","global-wide-banner-bottom-4","global-ticker-3-container","global-ticker-1"]},{"key":"gdprBanner","override":{"isEnabled":true,"message":"Welcome! This site is for informational purposes only in your region. Ordering is not available, and other capabilities have been removed."}},{"key":"internationalVisitorRedirect","override":{"enabled":false}},{"key":"oneTrust","override":{"isEnabled":true,"id":"01982f20-d9fb-7007-961d-587f82e63c39"}}],"ccpa":{"doNotSellMyPersonalInformationLink":"\u002Fcustomer-service\u002Flegal-statement.html#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_PysinTjKriGSD1Zl","productCount":"6","suggestionTrackingEnabled":true},"cookies":{"international":"INTERNATIONAL","internationalCountryName":"INTL_COUNTRY_NAME","REG_STS_COOKIENAME":""},"crossBrandBar":{"brandBarOrder":[{"brand_name":"Williams Sonoma","target":"_self","class":"sub-brand selected wsk","link":"\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Williams Sonoma Home","target":"_self","class":"sub-brand wshome","link":"\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Williams Sonoma Business to Business","target":"_self","class":"sub-brand wsb2b","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link","id":"Business to Business"},{"brand_name":"Pottery Barn","link":"https:\u002F\u002Fwww.potterybarn.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Pottery Barn Kids","class":"pk","link":"https:\u002F\u002Fwww.potterybarnkids.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Pottery Barn Teen","class":"pt","link":"https:\u002F\u002Fwww.pbteen.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"West Elm","link":"https:\u002F\u002Fwww.westelm.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Rejuvenation","link":"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Mark & Graham","link":"https:\u002F\u002Fwww.markandgraham.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"GreenRow","link":"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Dormify","link":"https:\u002F\u002Fwww.dormify.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"}],"mobileBrandBarOrder":[{"brand_name":"Williams Sonoma Home","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fm\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link","target":"_self"},{"brand_name":"Business to Business","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link","target":"_self"},{"brand_name":"Pottery Barn","link":"https:\u002F\u002Fwww.potterybarn.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Pottery Barn Teen","link":"https:\u002F\u002Fwww.pbteen.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Pottery Barn Kids","link":"https:\u002F\u002Fwww.potterybarnkids.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"West Elm","link":"https:\u002F\u002Fwww.westelm.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Rejuvenation","link":"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Mark & Graham","link":"https:\u002F\u002Fwww.markandgraham.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"GreenRow","link":"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"},{"brand_name":"Dormify","link":"https:\u002F\u002Fwww.dormify.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WS&cm_pla=Header&cm_ite=Link"}]},"ecm":{"ecmContentSlotsToFetchServerSide":["global-ticker-1","global-ticker-2","global-ticker-3","global-ticker-4","global-wide-banner-1","global-wide-banner-2","global-wide-banner-3","global-wide-banner-4","global-wide-banner-bottom-1","global-wide-banner-bottom-2","global-wide-banner-bottom-3","global-wide-banner-bottom-4"]},"emailOverlaySuppressionForPaths":{"paths":["\u002F","\u002Fabout-us\u002F","\u002Faccount\u002F","\u002Fadmin\u002F","\u002Fappointments\u002F","\u002Fcart\u002F","\u002Fcheckout\u002F","\u002Fcheckout\u002Forder-confirmation\u002F","\u002Fcustomer-service\u002F","\u002Ffavorites\u002F","\u002Fpages\u002F","\u002Fproducts\u002F","\u002Frecipe\u002F","\u002Fregistry\u002F","\u002Fsearch\u002F","\u002Fshop\u002F","\u002Fshoppingcart\u002F","\u002Fstores\u002F","\u002Ftrade-signin\u002F"]},"favorites":{"Favorite":"Favorite","Favorites":"Favorites","favorite":"favorite","favorites":"favorites"},"findAStore":{"ecmPromos":["stores"],"hasSpotlight":"","linkText":"come visit us","locateNearestStore":true,"storeLinks":[{"heading":"Design Services","links":[{"link":"\u002Fpages\u002Fwilliams-sonoma\u002Fdesign-services\u002F","text":"Learn More"},{"link":"\u002Fappointments\u002Fvirtual-choice\u002F","text":"Request an Appointment"}]},{"heading":"Stores","links":[{"link":"\u002Fstores\u002F","text":"Locate a Store"}]},{"heading":"Events & Classes","links":[{"link":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fvirtual-events","text":"Virtual Events"},{"link":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fin-store-events","text":"In-Store Events"}]}],"text":"See what's happening at your local store"},"globalDesignChat":{"isDesktopEnabled":false,"isForceClickToOpenEnabled":true,"isMobileEnabled":false,"urlRulesForEnablements":{"all":{"exclusionList":["\u002Ftrade-signin\u002Flogin.html","\u002Fpages\u002Fwilliams-sonoma-home\u002F"],"inclusionList":["\u002F","\u002Fshop\u002F","\u002Fsearch\u002F","\u002Fproducts\u002F","\u002Fregistry\u002F","\u002Fpages\u002F","\u002Fappointments\u002F"]},"desktop":{"exclusionList":[],"inclusionList":[]},"mobile":{"exclusionList":[],"inclusionList":[]}}},"googleMaps":{"clientId":"gme-williamssonomainc1","path":"https:\u002F\u002Fmaps.googleapis.com\u002Fmaps\u002Fapi\u002Fjs"},"headerV2":{"isEnabled":true},"hideNavMenuClass":false,"internationalShippingMsgBlock":{"enabled":true},"internationalVisitorRedirect":{"cookies":{"IVR_PREF_COOKIE_NAME":"IVR_PREF","IVR_PREF_COOKIE_TTL_SEC":120},"countryMap":{"AE":{"bigFlagImage":"","countryName":"","dismissText":"","foreignSiteName":"","imageInfo":"","note":"","smallFlagImage":"","url":""},"AU":{"bigFlagImage":"https:\u002F\u002Fwww.williams-sonoma.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 WILLIAMS SONOMA AUSTRALIA","imageInfo":"Redirect to Australia Site?","note":"Visit our Australian site to shop now","smallFlagImage":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FAU_small_flag.png","url":"https:\u002F\u002Fwww.williams-sonoma.com.au"},"CA":{"bigFlagImage":"https:\u002F\u002Fwww.williams-sonoma.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 WILLIAMS SONOMA CANADA","imageInfo":"Redirect to Canada Site?","note":"Visit our Canadian site to shop now","smallFlagImage":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FCA_small_flag.png","url":"https:\u002F\u002Fwww.williams-sonoma.ca"},"IN":{"bigFlagImage":"","countryName":"","dismissText":"","foreignSiteName":"","imageInfo":"","note":"","smallFlagImage":"","url":""},"KR":{"bigFlagImage":"https:\u002F\u002Fwww.williams-sonoma.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 WILLIAMS SONOMA SOUTH KOREA","imageInfo":"Redirect to South Korea Site?","note":"Visit our South Korean site to shop now","smallFlagImage":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FKR_small_flag.png","url":"https:\u002F\u002Fwww.williams-sonoma.co.kr"},"KW":{"bigFlagImage":"","countryName":"","dismissText":"","foreignSiteName":"","imageInfo":"","note":"","smallFlagImage":"","url":""},"MX":{"bigFlagImage":"https:\u002F\u002Fwww.williams-sonoma.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 WILLIAMS SONOMA MEXICO","imageInfo":"Redirect to Mexico Site?","note":"Visit our Mexican site to shop now","smallFlagImage":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fimages\u002Fglobal-mfe\u002Fimg\u002Fcountry_flags\u002FMX_small_flag.png","url":"https:\u002F\u002Fwww.williams-sonoma.com.mx"},"PH":{"bigFlagImage":"","countryName":"","dismissText":"","foreignSiteName":"","imageInfo":"","note":"","smallFlagImage":"","url":""},"SA":{"bigFlagImage":"","countryName":"","dismissText":"","foreignSiteName":"","imageInfo":"","note":"","smallFlagImage":"","url":""},"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":"Yes, I want to receive catalogs, too!","desktop":{"isEnabled":true},"ecmEmailOverlay":false,"emailCampaignDescription":"","emailCampaignLogo":"","emailCampaignLogoClassName":"","emailIntroText":true,"emailOptOutConsent":{"desktop":{"enable":null,"legaleseMessage":null},"mobile":{"enable":null,"legaleseMessage":null}},"emailSignUpIntroText":"Enter your zip code to hear about events and sales near you","enableCRE":false,"enableCampaignFormBottom":false,"enableCampaignFormBottomButtonText":"","enableEmailCampaignHeader":false,"finalThankYouImgEnabled":false,"finalThankYouImgSrc":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fi\u002F202041\u002F0001\u002Fimages\u002Fcommon\u002Fimg-mugs.png","financialIncentiveTerms":"California residents: can see \u003Ca href='\u002Fabout-us\u002Fprivacy-policy.html#financial-incentives' target='_blank'\u003EFinancial Incentive Terms\u003C\u002Fa\u003E for terms and can request \u003Ca href='\u002Fabout-us\u002Fprivacy-policy.html#do-not-sell' target='_blank'\u003EDo Not Sell My Info\u003C\u002Fa\u003E. Please visit our \u003Ca href='\u002Fcustomer-service\u002Flegal-statement.html#privacy' target='_blank'\u003EPrivacy Policy\u003C\u002Fa\u003E to learn how we use your information.","financialIncentiveTerms_default":"","img_link":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202344\u002F0304\u002F001\u002F001.jpg","isEmailSignUpSuccessLegalDisclaimerBottom":false,"isPTAgeGateEnabled":false,"isWeDefaultSelected":false,"isWeEmailSignupEnabledOnWeKids":false,"isWeKidsDefaultSelected":false,"isWeKidsEmailSignupEnabledOnWe":false,"mobile":{"isEnabled":true},"mobile_email_placeholder_text":"Enter your email *","mobile_header_confirm_text":"Thanks for Signing Up!","mobile_header_text":"Don't miss out on great deals, free shipping, recipes and 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":false,"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":"","thank_you_final_header_text":"","thank_you_header_text":"","thank_you_img_link":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fi\u002F202041\u002F0001\u002Fimages\u002Fcommon\u002Fhdr-youre-on-the-list.png","thank_you_img_link_default":"","thank_you_note":"","weKidsNotificationText":"","weNotificationText":"","we_title":false,"welcome_header_text":"","welcome_subtext":"","languagePreferences":{"enable":false,"title":"","locales":[{"code":"en-CA","label":"English"},{"code":"fr-CA","label":"français"}]}},"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":"Williams Sonoma","maps":{"provider":"Bing"},"marketingOverlay":{"ageCheckRequired":false,"contactUsUrl":"\u002Fm\u002Fcustomer-service\u002Femail-us\u002F","doNotSellLink":"\u002Fm\u002Fcustomer-service\u002Fprivacy-policy.html#do-not-sell","emailHeroImage":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202344\u002F0412\u002F001\u002F010.jpg","emailOptOutConsent":{"enable":null,"legaleseMessage":null},"emailScreenButtonText":"Enter To Win","emailTriggerUrl":"lookup.collectandgather.com","fieldHint":"Want even more inspiration?","financialIncentivesTermsLink":"\u002Fm\u002Fcustomer-service\u002Fprivacy-policy.html#financial-incentives","flatFileServiceVersion":"v1","isOverrideMarketingOverlayContent":"","mktgMsgContentTypeOnEmailSignup":"text","mktgMsgContentTypeOnSmsOptIn":"text","mktgMsgContentTypeOnThankYouView":"text","mobileHeroImage":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202344\u002F0300\u002F001\u002F001.jpg","mobileOverlayEnabled":true,"mobileOverlayPosition":"modal","mobile":{"version":{"2":{"campaigns":{"emailSmsCapture":{"suppressionCookie":"ad_sess_ws_email","suppressionDurationInDays":30}},"emailSignUp":"","flowType":"","isDefaultEmailOptInSelected":false,"isEmailSignUpEnabled":false,"labels":{"email":"Enter your email address *","phone":"Enter your phone number (Optional)","signUpNowText":"ENTER TO WIN","startShoppingText":""},"marketingNotificationText":"","messages":{"emailSmsConfirmationText":"","thanksForSigningUpText":""},"no_thanks_label":"No thanks","phoneNumberFieldEnabled":true,"selectedCampaign":"emailSmsCapture","show_no_thanks":true}}},"overlayEmailTitle":"","overlayMobileTitle":"Thanks for entering!","overlayThankYouTitle":"Thank you for signing up!","privacyPolicyLink":"\u002Fm\u002Fcustomer-service\u002Fprivacy-policy.html","signupFormField":"input","suppressForCampaignKeys":["EMAIL","EDM","EDM_PROMO","E3","EDM_TRIGGER","PROMO","TRIG","TRANSACT","STORES"],"termsPolicyUrl":"\u002Fm\u002Fcustomer-service\u002Fterms.html","thankYouHeroImage":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202344\u002F0300\u002F001\u002F001.jpg","thankYouScreenButtonText":"START SHOPPING","twoStepsMobileOverlayEnabled":true,"version":2,"v3":{"isEnabled":true,"subBrandName":"","leftOverlayLayout":{"isEnabled":true,"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 phone number (Optional)"},"optinSection":{"isEnabled":true,"slotName":"desktop_email_overlay_optin","subBrandSlotName":"","checkbox":{"isEnabled":false}},"submitButton":{"title":"ENTER TO WIN","type":"btn-secondary"},"cancelButton":{"isEnabled":true,"title":"No, Thanks","type":"btn-quaternary"}},"footerSection":{"isEnabled":true,"slotName":"desktop_email_overlay_footer","subBrandSlotName":""}}}},"mobileBottomLinks":{"bottomLinks":[{"text":"Recipes","link":"\u002Frecipe","hasIcon":true,"SVGIcon":"ws-recipes"},{"text":"Favorites","link":"\u002Ffavorites\u002F","hasIcon":true,"SVGIcon":"ws-favorites"},{"text":"Gift Cards","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fgifts\u002Fgift-cards-egift-cards\u002F","hasIcon":true,"SVGIcon":"ws-gift-cards"},{"hasIcon":true,"link":"\u002Faccount\u002Fkeyrewards.html","mobileUtilityNavText":"The Key Rewards","SVGIcon":"ws-key-rewards","text":"The Key Rewards"},{"hasIcon":true,"link":"\u002Fstores\u002F","mobileUtilityNavText":"Find a Store","SVGIcon":"ws-find-a-store","text":"Find a Store"},{"text":"Events & Services","link":"\u002Fm\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fin-store-events","hasIcon":true,"SVGIcon":"ws-events-services"},{"text":"Buy Online, Pick Up In Store","link":"\u002Fcustomer-service\u002Fbuy-online-pick-up-in-store.html","hasIcon":true,"SVGIcon":"ws-bopis"},{"text":"About Us","link":"\u002Fcustomer-service\u002Fabout-us.html","hasIcon":true,"SVGIcon":"ws-about-us"},{"text":"My Design Projects","link":"\u002Fmy-design-projects\u002F","hasIcon":false,"SVGIcon":"my-design-projects","onlyOnSubBrands":["WSH"]},{"text":"Room Planner","link":"\u002Fpages\u002Fws-home\u002Froom-planner\u002F","hasIcon":false},{"text":"Customer Service","link":"\u002Fcustomer-service","hasIcon":true,"SVGIcon":"ws-customer-service"},{"text":"Call Us 877.812.6235","link":"tel:8778126235","hasIcon":true,"SVGIcon":"ws-call-us"},{"text":"Give us feedback","link":"#","hasIcon":true,"isFeedback":true},{"text":"Do Not Sell Or Share My Personal Information","link":"\u002Fabout-us\u002Fprivacy-policy.html#do-not-sell","hasIcon":false,"classname":"ccpa-mobile-button-container","linkClass":"ccpa-mobile-link-container","target":"_blank"}]},"mobileHeader":{"firstHeaderIcon":"search","icons":{"accountSVG":"\u003Csvg xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' viewBox='0 0 25 25'\u003E\u003Cscript xmlns=''\u002F\u003E\u003Ctitle\u003EMy Account\u003C\u002Ftitle\u003E\u003Cg fill='#000' fill-rule='nonzero'\u003E\u003Cpath d='M12.207 14.4c-3.125 0-5.112.331-6.242.615-.877.221-1.52 1.133-1.529 2.17l-.036 3.92c0 .067.04.104.055.104l16.185.146c.016 0 .057-.036.057-.102l.036-3.922c.01-1.035-.617-1.959-1.49-2.196-1.173-.317-3.276-.703-6.634-.733l-.402-.002m8.433 8.355h-.01L4.441 22.61c-.802-.008-1.449-.688-1.442-1.517l.035-3.92c.016-1.69 1.08-3.134 2.588-3.514 1.83-.459 4.174-.683 7-.656 2.813.026 5.165.29 6.986.782 1.501.407 2.54 1.871 2.525 3.56l-.036 3.921c-.008.823-.66 1.49-1.458 1.49M13 3.47c-.931 0-1.808.358-2.473 1.012a3.532 3.532 0 0 0 2.442 6.048H13a3.5 3.5 0 0 0 2.471-1.012 3.5 3.5 0 0 0 1.057-2.486 3.496 3.496 0 0 0-1.012-2.505A3.5 3.5 0 0 0 13.03 3.47H13Zm.001 8.53h-.047A5.007 5.007 0 0 1 8 6.954a4.97 4.97 0 0 1 1.497-3.522c.951-.935 2.252-1.428 3.547-1.432a4.96 4.96 0 0 1 3.522 1.497A4.969 4.969 0 0 1 18 7.045l-.735-.007.735.007A5.007 5.007 0 0 1 13 12Z'\u002F\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","cartFlyout":false,"cartFlyoutSVG":"","cartIcon":false,"cartSVG":"\u003Csvg width='25px' height='25px' viewBox='0 0 25 25' 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'\u003ECart\u003C\u002Ftitle\u003E\u003Cg id='V3-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='Cart' fill='#010101' transform='translate(0.000000, 0.000000)'\u003E\u003Cpath d='M21.1744528,15.522322 C21.081595,15.915226 20.747307,16.1910236 20.3636459,16.1915016 L10.2557375,16.1915016 C9.87207641,16.1910236 9.53733546,15.915226 9.44493065,15.522322 L7.24216309,6.19252391 L22.263833,6.19252391 C22.5220229,6.19539183 22.765265,6.32349193 22.9224437,6.54001934 C23.0841522,6.74937697 23.1407727,7.02804249 23.0746399,7.28854456 L21.1744528,15.522322 Z M22.4768344,4.11090956 L6.44723066,4.11090956 L5.94839384,2.04145509 C5.66932757,0.84498141 4.66035951,0.003499923 3.50032859,0 L0.817904152,0 C0.367539208,0.001999956 0.00282360467,0.388491453 0,0.866980926 C0.00282360467,1.34447042 0.366598006,1.73096192 0.816021749,1.73396185 L3.49844618,1.73396185 C3.89704504,1.73446184 4.24434842,2.02295549 4.34082158,2.43394645 L7.55173069,16.0241475 C7.83032635,17.2201212 8.83929442,18.0616026 9.99885473,18.0656382 L20.5031347,18.0656382 C21.6655186,18.0701025 22.6782515,17.225121 22.9502588,16.0241475 L24.924429,7.41133695 C25.1154929,6.61935437 24.9394882,5.77787289 24.450534,5.14638678 C23.9756978,4.49890102 23.2490902,4.11790941 22.4768344,4.11090956 Z' id='Fill-1'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M10.5546813,19.183128 C12.066251,19.183128 13.292166,20.4850993 13.292166,22.091564 C13.292166,23.6980286 12.066251,25 10.5546813,25 C9.04264101,25 7.81719659,23.6980286 7.81719659,22.091564 C7.81719659,20.4850993 9.04264101,19.183128 10.5546813,19.183128' id='Fill-4'\u003E\u003C\u002Fpath\u003E\u003Cpath d='M19.6084756,19.183128 C18.0969059,19.183128 16.8709908,20.4850993 16.8709908,22.091564 C16.8709908,23.6980286 18.0969059,25 19.6084756,25 C21.1205159,25 22.3459603,23.6980286 22.3459603,22.091564 C22.3459603,20.4850993 21.1205159,19.183128 19.6084756,19.183128' id='Fill-6'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","cartUrl":"\u002Fcart\u002F?cm_type=gnav&amp;cm_sp=HeaderLinks-_-Checkout-_-Mobile","cartWithWrapperSVG":"\u003Csvg width='24' viewBox='-415.25 -240.235 911 772.755' role='img' aria-labelledby='title'\u003E\u003Ctitle aria-hidden='true'\u003Ecart\u003C\u002Ftitle\u003E\u003Cpath fill='#2D2D2D' d='M478.09 144.505c0 16.777-13.107 31.473-29.9 33.568l-547.64 64c2.62 12.068 6.814 24.13 6.814 36.722 0 12.067-7.344 23.08-12.592 33.568h482.6c18.354 0 33.567 15.212 33.567 33.575 0 18.358-15.214 33.57-33.57 33.57h-537.158c-18.356 0-33.568-15.212-33.568-33.57 0-16.267 23.598-55.607 31.997-71.875l-92.844-431.72h-107.003c-18.364 0-33.57-15.213-33.57-33.57 0-18.356 15.207-33.568 33.57-33.568h134.296c35.14 0 36.188 41.968 41.437 67.145h630.01c18.365 0 33.57 15.212 33.57 33.568v268.58h-.015v.007zm-604.295 369.3c-36.72 0-67.138-30.432-67.138-67.152s30.424-67.145 67.138-67.145c36.713 0 67.145 30.425 67.145 67.145s-30.432 67.152-67.145 67.152zm470.007 0c-36.714 0-67.145-30.432-67.145-67.152s30.43-67.145 67.145-67.145c36.72 0 67.15 30.425 67.15 67.145s-30.43 67.152-67.15 67.152z'\u003E\u003C\u002Fpath\u003E\u003C\u002Fsvg\u003E","close":true,"closeSVG":"","closeSvg":"mobile-header-close","exploreSVG":"","favorites":false,"favoritesHeaderIconEnabled":false,"favoritesSVG":"\u003Csvg xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' viewBox='-2 0 24 18' enable-background='new -2 0 24 18' xml:space='preserve'\u003E\u003Cg transform='translate(.083 .125)'\u003E\u003Cdefs\u003E\u003Cfilter id='a' filterUnits='userSpaceOnUse' x='-2.1' y='-3.1' width='25' height='25'\u003E\u003CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'\u003E\u003C\u002FfeColorMatrix\u003E\u003C\u002Ffilter\u003E\u003C\u002Fdefs\u003E\u003Cmask maskUnits='userSpaceOnUse' x='-2.1' y='-3.1' width='25' height='25' id='b'\u003E\u003Cg filter='url(#a)'\u003E\u003Cpath fill-rule='evenodd' clip-rule='evenodd' fill='#FFF' d='M15.1 0c-1.8 0-3.6.8-4.7 2.2C9.3.8 7.5 0 5.7 0 2.5 0 0 2.5 0 5.7c0 3.9 3.5 7.1 8.9 12l1.5 1.4 1.5-1.4c5.4-4.9 8.9-8.1 8.9-12 0-3.2-2.5-5.7-5.7-5.7zm-4.6 16.2-.1.1-.1-.1c-5-4.5-8.2-7.5-8.2-10.5 0-2.1 1.6-3.6 3.6-3.6 1.6 0 3.2 1 3.7 2.5h1.9c.5-1.4 2.1-2.5 3.7-2.5 2.1 0 3.6 1.6 3.6 3.6.2 3-3.1 6-8.1 10.5z'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fmask\u003E\u003Cg mask='url(#b)'\u003E\u003Cpath d='M-2.083-3.125h25v25h-25z'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","findStoreSVG":"","hamburgerSVG":"\u003Csvg width='25px' height='21px' viewBox='0 0 25 21' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle\u003EWS\u002FIconography\u002FHeader\u002Fhamburger\u003C\u002Ftitle\u003E\u003Cg id='V3-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='WS\u002FIconography\u002FHeader\u002Fhamburger' transform='translate(0.000000, -2.000000)' fill='#050708' fill-rule='nonzero'\u003E\u003Cg transform='translate(0.000000, 2.000000)' id='Shape'\u003E\u003Cpolygon points='0 11.25 25 11.25 25 9.375 0 9.375'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon points='0 20.625 25 20.625 25 18.75 0 18.75'\u003E\u003C\u002Fpolygon\u003E\u003Cpolygon points='0 1.87499995 25 1.87499995 25 0 0 0'\u003E\u003C\u002Fpolygon\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","hideCartCount":false,"search":false,"searchSVG":"\u003Csvg width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg' xmlns:xlink='http:\u002F\u002Fwww.w3.org\u002F1999\u002Fxlink'\u003E\u003Ctitle\u003EWS\u002FIconography\u002FHeader\u002Fsearch\u003C\u002Ftitle\u003E\u003Cdefs\u003E\u003Cpolygon id='path-1' points='0 0 23 0 23 23 0 23'\u003E\u003C\u002Fpolygon\u003E\u003C\u002Fdefs\u003E\u003Cg id='V3-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'\u003E\u003Cg id='WS\u002FIconography\u002FHeader\u002Fsearch' transform='translate(-1.000000, -1.000000)'\u003E\u003Cg transform='translate(1.000000, 1.000000)' id='Group-3'\u003E\u003Cmask id='mask-2' fill='white'\u003E\u003Cuse xlink:href='#path-1'\u003E\u003C\u002Fuse\u003E\u003C\u002Fmask\u003E\u003Cg id='Clip-2'\u003E\u003C\u002Fg\u003E\u003Cpath d='M9.47715554,16.3744894 C5.66643933,16.3675811 2.58253765,13.2694433 2.58896771,9.45422507 C2.59587792,5.63900681 5.69035981,2.55146175 9.50107602,2.55789941 C11.3240925,2.56113336 13.0707474,3.28604325 14.3615332,4.5746696 C15.6711794,5.86145374 16.399834,7.62767321 16.3782136,9.46481778 C16.3791336,11.2978174 15.6541591,13.056668 14.3615332,14.3554265 C13.0725875,15.6615539 11.3107522,16.3896876 9.47715554,16.3744894 M22.6177784,20.8229676 L16.9776056,15.1756708 C20.1272885,11.0067481 19.3052521,5.07022427 15.1412488,1.91635963 C13.501316,0.674709652 11.501656,0.00184221065 9.44587492,0 C4.22431049,0.00460552663 -0.00409408188,4.245835 -0.000416408595,9.47264718 C0.00188603772,11.9785142 0.996425929,14.3807569 2.76470129,16.1534241 C6.09792796,19.5011814 11.3898738,19.8654786 15.149069,17.0054465 L20.8214424,22.6214257 C21.0624872,22.8669003 21.3918538,23.0036844 21.7354807,23.0000726 C22.0781876,22.9976972 22.4057141,22.8618342 22.649979,22.6214257 C23.1293086,22.1129756 23.1150483,21.3143773 22.6177784,20.8229676' id='Fill-1' fill='#010101' mask='url(#mask-2)'\u003E\u003C\u002Fpath\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fg\u003E\u003C\u002Fsvg\u003E","storesSVG":"\u003Csvg width='20' viewBox='-432.333 -510.246 898 1059.831' 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":"","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":true,"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,"userType":"non-b2b","name":"trackOrders","title":"Track Orders","description":"Track & manage your orders","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_sp=accountflyout-_-default-_-trackorder","iconDsClassName":"","SVGIconName":""},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"userType":"b2b","name":"trackOrders","title":"Track Orders","description":"Track & manage your orders","link":"\u002Fcustomer-service\u002Fb2b-order-history.html?cm_sp=accountflyout-_-default-_-b2bOrderHistoryLink","iconDsClassName":"","SVGIconName":""},{"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_type=gnav","iconDsClassName":"","SVGIconName":"ws-keyhole"},{"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":"","SVGIconName":"ws-keyhole"},{"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":"","SVGIconName":"heart-ws","showFavoritesCount":true},{"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","link":"\u002Fregistry\u002F?cm_sp=accountflyout-_-default-_-registry","iconDsClassName":"","SVGIconName":"house-heart-empty"},{"isEnabled":true,"isGuestEnabled":false,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"giftReminders","title":"Gift Center","description":"Manage reminders and get gift ideas","link":"\u002Faccount\u002Fgiftcenter\u002F?cm_sp=account-_-accountForYou-_-giftCenterLink","iconDsClassName":"","SVGIconName":"ws-gift"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"myStore","title":"My Store","description":"","link":""}]},"secondarySection":{"links":[{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"creditCard","title":"Williams Sonoma Credit Card","link":"\u002Fpages\u002Fcredit-card\u002F?cm_sp=accountflyout-_-default-_-creditcard"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"giftCard","title":"Gift Card","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fgifts\u002Fgift-cards-egift-cards\u002F?cm_sp=accountflyout-_-default-_-giftcard"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":false,"name":"freeDesignServices","title":"Free Design Services","link":"\u002Fpages\u002Fws-home\u002Fdesign-services\u002F?cm_sp=accountflyout-_-default-_-designservices"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":true,"name":"roomPlannerDesignOnline","title":"Room Planner - Design Online","link":"\u002Fpages\u002Fws-home\u002Froom-planner\u002F?cm_sp=accountflyout-_-default-_-roomplanner"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":false,"name":"inStorAndVirtualEvents","title":"In-Store & Virtual Events","link":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fin-store-events\u002F?cm_sp=accountflyout-_-default-_-events"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":false,"name":"recipeBox","title":"Recipe Box","link":"\u002Faccount\u002Frecipe-box\u002F?cm_sp=accountflyout-_-default-_-recipebox"},{"isEnabled":true,"isGuestEnabled":true,"isLoggedInEnabled":true,"isB2bMemberEnabled":false,"name":"b2bMemberSignIn","title":"B2B Member Sign In","link":"\u002Ftrade-signin\u002Flogin.html?cm_sp=accountflyout-_-default-_-b2bsignin"},{"isEnabled":true,"isGuestEnabled":false,"isLoggedInEnabled":false,"isB2bMemberEnabled":true,"name":"tradeMemberBenefits","title":"Trade Member Benefits","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Ftrade\u002F?cm_sp=accountflyout-_-default-_-whyb2b"},{"isEnabled":true,"isGuestEnabled":false,"isLoggedInEnabled":false,"isB2bMemberEnabled":true,"name":"professionalChefsSolutions","title":"Professional Chefs Solutions","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Fprofessional-chefs\u002F?cm_sp=accountflyout-_-default-_-professionalchefssolutions"},{"isEnabled":true,"isGuestEnabled":false,"isLoggedInEnabled":false,"isB2bMemberEnabled":true,"name":"meetATradeSpecialist","title":"Meet A Trade Specialist","link":"\u002Fappointments\u002Ftrade-virtual-choice\u002F?cm_sp=accountflyout-_-default-_-meetb2bspecialist"}],"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":"phoneNumber","title":"Call Us 877.812.6235","link":"tel:18778126235"},{"isEnabled":true,"name":"feedback","title":"Give Us Feedback","link":"","hasIcon":true},{"isEnabled":true,"name":"personalInformation","title":"Do Not Sell Or Share My Personal Information","link":"\u002Fabout-us\u002Fprivacy-policy.html#do-not-sell"}],"showRegistrySubtitle":true,"registryAPIEndpoint":"\u002Fapi\u002Fregistry\u002Fv1\u002Findex.json","registrySubtitleLength":30,"singleRegistryUrl":"\u002Fregistry\u002F{externalId}\u002Fregistry-list.html","registryCountSubtitle":"You have {count} registries","registrySingleCountSubtitle":"You have 1 registry","registrySingleCountEnabled":false,"registrySubtitleDefault":"","registryMonths":6},"links":{"favoritesLink":""},"secondHeaderIcon":"account","stickySortFilterEnabled":false},"mobileSiteLinks":{"enabled":false},"mobileTabbedNav":{"abTestConfig":{"ABTest":"headerMobileTabbedNav","activeVariant":"variantMobileTabbedNav","isEnabled":false},"defaultTab":"williams-sonoma","isEnabled":false,"rememberLastActiveTab":{"daysToRemember":30,"isEnabled":false},"tabs":["williams-sonoma","williams-sonoma-home"]},"mobileTopLinks":{"mobileUtilityNav":{"abTestConfig":{"ABTest":"headerMobileUtilityNav","activeVariant":"variantUtilityNav","enabled":false},"isEnabled":true},"topLinks":{"chat":{"isEnabled":false,"link":"","mobileUtilityNavText":"AI Sous Chef","mobileUtilityNavIcon":"","SVGIcon":""},"favorites":{"SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F001.svg","isEnabled":true,"link":"\u002Ffavorites\u002F?cm_type=lnav","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F001.svg","mobileUtilityNavText":"Favorites","showCount":true,"text":""},"links":[{"userType":"non-b2b","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0307\u002F001\u002F001.svg","mobileUtilityNavText":"Track Order","SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0307\u002F001\u002F001.svg","text":"Track Your Order"},{"userType":"b2b","targetIsResponsive":true,"link":"\u002Fcustomer-service\u002Fb2b-order-history.html?cm_sp=account-_-accountForYou-_-b2bOrderHistoryLink","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0307\u002F001\u002F001.svg","mobileUtilityNavText":"Track Order","SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0307\u002F001\u002F001.svg","text":"Track Your Order"},{"link":"\u002Fregistry\u002F","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F2439\u002F001\u002F001.sv","mobileUtilityNavText":"Registry","SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F2439\u002F001\u002F001.svg","text":"WEDDING REGISTRY","registryLinkRedirection":{"enabled":true,"redirectUrl":"\u002Fregistry\u002Fmanage-registry.html","linkFilterId":"\u002Fregistry\u002F"}},{"disabled":true,"link":"","rviLabels":["Recently Viewed"],"SVGIcon":"default-recently-viewed","text":"Recently Viewed","mobileUtilityNavText":"Recents","ABTest":"headershoprvimobile","ABTestEnabled":false,"activeVariant":"active"}],"myAccount":{"SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F002.svg","hasIcon":false,"isEnabled":false,"isMobileUtilityNavCustomLoggedInGreeting":true,"link":{"signedIn":"\u002Faccount\u002F?cm_type=lnav","signedOut":"\u002Faccount\u002Flogin.html?cm_type=lnav"},"mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F002.svg","mobileUtilityNavText":"Account","text":"Sign In"},"myStore":{"SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F1493\u002F001\u002F001.svg","isEnabled":true,"mobileUtilityNavText":"Stores"},"registryItemsCount":{"enabled":false},"isDormWishlist":false}},"mpulse":{"mpulseKey":"G3KQ4-BNXLJ-Y2SGH-WLEVH-9JGSD"},"myAccount":{"SVGIcon":"","disablePersistCookie":true,"displayName":false,"displaySubMenu":true,"enableLogoutAPI":true,"img_link":"","isLogInV2ApiEnabled":true,"link":"\u002Faccount\u002F?cm_type=gnav&cm_sp=HeaderLinks-_-SearchBox-_-MyAccount","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":"Update Account","link":"\u002Faccount\u002Fupdateaccount.html?cm_type=gnav"},{"text":"B2B Member Sign-In","link":"\u002Faccount\u002Flogin.html?cm_sp=B2B-_-accountdropdown-_-B2BSignIn","hideB2B":true},{"text":"Track Order","userType":"non-b2b","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_type=gnav"},{"text":"Track Order","userType":"b2b","link":"\u002Fcustomer-service\u002Fb2b-order-history.html?cm_sp=account-_-accountForYou-_-b2bOrderHistoryLink"},{"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_type=gnav"},{"text":"Williams Sonoma Credit Card","link":"\u002Fccvalueprop\u002F?fromPageType=Account&userAction=learnmore&cm_sp=gnav"},{"text":"Registry","link":"\u002Fregistry\u002F?cm_type=gnav"},{"text":"Gift Center","link":"\u002Faccount\u002Fgiftcenter\u002F?cm_sp=account-_-accountForYou-_-giftCenterLink"},{"text":"Favorites","link":"\u002Ffavorites\u002F?cm_type=gnav"},{"text":"My Design Project","link":"\u002Fpages\u002Fws-home\u002Fdesign-services\u002F?cm_type=gnav"},{"text":"Sign Out","link":"\u002Faccount\u002Fnot-me.html","class":"separator-below"}],"signedOut":[{"text":"Sign In","link":"\u002Faccount\u002F?cm_type=gnav&cm_sp=HeaderLinks-_-SearchBox-_-MyAccount","class":"sign-in","buttonClass":"button cta"},{"text":"Create an Account","link":"\u002Faccount\u002F?cm_type=gnav&cm_sp=HeaderLinks-_-SearchBox-_-CreateAccount","class":"separator-below"},{"text":"B2B Member Sign-In","link":"\u002Faccount\u002Flogin.html?cm_sp=B2B-_-accountdropdown-_-B2BSignIn"},{"text":"Track Order","userType":"non-b2b","link":"\u002Fcustomer-service\u002Forder-shipment-tracking","imageUrl":"\u002Fwsimgs\u002Fab\u002Fimages\u002Fi\u002F202003\u002F0008\u002Fimages\u002Fnav\u002Fheader\u002Fcredit-icon.png","class":"separator-below"},{"text":"Track Order","userType":"b2b","link":"\u002Fcustomer-service\u002Fb2b-order-history.html?cm_sp=account-_-accountForYou-_-b2bOrderHistoryLink","imageUrl":"\u002Fwsimgs\u002Fab\u002Fimages\u002Fi\u002F202003\u002F0008\u002Fimages\u002Fnav\u002Fheader\u002Fcredit-icon.png","class":"separator-below"},{"text":"View My Rewards","link":"\u002Faccount\u002Fkeyrewards.html?cm_type=gnav"},{"text":"Key Rewards","link":"\u002Fpages\u002Fthe-key-rewards?cm_type=gnav"},{"text":"Williams Sonoma Credit Card","link":"\u002Fccvalueprop\u002F?fromPageType=Account&userAction=learnmore&cm_sp=gnav"},{"text":"Registry","link":"\u002Fregistry\u002F?cm_type=gnav"},{"text":"Favorites","link":"\u002Ffavorites\u002F?cm_type=gnav"}]},"loadFromNetStorage":false,"text":{"signedIn":"My Account","signedOut":"Account"},"userNameCookie":"UI_USERNAME_COOKIE","userPersistCookie":"WSMX_PERSIST_COOKIE"},"profile":{"isUiUserNameCookieEnabled":true,"profileSummaryLocalStorageExpiryInHours":60},"myStore":{"closedText":"Closed","crossBrandBar":true,"displayLocationPin":true,"drawerDirection":"left","enableMobileStoreNameLink":false,"enabled":true,"filterBopisEligibleStores":true,"findStoreLink":"\u002Fstores\u002F?cm_type=gnav","flyoutButtonTextMyStore":"my store","flyoutButtonTextSetAsMyStore":"set as my store","headerTitle":"","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":"#header-search-form","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":"5h0WYvBaJ3Ib21kYmVjT","isEnabled":false},"postalCodeOptimization":{"enabled":true,"placeHolderMsg":"Enter City, State, or ZIP","regexFormat":"^[0-9]{5}$","enableAccountProfile":true,"ttl":0},"pricing":{"defaultLabels":{"clearance":"Clearance","discount":"Our Price","discountPercentage":"[disc_percentage]","regular":"Sugg. Price","sale":"Sale","special":"Our Price"},"mdmLabels":{"clearance":"Clearance","sale":"Sale","discount":"Our Price","discountPercentage":"[disc_percentage]","regular":"Sugg. Price"},"showDiscountPercentage":false,"showMdmPriceLabels":false,"showPriceTypeBetweenPriceRanges":true,"showSaleLabel":true},"primaryNavBar":{"mobileNavItems":[{"path":"shop\u002Fnew","class":"","text":"New"},{"path":"shop\u002Fcookware","class":""},{"path":"shop\u002Fcooks-tools","class":""},{"path":"shop\u002Fcutlery","class":""},{"path":"shop\u002Felectrics","class":""},{"path":"shop\u002Fbakeware","class":""},{"path":"shop\u002Ffood","class":""},{"path":"shop\u002Ftabletop-glassware-bar","class":""},{"path":"shop\u002Fhomekeeping","class":"","text":"Home Essentials"},{"path":"shop\u002Foutdoor","class":""},{"path":"shop\u002Fgifts","class":""},{"path":"shop\u002Fsale-special-offer","class":""},{"path":"shop\u002Fholidays","class":"","text":"Holidays","tabs":["williams-sonoma"]},{"url":"https:\u002F\u002Fwww.williams-sonomawine.com\u002Fclub","class":"no-arrow","text":"Williams Sonoma Wine Shop","tabs":["williams-sonoma"]},{"url":"\u002Frecipe\u002F?cm_type=gnav","class":"recipe-inspiration","id":"inspiration","text":"Recipes & Menus","custom":true,"tabs":["williams-sonoma"],"categories":[{"name":"Recipes & Cooking Ideas","path":"recipe\u002F?cm_type=gnav","class":"no-arrow","displayColumn":"A"},{"name":"Recipes by Course","path":"","displayColumn":"B","items":[{"path":"recipe\u002Fappetizers","name":"Appetizers"},{"path":"recipe\u002Fsoups","name":"Soups"},{"path":"recipe\u002Fsalads","name":"Salads"},{"path":"recipe\u002Fmain-courses\u002Fpasta-rice-and-grains","name":"Pasta, Rice & Grains"},{"path":"recipe\u002Fmain-courses\u002Fvegetables","name":"Vegetables"},{"path":"recipe\u002Fmain-courses\u002Fseafood","name":"Seafood"},{"path":"recipe\u002Fmain-courses\u002Fpoultry-and-game","name":"Chicken & Poultry"},{"path":"recipe\u002Fmain-courses\u002Fpork","name":"Pork"},{"path":"recipe\u002Fmain-courses\u002Fbeef-and-veal","name":"Beef"},{"path":"recipe\u002Fdesserts\u002F","name":"Desserts"}]},{"name":"Chefs & Celebrities","path":"","displayColumn":"C","items":[{"path":"pages\u002Ftest-kitchen","name":"Williams Sonoma Test Kitchen"},{"path":"pages\u002Fina-garten\u002F","name":"Ina Garten"},{"path":"shop\u002Fcookware\u002Ftucci-greenpan\u002F","name":"Stanley Tucci"},{"path":"shop\u002Ffood\u002Ftrisha-yearwood\u002F","name":"Trisha Yearwood"},{"path":"pages\u002Fwilliams-sonoma\u002Fcollaborations\u002Ftyler-florence\u002F","name":"Tyler Florence"},{"path":"pages\u002Frecipe\u002Fws-chefs\u002F2021-williams-sonoma-chefs-collective","name":"Chefs' Collective"}]},{"name":"Inspiration","path":"","displayColumn":"D","items":[{"path":"pages\u002Fkitchen-guides","name":"Culinary Guides"},{"path":"pages\u002Frecipe\u002Fcollections\u002F","name":"Recipe Collections"},{"path":"recipe","name":"Cooking & Baking"},{"path":"pages\u002Fwilliams-sonoma\u002Frecipes\u002Fdrinks","name":"Beverages"},{"path":"shop\u002Ffood\u002Fglobal-cuisines","name":"Global Cuisines"}]},{"name":"This Season","path":"","displayColumn":"E","items":[{"path":"pages\u002Fwilliams-sonoma\u002Fin-season-now","name":"In Season Produce"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Ffood-entertaining-trends","name":"Food Trends"},{"path":"shop\u002Fbakeware\u002Fbakeware-bread-shop","name":"Bread"},{"path":"shop\u002Ffood\u002Ffood-pistachio-shop","name":"Pistachio"},{"path":"shop\u002Ffood\u002Fflavors-of-fall","name":"Pumpkin"}]},{"name":"Holiday Guides","path":"","displayColumn":"F","items":[{"isExternal":false,"path":"shop\u002Fhalloween","name":"Halloween"},{"isExternal":false,"path":"shop\u002Fthanksgiving","name":"Thanksgiving"},{"isExternal":false,"path":"shop\u002Fchristmas","name":"Christmas"}]}]},{"url":"","class":"entertaining","text":"Entertaining & Design Inspiration","custom":true,"tabs":["williams-sonoma"],"categories":[{"name":"Entertaining Inspiration","path":"","displayColumn":"A","items":[{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002F","name":"Entertaining at Home"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fthe-art-of-the-buffet\u002F","name":"How to Set a Buffet"},{"path":"shop\u002Ffood\u002Fcaviar\u002F","name":"How to Entertain with Caviar"},{"path":"pages\u002Fwilliams-sonoma\u002Fget-inspired\u002Fhow-to-build-the-best-boards\u002F","name":"How to Create a Food Board"},{"path":"pages\u002Fwilliams-sonoma\u002Fget-inspired\u002Fhow-to-host-a-wine-cheese-tasting\u002F","name":"How to Host a Wine & Cheese Tasting"}]},{"name":"Tabletop Inspiration","path":"","displayColumn":"B","items":[{"path":"pages\u002Fwilliams-sonoma\u002Ftabletop-bar\u002Fset-your-table\u002F","name":"Table Setting Inspiration"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fhow-to-set-the-table\u002F","name":"How to Set a Table"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fhow-to-arrange-flowers\u002F","name":"How to Arrange Flowers"}]},{"name":"Beverage Guides","path":"","displayColumn":"C","items":[{"path":"pages\u002Fwilliams-sonoma\u002Fbrand-shop\u002Fws-cafe\u002Fcoffee\u002F","name":"Guide to Coffee & Tea"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fguide-to-wine-glasses\u002F","name":"Guide to Wine Glasses"},{"path":"pages\u002Fwilliams-sonoma\u002Ftabletop-bar\u002Fguide-to-beer-glasses\u002F","name":"Guide to Beer Glasses"},{"path":"pages\u002Fwilliams-sonoma\u002Ftabletop-bar\u002Fguide-to-ice\u002F","name":"Guide to Ice"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fthe-art-of-the-bar\u002F","name":"How to Stock Your Bar"}]},{"name":"Design Inspiration","path":"","displayColumn":"D","items":[{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fdesign-inspiration\u002Fbeauty-of-brass","name":"Beauty of Brass"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fdesign-inspiration\u002Fshades-of-spice","name":"Earth Tones"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fdesign-inspiration\u002Fbotanical-elements","name":"Botanical Elements"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fdesign-inspiration\u002Fwoven-textures","name":"Woven Textures"}]},{"name":"Design Services","path":"","displayColumn":"E","items":[{"path":"pages\u002Fws-home\u002Froom-planner","name":"Room Planner - Design Online"},{"path":"pages\u002Fws-home\u002Fdesign-services","name":"Free Design Services"}]},{"name":"Signature Designs","path":"","displayColumn":"F","items":[{"path":"shop\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Fhoneycomb-dinnerware","name":"Honeycomb"},{"path":"shop\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Ffamille-rose","name":"Famille Rose"}]},{"name":"Seasonal","path":"","displayColumn":"G","items":[{"path":"shop\u002Fhalloween\u002F","name":"Halloween"},{"path":"shop\u002Fthanksgiving\u002F","name":"Thanksgiving"},{"path":"shop\u002Fchristmas\u002F","name":"Christmas"}]}]},{"url":"\u002Fm\u002Fpages\u002Fwilliams-sonoma\u002Fbrands-a-to-z","class":"no-arrow","text":"Brands","tabs":["williams-sonoma"]},{"url":"\u002Fm\u002Fpages\u002Fwilliams-sonoma\u002Fcollaborations\u002F?cm_type=lnav","class":"collaborations","text":"Collaborations","custom":true,"tabs":["williams-sonoma"],"categories":[{"path":"shop\u002Ftabletop-glassware-bar\u002Fws-aerin","name":"AERIN","displayColumn":"A"},{"path":"shop\u002Ffood\u002Fbridgerton","name":"Bridgerton","displayColumn":"A"},{"path":"shop\u002Ffood\u002Ffood-casamigos","name":"Casamigos","displayColumn":"A"},{"path":"shop\u002Ftabletop-glassware-bar\u002Fws-hill-house","name":"Hill House","displayColumn":"A"},{"path":"shop\u002Ftabletop-glassware-bar\u002Fmarlo-thomas","name":"Marlo Thomas","displayColumn":"A"},{"path":"shop\u002Ftabletop-glassware-bar\u002Fws-morris-co","name":"Morris & Co.","displayColumn":"A"},{"path":"shop\u002Fnew\u002Fnfl","name":"NFL","displayColumn":"A"},{"path":"shop\u002Ftabletop-glassware-bar\u002Frory-dobner-shop","name":"Rory Dobner","displayColumn":"A"},{"path":"shop\u002Ffood\u002Froy-choi","name":"Roy Choi","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-sanderson","name":"Sanderson","displayColumn":"A"},{"path":"shop\u002Fcookware\u002Ftucci-greenpan","name":"Stanley Tucci","displayColumn":"A"},{"path":"shop\u002Fcookware\u002Fstar-trek-le-creuset","name":"Star Trek","displayColumn":"A"},{"path":"shop\u002Ffood\u002Ftrisha-yearwood","name":"Trisha Yearwood","displayColumn":"A"},{"path":"pages\u002Fwilliams-sonoma\u002Fcollaborations","name":"All Collaborations","displayColumn":"A"}]},{"url":"\u002Fm\u002Fpages\u002Fwilliams-sonoma\u002Fsustainability","class":"no-arrow","text":"Sustainability","tabs":["williams-sonoma"]},{"url":"\u002Fshop\u002Fnew\u002Fcommercial-grade","class":"commercial-grade","id":"commercial-grade","text":"Commercial Grade","tabs":["williams-sonoma"],"custom":true,"categories":[{"path":"shop\u002Fnew\u002Fcommercial-grade-all","name":"All Commercial Grade","displayColumn":"A"},{"path":"shop\u002Fnew\u002Fcommercial-grade-cookware","name":"Cookware","displayColumn":"A"},{"path":"shop\u002Fnew\u002Fbakeware-commercial-grade","name":"Bakeware","displayColumn":"A"},{"path":"shop\u002Fnew\u002Fcutlery-commercial-grade","name":"Cutlery","displayColumn":"A"},{"path":"shop\u002Fnew\u002Fcommercial-grade-electrics","name":"Electrics","displayColumn":"A"},{"path":"shop\u002Fnew\u002Fcommercial-grade-tabletop","name":"Dinnerware","displayColumn":"A"},{"path":"shop\u002Fnew\u002Fcommercial-grade-drinkware","name":"Drinkware","displayColumn":"A"},{"path":"shop\u002Fnew\u002Fcommercial-grade-serveware","name":"Serveware","displayColumn":"A"},{"path":"shop\u002Fnew\u002Fcommercial-grade-home-essentials","name":"Home Essentials","displayColumn":"A"},{"name":"Business to Business","path":"","displayColumn":"B","items":[{"path":"m\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview","name":"Overview"},{"path":"m\u002Fshop\u002Fgifts\u002Fbusiness-gifts\u002F?cm_type=gnav&originsc=gifts&availability=bopis","name":"Corporate Gifting"}]}]}],"topNavItems":[{"path":"shop\u002Fnew","class":"new","hasSpotlight":true,"text":"New"},{"path":"shop\u002Fcookware","class":"","hasSpotlight":true,"text":"Cookware"},{"path":"shop\u002Fcooks-tools","class":"","hasSpotlight":true,"text":"Cooks' Tools"},{"path":"shop\u002Fcutlery","class":"","hasSpotlight":true,"text":"Cutlery"},{"path":"shop\u002Felectrics","class":"","hasSpotlight":true,"text":"Electrics"},{"path":"shop\u002Fbakeware","class":"","hasSpotlight":true,"text":"Bakeware"},{"path":"shop\u002Ffood","class":"","hasSpotlight":true,"text":"Food"},{"path":"shop\u002Ftabletop-glassware-bar","class":"","hasSpotlight":true,"text":"Tabletop & Bar"},{"path":"shop\u002Fhomekeeping","class":"","hasSpotlight":true,"text":"Home Essentials"},{"path":"shop\u002Foutdoor","class":"","hasSpotlight":true,"text":"Outdoor & Garden"},{"path":"shop\u002Fhome-furniture","class":"","hasSpotlight":true,"text":"Furniture"},{"path":"shop\u002Fholidays","class":"holidays","id":"holidays","type":"supercat","name":"Holidays","url":"\u002Fshop\u002Fholidays\u002F?cm_type=gnav","popOut":true,"hasSpotlight":true},{"path":"shop\u002Fgifts","class":"gifts","id":"gifts","type":"supercat","name":"Gifts","url":"\u002Fshop\u002Fgifts\u002F?cm_type=gnav","popOut":true,"hasSpotlight":true},{"path":"shop\u002Fsale-special-offer","class":"sale","hasSpotlight":true,"text":"Sale"}]},"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":"","hostName":"","loadSpotjsWithNpm":false,"logLevel":1,"mockUserToken":"","timeoutSeconds":60,"useEmptyMockData":false,"useMockData":false},"campaigns":[{"campaignId":"sku_bis","name":"Back in Stock","notificationEnabled":false,"mobileNotificationEnabled":false},{"campaignId":"sku_noc","name":"Now on Clearance","notificationEnabled":false,"mobileNotificationEnabled":false},{"campaignId":"sku_nos","name":"Now on Sale","notificationEnabled":false,"mobileNotificationEnabled":false}],"enabled":false,"img":{"imgSuffix":"t.jpg","imgUrlBase":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002F"},"mobileABTest":{"activeVariant":"skutriggeredenabledmobile","enabled":false,"name":"headerskutriggeredcarouselmobile"},"mobileEnabled":false},"quickCart":{"savedCartCookie":"WS_SAVEDCART","sessionCartCookie":"SESSIONCART"},"recentlyViewedItems":{"count":"10","enabled":true,"hasSeeMoreIcon":true,"hideOnDesktop":false,"hideOnMobile":false,"imgUrlBase":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002F","itemType":"Group","numItemsVisible":4,"showBestSellers":false,"showSeeMoreLink":true,"template":"rvi-similarity","cmSrc":"RVI"},"recommendation":{"isCrossSessionRviEnabled":true,"isRecsEnabled":true,"resetCarouselTimeout":200,"showSeeMoreLink":false,"thirdPartyRecommendation":{"thirdPartyProviderId":"constructor","constructor":{"enabled":true,"key":"key_PysinTjKriGSD1Zl","isMobileEnabled":true,"isDesktopEnabled":true,"isNativeIosAppEnabled":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":"Keep me signed in","enabled":true,"securityText":"Selecting this option will keep you logged-in on this device. To keep your account secure, use this option only on your personal devices"},"signInText":"","loginV2Enabled":false,"loginV3Enabled":true},"rtcGeoLocationConfig":{"isEnabled":true},"mobileNavDisplayOrder":{"enabled":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":{"backButtonAriaLabel":"","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"]}},"lockScrollOnOpen":false,"placeholder":"Search","placeholderV2":"What can we help you find?","recentlySearchedMaxSize":10,"searchSidebar":{"isEnabled":false},"searchBarOrderV2":{"isEnabled":false},"searchBarDisplayEnabled":true,"searchBarDesktopBackButtonEnabled":false,"searchDesktopSVG":"","showToggle":false,"isCenteredSearchBarEnabled":false,"abTestConfig":{"isEnabled":false,"name":"headerCenterSearchBarDesktop","activeVariant":"showCenterSearchBarDesktop"}},"searchFlyout":{"drawerDirection":"","enabled":false,"loadFromNetStorage":false,"maxProductsVisible":4,"maxSuggestionsVisible":4,"placeholder":"","searchHeaderImage":"","sitsInlineWith":"","template":"","timeout":10000,"title":"","searchBarOrderV2":{"isEnabled":false}},"secondaryNavBar":{"categories":[{"id":"chat","path":"","url":"","class":"","name":"AI Sous Chef"},{"path":"shop\u002Fhalloween","id":"halloween","class":"halloween","type":"supercat","name":"Halloween","url":"\u002Fshop\u002Fhalloween\u002Fall-halloween\u002F","custom":false,"popOut":true,"hasSpotlight":true,"ecmPromos":["halloween"]},{"path":"shop\u002Fthanksgiving","id":"thanksgiving","class":"thanksgiving","type":"supercat","name":"Thanksgiving","url":"\u002Fshop\u002Fthanksgiving\u002Fall-thanksgiving\u002F","custom":false,"popOut":true,"hasSpotlight":true,"ecmPromos":["thanksgiving"]},{"path":"shop\u002Fchristmas","id":"christmas","class":"christmas","type":"supercat","name":"Christmas","url":"\u002Fshop\u002Fchristmas\u002Fchristmas-view-all\u002F","custom":false,"popOut":true,"hasSpotlight":true,"ecmPromos":["christmas"]},{"path":"","id":"recipe","type":"","name":"Recipes & Menus","url":"\u002Frecipe\u002F?cm_type=gnav","custom":true,"categories":[{"name":"Find Recipes","path":"","displayColumn":"A","items":[{"path":"recipe\u002Fsearch","name":"Recipe Search"},{"path":"account\u002Frecipe-box","name":"Recipe Box"},{"path":"shop\u002Fcooks-tools\u002Fbooks-view-all","name":"Cookbooks"}]},{"name":"Chefs & Celebrities","path":"","displayColumn":"B","items":[{"path":"pages\u002Ftest-kitchen","name":"Williams Sonoma Test Kitchen"},{"path":"pages\u002Fina-garten\u002F","name":"Ina Garten"},{"path":"shop\u002Fcookware\u002Ftucci-greenpan\u002F","name":"Stanley Tucci"},{"path":"shop\u002Ffood\u002Ftrisha-yearwood\u002F","name":"Trisha Yearwood"},{"path":"pages\u002Fwilliams-sonoma\u002Fcollaborations\u002Ftyler-florence\u002F","name":"Tyler Florence"},{"path":"pages\u002Frecipe\u002Fws-chefs\u002F2021-williams-sonoma-chefs-collective","name":"Chefs' Collective"}]},{"name":"Inspiration","path":"","displayColumn":"C","items":[{"path":"pages\u002Fkitchen-guides","name":"Culinary Guides"},{"path":"pages\u002Frecipe\u002Fcollections\u002F","name":"Recipe Collections"},{"path":"recipe","name":"Cooking & Baking"},{"path":"pages\u002Fwilliams-sonoma\u002Frecipes\u002Fdrinks","name":"Beverages"},{"path":"shop\u002Ffood\u002Fglobal-cuisines","name":"Global Cuisines"}]},{"name":"This Season","path":"","displayColumn":"D","items":[{"path":"pages\u002Fwilliams-sonoma\u002Fin-season-now","name":"In Season Produce"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Ffood-entertaining-trends","name":"Food Trends"},{"path":"shop\u002Fbakeware\u002Fbakeware-bread-shop","name":"Bread"},{"path":"shop\u002Ffood\u002Ffood-pistachio-shop","name":"Pistachio"},{"path":"shop\u002Ffood\u002Fflavors-of-fall","name":"Pumpkin"}]},{"name":"Holiday Guides","path":"","displayColumn":"D","items":[{"isExternal":false,"path":"shop\u002Fhalloween","name":"Halloween"},{"isExternal":false,"path":"shop\u002Fthanksgiving","name":"Thanksgiving"},{"isExternal":false,"path":"shop\u002Fchristmas","name":"Christmas"}]}],"popOut":true,"hasSpotlight":true,"ecmPromos":["recipes"]},{"path":"","id":"entertaining","class":"entertaining","type":"","name":"Entertaining & Design Inspiration","url":"","custom":true,"popOut":true,"hasSpotlight":true,"ecmPromos":["entertaining"],"categories":[{"name":"Entertaining Inspiration","path":"","displayColumn":"A","items":[{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002F","name":"Entertaining at Home"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fthe-art-of-the-buffet\u002F","name":"How to Set a Buffet"},{"path":"shop\u002Ffood\u002Fcaviar\u002F","name":"How to Entertain with Caviar"},{"path":"pages\u002Fwilliams-sonoma\u002Fget-inspired\u002Fhow-to-build-the-best-boards\u002F","name":"How to Create a Food Board"},{"path":"pages\u002Fwilliams-sonoma\u002Fget-inspired\u002Fhow-to-host-a-wine-cheese-tasting\u002F","name":"How to Host a Wine & Cheese Tasting"}]},{"name":"Tabletop Inspiration","path":"","displayColumn":"A","items":[{"path":"pages\u002Fwilliams-sonoma\u002Ftabletop-bar\u002Fset-your-table\u002F","name":"Table Setting Inspiration"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fhow-to-set-the-table\u002F","name":"How to Set a Table"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fhow-to-arrange-flowers\u002F","name":"How to Arrange Flowers"}]},{"name":"Beverage Guides","path":"","displayColumn":"B","items":[{"path":"pages\u002Fwilliams-sonoma\u002Fbrand-shop\u002Fws-cafe\u002Fcoffee\u002F","name":"Guide to Coffee & Tea"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fguide-to-wine-glasses\u002F","name":"Guide to Wine Glasses"},{"path":"pages\u002Fwilliams-sonoma\u002Ftabletop-bar\u002Fguide-to-beer-glasses\u002F","name":"Guide to Beer Glasses"},{"path":"pages\u002Fwilliams-sonoma\u002Ftabletop-bar\u002Fguide-to-ice\u002F","name":"Guide to Ice"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fthe-art-of-the-bar\u002F","name":"How to Stock Your Bar"}]},{"name":"Design Inspiration","path":"","displayColumn":"C","items":[{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fdesign-inspiration\u002Fbeauty-of-brass","name":"Beauty of Brass"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fdesign-inspiration\u002Fshades-of-spice","name":"Earth Tones"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fdesign-inspiration\u002Fbotanical-elements","name":"Botanical Elements"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fdesign-inspiration\u002Fwoven-textures","name":"Woven Textures"}]},{"name":"Design Services","path":"","displayColumn":"C","items":[{"path":"pages\u002Fws-home\u002Froom-planner","name":"Room Planner - Design Online"},{"path":"pages\u002Fws-home\u002Fdesign-services","name":"Free Design Services"}]},{"name":"Signature Designs","path":"","displayColumn":"D","items":[{"path":"shop\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Fhoneycomb-dinnerware","name":"Honeycomb"},{"path":"shop\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Ffamille-rose","name":"Famille Rose"}]},{"name":"Seasonal","path":"","displayColumn":"D","items":[{"path":"shop\u002Fhalloween\u002F","name":"Halloween"},{"path":"shop\u002Fthanksgiving\u002F","name":"Thanksgiving"},{"path":"shop\u002Fchristmas\u002F","name":"Christmas"}]}]},{"path":"","id":"brands","type":"","name":"Brands","url":"\u002Fpages\u002Fwilliams-sonoma\u002Fbrands-a-to-z\u002F","class":"brands","custom":true,"popOut":true,"hasSpotlight":true,"ecmPromos":["brands"],"categories":[{"name":"Brands","path":"","displayColumn":"A","items":[{"path":"shop\u002Fbrand-shop\u002Fwilliams-sonoma","name":"Williams Sonoma"},{"path":"shop\u002Fbrand-shop\u002Fall-clad","name":"All-Clad"},{"path":"shop\u002Felectrics\u002Felectrics-breville","name":"Breville"},{"path":"shop\u002Fbrand-shop\u002Fcuisinart","name":"Cuisinart"},{"path":"shop\u002Fbrand-shop\u002Fgreenpan","name":"GreenPan"},{"path":"shop\u002Fhomekeeping\u002Fhold-everything-brand","name":"Hold Everything"},{"path":"shop\u002Felectrics\u002Felectrics-jura","name":"JURA"},{"path":"shop\u002Fbrand-shop\u002Fle-creuset","name":"Le Creuset"},{"path":"shop\u002Ftabletop-glassware-bar\u002Ftabletop-glass-schott-zwiesel","name":"Schott Zwiesel"},{"path":"shop\u002Fcutlery\u002Fzwilling-henckels-knives","name":"Zwilling"},{"path":"pages\u002Fwilliams-sonoma\u002Fbrands-a-to-z","name":"Shop All Brands"}]}]},{"path":"","id":"collaborations","type":"","name":"Collaborations","url":"\u002Fpages\u002Fwilliams-sonoma\u002Fcollaborations\u002F","custom":true,"popOut":true,"hasSpotlight":true,"ecmPromos":["wsk-collaborations"],"categories":[{"name":"Collaborations","path":"","displayColumn":"A","items":[{"path":"shop\u002Ftabletop-glassware-bar\u002Fws-aerin","name":"AERIN"},{"path":"shop\u002Ffood\u002Fbridgerton","name":"Bridgerton"},{"path":"shop\u002Ffood\u002Ffood-casamigos","name":"Casamigos"},{"path":"shop\u002Ftabletop-glassware-bar\u002Fws-hill-house","name":"Hill House"},{"path":"shop\u002Ftabletop-glassware-bar\u002Fmarlo-thomas","name":"Marlo Thomas"},{"path":"shop\u002Ftabletop-glassware-bar\u002Fws-morris-co","name":"Morris & Co."},{"path":"shop\u002Fnew\u002Fnfl","name":"NFL"},{"path":"shop\u002Ftabletop-glassware-bar\u002Frory-dobner-shop","name":"Rory Dobner"},{"path":"shop\u002Ffood\u002Froy-choi","name":"Roy Choi"},{"path":"shop\u002Fhome-furniture\u002Fwsh-sanderson","name":"Sanderson"},{"path":"shop\u002Fcookware\u002Ftucci-greenpan","name":"Stanley Tucci"},{"path":"shop\u002Fcookware\u002Fstar-trek-le-creuset","name":"Star Trek"},{"path":"shop\u002Ffood\u002Ftrisha-yearwood","name":"Trisha Yearwood"},{"path":"pages\u002Fwilliams-sonoma\u002Fcollaborations","name":"All Collaborations"}]}]},{"path":"","id":"registry","type":"","name":"Wedding Registry","url":"\u002Fregistry\u002F?cm_type=gnav","custom":true,"popOut":true,"hasSpotlight":true,"class":"registry","ecmPromos":["registry"],"categories":[{"name":"Create Registry","path":"registry\u002Fcreate-registry-sign-in.html?cm_type=gnav","url":"","displayColumn":"A"},{"name":"Find A Registry","path":"registry\u002Ffind-registry.html","url":"","displayColumn":"A"},{"name":"Manage My Registry","path":"registry\u002Fmanage-registry.html?cm_type=gnav","url":"","displayColumn":"A"},{"name":"Registry Home","path":"registry\u002F","url":"","displayColumn":"A"},{"name":"Registry Guide","path":"","displayColumn":"B","items":[{"path":"shop\u002Fregistry\u002Fregistry-favorites\u002F","name":"Top 100 Registry Essentials"},{"isExternal":true,"link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fpdf\u002Fws-wedding-registry-checklist-2026.pdf","name":"Registry Checklist"},{"path":"pages\u002Fregistry\u002Fquick-start-registries\u002F","name":"Quick-Start Registries"},{"path":"pages\u002Fregistry\u002Freal-wedding-registries","name":"Real Wedding Registries"},{"path":"pages\u002Fregistry\u002Fthe-expert-edit","name":"The Expert Edit"},{"path":"shop\u002Fgifts\u002Fgifts-wedding\u002F","name":"Most-Loved Gifts"},{"path":"shop\u002Fregistry\u002Fluxe-gifts","name":"Luxe Gifts"},{"path":"pages\u002Fregistry\u002Flets-plan-together","name":"Registry Events"},{"path":"pages\u002Fregistry\u002Fspecial-offers\u002F","name":"Free Gifts"}]},{"name":"Registry By Category","path":"","displayColumn":"C","items":[{"path":"shop\u002Fregistry\u002Fregistry-cookware\u002F","name":"Cookware"},{"path":"shop\u002Fregistry\u002Fregistry-electrics\u002F","name":"Electrics"},{"path":"shop\u002Fregistry\u002Fregistry-bakeware\u002F","name":"Bakeware"},{"path":"shop\u002Fregistry\u002Fregistry-tabletop-bar\u002F","name":"Tabletop"},{"path":"shop\u002Fregistry\u002Fregistry-serveware","name":"Serveware"},{"path":"shop\u002Fregistry\u002Fregistry-glassware","name":"Glassware & Bar"},{"path":"shop\u002Fregistry\u002Fregistry-cutlery\u002F","name":"Cutlery"},{"path":"shop\u002Fregistry\u002Fregistry-outdoor\u002F","name":"Outdoor"},{"path":"shop\u002Fregistry\u002Fregistry-cooks-tools\u002F","name":"Cooks' Tools"},{"path":"shop\u002Fregistry\u002Fregistry-storage-organization\u002F","name":"Storage & Organization"},{"path":"shop\u002Fregistry\u002Fregistry-bedding-bath\u002F","name":"Bedding & Bath"},{"path":"shop\u002Fregistry\u002Fregistry-decor\u002F","name":"Décor"}]},{"name":"Top Registry Brands","path":"","displayColumn":"D","items":[{"path":"shop\u002Fbrand-shop\u002Fall-clad\u002F","name":"All-Clad"},{"path":"shop\u002Felectrics\u002Felectrics-breville\u002F","name":"Breville"},{"path":"shop\u002Fbrand-shop\u002Fcuisinart","name":"Cuisinart"},{"path":"shop\u002Fbrand-shop\u002Fgreenpan\u002F","name":"GreenPan"},{"path":"shop\u002Felectrics\u002Felectrics-kitchenaid\u002F","name":"KitchenAid"},{"path":"shop\u002Fbrand-shop\u002Fle-creuset\u002F","name":"Le Creuset"},{"path":"shop\u002Fcutlery\u002Fknives-shun\u002F","name":"Shun"},{"path":"shop\u002Fbrand-shop\u002Fwilliams-sonoma\u002F","name":"Williams Sonoma"}]}]},{"path":"","id":"WSH","type":"","name":"Williams Sonoma Home","url":"\u002Fpages\u002Fwilliams-sonoma-home","class":"wsh","custom":true,"popOut":true,"hasSpotlight":true,"ecmPromos":["wshome"],"categories":[{"name":"Shop by Category","path":"","displayColumn":"A","items":[{"path":"shop\u002Fhome-new\u002Fhome-all-new","name":"New Arrivals"},{"path":"shop\u002Fhome-furniture","name":"Furniture"},{"path":"shop\u002Fhome-outdoor","name":"Outdoor"},{"path":"shop\u002Fhome-bedding","name":"Bedding"},{"path":"shop\u002Fhome-bath","name":"Bath"},{"path":"shop\u002Fhome-rugs","name":"Rugs"},{"path":"shop\u002Fhome-lighting","name":"Lighting"},{"path":"shop\u002Fhome-decor","name":"Art & Décor"},{"path":"shop\u002Fhome-pillows-throws","name":"Pillows & Throws"}]}]}],"registryLinkRedirection":{"enabled":true,"redirectUrl":"\u002Fregistry\u002Fmanage-registry.html","linkFilterId":"registry"}},"seoSchemaMarkup":{"addressCountry":"United States","description":"","email":"","enabled":true,"image":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fi\u002F202225\u002F0008\u002Fimages\u002Fcommon\u002Flogo.svg","sameAs":["https:\u002F\u002Fwww.twitter.com\u002FWilliamsSonoma","https:\u002F\u002Fwww.facebook.com\u002FWilliamsSonoma","https:\u002F\u002Fwww.youtube.com\u002Fchannel\u002FUChicngiolLIoVDy2fjUgQzA?sub_confirmation=1","https:\u002F\u002Fwww.instagram.com\u002FWilliamsSonoma","https:\u002F\u002Fpinterest.com\u002FWilliamsSonoma","https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FWilliams_Sonoma","https:\u002F\u002Fwww.tiktok.com\u002F@williamssonoma"],"telephone":"+1-877-812-6235"},"shouldShowSubcatImgs":false,"showSimpleHeader":false,"showTopNavArrows":{"enabled":true},"plccPlacement":{"isEnabled":false,"slotName":""},"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.\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":212},"subBrandBarSticky":true,"subBrandMarketingOverlay":{"contactUsUrl":"","doNotSellLink":"","emailTriggerUrl":"","fieldHint":"","financialIncentivesTermsLink":"","flatFileServiceVersion":"","isOverrideMarketingOverlayContent":"","mktgMsgContentTypeOnEmailSignup":"","mktgMsgContentTypeOnSmsOptIn":"","mktgMsgContentTypeOnThankYouView":"","mobileOverlayPosition":"","overlayEmailTitle":"","overlayMobileTitle":"","overlayThankYouTitle":"","privacyPolicyLink":"","signupFormField":"","termsPolicyUrl":"","twoStepsMobileOverlayEnabled":false},"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":[],"i18n":{"link":""}},"brandLogo":{"link":""},"brand_name":"","crossBrandBar":{"brandBarOrder":[],"mobileBrandBarOrder":[]},"mobileHeader":{"firstHeaderIcon":"","icons":{"accountSVG":"","cartSVG":"","cartWithWrapperSVG":"","close":false,"closeSvg":"","favorites":false,"favoritesHeaderIconEnabled":false,"favoritesSVG":"","findStoreSVG":"","hamburgerSVG":"","searchHeaderIconEnabled":false,"searchSVG":"","storesSVG":""},"secondHeaderIcon":"","stickySortFilterEnabled":false},"mobileTopLinks":{"mobileUtilityNav":{"abTestConfig":{"ABTest":"headerMobileUtilityNav","activeVariant":"variantUtilityNav","enabled":false},"isEnabled":false},"topLinks":{"favorites":{"SVGIcon":"","isEnabled":false,"link":"","mobileUtilityNavIcon":"","mobileUtilityNavText":""},"links":[],"myAccount":{"SVGIcon":"","isEnabled":false,"isMobileUtilityNavCustomLoggedInGreeting":false,"link":{"signedIn":"","signedOut":""},"mobileUtilityNavText":"","text":""},"myStore":{"isEnabled":false,"mobileUtilityNavText":""}}},"myStore":{"enabled":false},"navBar":{"enabled":false},"primaryNavBar":{"mobileNavItems":[],"topNavItems":[]},"searchBar":{"enabled":false,"placeholder":"","showToggle":false}},"WSH":{"brandLogo":{"alt_text":"Williams Sonoma Home","breakpoints":["xs","sm","md"],"img_link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fimages\u002Flogo\u002Fwsh_horizontal.svg","link":"\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_type=gnav"},"crossBrandBar":{"brandBarOrder":[{"brand_name":"Williams Sonoma","target":"_self","class":"sub-brand wsk","link":"\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Williams Sonoma Home","target":"_self","class":"sub-brand selected wsh","link":"\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Williams Sonoma Business to Business","target":"_self","class":"sub-brand wsb2b","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Pottery Barn","link":"https:\u002F\u002Fwww.potterybarn.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Pottery Barn Kids","class":"pk","link":"https:\u002F\u002Fwww.potterybarnkids.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Pottery Barn Teen","class":"pt","link":"https:\u002F\u002Fwww.pbteen.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"West Elm","link":"https:\u002F\u002Fwww.westelm.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Rejuvenation","link":"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Mark & Graham","link":"https:\u002F\u002Fwww.markandgraham.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"GreenRow","link":"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Dormify","link":" https:\u002F\u002Fwww.dormify.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"}],"mobileBrandBarOrder":[{"brand_name":"Williams Sonoma","link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link","isMobile":true,"target":"_self"},{"brand_name":"Business to Business","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link","target":"_self"},{"brand_name":"Pottery Barn","link":"https:\u002F\u002Fwww.potterybarn.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Pottery Barn Teen","link":"https:\u002F\u002Fwww.pbteen.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Pottery Barn Kids","link":"https:\u002F\u002Fwww.potterybarnkids.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"West Elm","link":"https:\u002F\u002Fwww.westelm.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Rejuvenation","link":"https:\u002F\u002Fwww.rejuvenation.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Mark & Graham","link":"https:\u002F\u002Fwww.markandgraham.com\u002Fm\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"GreenRow","link":"https:\u002F\u002Fwww.greenrow.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"},{"brand_name":"Dormify","link":" https:\u002F\u002Fwww.dormify.com\u002F?cm_ven=CrossBrandReferral&cm_cat=WSH&cm_pla=Header&cm_ite=Link"}]},"mobileTopLinks":{"mobileUtilityNav":{"abTestConfig":{"ABTest":"headerMobileUtilityNav","activeVariant":"variantUtilityNav","enabled":false},"isEnabled":true},"topLinks":{"favorites":{"SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F001.svg","isEnabled":true,"link":"\u002Ffavorites\u002F?cm_type=lnav","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0309\u002F001\u002F001.svg","mobileUtilityNavText":"Favorites"},"links":[{"disabled":true,"link":"","rviLabels":["Recently Viewed"],"mobileUtilityNavIcon":"","SVGIcon":"","text":"Recently Viewed","ABTest":"headershoprvimobile","ABTestEnabled":false,"activeVariant":"active"},{"userType":"non-b2b","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0307\u002F001\u002F001.svg","mobileUtilityNavText":"Track Order","SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0307\u002F001\u002F001.svg","text":"Track Your Order"},{"userType":"b2b","targetIsResponsive":true,"link":"\u002Fcustomer-service\u002Fb2b-order-history.html?cm_sp=account-_-accountForYou-_-b2bOrderHistoryLink","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0307\u002F001\u002F001.svg","mobileUtilityNavText":"Track Order","SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F0307\u002F001\u002F001.svg","text":"Track Your Order"},{"link":"\u002Fregistry\u002F","mobileUtilityNavIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F2439\u002F001\u002F001.sv","mobileUtilityNavText":"Registry","SVGIcon":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202502\u002F2439\u002F001\u002F001.svg","text":"WEDDING REGISTRY"}],"myAccount":{"SVGIcon":"account-pb","isEnabled":true,"isMobileUtilityNavCustomLoggedInGreeting":true,"link":{"signedIn":"\u002Faccount\u002F?cm_type=lnav","signedOut":"\u002Faccount\u002Flogin.html?cm_type=lnav"},"mobileUtilityNavIcon":"account-pb","mobileUtilityNavText":"Account","text":"Sign In"},"myStore":{"isEnabled":false,"mobileUtilityNavText":"My Store"}}},"myStore":{"enabled":false},"primaryNavBar":{"mobileNavItems":[{"path":"shop\u002Fhome-new","class":""},{"path":"shop\u002Fhome-furniture","class":""},{"path":"shop\u002Fhome-outdoor","class":""},{"path":"shop\u002Fhome-bedding","class":""},{"path":"shop\u002Fhome-bath","class":""},{"path":"shop\u002Fhome-rugs","class":""},{"path":"shop\u002Fhome-lighting","class":""},{"path":"shop\u002Fhome-decor","class":""},{"path":"shop\u002Fhome-pillows-throws","class":""},{"path":"shop\u002Fhome-sale","class":""},{"path":"shop\u002Fhome-gifts","class":""},{"path":"shop\u002Fhome-gifts\u002Fhome-gifts-free-shipping","class":"no-arrow","text":"Free Shipping","tabs":["williams-sonoma-home"]},{"path":"shop\u002Fhome-new\u002Fin-stock-and-ready-to-ship","class":"","text":"In Stock & Ready to Ship","tabs":["williams-sonoma-home"]},{"url":"\u002Fm\u002Fshop\u002Fdesign-inspiration\u002Fwshome\u002F?cm_type=lnav","class":"no-arrow","text":"Ideas & Inspiration","tabs":["williams-sonoma-home"]},{"url":"\u002Fm\u002Fpages\u002Fws-home\u002Fshop-by-room\u002Fliving-room\u002F?cm_type=lnav","class":"no-arrow","text":"Shop Rooms","tabs":["williams-sonoma-home"]},{"url":"\u002Fm\u002Fpages\u002Fws-home\u002Fcollaborations\u002F?cm_type=lnav","class":"no-arrow","text":"Collaborations","tabs":["williams-sonoma-home"]},{"url":"\u002Fm\u002Fpages\u002Fws-home\u002Fdesign-services\u002F?cm_type=lnav","class":"no-arrow","text":"Free Design Services","tabs":["williams-sonoma-home"]},{"url":"\u002Fm\u002Fpages\u002Fwilliams-sonoma\u002Fsustainability","class":"no-arrow","text":"Sustainability","tabs":["williams-sonoma-home"]},{"url":"\u002Fshop\u002Fhome-furniture\u002Fcontract-grade-furniture","class":"contract-grade","id":"contract-grade","text":"Contract Grade","tabs":["williams-sonoma-home"],"custom":true,"categories":[{"path":"shop\u002Fhome-furniture\u002Fwsh-all-contract-grade-furniture","name":"All Contract Grade","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-sectionals","name":"Sectionals","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-sofas","name":"Sofas","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-lounge-chairs","name":"Lounge Chairs","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-side-tables-consoles","name":"Side Tables & Consoles","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-dining-tables","name":"Dining Tables","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-dining-chairs","name":"Dining Chairs & Banquettes","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-stools","name":"Bar & Counter Stools","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-bedroom","name":"Bedroom","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-office","name":"Office","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-outdoor","name":"Outdoor","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-lighting","name":"Lighting","displayColumn":"A"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-rug","name":"Rugs","displayColumn":"A"},{"name":"Business to Business","path":"","displayColumn":"B","items":[{"path":"m\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview","name":"Overview"},{"path":"m\u002Fshop\u002Fgifts\u002Fbusiness-gifts\u002F?cm_type=gnav&originsc=gifts&availability=bopis","name":"Corporate Gifting"}]}]}],"topNavItems":[{"path":"shop\u002Fhome-new","class":"home-new","hasSpotlight":true,"text":"New"},{"path":"shop\u002Fhome-furniture","class":"","hasSpotlight":true,"text":"Furniture"},{"path":"shop\u002Fhome-outdoor","class":"","hasSpotlight":true,"text":"Outdoor"},{"path":"shop\u002Fhome-bedding","class":"","hasSpotlight":true,"text":"Bedding"},{"path":"shop\u002Fhome-bath","class":"","hasSpotlight":true,"text":"Bath"},{"path":"shop\u002Fhome-rugs","class":"","hasSpotlight":true,"text":"Rugs"},{"path":"shop\u002Fhome-lighting","class":"","hasSpotlight":true,"text":"Lighting"},{"path":"shop\u002Fhome-decor","class":"","hasSpotlight":true,"text":"Art & Décor"},{"path":"shop\u002Fhome-pillows-throws","class":"","hasSpotlight":true,"text":"Pillows & Throws"},{"path":"shop\u002Fhome-gifts","id":"home-gifts","type":"supercat","name":"Gifts","url":"\u002Fshop\u002Fhome-gifts\u002F?cm_type=gnav","popOut":true,"hasSpotlight":true},{"path":"shop\u002Fhome-sale","class":"sale","hasSpotlight":true,"text":"Sale"},{"path":"","class":"","url":"\u002F","hasSpotlight":false,"text":"Kitchen","custom":false}]},"secondaryNavBar":{"categories":[{"path":"","id":"design-inspiration","type":"","name":"Ideas & Inspiration","url":"","custom":true,"categories":[{"name":"Shop by Room","path":"","displayColumn":"A","items":[{"path":"pages\u002Fws-home\u002Fshop-by-room\u002Fliving-room","name":"Living Room"},{"path":"pages\u002Fws-home\u002Fshop-by-room\u002Fdining-room","name":"Dining Room"},{"path":"pages\u002Fws-home\u002Fshop-by-room\u002Foutdoor","name":"Outdoor"},{"path":"pages\u002Fws-home\u002Fshop-by-room\u002Fkitchen","name":"Kitchen"},{"path":"pages\u002Fws-home\u002Fshop-by-room\u002Fbedroom","name":"Bedroom"},{"path":"pages\u002Fws-home\u002Fshop-by-room\u002Fentryway","name":"Entryway"},{"path":"pages\u002Fws-home\u002Fshop-by-room\u002Fhome-office","name":"Home Office"}]},{"name":"Design Inspiration","path":"","displayColumn":"B","items":[{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Fdesign-inspiration\u002Fnew-blue-and-white","name":"Blue and White"},{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Fdesign-inspiration\u002Fwoven-textures","name":"Woven Textures"},{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Fdesign-inspiration\u002Fbotanical-elements","name":"Botanical Elements"},{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Fdesign-inspiration\u002Fshades-of-spice","name":"Earth Tones"},{"path":"pages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Fdesign-inspiration\u002Fbeauty-of-brass","name":"Beauty of Brass"},{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Fpillow-pairings","name":"Pillow Pairings"}]},{"name":"Design Resources","path":"","displayColumn":"B","items":[{"path":"pages\u002Fws-home\u002Froom-planner","name":"Room Planner - Design Online"},{"path":"pages\u002Fws-home\u002Fdesign-services\u002F?cm_type=gnav","name":"Free Design Services"}]},{"name":"Style Guides","path":"","displayColumn":"C","items":[{"path":"pages\u002Fws-home\u002Fbedding\u002Fall-white-bedding","name":"How to Style Timeless White Bedding"},{"path":"pages\u002Fws-home\u002Fdecor\u002Fgallery\u002F","name":"Tips for Creating a Gallery Wall"},{"path":"pages\u002Fws-home\u002Ffurniture\u002Fconsole\u002F","name":"How to Style a Console"},{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Fhow-to-style-a-shelf\u002F","name":"How to Style a Shelf"},{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Fhow-to-style-a-coffee-table\u002F","name":"How to Style a Coffee Table"},{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Fhow-to-decorate-with-color\u002F","name":"Tips for Decorating With Color"}]},{"name":"Buying Guides","path":"","displayColumn":"C","items":[{"path":"shop\u002Fhome-furniture\u002Fchoosing-a-dining-table","name":"Dining Table Guide"},{"path":"pages\u002Fws-home\u002Ffurniture\u002Fsofa-buying-guide","name":"Sofa Buying Guide"},{"path":"pages\u002Fws-home\u002Frugs\u002Frug-buying-guide\u002F","name":"Rug Buying Guide"},{"path":"shop\u002Fhome-lighting\u002Flighting-buying-guide\u002F","name":"Lighting Buying Guide"}]},{"name":"Featured","path":"","displayColumn":"D","items":[{"path":"pages\u002Fws-home\u002Fecatalog\u002Fwsh-ecatalog-fall2-2026","name":"The Fall Lookbook"},{"path":"pages\u002Fws-home\u002Flookbook","name":"The Outdoor Lookbook"},{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Fdesign-inspiration\u002Fchambers-collections","name":"Chambers® Collections"},{"path":"shop\u002Fdesign-inspiration\u002Fguide-to-new-home\u002F","name":"A Warm Welcome - Guide to a New Home"},{"path":"pages\u002Fws-home\u002Fdesign-inspiration\u002Finvisible-rules-of-beautiful-rooms\u002F","name":"Stylists' Tips"}]},{"name":"Home Tours","path":"","displayColumn":"D","items":[{"path":"shop\u002Fdesign-inspiration\u002Fjosh-young","name":"Josh Young Home Tour"},{"path":"shop\u002Fdesign-inspiration\u002Fgray-malin","name":"Gray Malin Getaway Home"},{"path":"shop\u002Fdesign-inspiration\u002Ftayshia-adams-home-tour","name":"Tayshia Adams Home Tour"}]}],"popOut":true,"hasSpotlight":true,"ecmPromos":["design-inspiration"]},{"path":"pages\u002Fws-home\u002Fcollaborations","id":"collaborations","type":"","name":"Collaborations","url":"\u002Fpages\u002Fws-home\u002Fcollaborations\u002F","popOut":true,"hasSpotlight":true,"custom":true,"ecmPromos":["wsh-collaborations"],"categories":[{"name":"WSH Collaborations & Partnerships","path":"","displayColumn":"A","items":[{"path":"shop\u002Fhome-decor\u002Faerin-shop","name":"AERIN"},{"path":"shop\u002Fdesign-inspiration\u002Fthe-george","name":"THE GEORGE"},{"path":"shop\u002Fdesign-inspiration\u002Fgray-malin","name":"Gray Malin"},{"path":"shop\u002Fhome-outdoor\u002Fwsh-hill-house","name":"Hill House"},{"path":"shop\u002Fdesign-inspiration\u002Fjosh-young","name":"Josh Young"},{"path":"shop\u002Fhome-bath\u002Fwsh-morris-co","name":"Morris & Co."},{"path":"shop\u002Fhome-furniture\u002Fwsh-sanderson","name":"Sanderson"},{"path":"shop\u002Fhome-pillows-throws\u002Fscalamandre-collection-shop","name":"Scalamandré"},{"path":"pages\u002Fws-home\u002Fcollaborations","name":"All Collaborations"}]}]},{"path":"pages\u002Fws-home\u002Fdesign-services","id":"free-design-services","type":"","name":"Free Design Services","url":"\u002Fpages\u002Fws-home\u002Fdesign-services\u002F?cm_type=gnav","popOut":true,"hasSpotlight":true,"ecmPromos":["wsh-services"],"custom":true,"categories":[{"name":"Services","path":"","displayColumn":"A","items":[{"path":"pages\u002Fws-home\u002Fdesign-services","name":"Book a Free Home Design Appointment"},{"path":"pages\u002Fws-home\u002Froom-planner","name":"Room Planner – Design Online"},{"path":"appointments\u002Fregistry-virtual-choice","name":"Book a Free Registry Appointment"},{"path":"pages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview","name":"Book a Free Trade Appointment"}]}]},{"path":"","id":"home-contract-grade","type":"","name":"Contract Grade","custom":true,"popOut":true,"hasSpotlight":true,"class":"home-contract-grade","ecmPromos":["home-contract-grade"],"categories":[{"name":"Contract Grade","path":"","displayColumn":"A","items":[{"path":"shop\u002Fhome-furniture\u002Fwsh-all-contract-grade-furniture","name":"All Contract Grade"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-sectionals","name":"Sectionals"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-sofas","name":"Sofas"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-lounge-chairs","name":"Lounge Chairs"},{"path":"shop\u002Fhome-furniture\u002Fwsh-side-tables-consoles","name":"Side Tables & Consoles"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-dining-tables","name":"Dining Tables"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-dining-chairs","name":"Dining Chairs & Banquettes"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-stools","name":"Bar & Counter Stools"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-bedroom","name":"Bedroom"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-office","name":"Office"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-outdoor","name":"Outdoor"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-lighting","name":"Lighting"},{"path":"shop\u002Fhome-furniture\u002Fwsh-contract-grade-rug","name":"Rugs"}]},{"name":"Commercial Grade","path":"","url":"","displayColumn":"B","items":[{"path":"shop\u002Fnew\u002Fcommercial-grade-all","name":"All Commercial Grade"},{"path":"shop\u002Fnew\u002Fcommercial-grade-cookware","name":"Cookware"},{"path":"shop\u002Fnew\u002Fbakeware-commercial-grade","name":"Bakeware"},{"path":"shop\u002Fnew\u002Fcutlery-commercial-grade","name":"Cutlery"},{"path":"shop\u002Fnew\u002Fcommercial-grade-electrics","name":"Electrics"},{"path":"shop\u002Fnew\u002Fcommercial-grade-tabletop","name":"Dinnerware"},{"path":"shop\u002Fnew\u002Fcommercial-grade-drinkware","name":"Drinkware"},{"path":"shop\u002Fnew\u002Fcommercial-grade-serveware","name":"Serveware"},{"path":"shop\u002Fnew\u002Fcommercial-grade-home-essentials","name":"Home Essentials"}]},{"name":"Business to Business","path":"","displayColumn":"C","items":[{"path":"pages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview","name":"Overview"},{"path":"shop\u002Fgifts\u002Fbusiness-gifts","name":"Corporate Gifting"}]}]},{"path":"","id":"registry","type":"","name":"Wedding Registry","url":"\u002Fregistry\u002F?cm_type=gnav","custom":true,"popOut":true,"hasSpotlight":true,"class":"registry","ecmPromos":["registry"],"categories":[{"name":"Create Registry","path":"registry\u002Fcreate-registry-sign-in.html?cm_type=gnav","url":"","displayColumn":"A"},{"name":"Find A Registry","path":"registry\u002Ffind-registry.html","url":"","displayColumn":"A"},{"name":"Manage My Registry","path":"registry\u002Fmanage-registry.html?cm_type=gnav","url":"","displayColumn":"A"},{"name":"Registry Home","path":"registry\u002F","url":"","displayColumn":"A"},{"name":"Registry Guide","path":"","displayColumn":"B","items":[{"path":"shop\u002Fregistry\u002Fregistry-favorites\u002F","name":"Top 100 Registry Essentials"},{"isExternal":true,"link":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fpdf\u002Fws-wedding-registry-checklist-2026.pdf","name":"Registry Checklist"},{"path":"pages\u002Fregistry\u002Fquick-start-registries\u002F","name":"Quick-Start Registries"},{"path":"pages\u002Fregistry\u002Freal-wedding-registries","name":"Real Wedding Registries"},{"path":"pages\u002Fregistry\u002Fthe-expert-edit","name":"The Expert Edit"},{"path":"shop\u002Fgifts\u002Fgifts-wedding\u002F","name":"Most-Loved Gifts"},{"path":"shop\u002Fregistry\u002Fluxe-gifts","name":"Luxe Gifts"},{"path":"pages\u002Fregistry\u002Flets-plan-together","name":"Registry Events"},{"path":"pages\u002Fregistry\u002Fspecial-offers\u002F","name":"Free Gifts"}]},{"name":"Registry By Category","path":"","displayColumn":"C","items":[{"path":"shop\u002Fregistry\u002Fregistry-cookware\u002F","name":"Cookware"},{"path":"shop\u002Fregistry\u002Fregistry-electrics\u002F","name":"Electrics"},{"path":"shop\u002Fregistry\u002Fregistry-bakeware\u002F","name":"Bakeware"},{"path":"shop\u002Fregistry\u002Fregistry-tabletop-bar\u002F","name":"Tabletop"},{"path":"shop\u002Fregistry\u002Fregistry-serveware","name":"Serveware"},{"path":"shop\u002Fregistry\u002Fregistry-glassware","name":"Glassware & Bar"},{"path":"shop\u002Fregistry\u002Fregistry-cutlery\u002F","name":"Cutlery"},{"path":"shop\u002Fregistry\u002Fregistry-outdoor\u002F","name":"Outdoor"},{"path":"shop\u002Fregistry\u002Fregistry-cooks-tools\u002F","name":"Cooks' Tools"},{"path":"shop\u002Fregistry\u002Fregistry-storage-organization\u002F","name":"Storage & Organization"},{"path":"shop\u002Fregistry\u002Fregistry-bedding-bath\u002F","name":"Bedding & Bath"},{"path":"shop\u002Fregistry\u002Fregistry-decor\u002F","name":"Décor"}]},{"name":"Top Registry Brands","path":"","displayColumn":"D","items":[{"path":"shop\u002Fbrand-shop\u002Fall-clad\u002F","name":"All-Clad"},{"path":"shop\u002Felectrics\u002Felectrics-breville\u002F","name":"Breville"},{"path":"shop\u002Fbrand-shop\u002Fcuisinart","name":"Cuisinart"},{"path":"shop\u002Fbrand-shop\u002Fgreenpan\u002F","name":"GreenPan"},{"path":"shop\u002Felectrics\u002Felectrics-kitchenaid\u002F","name":"KitchenAid"},{"path":"shop\u002Fbrand-shop\u002Fle-creuset\u002F","name":"Le Creuset"},{"path":"shop\u002Fcutlery\u002Fknives-shun\u002F","name":"Shun"},{"path":"shop\u002Fbrand-shop\u002Fwilliams-sonoma\u002F","name":"Williams Sonoma"}]}]}]}}},"subBrandSearchEnabled":false,"subBrands":{"brands":[{"brand_name":"Williams Sonoma","id":"WS","link":"\u002F?cm_sp=tnav-_-williams-sonoma-_-tab","conceptName":"Williams Sonoma","default":true},{"brand_name":"Williams Sonoma Home","id":"WSH","link":"\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_sp=tnav-_-williams-sonoma-home-_-tab","conceptName":"Williams Sonoma Home","urlParamValue":"williams-sonoma-home"}],"show_sub_brands_links":false,"subBrandSearchEnabled":true},"suppressEmailOverlayIfUserLoggedIn":true,"emailOverlayWithDelay":{"enabled":true,"triggerAfterMs":0,"triggerAfterPageViews":999999,"abTest":{"name":"headerEmailOverlayWithDelay","enabled":true,"activeVariant":"showEmailOverlayWithDelay"}},"useLegacyEcmSolution":false,"userLocationDetails":{"deliveryLocationTimeout":3000,"isEnabled":true,"storeRadius":25,"enableInventoryTransitEndpoint":true,"geoPrecision":2},"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\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002Fwcm\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.williams-sonoma.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":4,"maxSuggestionsMobile":5,"maxSuggestionsVisible":10,"resultsUrl":"\u002Fsearch\u002Fresults.html?words=","showScroller":false,"topProductsTitle":"Top Products From Your Search","topSearchVta":{"isEnabled":true,"abTestConfig":{"activeVariant":"showtopsearchvta","isEnabled":false,"name":"headertopsearchvta"},"clearRecentSearches":{"isEnabled":true,"title":"Clear Recent Searches"},"popularSearches":{"abTestConfig":{"activeVariant":"showtopsearchvtapopular","isEnabled":false,"name":"headertopsearchvtapopular"},"isEnabled":true,"maxRetries":3,"maxVisible":{"desktop":6,"mobile":5},"title":"Popular Searches","url":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fpopular-search-terms\u002Fws-popular-search-terms"},"productSuggestions":{"maxVisible":6,"showScroller":false,"title":"Product Suggestions","responsiveLayout":{"desktop":{"itemsPerRow":5,"maxVisible":10},"at1200":{"itemsPerRow":4,"maxVisible":8},"at1024":{"itemsPerRow":3,"maxVisible":6}}},"recentSearches":{"isEnabled":true,"maxVisible":{"desktop":6,"mobile":5},"title":"Recent Searches"},"rvi":{"abTestConfig":{"activeVariant":"showtopsearchvtarvi","isEnabled":false,"name":"headertopsearchvtarvi"},"enabled":true,"isFavoriteEnabled":false,"itemsPerRow":4,"maxVisible":8,"responsiveLayout":{"desktop":{"itemsPerRow":5,"maxVisible":10},"at1200":{"itemsPerRow":4,"maxVisible":8},"at1024":{"itemsPerRow":3,"maxVisible":6}},"mobile":{"abTestConfig":{"activeVariant":"showtopsearchvtarviformobile","isEnabled":false,"name":"headertopsearchvtarviformobile"},"enabled":true},"pageType":"VTARVI","showProductName":false,"showProductPricing":false,"showSeeMoreLink":false,"title":"Recently Viewed"},"searchSuggestions":{"guidedNavigation":{"numberOfLinksToShow":5},"maxVisible":5,"title":"Search Suggestions","typeAheadExpanded":{"enabled":false,"isDesktopEnabled":false,"isMobileEnabled":false,"abTestConfig":{"activeVariant":"showtopsearchvtasearchsuggestionslayout","isEnabled":false,"name":"headertopsearchvtasearchsuggestionslayout"}}}}},"wcmImagePath":{"path":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fwcm\u002F"},"accessibilityContentConfig":{"accountMenuLabelForMobile":"Account Menu"},"languageSelector":{"allLanguages":[]},"manageRegistry":{"registryBrandsToShow":[]},"static":{"AccountFlyoutPrimarySection":{"defaultStoreText":"Select A Store","myStoreTitle":"My Store"},"AccountInfoFlyoutHeader":{"defaultLoginGreeting":"Hello","defaultGuestGreeting":"Account"},"EmailSmsCaptureForm":{"emailSignupLabel":"getEmailLabel","emailSignupAriaLabel":"Email address","phoneSignupLabel":"getPhoneNoLabel","phoneNumberOptional":"Phone number optional"},"GlobalLocationEdit":{"zipErrorMessage":"The location you specified seems to be incorrect. Please enter a valid input.","enterCityStateZip":"Enter City, State, or ZIP","placeholderMessage":"Enter City, State, or ZIP","updateButtonLabel":"Update"},"internationalShippingMsgBlock":{"someItemsNotEligible":"Some items in this category are not eligible for international shipping.","needAssistance":"If you need assistance, please view our \u003Ca href=\"{url}\"\u003Econtact information\u003C\u002Fa\u003E","learnMore":"Learn more"},"internationalWelcomeMat":{"goingGlobalTitle":"Going Global - Available in over 60 countries","intlShippingInfo":"We now offer international shipping through global provider, Borderfree. As you shop, you will see prices in your selected currency. You can change where you would like to ship your items in the top right corner of our website.","learnMoreOrders":"To learn more about international shipping, please visit our International Orders page.","currentShippingTo":"You are currently shipping to","pleaseNote":"PLEASE NOTE:","intlShippingEligibility":"Some items are not eligible for international shipping. Please look for eligibility notifications on our product pages, or view our guidelines to see which items are \u003Ca href=]\"{url}\"\u003Eineligible\u003C\u002Fa\u003E.","shipToOutsideUs":"All international orders must have a ship-to destination outside of the United States. We cannot support customers with international billing addresses shipping to U.S. addresses.","freeShippingInfo":"Free Shipping promotions cannot be applied to International Orders.","orderTotalInfo":"You can view your complete order total, including shipping fees, custom tariffs and taxes, during checkout.","noShippingQuebec":"*We are sorry that we no longer ship to the Province of Quebec, Canada.","continueShopping":"Continue Shopping","changeCountry":"change","internationalOrders":"International Orders","page":"page.","currency":"Currency","in":"in","countryAndCurrency":"{countryCode} in {currencyCode} Currency"},"JoinEmailCampaign":{"monthAriaLabel":"month","dayAriaLabel":"day","yearAriaLabel":"year","emailAriaLabel":"email","phoneAriaLabel":"phone","closeButtonTitle":"Close","closeButtonOffscreenText":"Close","stayInTouch":"STAY IN TOUCH","requiredInformation":"Required Information","birthdayLabel":"Enter Your Birthday:","monthPlaceholder":"Month","dayPlaceholder":"Day","yearPlaceholder":"Year","submitButtonText":"Submit","emailOptOutLabel":"","ccpaTextInfo":"Financial Incentive Terms","thankYouMessage":"Thank you for signing up!","mobileHeaderConfirmText":"Thank you for signing up!","welcomeHeaderText":"Welcome","welcomeSubtext":"Join our email list to receive updates.","emailCampaignHeader":"Stay in Touch","enterYourBirthday":"Enter Your Birthday:","submit":"Submit","noThanks":"No, Thanks","thankYouFinalHeader":"Thank You!","thankYouFinalHeaderText":"Your submission has been received.","startShopping":"Start Shopping","wantEvenMoreInspiration":"Want even more inspiration?","requestCatalog":"Request our catalog.","emailInvalid":"Enter a valid email","catalogSignupCheckbox":"Sign me up for the catalog.","zipCode":"Zip Code:","fullName":"Full Name*","address":"Address*","address2Optional":"Address 2 (optional)","city":"City*","state":"State*","zip":"Zip*","joinVipList":"Join our VIP list for inspiration, new arrivals & more.","submitNow":"Submit Now","catalogSignup":"Sign up to get emails from our family of brands","readyToSave":"Click to sign up.","emailPlaceholder":"Enter your email address","phoneNumberPlaceholder":"Enter your phone number","mobileNumberInfo":"Enter your mobile number and select to receive automated marketing text messages about new items, great savings and more.","smsOptIn":"I want to receive SMS updates about new items.","westElmInfo":"West Elm offers modern furniture and home decor featuring inspiring designs and colors.","forQuestions":"For questions, Please","contactUs":"contact us","terms":"Terms","emailSubmitted":"Email Submitted","visit":"Visit","visitToSignUpFor":"Visit {brand} to sign up for","visitToSignUpForA":"Visit {brand} to sign up for a","andToSignUpForA":"and {brand} to sign up for a","catalogs":"catalogs","catalog":"catalog","emails":"emails","and":"and","signUpEmails":"to sign up for emails","financialIncentiveTerms1":"California residents: can see","financialIncentiveTerms2":"Financial Incentive Terms","financialIncentiveTerms3":"for terms and can request","financialIncentiveTerms4":"Do Not Sell My Info","financialIncentiveTerms5":"Please visit our","financialIncentiveTerms6":"privacy policy","financialIncentiveTerms7":"to learn how we use your information.","financialIncentiveTerms":"California residents: can see Financial Incentive Terms for terms and can request Do Not Sell My Info. Please visit our privacy policy to learn how we use your information.","signUpNow":"Sign Up Now","signUp":"sign","minimize":"Minimize","cancel":"Cancel","enterMobileNumber":"Enter mobile number (Optional)","enterYourEmailAddress":"Enter your email address"},"WELogo":{"westElmInfo":"West Elm offers modern furniture and home decor featuring inspiring designs and colors."},"MobileHeaderIcon":{"closeLabel":"close site navigation","favoritesLabel":"favorites","storesLabel":"stores","searchLabel":"search","shoppingCartLabel":"shopping cart"},"MobileSiteLinks":{"shopOurBrands":"Shop Our Brands"},"PKInspirationPopOut":{"titleCollaborations":"Collaborations","linkDisneyMickeyMouse":"Disney Mickey Mouse","linkTheGrinch":"The Grinch™","linkPawPatrol":"PAW Patrol™","linkStJude":"St. Jude","linkDoctorsWithoutBorders":"Doctors Without Borders","linkPeanuts":"Peanuts®","linkWestElmXPbk":"west elm x pbk","linkDisneyWinnieThePooh":"Disney Winnie the Pooh","linkMoniqueLhuillier":"Monique Lhuillier","linkStarWars":"Star Wars™","linkHarryPotter":"Harry Potter™","linkDisneyPrincess":"Disney Princess","linkDisneyFrozen":"Disney Frozen","linkDisneyMoana":"Disney Moana","linkDisneyAndPixarToyStory":"Disney and Pixar Toy Story","linkDisneyAndPixarCars":"Disney and Pixar Cars","linkDisneyAndPixarFindingNemo":"Disney and Pixar Finding Nemo","linkHeroesVillains":"Heroes & Villains","linkJusticeLeague":"Justice League™","linkMarvel":"Marvel™","linkLillyPulitzer":"Lilly Pulitzer","linkMinted":"Minted","linkSherwinWilliams":"Sherwin-Williams","linkViewAll":"View All","titleMyKidLoves":"My Kid Loves...","linkUnicornsRainbows":"Unicorns & Rainbows","linkDinosaurs":"Dinosaurs","linkPrincesses":"Princesses","linkDisney":"Disney","linkAnimals":"Animals","linkSeaCreatures":"Sea Creatures","linkThingsThatGo":"Things That Go","linkSports":"Sports","linkSpace":"Space","linkGlowInTheDark":"Glow-in-the-Dark","linkMyKidLovesStarWars":"Star Wars™","linkMyKidLovesSpiderMan":"Spider-Man™","linkMyKidLovesBatman":"Batman™","linkMyKidLovesAvengers":"Avengers","linkMyKidLovesWonderWoman":"Wonder Woman","titleRoomMakeovers":"Room Makeovers","linkNurseries":"Nurseries","linkBedrooms":"Bedrooms","linkSharedSpaces":"Shared Spaces","titleNowTrending":"Now Trending","linkHalloweenShop":"Halloween Shop","linkHolidayShop":"Holiday Shop","linkBringingBabyHome":"Bringing Baby Home","linkBabyOnTheGo":"Baby on the Go","linkOrganicShop":"Organic Shop","linkStayHomeStopForBaby":"The Stay Home Stop for Baby","linkLearnFromHome":"Learn From Home Shop","linkStayHomeStopForKids":"The Stay Home Stop for Kids","linkShopTheBed":"Shop the Bed","linkShopTheCrib":"Shop the Crib","linkNurseryDesignInspirationFinder":"Nursery Design Inspiration Finder"},"PKShopRoomsPopOut":{"roomInspiration":"Room Inspiration","girlsKidsRooms":"Girls Kids Rooms","boysKidsRooms":"Boys Kids Rooms","modernKidsRooms":"Modern Kids Rooms","girlNurseries":"Girl Nurseries","boyNurseries":"Boy Nurseries","neutralNurseries":"Neutral Nurseries","modernBabyNurseries":"Modern Baby Nurseries","playrooms":"Playrooms","modernPlayrooms":"Modern Playrooms","allModernBabyKidsRooms":"All Modern | Baby + Kids Rooms","allRooms":"All Rooms"},"PTInspirationPopOut":{"shopByRoom":"Shop by Room","bedrooms":"Bedrooms","loungeRooms":"Lounge Rooms","studySpaces":"Study Spaces","dormRooms":"Dorm Rooms","shopByStyle":"Shop by Style","colorPlay":"Color Play","bohoChic":"Boho Chic","blushCrush":"Blush Crush","romantic":"Romantic","theAllWhiteBed":"The All-White Bed","modern":"Modern","features":"Features","whatsNew":"What's New","theFeelGuide":"The Feel Guide","theFurGuide":"The Fur Guide","theHolidayShop":"The Holiday Shop","theWinterBed":"The Winter Bed","cozyHomeEssentials":"Cozy Home Essentials","studyFromHomeShop":"Study from Home Shop","beddingLooksWeLove":"Bedding Looks We Love","smallSpaceSolutions":"Small Space Solutions","makeoverTakeover":"Makeover Takeover","vacationShop":"Vacation Shop","wellnessShop":"Wellness Shop","tipsFromRealTeens":"Tips from Real Teens","interactiveGearGuide":"Interactive Gear Guide","coloringPages":"Coloring Pages","virtualBackgrounds":"Virtual Backgrounds","mypbteen":"#mypbteen"},"MobileTopLinks":{"accountText":"Sign In","keyRewardsNavigationCtaText":"View Your Key Rewards!","key_rewards_navigation_cta_text":"View Your Key Rewards!"},"PositionedHeaderIcon":{"ariaLabelAccount":"account","ariaLabelFavorites":"favorites","ariaLabelSearch":"search","ariaLabelStores":"stores"},"RecentlyViewedFlyout":{"bestSellers":"Best Sellers","recentlyViewedDefault":"Recently Viewed"},"RecentlyViewedTab":{"recentlyViewed":"Recently Viewed","skuTriggered":"SKU Triggered"},"RecentlyViewedTypeAheadTabs":{"searchSuggestions":"Search Suggestions","recentlyViewed":"Recently Viewed","close":"Close","closeSuggestions":"Close Suggestions"},"SearchBar":{"searchAriaLabel":"search","searchIconTitle":"search","searchIconDesc":"Click to search for products.","searchPlaceholder":"Recherche...","clearSearchTerm":"clear search term"},"VisualTypeAhead":{"clearRecentSearches":"Clear","clearRecentSearchesAriaLabel":"Clear Recent Searches","available":" Available","srAvailableSingular":"{count} {title} is available.","srAvailablePlural":"{count} {title} are available."},"ActionLinkList":{"keyRewardsNavigationCtaText":"Key Rewards","menuLabel":" Menu","cartImageAlt":"cart image","key_rewards_navigation_cta_text":"Key Rewards"},"FindAStorePopOut":{"nearestStore":"Nearest Store","store":"Store","openTodayFrom":"Open Today From"},"Header":{"showSiteNavigation":"show site navigation","explore":"Explore","primaryNavLabel":"primary","secondaryNavLabel":"secondary"},"MyAccount":{"keyRewards":"Key Rewards","menu":"Menu","key_rewards":"Key Rewards"},"ProductCell":{"seeMoreLikeThis":"See More Like This"},"QuickCart":{"cartHeader":"cart"},"RegistryPopOut":{"required":"Required","findRegistryHeading":"Find a Registry","findRegistryButtonText":"Find Registry","manageMyRegistryHeading":"Manage My Registry","signInText":"Sign in to your account","getStartedButtonText":"Get Started","manageLinksTopPics":"Top Registry Picks","manageLinksManageMyRegistry":"Manage My Registry","manageLinksLinkYourStore":"Link Your Store","createRegistryHeading":"Create a Registry","forgotPasswordText":"Forgot your Password?","firstName":"First Name","lastName":"Last Name","email":"Email","firstNameRequired":"Please enter a first name.","firstNameInvalid":"First name should only contain letters, numbers and spaces.","lastNameRequired":"Please enter a last name.","lastNameInvalid":"Last name should only contain letters, numbers and spaces.","lastNameLength":"Please enter at least the first two letters of the last name.","emailRequired":"Please enter an email address.","emailInvalid":"Please enter a valid email address.","password":"Password","passwordRequired":"Your password must be between 8 and 25 characters.","passwordLength":"The password must be between 8 and 25 characters.","keepMeSignedInLabel":"Keep me signed in","persistentLoginSecurityText":"Security text related to persistent login","signIn":"Sign In"},"SearchBarInFlyout":{"searchButtonLabel":"search","searchIconTitle":"search","searchIconDesc":"Click to search for products."},"SearchFlyoutLogo":{"altFlyoutHeaderIcon":"flyout-header-icon"},"SimpleHeader":{"searchButtonLabel":"search","shopNavButtonLabel":"Shop","exploreButtonLabel":"Explore","searchIconDescription":"Click to search for products."},"Drawer":{"closeOverlay":"Close Overlay"},"InternationalVisitorRedirectOverlay":{"dismissText":"Continue to site","closeAriaLabel":"close modal","supportingText":"Looks like you're in"},"KeyRewardsNavigationCTA":{"keyRewardsLinkText":"Key Rewards","key_rewards_link_text":"Key Rewards"},"MyStore":{"mobileUtilityNavText":"My Store"},"myStoreCurrentStoreHours":{"storeStatusClosed":"Closed","storeStatusOpensTomorrow":"Opens Tomorrow","storeStatusOpensToday":"Opens Today","storeStatusOpenToday":"Open Today"},"MyStoreDrawer":{"myStoreTitle":"My Store,","searchLabel":"Search","storeLocator":"STORE LOCATOR"},"SVGIcon":{"trackYourOrder":"Track Your Order","clickToTrackYourOrder":"Click to track your order.","registry":"Registry","favorites":"Favorites","clickToViewYourFavoriteProducts":"Click to view your favorite products.","cart":"Cart","recentlyViewed":"Recently Viewed","account":"Account","giftCard":"Gift Card","buyOnlinePickUpInStore":"Buy Online Pick Up In Store","cookingClasses":"Cooking Classes","aboutUs":"About Us","callUs":"Call Us","page1":"Page 1","keyRewards":"Key Rewards","customerService":"Customer Service","dropdown":"Dropdown","backArrow":"Back arrow","clickToViewYourCart":"Click to view your cart","rigthArrow":"Right Arrow","key_rewards":"Key Rewards","giftReminders":"Gift Center"},"LanguageSelector":{"languageReference":"Language Preference","english":"English","french":"French"},"FindAStore":{"nearestStore":"Nearest Store","store":"Store","openTodayFrom":"Open Today From"},"MyStoreCurrentStoreHours":{"storeStatusClosed":"Closed","storeStatusOpensTomorrow":"Opens Tomorrow","storeStatusOpensToday":"Opens Today","storeStatusOpenToday":"Open Today"},"MyStoreModule":{"chooseStore":"Choose Store","loadingMyStore":"... Loading My Store"},"CCPAHeaderButton":{"doNotSellMyPersonalInformation":"Do Not Sell My Personal Information"},"EmailSignUp":{"signUp":"Sign Up","footerEmailSignUpText":"Sign Up Now","submitEmailAddressAlt":"Submit email address","enterYourMobileNumber":"Enter your mobile number (Optional)","enterMobileNumber":"Enter mobile number (Optional)","enterEmailAddress":"Enter your email address*","required":"required","mobileNumber":"Mobile Number","submit":"Submit"},"ShippingCountry":{"shipTo":"Ship To"},"shippingCountrySelector":{"loading":"Loading..."},"ShippingCountrySelector":{"loading":"Loading..."}},"cofHostedAppConfigs":{"enabled":false,"getApplyPageUrlConfigs":{"apiUrl":"\u002Fapi\u002Fv1\u002Fapply-and-buynow\u002Fembedded\u002Finitiate-credit-application.json","externalIdSuffix":"_PIP_PreApproval"},"linkCreditCardToProfileApiConfigs":{"apiUrl":"\u002Fapi\u002Fv1\u002Fapply-and-buynow\u002Fembedded\u002Fsave-approved-card.json"},"creditAccountLookupApiConfigs":{"apiUrl":"\u002Fapi\u002Fv1\u002Fapply-and-buynow\u002Fcredit-account-lookup.json"},"ABTest":{"enabled":false,"activeVariant":"feature_enabled","name":"productsCOFHostedApp"},"launchConfigs":{"logoId":"159\u002F1206","containerId":"cof-hosted-cont"},"isLoginApiV2Enabled":false,"isLoginApiV3Enabled":true,"controlVariantCTARedirectConfigs":{"redirectUrl":"\u002Fcredit-preapprove.html","externalIdSuffix":"_PIP_PreApproval","cmSp":"pippreapproval"},"cofServiceDown":{"title":"Application Temporarily Unavailable","description":"We're sorry for the inconvenience. Our credit card application is currently unavailable. Please try again soon.","closeCtaBtnText":"RETURN TO PAGE"},"smartLoginFlyoutDrawerConfig":{"accountCreationSuccess":{"ctaButtonText":"SAVE CARD TO PROFILE","secondaryCtaButtonText":"SKIP CARD SETUP","rewardsContentTitle":"Welcome to The Key Rewards","rewardsContentMessage":"Congratulations! Save your new Williams Sonoma Visa to your profile. Once saved, you can start earning rewards right away. Otherwise, you'll need to wait until your card arrives in the mail before you can use it.\u003Cbr\u003E\u003Cbr\u003EEnjoy 10% back in rewards across our family of eight brands for your first 30 days, 5% thereafter!","rewardsCardImgAlt":"plcc-card-art-pb.svg","rewardsCardImgSrc":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fnetstorage\u002Fimages\u002Fcustomer-mfe\u002Fimg\u002Frewards\u002Fplcc-card-art-pb.svg"},"doubleDareModalDrawerClose":{"titleTop":"You're Almost There","titleBottom":"Don't Miss Your 10% Rewards","descriptionList":["Link your card to your account to start spending now!","Start earning 10% in rewards for your first 30 days","View and track your earned rewards"],"signinCtaBtnText":"SIGN IN OR CREATE ACCOUNT","closeModalCtaBtnText":"RETURN TO SHOPPING"},"ccLinkErrorStatus":{"title":"Sorry, we're unable to add your card at this time.","description":"Please try linking your card from the Key Rewards Dashboard.","closeCtaBtnText":"CONTINUE SHOPPING"},"flyoutSpinnerImgPath":"\u002Fnetstorage\u002Fimages\u002Fshop-mfe\u002Fimg\u002Floading.gif"},"smartLogin":{"lookupAccountHeader":"Sign In or Create Account To Use Your Card Today","loginAccountHeader":"Sign In or Create Account To Use Your Card Today","createAccountHeader":"Sign In or Create Account To Use Your Card Today","lookupAccountSubHeader":"You're One Step Away From Using Your New Williams Sonoma Visa. Log in or create an account to save your card, start shopping right away, and access your rewards anytime.","loginAccountSubHeader":"You're One Step Away From Using Your New Williams Sonoma Visa. Log in or create an account to save your card, start shopping right away, and access your rewards anytime.","createAccountSubHeader":"You're One Step Away From Using Your New Williams Sonoma Visa. Log in or create an account to save your card, start shopping right away, and access your rewards anytime."},"smartLoginV2":{},"socialSignInConfig":{"enabled":true,"lookupViewSocialSignInLabel":"You're One Step Away From Using Your New Williams Sonoma Visa. Log in or create an account to save your card, start shopping right away, and access your rewards anytime.","mobileDefaultWidth":"","desktopDefaultWidth":"","ssiDesktopBtnWidth":"336","ssiMobileBtnWidth":"342","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,"signInButtonText":"Sign In With Email","nonceConfig":{"expiryBufferInMs":60000,"expiresInDefault":900,"errorMessages":{"fetchNonceFailure":"","refreshFailure":""}},"providers":{"apple":{"isEnabled":true,"clientId":"com.wsgc.shop.ws.uat.socialSignIn","adgCallbackEndpoint":"","appleSDKUrl":"https:\u002F\u002Fappleid.cdn-apple.com\u002Fappleauth\u002Fstatic\u002Fjsapi\u002Fappleid\u002F1\u002Fen_US\u002Fappleid.auth.js","scope":"name email","responseMode":"form_post","responseType":"code id_token","dataType":"continue","dataHeight":"38","dataColor":"white","dataBorderRadius":"2","dataBorder":"false","dataScale":"1.0","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":true,"clientId":"300175058127-i4m0050pev2i6bp57u39ol48adp98hae.apps.googleusercontent.com","buttonText":"","googleClientId":"","adgCallbackEndpoint":"","prompt":"","theme":"","size":"","text":"","shape":"","type":"","logoAlignment":"","successMessage":"","errorMessages":{"gsiInitFailure":"","gsiLoadFailure":"","gsiNotLoaded":"","missingNonce":"","renderFailure":""}}}}},"cofHostedAppMasterConfig":{"isEnabled":true,"sdkUrl":"https:\u002F\u002Fwww.capitalone.com\u002Facquisitions\u002Fembedded-app-sdk.js","capitalOneSdkScriptId":"capital-one-embedded-app-sdk","capitalOneSdkPromise":"__capitalOneSdkPromise","allowedPages":{"cart":{"isEnabled":false,"allowedCta":{"seeIfApproved":{"isEnabled":true}}},"creditLandingPage":{"isEnabled":false,"allowedCta":{"seeIfApproved":{"isEnabled":true},"applyNow":{"isEnabled":true}}}}},"_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","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"],"_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.williams-sonoma.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","recstrat","tabnav","podId","strategyId","originsq"],"parametersToReport":["cm_re","cm_sp","cm_src","cm_type","originsc","position","pkey","recstrat","tabnav","podId","strategyId","originsq","registryId","registryEventType","registryGiftCards","registryPrivacy","registryNotifications","searchEntry","productFindingMethod"]},"enableUrlParameters":true,"mobileSearchBarToggle":{"isToggleActive":true},"navLinksPathInNewTab":"","pingOneSignals":{"isEnabled":true},"accertify":{"isEnabled":false},"beddingVisualizer":{"beddingVisualiserLink":"","isHideShareButton":false,"isHideAddToWishlistButton":false},"salesforceGeoLocation":{"isEnabled":false,"storeModeDeeplinkPath":"\u002Fstores?storeId"},"bingLocationSupport":{"isAppleGeoLocationEnabled":false,"distanceThresholdMiles":1,"maxCacheEntries":50},"updateNativeApp":{"lowestSupportedVersion":"15.18.0","lowestSupportedVersioniOS":"16.12.0","unsupportediOSVersions":[]},"accessibilityFeatureAnnouncement":{"message":"We strive to make our Site content accessible and user-friendly. If you are having difficulty viewing the content on this Site or navigating the site, please call our Customer Service Team toll-free at 877.812.6235 and we will be happy to assist you.","messageExpiry":120000},"footerSMSCapture":{"isEnabled":true,"smsDisclaimer":"Enter your mobile number to receive automated marketing text messages about new items, great savings and more. 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. \u003Cspan class='terms-and-conditions'\u003EBy signing up for email and mobile marketing, you agree to our \u003Ca href='\u002Fcustomer-service\u002Flegal-statement.html?#terms' target='_blank'\u003ETerms&nbsp;&&nbsp;Conditions\u003C\u002Fa\u003E and \u003Ca href='\u002Fcustomer-service\u002Flegal-statement.html?#privacy' target='_blank'\u003EPrivacy Policy\u003C\u002Fa\u003E.\u003C\u002Fspan\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":"\u002Fheader-WS","subBrand":"WS","assetUris":{"static":"https:\u002F\u002Fwww.williams-sonoma.com\u002F.static\u002F","scripts":"https:\u002F\u002Fwww.williams-sonoma.com\u002F.static\u002F","images":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002F","ecmImages":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002F"},"catGenerationId":"326092231","activeProperties":{"isBrowseMode":"0","isSeoBot":"0"},"clientApplicationUri":"https:\u002F\u002Fwww.williams-sonoma.com\u002F","isBrowseMode":false,"locale":{"primaryLang":null,"secondaryLang":null,"altLangs":null,"timeZone":null,"currency":null,"localeString":"undefined"},"languageFileName":null}}</script><script src="/.static/202632/173330504/dist/header/header.a021b2ee.js" defer ></script>
<script src="/.static/202632/173330504/dist/header/header-lazy-components.a021b2ee.js" defer ></script>

    <script defer src="/.static/content/content.b1bcfd0e.js"></script><div id="content-app" data-style="app" class="homepage ecom-app-content ecm-content-page" role="main"><div class="content-mfe USA WS WS" data-style="router-view"><div class="/"><div data-test-id="aside-navigation-container" class="aside-navigation-container new-page-container"><!--[--><!----><!----><!----><!--]--><!----></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-1" location="global-wide-banner-bottom-1" data-style="content"><div id="global-wide-banner-bottom-1-container" data-test="ecm-content-container"><div><div class="cq-ecm-pages desktop-banners"> 
 <div id="" class=" parsys_column wsi-colctrl-lt2a global-split-banner"> 
  <div class="parsys_column wsi-colctrl-lt2a-c0 "> 
   <div class="flipper common-slideshow section"> 
    <div class="arrows"> 
    </div> 
    <div id="common-slideshow130655820" class="slideshow
         &amp;nbsp 
        no-infinite-scroll
        " data-slideshow="{ autoplay:true,
                autopause:false, delay:6000,
                duration:850, transition:'fade',
                repeat:'loop', easing:dojo.fx.easing.cubicInOut
                 }"> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text712550239" class="text section  "> 
        <p><span class="font-roboto-normal"><span class="size-four">Free Shipping on Cookware, Electrics, Cutlery &amp; More.&nbsp;<a href="https://www.williams-sonoma.com/shop/sale-special-offer/free-shipping/?cm_re=sitewidebanner-_-default-_-global_free_shipping_tiptop" target="_self" rel="noopener noreferrer"><span class="font-roboto-normal"><b>SHOP NOW</b> →</span></a></span></span></p> 
       </div> 
      </div> 
     </div> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text-910819147" class="text section  "> 
        <p><span class="font-roboto-normal"><span class="size-four">See if you’re pre-approved – Earn 10% in rewards&sup1; today with a Williams Sonoma Visa.&nbsp;<a href="https://www.williams-sonoma.com/ccvalueprop/?fromPageType=Homepage&amp;userAction=LearnMore&amp;fromPageLoc=TippyTop" target="_self" rel="noopener noreferrer"><b>LEARN MORE</b> →</a></span></span></p> 
       </div> 
      </div> 
     </div> 
     <div class="slide " style="display: none; opacity: 1; "> 
      <div class="s1b"> 
       <div id="text919273232" class="text section  "> 
        <p><span class="font-roboto-normal"><span class="size-four">Williams Sonoma Reserve - Enjoy free shipping on eligible purchases*.&nbsp;<a href="https://www.williams-sonoma.com/customer-service/reserve/?cm_re=sitewidebanner-_-default-_-global_ws_reserve_tiptop" target="_self" rel="noopener noreferrer"><span class="font-roboto-normal"><b>JOIN NOW</b> →</span></a></span></span></p> 
       </div> 
      </div> 
     </div> 
     <ul class="positioners  hidden"> 
      <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 class="parsys_column wsi-colctrl-lt2a-c1  "> 
   <div id="customjscontent941386955" class="customJSContent-details  "> 
    <dl class="customjscontent-details"> 
     <dd class="customjscontent-description"> 
     </dd> 
     <dd class="customjscontent-description"> 
      <div class="dropdown"> 
       <button id="globalBtoBDropdownButton" class="dropbtn">Events &amp; Services</button> 
       <div id="globalDropdownBtoB" class="dropdown-content"> 
        <a class="events-dropdown">Events</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/in-store-events/?cm_type=gnav">In-Store Events</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/skills-series/?cm_type=gnav">Skills Series</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/book-tours/?cm_type=gnav">Book Tours</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/virtual-events/?cm_type=gnav">Virtual Events</a> 
        <a href="https://www.williams-sonoma.com/pages/virtual-events-and-in-store-classes/private-events/?cm_type=gnav">Private Events</a> 
        <a class="services-dropdown">Services</a> 
        <a href="https://www.williams-sonoma.com/pages/williams-sonoma/design-services/?cm_type=gnav">Free Kitchen Design Services</a> 
        <a href="https://www.williams-sonoma.com/appointments/registry-virtual-choice/?cm_type=gnav">Free Registry Services</a> 
        <a href="https://www.williams-sonoma.com/pages/williams-sonoma/b2b/overview/?cm_type=gnav">Free Trade Services</a> 
        <a href="https://www.williams-sonoma.com/pages/williams-sonoma/cutlery/3-ways-to-sharpen-knives/?cm_type=gnav">Knife Sharpening: In-Store &amp; Online</a> 
       </div> 
      </div> 
     </dd> 
    </dl> 
   </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><script>window.__INITIAL_STATE__={"content":{"activeTests":{},"activeProperties":{"isBrowseMode":"0","isMobile":"0","isSeoBot":"0"},"applicationUri":"https:\u002F\u002Frk-internal-www.williams-sonoma.com\u002F","clientApplicationUri":"https:\u002F\u002Fwww.williams-sonoma.com\u002F","assetUris":{"static":"https:\u002F\u002Fwww.williams-sonoma.com\u002F.static\u002F","scripts":"https:\u002F\u002Fwww.williams-sonoma.com\u002F.static\u002F","images":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002F","ecmImages":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fdp\u002F"},"concept":"WS","market":"US","analytics":{"countryCode":"US","currencyCode":"USD","market":"USA"},"url":"\u002F","config":{"aiFinder":[{"id":"espresso-finder","hostPages":["\u002Fshop\u002Felectrics\u002Fespresso-makers\u002F","\u002Fshop\u002Felectrics\u002Fcoffee-makers\u002F","\u002Fshop\u002Felectrics\u002Fcoffee-espresso-view-all\u002F"],"enabled":true,"pathMappingKey":"group","mock":false,"debugInfo":false,"apiBaseURL":"https:\u002F\u002Fai-services.wsgc.com\u002Fguided-experience","targetResultPage":{"reload":false,"URI":""},"convSearchTest":{"enabled":false,"abTest":{"enabled":false,"nameId":"productsSearchConvSearch","variationIdForTestGroup":"ConvSearchTest"}},"picturesInRow":3,"productGridConfiguration":3,"hintsBelowTextArea":true,"updateBottomButtonsStyles":true,"productComparison":{"enabled":true,"modalTitle":"Product Comparison","maxCompares":3,"compareButtonText":"Compare Items","compareItemsMessage":"Choose 2 or more products to compare","selectorButtonText":"Compare","selectorSelectedText":"Selected","serviceTimeout":10000,"defaultFeatureValue":"-","truthyFeatureValue":"Yes","showFavorites":true,"errorMessage":"This brew's not quite done. Please try again.","noImageText":"Error Loading Product","showProductPricing":true},"textareaMaxLength":500,"quizLaunchImageLocation":"subcat-shop-wide-banner-below-bc-5","textConstants":{"cta":{"back":"Back","backIcon":"ChevronLeftIcon","viewResult":"View Results","next":"Next","skip":"Skip","close":"Close","backTo":"","modifyAnswers":"Modify Answers","refresh":"Refresh"},"headerTitle":"Find the Right Coffee or Espresso Machine","loadingTitle":["Brewing up your perfect cup...","Still roasting the best options...","Almost there - adding the final crema!"],"overview":"Overview","recommendations":{"title":"Recommendations","resultsText":"results"},"required":"(required)","defaultPlaceholder":"Type here...","requiredAnswerErrorMessage":"Some required questions remain unanswered","noResultsMessage":"No matches yet! Refine your search, and let’s try again.","getConfigDataErrorMessage":"Something went wrong."}},{"id":"cutlery-finder","hostPages":["\u002Fshop\u002Fcutlery\u002Fall-cutlery\u002F"],"enabled":true,"pathMappingKey":"group","mock":false,"debugInfo":false,"apiBaseURL":"https:\u002F\u002Fai-services.wsgc.com\u002Fguided-experience","targetResultPage":{"reload":false,"URI":""},"convSearchTest":{"enabled":false,"abTest":{"enabled":false,"nameId":"productsSearchConvSearch","variationIdForTestGroup":"ConvSearchTest"}},"picturesInRow":3,"productGridConfiguration":3,"hintsBelowTextArea":true,"updateBottomButtonsStyles":true,"productComparison":{"enabled":false,"modalTitle":"Product Comparison","maxCompares":3,"compareButtonText":"Compare Items","compareItemsMessage":"Choose 2 or more products to compare","selectorButtonText":"Compare","selectorSelectedText":"Selected","serviceTimeout":10000,"defaultFeatureValue":"-","truthyFeatureValue":"Yes","showFavorites":true,"errorMessage":"Please try again.","noImageText":"Error Loading Product","showProductPricing":true},"textConstants":{"cta":{"back":"Back","backIcon":"ChevronLeftIcon","viewResult":"View Results","next":"Next","skip":"Skip","close":"Close","backTo":"","modifyAnswers":"Modify Answers","refresh":"Refresh"},"headerTitle":"Find the Right Knife for You","loadingTitle":["We are gathering your results...","Just a moment while we find your best match..."],"overview":"Overview","recommendations":{"title":"Recommendations","resultsText":"results"},"required":"(required)","defaultPlaceholder":"Type here...","requiredAnswerErrorMessage":"Some required questions remain unanswered","noResultsMessage":"No matches yet! Refine your search, and let’s try again.","getConfigDataErrorMessage":"Something went wrong."},"textareaMaxLength":500,"quizLaunchImageLocation":"subcat-shop-wide-banner-below-bc-5"},{"id":"bakeware-finder","hostPages":["\u002Fshop\u002Fbakeware\u002Fview-all-bakeware\u002F","\u002Fshop\u002Fbakeware\u002Fbakeware-sets\u002F","\u002Fshop\u002Fbakeware\u002Fcake-pans\u002F","\u002Fshop\u002Fbakeware\u002Fbread-pans-loaf-pans\u002F","\u002Fshop\u002Fbakeware\u002Fsheet-pans-cookie-sheets\u002F","\u002Fshop\u002Fbakeware\u002Fcupcake-muffin-pans\u002F","\u002Fshop\u002Fbakeware\u002Fcasseroles\u002F"],"enabled":true,"pathMappingKey":"group","mock":false,"debugInfo":false,"apiBaseURL":"https:\u002F\u002Fai-services.wsgc.com\u002Fguided-experience","targetResultPage":{"reload":false,"URI":""},"convSearchTest":{"enabled":false,"abTest":{"enabled":false,"nameId":"productsSearchConvSearch","variationIdForTestGroup":"ConvSearchTest"}},"picturesInRow":3,"productGridConfiguration":3,"hintsBelowTextArea":true,"updateBottomButtonsStyles":true,"productComparison":{"enabled":false,"modalTitle":"Compare Products","maxCompares":3,"compareButtonText":"Compare Items","compareItemsMessage":"Choose 2 or more products to compare","selectorButtonText":"Compare","selectorSelectedText":"Compare","serviceTimeout":10000,"defaultFeatureValue":"-","truthyFeatureValue":"Yes","showFavorites":true,"errorMessage":"Please try again.","noImageText":"Error Loading Product","showProductPricing":true},"textConstants":{"cta":{"back":"Back","backIcon":"ChevronLeftIcon","viewResult":"View Results","next":"Next","skip":"Skip","close":"Close","backTo":"","modifyAnswers":"Modify Answers","refresh":"Refresh"},"headerTitle":"Find the Right Bakeware for You","loadingTitle":["We are gathering your results...","Just a moment while we find your best match..."],"overview":"Overview","recommendations":{"title":"Recommendations","resultsText":"results"},"required":"(required)","defaultPlaceholder":"Type here...","requiredAnswerErrorMessage":"Some required questions remain unanswered","noResultsMessage":"No matches yet! Refine your search, and let’s try again.","getConfigDataErrorMessage":"Something went wrong."}},{"id":"cookware-finder","hostPages":["\u002Fshop\u002Fcookware\u002Fstovetop-view-all\u002F","\u002Fshop\u002Fcookware\u002Fcookware-sets\u002F","\u002Fshop\u002Fcookware\u002Ffry-pans-skillets\u002F","\u002Fshop\u002Fcookware\u002Fsaute-pans\u002F","\u002Fshop\u002Fcookware\u002Fsaucepans-sauciers\u002F","\u002Fshop\u002Fcookware\u002Fdutch-ovens-braisers\u002F"],"enabled":true,"mock":false,"debugInfo":false,"apiBaseURL":"https:\u002F\u002Fai-services.wsgc.com\u002Fguided-experience","targetResultPage":{"reload":false,"URI":""},"convSearchTest":{"enabled":false,"abTest":{"enabled":false,"nameId":"productsSearchConvSearch","variationIdForTestGroup":"ConvSearchTest"}},"picturesInRow":3,"productGridConfiguration":3,"hintsBelowTextArea":true,"updateBottomButtonsStyles":true,"productComparison":{"enabled":false,"modalTitle":"Compare Products","maxCompares":3,"compareButtonText":"Compare Items","compareItemsMessage":"Choose 2 or more products to compare","selectorButtonText":"Compare","selectorSelectedText":"Compare","serviceTimeout":10000,"defaultFeatureValue":"-","truthyFeatureValue":"Yes","showFavorites":true,"errorMessage":"Please try again.","noImageText":"Error Loading Product","showProductPricing":true},"textConstants":{"cta":{"back":"Back","backIcon":"ChevronLeftIcon","viewResult":"View Results","next":"Next","skip":"Skip","close":"Close","backTo":"","modifyAnswers":"Modify Answers","refresh":"Refresh"},"headerTitle":"Find the Right Cookware for You","loadingTitle":["We are gathering your results...","Just a moment while we find your best match..."],"overview":"Overview","recommendations":{"title":"Recommendations","resultsText":"results"},"required":"(required)","defaultPlaceholder":"Type here...","requiredAnswerErrorMessage":"Some required questions remain unanswered","noResultsMessage":"No matches yet! Refine your search, and let’s try again.","getConfigDataErrorMessage":"Something went wrong."}}],"applyMetaData":true,"asideNavigation":[{"navigationTree":"recipes","title":"Recipes","titleUrl":"\u002Frecipe\u002F","isAccordion":false,"shouldRenderOnMobile":false,"path":"\u002Fpages\u002Ftips-and-ideas\u002F","excludedChildPaths":["juicing-101-how-to-make-fresh-healthy-juices-at-home","our-most-searched-kitchen-innovations"],"navItems":[{"navItems":[{"url":"\u002Frecipe\u002Fsearch\u002F?cm_type=lnav","label":"Recipe Search"},{"url":"\u002Faccount\u002Frecipe-box\u002F?cm_type=lnav","label":"Recipe Box"},{"url":"\u002Fshop\u002Fcooks-tools\u002Fbooks-view-all","label":"Cookbooks"}]},{"label":"Recipes by Course","navItems":[{"url":"\u002Frecipe\u002Fappetizers\u002F?cm_type=lnav","label":"Appetizers"},{"url":"\u002Frecipe\u002Fsoups\u002F?cm_type=lnav","label":"Soups"},{"url":"\u002Frecipe\u002Fsalads\u002F?cm_type=lnav","label":"Salads"},{"url":"\u002Frecipe\u002Fmain-courses\u002Fpasta-rice-and-grains\u002F?cm_type=lnav","label":"Pasta, Rice & Grains"},{"url":"\u002Frecipe\u002Fmain-courses\u002Fvegetables\u002F?cm_type=lnav","label":"Vegetables"},{"url":"\u002Frecipe\u002Fmain-courses\u002Fseafood\u002F?cm_type=lnav","label":"Seafood"},{"url":"\u002Frecipe\u002Fmain-courses\u002Fpoultry-and-game\u002F?cm_type=lnav","label":"Chicken & Poultry"},{"url":"\u002Frecipe\u002Fmain-courses\u002Fpork\u002F?cm_type=lnav","label":"Pork"},{"url":"\u002Frecipe\u002Fmain-courses\u002Fbeef-and-veal\u002F?cm_type=lnav","label":"Beef"},{"url":"\u002Frecipe\u002Fdesserts\u002F?cm_type=lnav","label":"Desserts"}]},{"label":"Chefs & Celebrities","navItems":[{"url":"\u002Fpages\u002Ftest-kitchen\u002F?cm_type=lnav","label":"Williams Sonoma Test Kitchen"},{"url":"\u002Fpages\u002Fina-garten\u002F","label":"Ina Garten"},{"url":"\u002Fshop\u002Fcookware\u002Ftucci-greenpan\u002F?cm_type=lnav","label":"Stanley Tucci"},{"url":"\u002Fshop\u002Ffood\u002Ftrisha-yearwood\u002F","label":"Trisha Yearwood"},{"url":"\u002Fpages\u002Fwilliams-sonoma\u002Fcollaborations\u002Ftyler-florence\u002F","label":"Tyler Florence"},{"url":"\u002Fpages\u002Fws-chefs-collective\u002F?cm_type=lnav","label":"Chefs' Collective"}]},{"label":"Inspiration","navItems":[{"url":"\u002Fpages\u002Fkitchen-guides","label":"Culinary Guides"},{"url":"\u002Fpages\u002Frecipe\u002Fcollections\u002F","label":"Recipe Collections"},{"url":"\u002Frecipe","label":"Cooking & Baking"},{"url":"\u002Fpages\u002Fwilliams-sonoma\u002Frecipes\u002Fdrinks","label":"Beverages"},{"url":"\u002Fshop\u002Ffood\u002Fglobal-cuisines","label":"Global Cuisines"}]},{"label":"This Season","navItems":[{"url":"\u002Fpages\u002Fwilliams-sonoma\u002Fin-season-now","label":"In Season Produce"},{"url":"\u002Fpages\u002Fwilliams-sonoma\u002Fthe-art-of-entertaining\u002Ffood-entertaining-trends","label":"Food Trends"},{"url":"\u002Fshop\u002Fbakeware\u002Fbakeware-bread-shop","label":"Bread"},{"url":"\u002Fshop\u002Ffood\u002Ffood-pistachio-shop","label":"Pistachio"},{"url":"\u002Fshop\u002Ffood\u002Fflavors-of-fall","label":"Pumpkin"}]},{"label":"Holiday Guides","navItems":[{"url":"\u002Fshop\u002Fhalloween","label":"Halloween"},{"url":"\u002Fshop\u002Fthanksgiving","label":"Thanksgiving"},{"url":"\u002Fshop\u002Fchristmas","label":"Christmas"}]}]},{"navigationTree":"customerservice","title":"Customer Service","titleUrl":"\u002Fcustomer-service\u002F","isAccordion":true,"shouldRenderOnMobile":false,"label":"","path":"\u002Fcustomer-service","excludedChildPaths":[],"navItems":[{"label":"Track Your Order","navItems":[{"url":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_type=lnav","label":"Order Tracking"},{"url":"\u002Fcustomer-service\u002Fintl-order-tracking\u002F?cm_type=lnav","label":"International Order Tracking"}]},{"url":"\u002Faccount\u002F?cm_type=lnav","label":"My Account"},{"label":"Shipping & Returns","navItems":[{"url":"\u002Fcustomer-service\u002Fshipping-info.html?cm_type=lnav","label":"Shipping Info"},{"url":"\u002Fcustomer-service\u002Freturn\u002F?cm_type=lnav","label":"Returns"},{"url":"\u002Fcustomer-service\u002Freturns-and-exceptions.html?cm_type=lnav","label":"International Returns & Exceptions"}]},{"url":"\u002Fcustomer-service\u002Fprice-matching-policy.html?cm_type=lnav","label":"Price Match Policy"},{"label":"Credit Card Rewards","navItems":[{"url":"\u002Fccvalueprop\u002F?fromPageType=Site&userAction=LearnMore&fromPageLoc=CustomerService","label":"Williams Sonoma Key Rewards Credit Card"},{"url":"\u002Fpages\u002Fthe-key-rewards\u002F?cm_type=lnav","label":"The Key Rewards"}]},{"label":"Reserve Membership","navItems":[{"url":"\u002Fcustomer-service\u002Freserve\u002F?cm_type=lnav","label":"Reserve FAQs"},{"url":"\u002Fcustomer-service\u002Freserve\u002Fterms-and-conditions\u002F?cm_type=lnav","label":"Terms & Conditions"}]},{"url":"\u002Fcustomer-service\u002Fbuy-online-pick-up-in-store\u002F?cm_type=lnav","label":"Buy Online Pick Up In Store"},{"label":"Help Topics","navItems":[{"url":"\u002Fcustomer-service\u002Ffaq\u002F?cm_type=lnav","label":"General"},{"url":"\u002Fcustomer-service\u002Fregistry-faq.html?cm_type=lnav","label":"Registry"},{"url":"\u002Fcustomer-service\u002Fstate-disclosures\u002F?cm_type=lnav","label":"State Disclosures"},{"url":"\u002Fcustomer-service\u002Fintl-faq.html?cm_type=lnav","label":"International"},{"url":"\u002Fcustomer-service\u002Fassembly-instructions-product-manuals\u002F?cm_type=lnav","label":"Assembly Instructions"},{"url":"\u002Fcustomer-service\u002Fallstate-protection-plans\u002F?cm_type=lnav","label":"Allstate Protection Plan"}]},{"label":"Gift Services","navItems":[{"url":"\u002Fcustomer-service\u002Fgift-services\u002F?cm_type=lnav","label":"Gift Services"},{"url":"\u002Fcustomer-service\u002Fgift-services\u002Fgift-card-landing.html?cm_type=lnav","label":"Gift Cards"}]},{"url":"\u002Fshop\u002Fhome-furniture\u002Finterior-design-services\u002F?cm_type=lnav","label":"Free Design Services"},{"label":"Catalog & Email Settings","navItems":[{"url":"\u002Fcustomer-service\u002Fcatalog-request\u002F?cm_type=lnav","label":"Catalog Request"},{"url":"\u002Fcustomer-service\u002Fmailing-options\u002F?cm_type=lnav","label":"Catalog Mailing Options"},{"url":"\u002Fcustomer-service\u002Faddress-change\u002F?cm_type=lnav","label":"Catalog Address Change"},{"url":"\u002Fcustomer-service\u002Fecatalog.html?cm_type=ecatalog","label":"Williams Sonoma eCatalog"},{"url":"\u002Fcustomer-service\u002Femail-list\u002F?cm_type=lnav","label":"Join Our Email List"},{"url":"\u002Fcustomer-service\u002Fmanage-email-settings\u002F?cm_type=lnav","label":"Manage Email Settings"}]},{"label":"Stores","navItems":[{"url":"\u002Fstores\u002F?cm_type=lnav","label":"Find a Store"},{"url":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fin-store-events\u002F?cm_type=lnav","label":"In-Store Events"}]},{"url":"\u002Fcustomer-service\u002Femail-us\u002F?cm_type=lnav","label":"Contact Us"},{"label":"About Us","navItems":[{"url":"\u002Fcustomer-service\u002Fchuck-williams.html?cm_type=lnav","label":"Chuck Williams"},{"url":"\u002Fcustomer-service\u002Foriginal-sonoma-store.html?cm_type=lnav","label":"Our Original Sonoma Store"},{"url":"\u002Fcustomer-service\u002Fcareers.html?cm_type=lnav","label":"Careers"}]},{"label":"B2B Programs & Offers","navItems":[{"url":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview\u002F?cm_type=lnav","label":"B2B Overview"},{"url":"\u002Ftrade-programs\u002Fchefs\u002Flanding.html?cm_type=lnav","label":"For Professional Chefs"},{"url":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Fcorporate-gifting\u002F?cm_type=lnav","label":"Corporate Gifting"},{"url":"\u002Fcustomer-service\u002Ffine-print.html?cm_type=lnav","label":"Fine Print"}]}]}],"assetsUrl":"https:\u002F\u002Fqark-images.wsimgs.com\u002Fwsimgs\u002Fqark\u002Fimages\u002Fdp\u002F","brand":"WS","browseMode":[{"key":"curalate","override":{"isEnabled":false}}],"cookies":{"international":"INTERNATIONAL","loginCookie":"isLoginSuccessAnalyticsEventLogged","userNameCookie":"UI_USERNAME_COOKIE"},"curalate":{"brandHandle":"williams-sonoma","carouselSettings":{"breakpoints":{"large":{"itemsToShow":4},"medium":{"itemsToShow":4},"small":{"itemsToShow":2.5},"xSmall":{"itemsToShow":2.5}},"centerMode":false,"defaultItemsToShow":3,"mobileCenterMode":false,"mobileInitialSlide":0,"mobileShowArrows":false,"showArrows":true},"clickableBrandHandle":false,"cmSrc":"hp_ugc","curalateIndex":0,"galleryLink":"\u002Fpages\u002Fmywilliamssonoma.html","gridColumns":{"lg":4,"md":2,"sm":2,"xs":2},"gridNumber":0,"headerAltText":"","headerImage":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202402\u002F1140\u002F001\u002F001.png","headerText":"","hideCarouselWithNoContent":false,"hideUploaderWithNoContent":true,"hostUrl":"https:\u002F\u002Fapi-2.curalate.com\u002Fv1\u002Fmedia\u002F","infiniteScroll":false,"instagramLink":"","isEnabled":true,"label":"","limit":12,"noContentHeaderImage":"","noContentText":"","productId":"","productIdToBeRemovedInFuture":"","productUrl":"","scriptUrl":"https:\u002F\u002Fcdn.curalate.com\u002Fsites\u002Fwswilliamssonoma-d4zud2\u002Fsite\u002Flatest\u002Fsite.min.js","setHeaderTitleClickable":false,"setStructureToGrid":false,"showFollowButton":false,"showFooterContent":false,"showNoContentHeader":false,"showNoContentText":false,"showSubheading":false,"showUploaderAbove":false,"sort":"Optimized","subheadingText":"","uploaderAsset":" https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fi\u002F202048\u002F0003\u002Fimages\u002Fcommon\u002Fcuralate\u002FWS_pip_uploader_block.png ","uploaderText":"","useImageAsHeader":false,"username":"","vendorDataSourceId":"JIFDZrBxfvocGDxJ"},"currencyData":{"exchangeRate":1,"factor":1,"quoteId":1,"selectedCountry":"US","selectedCurrency":"USD"},"customPageNotFound":{"cta":{"label":"Shop Williams Sonoma","url":"shop\u002Fnew\u002Fnew-view-all\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.","enabled":true,"enableForced500TestStaticPage":true,"metadata":{"description":"Page not found.","keywords":"404 page-not-found","robots":"noindex, nofollow","title":"404 - Page Not Found"}},"ecm":{"headerEcmContentSlotsToFetchServerSide":{"desktop":["global-wide-banner-bottom-1"],"mobile":[]}},"favoritesView":{"isEnabled":true,"title":"Favorites","cmSrc":"AccountPage-Favorites","cmRe":"myaccountsfpzn-_-favorites-_-tile{index}","itemsToShow":5,"itemsToSlide":5,"breakpoints":{"large":{"itemsToShow":5,"itemsToSlide":5},"medium":{"itemsToShow":5,"itemsToSlide":5},"small":{"itemsToShow":3,"itemsToSlide":3},"xSmall":{"itemsToShow":2.15,"itemsToSlide":2}},"flags":{"isEnabled":true,"overrides":{"bestseller":{"isEnabled":true,"displayText":"","placement":"onImage"}}},"flyout":{"isEnabled":true,"durationInSeconds":4},"quickAddConfig":{},"showArrowsOutside":false,"showReviews":false,"showPrice":true,"showProductName":true,"favorite":{"showFavorite":true}},"globalContentForHeaderConfig":{"enableUrlParameters":false,"linkParameters":{"exclusionList":["\u002Fm"],"parametersToRemove":["cm_re","cm_sp","cm_src","cm_type","originsc","recstrat","tabnav","originsq"],"parametersToReport":["cm_re","cm_sp","cm_src","cm_type","originsc","position","pkey","recstrat","tabnav","originsq"]},"mfeName":"Global-Header","renderInAnotherPlaceOnThePage":false},"homepageMetaData":{"description":"Shop premium kitchenware and housewares at Williams Sonoma - in-stores and online. Explore our curated selection of gourmet food, top quality cookware, and more for your culinary adventures.","robots":"index,follow","title":"Housewares + Kitchenware Store | Williams Sonoma"},"lazyLoadVideosEnabled":false,"linkParameters":{"exclusionList":[],"parametersToRemove":["cm_re","cm_sp","cm_src","cm_type","originsc","tabnav","position","recstrat","podId","strategyId","originsq"],"parametersToReport":["cm_re","cm_sp","cm_src","cm_type","originsc","tabnav","position","recstrat","podId","strategyId","originsq"]},"longConceptName":"Williams Sonoma","marketCode":"","metaTags":[{"name":"google-site-verification","content":"aVsvQnG-txdAPBY9PsJ2RuetV2DdMJfxZA0hcTxQnAM"}],"personalization":{"enabled":false},"pixlee":{"apiKey":"5h0WYvBaJ3Ib21kYmVjT","carouselWidgetId":12628973,"galleryWidgetId":12629500,"isCarouselEnabled":true,"isGalleryEnabled":true},"pricing":{"defaultLabels":{"clearance":"Clearance","discount":"Our Price","discountPercentage":"[disc_percentage]","regular":"Sugg. Price","sale":"Sale","special":"Our Price"},"hideSalesUnderPercent":5,"mdmLabels":{"clearance":"Clearance","discount":"Our Price","discountPercentage":"[disc_percentage]","regular":"Sugg. Price","sale":"Sale"},"showDiscountPercentage":false,"showMdmPriceLabels":true,"showPriceTypeBetweenPriceRanges":true,"showSaleLabel":true},"productCarousel":{"arrowsInside":true,"centerMode":false,"mobileCenterMode":false,"ratingEnabled":false,"verticalRviArrowsInside":false},"promotionVisibility":{"additionalMessagePip":"price_with_offer","additionalMessageThumbnail":"price_with_offer","backOffInterval":10,"cutOffPercent":1,"eligibilityExcludeNLA":false,"enabled":true,"ineligibleLocations":{"multibuyPromoMsgEnabled":false,"pipEnabled":false,"pipPromoMsgBottomEnabled":false,"pipPromoMsgTopEnabled":false,"recommendationEnabled":false,"shopEnabled":false},"ineligiblePipDisplayMessageCount":1,"ineligibleThumbnailDisplayMessageCount":1,"lazyLoadEnabled":false,"locations":{"multibuyPromoMsgEnabled":false,"pipEnabled":true,"pipPromoMsgBottomEnabled":false,"pipPromoMsgTopEnabled":false,"recommendationEnabled":true,"shopEnabled":true},"pipDisplayMessageCount":1,"pipPromoMsgBottomLocation":{"pipPromoMsgBottomAboveAffirmEnabled":false,"pipPromoMsgBottomBelowQtyEnabled":false},"retryMax":5,"thumbnailDisplayMessageCount":1,"visibilitySkuCount":100},"recommendation":{"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}},"disableDiacritic":false,"favorite":{"buttonTextFavorited":"Add to Favorites","buttonTextUnfavorited":"Add to Favorites","isEnabled":true},"flags":{"isEnabled":true,"overrides":{"bestseller":{"displayText":"","isEnabled":true,"placement":"onImage"},"freeship":{"isEnabled":false,"placement":"belowProductPrice"}}},"flyout":{"durationInSeconds":4,"isEnabled":true,"position":"right-top","style":"large"},"recsHostUrl":"\u002Fsvc\u002Frecommendation\u002Fv2\u002F"}},"commonThirdPartyRecommendation":{"constructor":{"key":"key_PysinTjKriGSD1Zl","podMapping":{"home-page":["home_page-desktop_trending","home_page-mobile_trending"]}}},"hp":{"showProductName":true,"showProductPricing":false},"hpTrending":{"showProductName":true,"showProductPricing":false,"showSeeMoreLink":true,"thirdPartyRecommendation":{"constructor":{"ABTest":{"activeVariant":"constructor","enabled":true,"name":"contentRecommendationsHPTRENDING"},"enabled":true,"isDesktopEnabled":true,"isMobileEnabled":true,"options":{"maxNumResults":20,"placementsToRequest":["home-page"]}},"thirdPartyProviderId":"constructor","useCommonThirdPartyService":false}},"isRecsEnabled":false,"wsiRecs":{"breakpoints":{"large":{"itemsToShow":4,"itemsToSlide":4},"medium":{"itemsToShow":4,"itemsToSlide":4},"small":{"itemsToShow":3,"itemsToSlide":3},"xSmall":{"itemsToShow":2.5,"itemsToSlide":2}},"flags":{"isEnabled":false,"overrides":{"bestseller":{"displayText":"","placement":""}}},"recsHostUrl":"","variant":""}},"recommendationProductFlags":{"bestseller":{"displayText":"","location":""},"displayText":"","freePers":{"displayText":"","location":""},"isAutomatedBestsellersEnabled":false,"location":"","organic":{"displayText":"Best Seller","location":"onImage"}},"scrollToTop":{"desktop":{"isEnabled":true},"mobile":{"isEnabled":false}},"sliderSelectors":[],"smartBanner":{"appStoreId":"1499531240","isEnabled":true},"social":{"facebook":{"appId":"200288196663029","fbLikeButtonEnabled":true},"pinterest":{"pinterestEnabled":true}},"subBrands":{"brands":[{"brand_name":"Williams Sonoma","id":"WS","link":"\u002F?cm_sp=tnav-_-williams-sonoma-_-tab","conceptName":"Williams Sonoma","default":true,"brSearchAttribute":"Williams Sonoma","brFacetId":"spiritType|multi-select|Brand","urlParamKey":"sbkey"},{"brand_name":"Williams Sonoma Home","id":"WSH","link":"\u002Fpages\u002Fwilliams-sonoma-home\u002F?cm_sp=tnav-_-williams-sonoma-home-_-tab","conceptName":"Williams Sonoma Home","pages":["pages\u002Fwilliams-sonoma-home\u002F","m\u002Fpages\u002Fwilliams-sonoma-home\u002F","pages\u002Fwsh-design-services.html","customer-service\u002Fabout-us-wsh.html","customer-service\u002Fto-the-trade.html","request-swatches.html","customer-service\u002Fecatalog-wsh.html","\u002Fm\u002Fpages\u002Fecatalog-wsh.html","ecatalog-wshome","pages\u002Fhome-premier-event\u002Findex.html","pages\u002Fmywilliamssonoma-home.html","pages\u002Fdesign-inspiration","pages\u002Frobin-sleep-system","pages\u002Fws-home\u002Fdesign-school\u002Fincorporate-colors-into-your-home","pages\u002Fws-home\u002Fpillows-throws\u002Foutdoor-pillows","pages\u002Fhome-product-compare.html","shop-by-room-2","home-design-services-form","pages\u002Fws-home","pages\u002Fcurated-dining-set","pages\u002Fws-home\u002Fpartners\u002Frobert-lydia-mondavi","pages\u002Fbuild-the-perfect-bed","pages\u002Fsofa-buying-guide","pages\u002Fchoosing-a-dining-table","pages\u002FswatchTool.html"]}],"brSubBrandSearchFilterEnabled":false,"displayCTAforSubBrand":false,"persistMainBrandExperience":true,"show_sub_brands_links":true,"subBrandSearchEnabled":true},"useEcmMetaData":true,"videoSchemaIsEnabled":true,"static":{"pageNotFoundFallBackStaticMessage":"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."},"faq":{"enabled":true,"heading":"Frequently Asked Questions","ariaLabel":"Frequently Asked Questions"},"assets":{"content-ws.css":"dist\u002Fcss\u002Fcontent\u002Fws\u002Fcontent-ws-515c21aa471ea2fffbf962502cdec1700098ec59.css"}},"catGenerationId":"326092231","headers":{},"contentHeaders":{},"subBrand":"WS","subBrandConceptName":"Williams Sonoma","ecmContent":{"desktop":[{"type":"ecmMetadata","data":{"ecmMetadata":"StandardContentMetadata [uri=us\u002F092226-Desktop-Homepage.html, containerUri=null, keywords=null, title=092226 Desktop Homepage, description=null, language=en-us, countryGroup=US, selectors=null, deviceTypes=[DESKTOP], contentTags=[], locale=null, publishedDate=Mon Sep 21 20:23:28 UTC 2026, ecomActivationTime=Tue Sep 22 03:55:30 UTC 2026, ecomDeactivationTime=null, variants=null, ecomContentLocations=null, contentType=null, approved=true, metrics=null, styleInfo=StyleInfo [customCSSClass=conversion-1680], 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 ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\" id=\"video-1784202218\"\u003E\n   "}},{"type":"ecm.displayVideo","data":{"isOverlay":true,"videoProvider":"vimeo","loopVideo":true,"videoId":"1225774416?h=75225873c0","overlayLinkId":"id1790022247892","destinationUrl":"\u002Fshop\u002Fcookware\u002Ftucci-greenpan\u002F?cm_re=hpbanner-_-default-_-shop_new_tucci","CONTENT":[{"type":"CONTENT","data":{"CONTENT":"\n  \u003Ca href=\"#id1790022247892\" data-overlay=\"{id: 'id1790022247892', 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\u002F202637\u002F3540\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"800\" width=\"1680\" \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=\"imagerollover331332498\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile module-inset-hero-image \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcookware\u002Fgreenpan--stanley-tucci--copper+cookware-greenpan\u002Fcollection-m-collection-ff00050a12192cfeu~21222020u~212220-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_new_tucci_copper\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Greenpan™ Stanley Tucci™ Cookware\" class=\"  \" title=\"Shop Greenpan™ Stanley Tucci™ Cookware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F3540\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"408\" width=\"3104\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-263666418\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile module-inset-hero-image padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcookware\u002Fgreenpan--stanley-tucci--copper+cookware-greenpan\u002Fcollection-m-collection-ff00050a12192cfeu~21222020u~212220-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_new_tucci_copper\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Greenpan™ Stanley Tucci™ Copper Cookware\" class=\"  \" title=\"Shop Greenpan™ Stanley Tucci™ Copper Cookware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F3540\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1552\" width=\"3104\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"text1688070210\" class=\"text section hp-content-zone-pzn-product-recs-1 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-300588027\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcookware\u002Fstar-trek-le-creuset\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_new_star_trek\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset x Star Trek\" class=\"  \" title=\"Shop Le Creuset x Star Trek\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F3540\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1600\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-4742466\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcookware\u002Falison-roman-all-clad-g5\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_all_clad_graphite_sharapova\" target=\"_self\"\u003E \u003Cimg alt=\"Shop All-Clad G5&reg; Graphite Core Collection\" class=\"  \" title=\"Shop All-Clad G5&reg; Graphite Core Collection\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F1926\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1338\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-975193681\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fproducts\u002Fkitchenaid-artisan-plus-design-series-luminaire-stand-mixer\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_baking_kitchenaid_luminaire\" target=\"_self\"\u003E \u003Cimg alt=\"Shop KitchenAid&reg; \" class=\"  \" title=\"Shop KitchenAid&reg; \" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F3054\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1600\" width=\"3360\" \u002F\u003E \u003C\u002Fa\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-lt2a padding-l\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover-1500359292\" 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\u002Fbakeware\u002Fbread-mixes+brownie-mixes+cake-mixes+cookie-mixes+donut-mix+muffin-mix+pancake---waffle-mixes+bakeware-fall-baking\u002Fproducttype-m-product-type-ff00060b13181d22292e34373e414b525e656dfe2020202020202026202020-7\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_baking\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Fall Baking Mixes\" class=\"  \" title=\"Shop Fall Baking Mixes\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F3054\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1868\" width=\"1528\" \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=\"imagerollover-1500359268\" 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\u002Fbakeware\u002Fbakeware-goldtouch-shop\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_baking_goldtouch\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Goldtouch&reg; Bakeware\" class=\"  \" title=\"Shop Goldtouch&reg; Bakeware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0841\u002F001\u002F008.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1868\" width=\"1528\" \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=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt3a flex-col-ctrl padding-l\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt3a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover-1500359267\" 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\u002Fcookware\u002Fle-creuset-pumpkin+cookware-le-creuset\u002Fcollection-m-collection-ff00030b1ffe2020-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_lc_pumpkin\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset Pumpkin\" class=\"  \" title=\"Shop Le Creuset Pumpkin\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F018.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1876\" width=\"1528\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt3a-c1  \"\u003E \n   \u003Cdiv id=\"imagerollover-1500359263\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-s \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Foutdoor\u002Fwreaths-garlands\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_wreaths\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Wreaths &amp; Garlands\" class=\"  \" title=\"Shop Wreaths &amp; Garlands\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F013.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"914\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"imagerollover-1500359262\" 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\u002Fhomekeeping\u002Fsoaps-lotions-collections-all\u002Fpumpkin-spice-scent-all\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_soaps\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Soaps &amp; Lotions\" class=\"  \" title=\"Shop Soaps &amp; Lotions\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F008.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"914\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt3a-c2  \"\u003E \n   \u003Cdiv id=\"imagerollover-1500359260\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-s \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fbakeware\u002Fbakeware+bakeware-fall-baking\u002Fpattern-m-category-ff0012-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_bakeware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Fall Bakeware\" class=\"  \" title=\"Shop Fall Bakeware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F006.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"914\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"imagerollover-1500359238\" 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\u002Foutdoor\u002Fhalloween+autumn+doormat+trees+garden-d-cor+all-flower-garden\u002Foccasion-m-occasion-ff00091a-2+producttype-m-product-type-ff00070c131f262efe20e920-3\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_decor\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Decor\" class=\"  \" title=\"Shop Decor\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"914\" width=\"740\" \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=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt2a no-gap no-margin flex-col-ctrl padding-s\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover-182828539\" 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\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Fplymouth-pumpkin\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_plymouth_pumpkin\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Plymouth Pumpkin Dinnerware\" class=\"  \" title=\"Shop Plymouth Pumpkin Dinnerware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F022.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1600\" width=\"1648\" \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=\"imagerollover1947102959\" 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\u002Ftabletop-glassware-bar\u002Fseasonal-table-settings\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_setting_inspiration\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Table Setting Inspiration\" class=\"  \" title=\"Shop Table Setting Inspiration\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F023.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1600\" width=\"1712\" \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=\"\" class=\"ecm-component-wrapper ecm-column-control responsive-devicetype-desktop responsive-devicetype-not-mobile parsys_column wsi-colctrl-lt4a padding-l\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover934406794\" 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\u002Ftabletop-glassware-bar\u002Fall-table-linens\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_table_linens\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Table Linens\" class=\"  \" title=\"Shop Table Linens\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F011.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"993\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c1  \"\u003E \n   \u003Cdiv id=\"imagerollover1600835044\" 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\u002Ftabletop-glassware-bar\u002Fall-drinkware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_glassware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Glassware\" class=\"  \" title=\"Shop Glassware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"993\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c2  \"\u003E \n   \u003Cdiv id=\"imagerollover1369122916\" 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\u002Ftabletop-glassware-bar\u002Fall-flatware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_flatware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Flatware\" class=\"  \" title=\"Shop Flatware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"993\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt4a-c3  \"\u003E \n   \u003Cdiv id=\"imagerollover-794943087\" 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\u002Ftabletop-glassware-bar\u002Fall-serveware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_serveware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Serveware\" class=\"  \" title=\"Shop Serveware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"993\" width=\"740\" \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=\"imagerollover1162165236\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile hp-content-zone-story-1 padding-l \"\u003E \n  \u003Ca href=\"https:\u002F\u002Fwww.williams-sonoma.com\u002Fccvalueprop\u002F?fromPageType=Homepage&amp;userAction=LearnMore&amp;fromPageLoc=Site_FallBanner\" target=\"_self\"\u003E \u003Cimg alt=\"Williams Sonoma Visa – See If I'm Pre-Approved\" class=\"  \" title=\"Williams Sonoma Visa – See If I'm Pre-Approved\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F1323\u002F001\u002F001.png"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"176\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-1102282117\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffood\u002Fcandy+chocolate+flavors-of-fall\u002Fproducttype-m-product-type-ff0005151c24fe20-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_confections\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Fall Confections\" class=\"  \" title=\"Shop Fall Confections\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F297\u002F045.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1600\" width=\"3360\" \u002F\u003E \u003C\u002Fa\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-lt3a flex-col-ctrl padding-l\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt3a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover644337980\" 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\u002Fhalloween\u002Fall-halloween\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_spooky_soiree\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Halloween\" class=\"  \" title=\"Shop Halloween\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3191\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1876\" width=\"1528\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt3a-c1  \"\u003E \n   \u003Cdiv id=\"imagerollover-1500359299\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-s \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fhalloween\u002Fthe-nightmare-before-christmas\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_nightmare_before_christmas\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Nightmare Before Christmas\" class=\"  \" title=\"Shop Nightmare Before Christmas\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3245\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"914\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"imagerollover-1500359295\" 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\u002Fhalloween\u002Fcandy+chocolate+marshmallows+halloween-food\u002Fproducttype-m-product-type-ff00050e212830fe20-3\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_candy\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Halloween Candy\" class=\"  \" title=\"Shop Halloween Candy\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F010.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"914\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt3a-c2  \"\u003E \n   \u003Cdiv id=\"imagerollover-1500359296\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-s \"\u003E \n    \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Frory-dobner-skull\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_rory_dobner\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Rory Dobner\" class=\"  \" title=\"Shop Rory Dobner\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F012.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"914\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"imagerollover-1500359298\" 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\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Fpeanuts-great-pumpkin\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_peanuts\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Peanuts\" class=\"  \" title=\"Shop Peanuts\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3245\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"914\" width=\"740\" \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=\"imagerollover-124618030\" 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":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fskills-series\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_coffee_skills_series\" target=\"_self\"\u003E \u003Cimg alt=\"Williams Sonoma Test Kitchen Skill Series\" class=\"  \" title=\"Williams Sonoma Test Kitchen Skill Series\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F3054\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"176\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-1803533578\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Felectrics\u002Felectrics-jura\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_coffee_jura\" target=\"_self\"\u003E \u003Cimg alt=\"Shop JURA\" class=\"  \" title=\"Shop JURA\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0841\u002F001\u002F007.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1600\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-475205097\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Felectrics\u002Fbreville-mixed-metals\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_coffee_kelly_wearstler\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Breville Mixed Metals\" class=\"  \" title=\"Shop Breville Mixed Metals\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0841\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1339\" width=\"3360\" \u002F\u003E \u003C\u002Fa\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-lt2a padding-l\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover644337973\" 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\u002Felectrics\u002Fbreville+toasters+electrics-new\u002Fbrand-attr-m-brands-ff0015fe5f-1+producttype-m-product-type-ff000f161efe20-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_breakfast_breville_toaster\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Breville\" class=\"  \" title=\"Shop Breville\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0841\u002F001\u002F006.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1868\" width=\"1528\" \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=\"imagerollover644337976\" 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\u002Ffood\u002Fcroissants-bread-pastries\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_breakfast_croissants\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Croissants &amp; Pastries\" class=\"  \" title=\"Shop Croissants &amp; Pastries\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0841\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1868\" width=\"1528\" \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=\"imagerollover-1102282071\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-s \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fproducts\u002Fle-creuset-signature-round-wide-dutch-oven\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_lc_wide_oven\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset\" class=\"  \" title=\"Shop Le Creuset\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F019.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1600\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-934182833\" class=\"hp-content-zone-pzn-product-recs-2 ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"imagerollover1856055599\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile module-inset-hero-image padding-s \"\u003E \n    \u003Cimg class=\"  \" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F026\u002F315.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"60\" width=\"3104\" \u002F\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"slider-1363226703\" class=\"slider section scroller-container horizontal &amp;nbsp no-infinite-scroll vue-ecm-slider four-across-slider ecm-component-wrapper ecm-slider-wrapper responsive-devicetype-desktop responsive-devicetype-not-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\u002Fsale-special-offer\u002Foffers-shun-promo\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_shun\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Shun \" class=\"  \" title=\"Shop Shun \" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F3054\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1108\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Fhestan+premier-cookware\u002Fbrand-attr-m-brands-ff0013fe5f-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_hestan\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Hestan Cookware\" class=\"  \" title=\"Shop Hestan Cookware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F077\u002F458.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1156\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Fmiele+premier-electrics\u002Fbrand-attr-m-brands-ff0012fe5f-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_miele\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Miele Coffee &amp; Espresso Makers\" class=\"  \" title=\"Shop Miele Coffee &amp; Espresso Makers\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F3551\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1192\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-all-clad-cookware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_all_clad\" target=\"_self\"\u003E \u003Cimg alt=\"Shop All-Clad Cookware\" class=\"  \" title=\"Shop All-Clad Cookware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F2037\u002F001\u002F012.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1108\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-zwilling-cutlery-promo\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_zwilling\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Zwilling Cutlery\" class=\"  \" title=\"Shop Zwilling Cutlery\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F0780\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1108\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Fbakeware+offers-le-creuset-cookware\u002Fpattern-m-category-ff0012-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_lc_bakeware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset Bakeware\" class=\"  \" title=\"Shop Le Creuset Bakeware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202639\u002F0714\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1156\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-staub-cookware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_staub\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Staub Cookware\" class=\"  \" title=\"Shop Staub Cookware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F073\u002F080.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1156\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Faeropress+premier-electrics\u002Fbrand-attr-m-brands-ff000416fe5f-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_aeropress\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Aeropress\" class=\"  \" title=\"Shop Aeropress\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202639\u002F0714\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1156\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-le-creuset-cookware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_lc_deep_oven\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset\" class=\"  \" title=\"Shop Le Creuset\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F069\u002F175.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1156\" width=\"740\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n      \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-global-promo\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_global\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Global\" class=\"  \" title=\"Shop Global\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F081\u002F880.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1108\" width=\"740\" \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=\"mbox1608694224\" class=\"padding-l ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\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=\"text1909157494\" class=\"text section hide-element hp-content-zone-pzn-product-recs-2 ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover1719366360\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Fnfl\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_game_day_nfl\" target=\"_self\"\u003E \u003Cimg alt=\"Shop NFL\" class=\"  \" title=\"Shop NFL\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F024.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1600\" width=\"3360\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-1818411151\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile module-inset-hero-image padding-s \"\u003E \n  \u003Cimg class=\"  \" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F014\u002F436.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"60\" width=\"3104\" \u002F\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-lt3a padding-l\"\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt3a-c0 \"\u003E \n   \u003Cdiv id=\"imagerollover-1500359232\" 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\u002Fholidays\u002Fday-of-the-dead\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_holidays_dotd\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Day of the Dead\" class=\"  \" title=\"Shop Day of the Dead\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F016.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1322\" width=\"1003\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt3a-c1  \"\u003E \n   \u003Cdiv id=\"imagerollover657505419\" 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\u002Fthanksgiving\u002Fall-thanksgiving\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_holidays_thanksgiving\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Thanksgiving\" class=\"  \" title=\"Shop Thanksgiving\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F015.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1322\" width=\"1003\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cdiv class=\"parsys_column wsi-colctrl-lt3a-c2  \"\u003E \n   \u003Cdiv id=\"imagerollover-1500359230\" 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\u002Fchristmas\u002Fchristmas-view-all\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_holidays_christmas\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Christmas\" class=\"  \" title=\"Shop Christmas\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3174\u002F001\u002F014.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1322\" width=\"1003\" \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=\"mbox876826724\" class=\"hp-content-zone-registry-feature ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\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-1359982710\" class=\"padding-l ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\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=\"imagerollover1934813583\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile module-inset-hero-image padding-s \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fmywilliamssonoma.html"}},{"type":"CONTENT","data":{"CONTENT":"\" target=\"_self\"\u003E \u003Cimg alt=\"The Instagram Shop\" class=\"  \" title=\"The Instagram Shop\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F069\u002F454.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"61\" width=\"3104\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"vuereference-2049977005 \" class=\"section vuereference padding-60 ecm-component-wrapper ecm-vue-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E\n   "}},{"type":"ecm.vue","data":{"name":"Curalate","uniqueLabel":"main_page","CONTENT":"","macroType":"ecm.vue"}},{"type":"CONTENT","data":{"CONTENT":" \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"vuereference-1401045933 \" class=\"section vuereference padding-60 hp-content-zone-pzn-product-recs-3 ecm-component-wrapper ecm-vue-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E\n   "}},{"type":"ecm.vue","data":{"pageTypeName":"HPTRENDING","name":"WsiRecs","CONTENT":"","macroType":"ecm.vue"}},{"type":"CONTENT","data":{"CONTENT":" \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"vuereference-1002830097 \" class=\"section vuereference padding-60 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=\"mbox677180489\" class=\" ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"imagerollover-1743126378\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile module-inset-hero-image padding-s \"\u003E \n    \u003Cimg class=\"  \" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F031\u002F142.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"61\" width=\"3104\" \u002F\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-lt9a padding-l\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt9a-c0 \"\u003E \n     \u003Cdiv id=\"imagerollover-1382404025\" 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":"\u002Fpages\u002Fwilliams-sonoma-home\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_ven=crossbrandreferral&amp;cm_cat=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"WSH\" class=\"  \" title=\"WSH\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F037\u002F092.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"433\" width=\"346\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt9a-c1  \"\u003E \n     \u003Cdiv id=\"imagerollover169660065\" 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=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"PB\" class=\"  \" title=\"PB\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F033\u002F623.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"433\" width=\"346\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt9a-c2  \"\u003E \n     \u003Cdiv id=\"imagerollover-554961847\" 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=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"PBK\" class=\"  \" title=\"PBK\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F027\u002F014.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"433\" width=\"346\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt9a-c3  \"\u003E \n     \u003Cdiv id=\"imagerollover-649830561\" 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=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"PT\" class=\"  \" title=\"PT\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F032\u002F550.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"433\" width=\"346\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt9a-c4  \"\u003E \n     \u003Cdiv id=\"imagerollover-924041231\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n      \u003Ca href=\"https:\u002F\u002Fwww.westelm.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"WE\" class=\"  \" title=\"WE\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F029\u002F695.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"433\" width=\"346\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt9a-c5  \"\u003E \n     \u003Cdiv id=\"imagerollover-2032020801\" 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=WS_&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\u002F202635\u002F2486\u002F052\u002F760.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"433\" width=\"346\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt9a-c6  \"\u003E \n     \u003Cdiv id=\"imagerollover1651802945\" 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=WS_&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\u002F202635\u002F2486\u002F028\u002F138.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"433\" width=\"346\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt9a-c7  \"\u003E \n     \u003Cdiv id=\"imagerollover425946091\" 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=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"GreenRow &gt;\" class=\"  \" title=\"GreenRow &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F054\u002F768.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"433\" width=\"346\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n    \u003C\u002Fdiv\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt9a-c8  \"\u003E \n     \u003Cdiv id=\"imagerollover-4212471\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile  \"\u003E \n      \u003Ca href=\"https:\u002F\u002Fwww.dormify.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Shop Dormify &gt;\" class=\"  \" title=\"Shop Dormify &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F018\u002F730.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"378\" width=\"303\" \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=\"text1265774922\" class=\"text section hp-content-zone-pzn-product-recs ecm-component-wrapper ecm-text-wrapper responsive-devicetype-desktop responsive-devicetype-not-mobile\"\u003E \n \u003C\u002Fdiv\u003E  \n\u003C\u002Fbody\u003E"}}],"mobile":[{"type":"ecmMetadata","data":{"ecmMetadata":"StandardContentMetadata [uri=us\u002F092226-mobile-homepage.html, containerUri=null, keywords=null, title=092226 Mobile Homepage, description=null, language=en-us, countryGroup=US, selectors=null, deviceTypes=[MOBILE], contentTags=[], locale=null, publishedDate=Mon Sep 21 20:23:28 UTC 2026, ecomActivationTime=Tue Sep 22 03:55:44 UTC 2026, 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 id=\"mbox15585602\" class=\"padding-s ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n  \u003C\u002Fdiv\u003E \n  \u003Cscript type=\"text\u002Fjavascript\"\u003E\n                mboxCreate('');\n\n        \u003C\u002Fscript\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv class=\"section video vimeo-video-thumbnail mobile-video-13-17-aspect-ratio ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\" id=\"video-580383370\"\u003E\n   "}},{"type":"ecm.displayVideo","data":{"isOverlay":true,"videoProvider":"vimeo","loopVideo":true,"videoId":"1225774415?h=8e8e106272","overlayLinkId":"id1790022248131","destinationUrl":"\u002Fshop\u002Fcookware\u002Ftucci-greenpan\u002F?cm_re=hpbanner-_-default-_-shop_new_tucci","CONTENT":[{"type":"CONTENT","data":{"CONTENT":"\n  \u003Ca href=\"#id1790022248131\" data-overlay=\"{id: 'id1790022248131', 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\u002F202637\u002F3541\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"500\" width=\"384\" \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=\"imagerollover895789420\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile  \"\u003E \n  \u003Cimg class=\"  \" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0854\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"376\" width=\"768\" \u002F\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-577224329\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcookware\u002Fgreenpan--stanley-tucci--copper+cookware-greenpan\u002Fcollection-m-collection-ff00050a12192cfeu~21222020u~212220-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_new_tucci_copper\" target=\"_self\"\u003E \u003Cimg alt=\"Shop GreenPan™ Stanley Tucci™ Copper Cookware\" class=\"  \" title=\"Shop GreenPan™ Stanley Tucci™ Copper Cookware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F3058\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"960\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-140585977\" 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\u002Fcookware\u002Fstar-trek-le-creuset\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_new_star_trek\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset x Star Trek Collection\" class=\"  \" title=\"Shop Le Creuset x Star Trek Collection\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F3541\u002F001\u002F007.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1000\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover566739124\" 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\u002Fcookware\u002Fstar-trek-le-creuset\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_new_star_trek\" target=\"_self\"\u003E \u003Cimg class=\"  \" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"80\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-807750939\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile hp-content-zone-story-2 padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcookware\u002Falison-roman-all-clad-g5\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_all_clad_graphite_sharapova\" target=\"_self\"\u003E \u003Cimg alt=\"Shop All-Clad G5&reg; Graphite Core Collection\" class=\"  \" title=\"Shop All-Clad G5&reg; Graphite Core Collection\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F1937\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"2274\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-711968006\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-m \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fproducts\u002Fkitchenaid-artisan-plus-design-series-luminaire-stand-mixer\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_baking_kitchenaid_luminaire\" target=\"_self\"\u003E \u003Cimg alt=\"Shop KitchenAid&reg; Design Series Luminaire Stand Mixer\" class=\"  \" title=\"Shop KitchenAid&reg; Design Series Luminaire Stand Mixer\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F3058\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1000\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-678306733\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile module-inset-hero-image padding-m \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fbakeware\u002Fbread-mixes+brownie-mixes+cake-mixes+cookie-mixes+donut-mix+muffin-mix+pancake---waffle-mixes+bakeware-fall-baking\u002Fproducttype-m-product-type-ff00060b13181d22292e34373e414b525e656dfe2020202020202026202020-7\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_baking\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Fall Baking Mixes\" class=\"  \" title=\"Shop Fall Baking Mixes\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F3058\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"912\" width=\"688\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-1271601823\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile module-inset-hero-image padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fbakeware\u002Fbakeware-goldtouch-shop\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_baking_goldtouch\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Goldtouch&reg;\" class=\"  \" title=\"Shop Goldtouch&reg;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0854\u002F001\u002F008.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"912\" width=\"688\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover1947055183\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-m \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fcookware\u002Fle-creuset-pumpkin+cookware-le-creuset\u002Fcollection-m-collection-ff00030b1ffe2020-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_lc_pumpkin\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset Pumpkin Collection\" class=\"  \" title=\"Shop Le Creuset Pumpkin Collection\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F1327\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"960\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox247561593\" class=\" 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-lt2a col-ctrl-nowrap padding-l\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n     \u003Cdiv id=\"imagerollover-649303162\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-m \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Foutdoor\u002Fwreaths-garlands\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_wreaths\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Wreaths\" class=\"  \" title=\"Shop Wreaths\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F009.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"463\" width=\"328\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover-649303161\" 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\u002Fhomekeeping\u002Fsoaps-lotions-collections-all\u002Fpumpkin-spice-scent-all\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_soaps\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Soaps &amp; Lotions\" class=\"  \" title=\"Shop Soaps &amp; Lotions\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F007.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"463\" width=\"328\" \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=\"imagerollover-649303159\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-m \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fbakeware\u002Fbakeware+bakeware-fall-baking\u002Fpattern-m-category-ff0012-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_bakeware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Fall Bakeware\" class=\"  \" title=\"Shop Fall Bakeware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"463\" width=\"328\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover-649303158\" 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\u002Foutdoor\u002Fhalloween+autumn+doormat+trees+garden-d-cor+all-flower-garden\u002Foccasion-m-occasion-ff00091a-2+producttype-m-product-type-ff00070c131f262efe20e920-3\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_decor\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Decor\" class=\"  \" title=\"Shop Decor\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F003.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"462\" width=\"328\" \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-2120536376\" class=\"hp-content-zone-story-3 padding-m ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\u003E \n   \u003Cdiv id=\"imagerollover-832866652\" 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\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Fplymouth-pumpkin\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_plymouth_pumpkin\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Plymouth Pumpkin Dinnerware\" class=\"  \" title=\"Shop Plymouth Pumpkin Dinnerware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F006.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"216\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n   \u003C\u002Fdiv\u003E \n   \u003Cdiv id=\"imagerollover-444329878\" 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\u002Ftabletop-glassware-bar\u002Fseasonal-table-settings\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_setting_inspiration\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Table Setting Inspiration\" class=\"  \" title=\"Shop Table Setting Inspiration\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F019.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"784\" width=\"768\" \u002F\u003E \u003C\u002Fa\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=\"slider-1368858146\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider no-infinite-scroll sm-one-half-slider padding-l 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\u002Ftabletop-glassware-bar\u002Fall-table-linens\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_table_linens\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Table Linens\" class=\"  \" title=\"Shop Table Linens\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F015.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"612\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ftabletop-glassware-bar\u002Fall-drinkware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_glassware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Glassware\" class=\"  \" title=\"Shop Glassware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"612\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ftabletop-glassware-bar\u002Fall-flatware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_flatware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Flatware\" class=\"  \" title=\"Shop Flatware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F011.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"612\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ftabletop-glassware-bar\u002Fall-serveware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_tabletop_serveware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Serveware\" class=\"  \" title=\"Shop Serveware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F014.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"612\" width=\"448\" \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=\"imagerollover-1582555135\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile hp-content-zone-story-1 padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fccvalueprop\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?fromPageType=Homepage&amp;userAction=LearnMore&amp;fromPageLoc=Site_FallBanner\" target=\"_blank\"\u003E \u003Cimg alt=\"See If I'm Pre-Approved for a Williams Sonoma Visa\" class=\"  \" title=\"See If I'm Pre-Approved for a Williams Sonoma Visa\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F1327\u002F001\u002F001.png"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"396\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-1188481215\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffood\u002Fcandy+chocolate+flavors-of-fall\u002Fproducttype-m-product-type-ff0005151c24fe20-2\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_fall_confections\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Fall Confections\" class=\"  \" title=\"Shop Fall Confections\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F020.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1000\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover101536727\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-m \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fhalloween\u002Fall-halloween\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_spooky_soiree\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Halloween\" class=\"  \" title=\"Shop Halloween\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F1327\u002F001\u002F006.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1000\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"mbox-1698789445\" class=\" 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-lt2a col-ctrl-nowrap padding-l\"\u003E \n    \u003Cdiv class=\"parsys_column wsi-colctrl-lt2a-c0 \"\u003E \n     \u003Cdiv id=\"imagerollover-482256312\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-m \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fhalloween\u002Fthe-nightmare-before-christmas\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_nightmare_before_christmas\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Nightmare Before Christmas\" class=\"  \" title=\"Shop Nightmare Before Christmas\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3224\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"463\" width=\"328\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover-482256308\" 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\u002Fhalloween\u002Fcandy+chocolate+marshmallows+halloween-food\u002Fproducttype-m-product-type-ff00050e212830fe20-3\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_candy\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Halloween Candy\" class=\"  \" title=\"Shop Halloween Candy\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F012.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"463\" width=\"328\" \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=\"imagerollover-482256309\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-m \"\u003E \n      \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Frory-dobner-skull\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_rory_dobner\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Rory Dobner\" class=\"  \" title=\"Shop Rory Dobner\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3158\u002F001\u002F013.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"462\" width=\"328\" \u002F\u003E \u003C\u002Fa\u003E \n     \u003C\u002Fdiv\u003E \n     \u003Cdiv id=\"imagerollover-482256311\" 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\u002Ftabletop-glassware-bar\u002Ftabletop-dinnerware-sets\u002Fpeanuts-great-pumpkin\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_halloween_peanuts\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Peanuts™\" class=\"  \" title=\"Shop Peanuts™\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F3224\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"463\" width=\"328\" \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=\"imagerollover290981259\" 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":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fskills-series\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_coffee_skills_series\" target=\"_self\"\u003E \u003Cimg alt=\"Williams Sonoma Test Kitchen Skill Series. Reserve your spot\" class=\"  \" title=\"Williams Sonoma Test Kitchen Skill Series. Reserve your spot\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0854\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"320\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-86312209\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Felectrics\u002Felectrics-jura\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_coffee_jura\" target=\"_self\"\u003E \u003Cimg alt=\"Shop JURA J10 twin Fully Automatic Espresso Machine\" class=\"  \" title=\"Shop JURA J10 twin Fully Automatic Espresso Machine\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0854\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1000\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-596920689\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Felectrics\u002Fbreville-mixed-metals\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_coffee_kelly_wearstler\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Breville Mixed Metals Collection\" class=\"  \" title=\"Shop Breville Mixed Metals Collection\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0854\u002F001\u002F009.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"2500\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover1197788090\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile module-inset-hero-image padding-m \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Felectrics\u002Fbreville+toasters+electrics-new\u002Fbrand-attr-m-brands-ff0015fe5f-1+producttype-m-product-type-ff000f161efe20-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_breakfast_breville_toaster\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Breville\" class=\"  \" title=\"Shop Breville\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0854\u002F001\u002F005.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"912\" width=\"688\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-1938965774\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile module-inset-hero-image padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Ffood\u002Fcroissants-bread-pastries\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_breakfast_croissants\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Croissants &amp; Pastries\" class=\"  \" title=\"Shop Croissants &amp; Pastries\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F0854\u002F001\u002F007.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"912\" width=\"688\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover-1668932029\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-m \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fproducts\u002Fle-creuset-signature-round-wide-dutch-oven\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_lc_wide_oven\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset\" class=\"  \" title=\"Shop Le Creuset\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F070\u002F922.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1000\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"slider1592435489\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider no-infinite-scroll sm-one-half-slider padding-l hp-content-zone-pzn-product-recs-2 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\u002Fsale-special-offer\u002Foffers-shun-promo\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_shun\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Shun\" class=\"  \" title=\"Shop Shun\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202638\u002F3058\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"791\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Fhestan+premier-cookware\u002Fbrand-attr-m-brands-ff0013fe5f-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_hestan\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Hestan\" class=\"  \" title=\"Shop Hestan\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F050\u002F599.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"798\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Fmiele+premier-electrics\u002Fbrand-attr-m-brands-ff0012fe5f-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_miele\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Miele Espresso Machines\" class=\"  \" title=\"Shop Miele Espresso Machines\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202637\u002F3541\u002F001\u002F004.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"833\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-all-clad-cookware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_all_clad\" target=\"_self\"\u003E \u003Cimg alt=\"Shop All-Clad\" class=\"  \" title=\"Shop All-Clad\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F2049\u002F001\u002F011.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"791\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-zwilling-cutlery-promo\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_zwilling\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Zwilling\" class=\"  \" title=\"Shop Zwilling\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202636\u002F0789\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"833\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Fbakeware+offers-le-creuset-cookware\u002Fpattern-m-category-ff0012-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_lc_bakeware\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset Bakeware\" class=\"  \" title=\"Shop Le Creuset Bakeware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202639\u002F0718\u002F001\u002F002.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"791\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-staub-cookware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_staub\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Staub\" class=\"  \" title=\"Shop Staub\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F051\u002F802.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"755\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Faeropress+premier-electrics\u002Fbrand-attr-m-brands-ff000416fe5f-1\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_aeropress\" target=\"_self\"\u003E \u003Cimg alt=\"Shop AeroPress&reg;\" class=\"  \" title=\"Shop AeroPress&reg;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202639\u002F0718\u002F001\u002F001.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"791\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-le-creuset-cookware\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_lc_deep_oven\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Le Creuset Cookware\" class=\"  \" title=\"Shop Le Creuset Cookware\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F046\u002F403.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"833\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fsale-special-offer\u002Foffers-global-promo\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_promo_global\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Global\" class=\"  \" title=\"Shop Global\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F052\u002F080.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"755\" width=\"448\" \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=\"imagerollover1384674384\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-l \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fnew\u002Fnfl\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_game_day_nfl\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Williams Sonoma x NFL Collection\" class=\"  \" title=\"Shop Williams Sonoma x NFL Collection\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F077\u002F042.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"1000\" width=\"768\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"imagerollover1279482017\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile padding-s module-inset-hero-image \"\u003E \n  \u003Cimg alt=\"Celebrate Every Occasion\" class=\"  \" title=\"Celebrate Every Occasion\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F007\u002F280.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"52\" width=\"688\" \u002F\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"slider-2112665951\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider no-infinite-scroll sm-one-half-slider padding-l 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\u002Fholidays\u002Fday-of-the-dead\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_holidays_dotd\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Day of the Dead\" class=\"  \" title=\"Shop Day of the Dead\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F066\u002F465.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"648\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fthanksgiving\u002Fall-thanksgiving\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_holidays_thanksgiving\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Thanksgiving\" class=\"  \" title=\"Shop Thanksgiving\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F064\u002F190.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"612\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fshop\u002Fchristmas\u002Fchristmas-view-all\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_re=hpbanner-_-default-_-shop_holidays_christmas\" target=\"_self\"\u003E \u003Cimg alt=\"Shop Halloween\" class=\"  \" title=\"Shop Halloween\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F059\u002F728.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"612\" width=\"448\" \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=\"mbox18843828\" class=\"hp-content-zone-registry-feature ecm-component-wrapper ecm-mbox-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E \n  \u003Cdiv class=\"mboxDefault\"\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=\"imagerollover1337815061\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile module-inset-hero-image padding-s \"\u003E \n  \u003Ca href=\""}},{"type":"wsgc.contextualappurl","data":{"macroType":"wsgc.contextualappurl","url":"\u002Fpages\u002Fmywilliamssonoma.html"}},{"type":"CONTENT","data":{"CONTENT":"\" target=\"_self\"\u003E \u003Cimg alt=\"See More Inspirations\" class=\"  \" title=\"See More Inspirations\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F067\u002F737.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"217\" width=\"696\" \u002F\u003E \u003C\u002Fa\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"vuereference-1773505960 \" class=\"section vuereference padding-l ecm-component-wrapper ecm-vue-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E\n   "}},{"type":"ecm.vue","data":{"name":"Curalate","uniqueLabel":"main_page","CONTENT":"","macroType":"ecm.vue"}},{"type":"CONTENT","data":{"CONTENT":" \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"vuereference-1191985672 \" class=\"section vuereference padding-l hp-content-zone-pzn-product-recs-3 ecm-component-wrapper ecm-vue-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile\"\u003E\n   "}},{"type":"ecm.vue","data":{"pageTypeName":"HPTRENDING","name":"WsiRecs","CONTENT":"","macroType":"ecm.vue"}},{"type":"CONTENT","data":{"CONTENT":" \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"vuereference-648501221 \" class=\"section vuereference padding-l 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=\"imagerollover-1214458000\" class=\"section imagerollover ecm-component-wrapper ecm-image-wrapper responsive-devicetype-not-desktop responsive-devicetype-mobile module-inset-hero-image padding-s \"\u003E \n  \u003Cimg alt=\"Discover Our Family of Brands &gt;\" class=\"  \" title=\"Discover Our Family of Brands &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F021\u002F169.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"157\" width=\"688\" \u002F\u003E \n \u003C\u002Fdiv\u003E \n \u003Cdiv id=\"slider-162147810\" class=\"slider section scroller-container horizontal &amp;nbsp vue-ecm-slider sm-one-half-slider no-infinite-scroll padding-l 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\u002Fwilliams-sonoma-home\u002F"}},{"type":"CONTENT","data":{"CONTENT":"?cm_ven=crossbrandreferral&amp;cm_cat=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Williams Sonoma Home &gt;\" class=\"  \" title=\"Williams Sonoma Home &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F045\u002F401.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"560\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.potterybarnkids.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Pottery Barn &gt;\" class=\"  \" title=\"Pottery Barn &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F036\u002F814.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"560\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.potterybarnkids.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Pottery Barn Kids &gt;\" class=\"  \" title=\"Pottery Barn Kids &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F030\u002F133.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"560\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.pbteen.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Pottery Barn Teen &gt;\" class=\"  \" title=\"Pottery Barn Teen &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F038\u002F069.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"560\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.westelm.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"West Elm &gt;\" class=\"  \" title=\"West Elm &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F035\u002F811.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"560\" width=\"448\" \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=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Mark and Graham &gt;\" class=\"  \" title=\"Mark and Graham &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F055\u002F905.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"560\" width=\"448\" \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=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Rejuvenation &gt;\" class=\"  \" title=\"Rejuvenation &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F035\u002F200.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"560\" width=\"448\" \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=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"GreenRow &gt;\" class=\"  \" title=\"GreenRow &gt;\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F062\u002F809.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"560\" width=\"448\" \u002F\u003E \u003C\u002Fa\u003E \u003C\u002Fli\u003E \n    \u003Cli class=\"imagerollover\"\u003E \u003Ca href=\"https:\u002F\u002Fwww.dormify.com\u002F?cm_ven=crossbrandreferral&amp;cm_cat=WS_&amp;cm_pla=xbrandevent&amp;cm_ite=evergreenfooter\" target=\"_blank\"\u003E \u003Cimg alt=\"Dormify\" class=\"  \" title=\"Dormify\" src=\""}},{"type":"wsgc.ecmasseturl","data":{"macroType":"wsgc.ecmasseturl","url":"ecm\u002F202635\u002F2486\u002F030\u002F927.jpg"}},{"type":"CONTENT","data":{"CONTENT":"\" height=\"560\" width=\"448\" \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-1698577750\" class=\"text section hp-content-zone-pzn-product-recs ecm-component-wrapper ecm-text-wrapper responsive-devicetype-not-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,"locale":{"primaryLang":null,"secondaryLang":null,"altLangs":null,"timeZone":null,"currency":null,"localeString":"undefined"},"languageFileName":null,"contentSeoMetaData":{}}}</script>
    <footer data-component="Global-Footer" data-style="footer"><!--[--><div class="chat-drawer right" data-style="footer"><div class="salesforce-chat-container"></div></div><section data-style="footer-sections" data-component="Global-footer-FooterSections" class="global-footer-container"><!--[--><!--[--><!--[--><ul data-style="footer-menu" class="footer-menu desktop"><!--[--><!--[--><li><!--[--><h3 class="footer-heading"><a href="/customer-service/?cm_type=fnav">Customer Service</a></h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/email-us/" class="footer-link">Contact Us</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/order-shipment-tracking/?cm_type=fnav" class="footer-link">Track Your Order</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/return/?cm_type=fnav" class="footer-link">Returns &amp; Exchanges</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/shipping-info.html?cm_type=fnav&amp;custSvsId=shippingInfo" class="footer-link">Shipping Information</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/manage-email-settings/?cm_type=fnav" class="footer-link">Email Preferences</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/fine-print.html?cm_type=fnav" class="footer-link">Promotional Fine Print</a><!--]--><!----></li><!--]--><!--[--><li><span data-style="feedback" class="footer-feedback" data-component="Global-footer-Feedback"><span><input type="hidden" name="sessionCookieName" id="sessionCookieName" value="WSPE_SID"><a id="oo_feedback" href="javascript:O_LC(&#39;&#39;);" class="feedback-link">Site Feedback</a></span></span></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu desktop"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Our Company</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/about-us.html?cm_type=fnav" class="footer-link">Our Story</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://www.williams-sonomainc.com" class="footer-link">Williams-Sonoma Inc.</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/careers.html?cm_type=fnav" class="footer-link">Careers</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/stores/?cm_type=fnav" class="footer-link">Store Locator</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu desktop"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Events &amp; Services</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/registry/?cm_type=fnav" class="footer-link">Wedding &amp; Gift Registry</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/ws-home/design-services/?cm_type=fnav" class="footer-link">Free Design Services</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/virtual-events-and-in-store-classes/in-store-events/?cm_type=fnav" class="footer-link">Events</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/williams-sonoma/cutlery/3-ways-to-sharpen-knives/?cm_type=fnav" class="footer-link">Knife Sharpening</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/gift-services/gift-card-landing.html?cm_type=fnav" class="footer-link">Gift Cards</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><h3 class="footer-heading">B2B Programs</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/williams-sonoma/b2b/overview/?cm_type=fnav" class="footer-link">B2B Overview</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/williams-sonoma/b2b/contract/?cm_type=fnav" class="footer-link">Contract</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/williams-sonoma/b2b/trade/?cm_type=fnav" class="footer-link">Trade</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/trade-programs/chefs/landing.html?cm_type=fnav" class="footer-link">Professional Chefs</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/williams-sonoma/b2b/corporate-gifting/?cm_type=fnav" class="footer-link">Corporate Gifting</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu desktop"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Loyalty Programs</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/ccvalueprop/?fromPageType=GlobalFooter&amp;userAction=learnmore&amp;cm_sp=footer" class="footer-link">Williams Sonoma Credit Card</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/the-key-rewards?cm_type=fnav" class="footer-link">Key Rewards</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/reserve/?cm_type=fnav" class="footer-link">Williams Sonoma Reserve</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><h3 class="footer-heading">More Williams Sonoma</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/catalog-request/?cm_type=fnav" class="footer-link">Request a Catalog</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://www.williams-sonomawine.com/" class="footer-link" target="_blank">Williams Sonoma Wine Shop</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://personalize.williams-sonoma.com/" class="footer-link" target="_blank">Personalized Wine</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu desktop"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Williams Sonoma App</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="javascript:void(0);" class="footer-link">Everything you love about shopping with us all in one convenient place.</a><!--]--><!----></li><!--]--><!--[--><li><a href="https://apps.apple.com/us/app/williams-sonoma/id1499531240"><img src="https://assets.wsimgs.com/wsimgs/ab/images/dp/ecm/202412/2377/001/001.png" loading="lazy"></a><!----></li><!--]--><!--]--></ul><!--]--><!--[--><ul data-style="footer-menu" class="footer-menu mobile"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Customer Service</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/m/customer-service/email-us/" class="footer-link">Contact Us</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/order-shipment-tracking/" class="footer-link">Track Your Order</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/return/?cm_type=fnav" class="footer-link">Returns &amp; Exchanges</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/m/customer-service/shipping-info.html?cm_type=fnav&amp;custSvsId=shippingInfo" class="footer-link">Shipping Information</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/manage-email-settings/?cm_type=fnav&amp;custSvsId=emailPreferences" class="footer-link">Email Preferences</a><!--]--><!----></li><!--]--><!--[--><li><span data-style="feedback" class="footer-feedback" data-component="Global-footer-Feedback"><span><input type="hidden" name="sessionCookieName" id="sessionCookieName" value="WSPE_SID"><a id="oo_feedback" href="javascript:O_LC(&#39;&#39;);" class="feedback-link">Site Feedback</a></span></span></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu mobile"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Our Company</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/m/customer-service/about-us.html?cm_type=fnav" class="footer-link">Our Story</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://www.williams-sonomainc.com" class="footer-link">Williams-Sonoma Inc.</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/careers.html?cm_type=fnav" class="footer-link">Careers</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/stores/?cm_type=fnav" class="footer-link">Store Locator</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu mobile"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Events &amp; Services</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/registry/?cm_type=fnav" class="footer-link">Wedding &amp; Gift Registry</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="m/pages/ws-home/design-services/?cm_type=fnav" class="footer-link">Free Design Services</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/virtual-events-and-in-store-classes/in-store-events/?cm_type=fnav" class="footer-link">Events</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/williams-sonoma/cutlery/3-ways-to-sharpen-knives/?cm_type=fnav" class="footer-link">Knife Sharpening</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/gift-services/gift-card-landing.html?cm_type=fnav" class="footer-link">Gift Cards</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu mobile"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">B2B Programs</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/m/pages/williams-sonoma/b2b/overview/?cm_type=fnav" class="footer-link">B2B Overview</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/m/pages/williams-sonoma/b2b/contract/?cm_type=fnav" class="footer-link">Contract</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/m/pages/williams-sonoma/b2b/trade/?cm_type=fnav" class="footer-link">Trade</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/trade-programs/chefs/landing.html?cm_type=fnav" class="footer-link">Professional Chefs</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/m/pages/williams-sonoma/b2b/corporate-gifting/?cm_type=fnav" class="footer-link">Corporate Gifting</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu mobile"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">Loyalty Programs</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/ccvalueprop/?fromPageType=GlobalFooter&amp;userAction=learnmore&amp;cm_sp=footer" class="footer-link">Williams Sonoma Credit Card</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/pages/the-key-rewards?cm_type=fnav" class="footer-link">Key Rewards</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="m/customer-service/reserve/?cm_type=fnav" class="footer-link">Williams Sonoma Reserve</a><!--]--><!----></li><!--]--><!--]--></ul><ul data-style="footer-menu" class="footer-menu mobile"><!--[--><!--[--><li><!--[--><h3 class="footer-heading">More From Williams Sonoma</h3><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="/customer-service/catalog-request/?cm_type=fnav" class="footer-link">Request a Catalog</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://www.williams-sonomawine.com/" class="footer-link" target="_blank">Williams Sonoma Wine Shop</a><!--]--><!----></li><!--]--><!--[--><li><!--[--><a href="https://personalize.williams-sonoma.com/" class="footer-link" target="_blank">Personalized Wine</a><!--]--><!----></li><!--]--><!--]--></ul><!--]--><ul data-style="mobile-footer-links" class="mobile-footer-links mobile"><!--[--><li><a>© 2026 Williams-Sonoma Inc., All Rights Reserved</a></li><li><a href="/customer-service/legal-statement.html#terms">Terms &amp; Conditions</a></li><li><a href="/customer-service/legal-statement.html#access">Accessibility</a></li><li><a href="/customer-service/legal-statement.html#privacy">Privacy Policy</a></li><li><a href="/about-us/privacy-policy.html#do-not-sell">Do Not Sell or Share My Personal Information</a></li><li><a href="/m/customer-service/safety-recalls/?cm_type=fnav&amp;custSvsId=shippingInfo">Safety Recalls</a></li><li><a href="/customer-service/state-disclosures/?cm_type=fnav">State Disclosures</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">Be the first to know about new arrivals, sales &amp; more.</h3><p class="footer-email-sign-up-text" data-component="Global-footer-EmailSignUp" id="form-instructions">Sign up for emails below or text to Join – text JOINWS to 79094.</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 emails below or text to Join – text JOINWS to 79094.</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 automated marketing text messages about new items, great savings and more. 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. <span class='terms-and-conditions'>By signing up for email and mobile marketing, you agree to our <a href='/customer-service/legal-statement.html?#terms' target='_blank'>Terms&nbsp;&&nbsp;Conditions</a> and <a href='/customer-service/legal-statement.html?#privacy' target='_blank'>Privacy Policy</a>.</span></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='/about-us/privacy-policy.html#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="facebook"><a href="https://www.facebook.com/WilliamsSonoma?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="#706A64"><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="twitter"><a href="https://www.twitter.com/WilliamsSonoma?cm_sp=GlobalLinks-_-Footer-_-Twitter" target="_new"><svg data-style="twitter" 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-Twitter" aria-labelledby="twitter-icon" fill="#706A64"><title id="twitter-icon">Twitter</title><path fill="" d="M17,0h0a17,17,0,0,0,0,34h0A17,17,0,0,0,17,0Zm6.77,13.53c0,.15,0,.3,0,.46A10,10,0,0,1,17,23.45a10.52,10.52,0,0,1-3.16.48,9.91,9.91,0,0,1-5.36-1.57,7.55,7.55,0,0,0,.83.05,7,7,0,0,0,4.34-1.5,3.48,3.48,0,0,1-3.26-2.42A3.62,3.62,0,0,0,12,18.43,3.52,3.52,0,0,1,9.17,15v0a3.56,3.56,0,0,0,1.59.43A3.5,3.5,0,0,1,9.2,12.48a3.42,3.42,0,0,1,.48-1.76,9.92,9.92,0,0,0,7.2,3.66,3.57,3.57,0,0,1-.09-.8A3.53,3.53,0,0,1,17,12.4a3.48,3.48,0,0,1,5.83-1.21,7.2,7.2,0,0,0,2.22-.85,3.48,3.48,0,0,1-1.54,1.93,6.8,6.8,0,0,0,2-.55A7,7,0,0,1,23.78,13.53Z"></path></svg></a></li><li class="instagram"><a href="https://www.instagram.com/WilliamsSonoma?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="#706A64"><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="youtube"><a href="https://www.youtube.com/channel/UChicngiolLIoVDy2fjUgQzA?sub_confirmation=1" target="_new"><svg data-style="youtube" 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-YouTube" aria-labelledby="youtube-icon" fill="#706A64"><title id="youtube-icon">YouTube</title><path fill="" d="M18.82,19.16a.8.8,0,0,0-.36.09,1.39,1.39,0,0,0-.34.27V17.83h-.78v5.25h.78v-.3a1.19,1.19,0,0,0,.34.27.84.84,0,0,0,.4.08.64.64,0,0,0,.53-.22,1,1,0,0,0,.18-.63V20.13a1.12,1.12,0,0,0-.2-.72A.64.64,0,0,0,18.82,19.16Zm-.05,3a.38.38,0,0,1-.07.27.23.23,0,0,1-.21.09.41.41,0,0,1-.18-.05.54.54,0,0,1-.19-.13V19.93a.56.56,0,0,1,.16-.12.38.38,0,0,1,.17,0,.29.29,0,0,1,.24.11.42.42,0,0,1,.08.29Z"></path><polygon fill="" points="11.52 18.59 12.42 18.59 12.42 23.08 13.3 23.08 13.3 18.59 14.21 18.59 14.21 17.83 11.52 17.83 11.52 18.59"></polygon><path fill="" d="M16,22.15a.91.91,0,0,1-.24.2.42.42,0,0,1-.22.09.19.19,0,0,1-.15-.06.34.34,0,0,1,0-.2v-3h-.77v3.25a.8.8,0,0,0,.13.51.48.48,0,0,0,.41.18.85.85,0,0,0,.44-.13,1.23,1.23,0,0,0,.45-.36v.43h.78V19.2H16Z"></path><path fill="" d="M16.89,14.86a.37.37,0,0,0,.28-.1.36.36,0,0,0,.1-.27V12.16a.26.26,0,0,0-.1-.22.45.45,0,0,0-.28-.09.36.36,0,0,0-.26.09.26.26,0,0,0-.1.22v2.33a.38.38,0,0,0,.09.27A.35.35,0,0,0,16.89,14.86Z"></path><path fill="" d="M17,0A17,17,0,1,0,34,17,17,17,0,0,0,17,0Zm1.86,11.26h.87v3.27a.37.37,0,0,0,.06.23.24.24,0,0,0,.17.06.51.51,0,0,0,.25-.09,1.18,1.18,0,0,0,.27-.23V11.22h.87v4.27h-.87V15a1.79,1.79,0,0,1-.5.4,1.24,1.24,0,0,1-.51.13.55.55,0,0,1-.46-.19.94.94,0,0,1-.15-.58Zm-3.24,1a1,1,0,0,1,.35-.79,1.44,1.44,0,0,1,.95-.3,1.27,1.27,0,0,1,.89.31,1.07,1.07,0,0,1,.34.8v2.2a1.08,1.08,0,0,1-.34.86,1.48,1.48,0,0,1-1.85,0,1.13,1.13,0,0,1-.34-.86ZM13.25,9.7,13.89,12H14l.6-2.32h1l-1.14,3.39v2.4h-1V13.2L12.26,9.7ZM25.51,21.8a2.43,2.43,0,0,1-2.42,2.42H10.93A2.44,2.44,0,0,1,8.5,21.8V19.32a2.44,2.44,0,0,1,2.43-2.43H23.09a2.44,2.44,0,0,1,2.42,2.43Z"></path><path fill="" d="M21.16,19.11a1.18,1.18,0,0,0-.85.31,1.09,1.09,0,0,0-.34.83V22a1.3,1.3,0,0,0,.3.88,1.08,1.08,0,0,0,.83.32,1.14,1.14,0,0,0,.86-.3,1.22,1.22,0,0,0,.3-.9v-.2h-.8V22a.82.82,0,0,1-.08.44.34.34,0,0,1-.27.1.29.29,0,0,1-.26-.12.86.86,0,0,1-.07-.42v-.73h1.48v-1a1.14,1.14,0,0,0-.29-.84A1.06,1.06,0,0,0,21.16,19.11Zm.3,1.52h-.68v-.39a.55.55,0,0,1,.08-.35.32.32,0,0,1,.26-.11.33.33,0,0,1,.26.11.62.62,0,0,1,.08.35Z"></path></svg></a></li><li class="pinterest"><a href="https://pinterest.com/WilliamsSonoma/?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="#706A64"><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="appstore"><a href="https://apps.apple.com/us/app/williams-sonoma/id1499531240" target="_new"><AppStore fill="#706A64"></AppStore></a></li><!--]--></ul></div><div class="footer-legal"><div class="text section"><p> <a href="" target="_blank"></a> </p></div></div></div><!--]--><!--]--></section><div><ul class="copyright"><!--[--><li><span class="copyright-info">© 2026 Williams-Sonoma Inc., All Rights Reserved</span><!----></li><li><a href="/customer-service/legal-statement.html#terms">Terms &amp; Conditions <span class="last-updated"></span></a><span> | </span></li><li><a href="/customer-service/legal-statement.html#access">Accessibility <span class="last-updated"></span></a><span> | </span></li><li><a href="/customer-service/legal-statement.html#access">Privacy Policy <span class="last-updated"></span></a><span> | </span></li><li><a href="/about-us/privacy-policy.html#do-not-sell">Do Not Sell or Share My Personal Information <span class="last-updated"></span></a><span> | </span></li><li><a href="/customer-service/safety-recalls">Safety Recalls <span class="last-updated"></span></a><span> | </span></li><li><a href="/customer-service/state-disclosures">State Disclosures <span class="last-updated"></span></a><!----></li><!--]--></ul><!----></div><!--]--></footer><script>window.__FOOTER__INITIAL__STATE__={"footer":{"concept":"WS","config":{"browseMode":[{"key":"commonDesignChat","override":{"enabled":false}},{"key":"copyrights","override":{"copy_list":[{"text":"© 2026 Williams-Sonoma Inc., All Rights Reserved","secondary_text":"","link":""},{"text":"Terms & Conditions","secondary_text":"","link":"\u002Fcustomer-service\u002Flegal-statement.html#terms"},{"text":"Accessibility","secondary_text":"","link":"\u002Fcustomer-service\u002Flegal-statement.html#access"},{"text":"Privacy Policy","secondary_text":"","link":"\u002Fnetstorage\u002Feu_privacy_policy_9_2025.html"},{"text":"Cookie Policy","secondary_text":"","link":"\u002Fnetstorage\u002Feu_privacy_policy_9_2025.html#cookie-policy"},{"text":"Do Not Sell or Share My Personal Information","secondary_text":"","link":"\u002Fabout-us\u002Fprivacy-policy.html#do-not-sell"},{"text":"Safety Recalls","secondary_text":"","link":"\u002Fcustomer-service\u002Fsafety-recalls"},{"text":"State Disclosures","secondary_text":"","link":"\u002Fcustomer-service\u002Fstate-disclosures"}]}},{"key":"emailSignup","override":{"sign_up":false}},{"key":"financialIncentives","override":{}},{"key":"footerLinks","override":{"footer_links":[{"column":[{"text":"Our Company","link":"","type":"header"},{"text":"Our Story","link":"\u002Fcustomer-service\u002Fabout-us.html?cm_type=fnav"},{"text":"Williams-Sonoma Inc.","link":"https:\u002F\u002Fwww.williams-sonomainc.com"},{"text":"Careers","link":"\u002Fcustomer-service\u002Fcareers.html?cm_type=fnav"}]}],"footer_legal":{},"mobile_footer_links":[{"text":"© 2026 Williams-Sonoma Inc., All Rights Reserved"},{"text":"Terms & Conditions","link":"\u002Fcustomer-service\u002Flegal-statement.html#terms"},{"text":"Accessibility","link":"\u002Fcustomer-service\u002Flegal-statement.html#access"},{"text":"Privacy Policy","link":"\u002Fnetstorage\u002Feu_privacy_policy_9_2025.html"},{"text":"Cookie Policy","link":"\u002Fnetstorage\u002Feu_privacy_policy_9_2025.html#cookie-policy"},{"text":"Do Not Sell or Share My Personal Information","link":"\u002Fabout-us\u002Fprivacy-policy.html#do-not-sell"},{"text":"Safety Recalls","link":"\u002Fm\u002Fcustomer-service\u002Fsafety-recalls\u002F?cm_type=fnav&custSvsId=shippingInfo"},{"text":"State Disclosures","link":"\u002Fcustomer-service\u002Fstate-disclosures\u002F?cm_type=fnav"}],"mobile_footer_menu":[{"column":[{"text":"Our Company","link":"","type":"header"},{"text":"Our Story","link":"\u002Fm\u002Fcustomer-service\u002Fabout-us.html?cm_type=fnav"},{"text":"Williams-Sonoma Inc.","link":"https:\u002F\u002Fwww.williams-sonomainc.com"},{"text":"Careers","link":"\u002Fcustomer-service\u002Fcareers.html?cm_type=fnav"}]}],"blog_data":{"icon":"ws-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","REG_STS_COOKIENAME":""},"personalization":{"enabled":false},"profile":{"isUiUserNameCookieEnabled":true},"commonDesignChat":{"enabled":true,"isEnabledForDesktop":true,"isEnabledForMobile":true,"isEnabledForRTCUser":false,"salesforce":{"isEnabled":true,"isCustomChatIconEnabled":true,"isPerformanceMarkEnabled":false,"src":"https:\u002F\u002Fwsgc.my.site.com\u002FESWSousChefAgentOlive1760167198695\u002Fassets\u002Fjs\u002Fbootstrap.min.js","initialization":{"agentTag":"00D300000000D5L","miawService":"Sous_Chef_Agent_Olive","agentSrc":"https:\u002F\u002Fwsgc.my.site.com\u002FESWSousChefAgentOlive1760167198695","agentScrt2URL":"https:\u002F\u002Fwsgc.my.salesforce-scrt.com"},"settings":{"language":"en_US","disableStreamingResponses":true,"shouldMinimizeWindowOnNewTab":true,"prechatFields":[{"brandCode":"WS","sourceUrl":"","Customer_Identifier":""}],"disableInlineAutoLaunch":true},"proactive":{"isEnabled":false,"timeToOpenInSecs":"","supportedHours":{"startHour":"","endHour":"","timeZone":""},"rules":{"pipCategories":[],"urlRulesForProactive":{"all":{"inclusionList":[],"exclusionList":[]},"mobile":{"inclusionList":[],"exclusionList":[]},"desktop":{"inclusionList":[],"exclusionList":[]}}}},"sendMessageToAgent":{"displayTemplates":{"questionTemplate":"Question about @@PRODUCTNAMEASLINK@@: @@QUESTION@@"}},"flyoutMode":{"isEnabled":true,"inlineElementSelector":"salesforce-chat-container","direction":"right"}},"quickLook":{"isEnabled":false,"isEnabledForDesktop":true,"isEnabledForMobile":true,"urlRulesForEnablements":{"all":{"exclusionList":[],"inclusionList":["\u002Fsearch\u002F","\u002Fshop\u002F"]},"desktop":{"exclusionList":[],"inclusionList":[]},"mobile":{"exclusionList":[],"inclusionList":[]}}},"urlRulesForEnablements":{"all":{"exclusionList":["\u002Fcart\u002F"],"inclusionList":[]},"desktop":{"exclusionList":[],"inclusionList":[]},"mobile":{"exclusionList":[],"inclusionList":["\u002F","\u002Fpages\u002Fwilliams-sonoma-home\u002F","\u002Fm\u002Fcustomer-service\u002F","\u002Fcustomer-service\u002F","\u002Fm\u002Fcustomer-service\u002Fshipping-info.html","\u002Fcustomer-service\u002Fshipping-info.html","\u002Fcustomer-service\u002Femail-us\u002F"]}}},"appStoreBadge":{"mobile_app_store_enabled":false,"mobile_app_store_url":"https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Fwilliams-sonoma\u002Fid1499531240","mobile_type":"iPhone"},"brandLogo":{"alt_text":"","img_link":"","link":"","loadFromNetStorage":false,"netStoragePath":""},"copyrights":{"copy_list":[{"text":"© 2026 Williams-Sonoma Inc., All Rights Reserved","secondary_text":"","link":""},{"text":"Terms & Conditions","secondary_text":"","link":"\u002Fcustomer-service\u002Flegal-statement.html#terms"},{"text":"Accessibility","secondary_text":"","link":"\u002Fcustomer-service\u002Flegal-statement.html#access"},{"text":"Privacy Policy","secondary_text":"","link":"\u002Fcustomer-service\u002Flegal-statement.html#access"},{"text":"Do Not Sell or Share My Personal Information","secondary_text":"","link":"\u002Fabout-us\u002Fprivacy-policy.html#do-not-sell"},{"text":"Safety Recalls","secondary_text":"","link":"\u002Fcustomer-service\u002Fsafety-recalls"},{"text":"State Disclosures","secondary_text":"","link":"\u002Fcustomer-service\u002Fstate-disclosures"}],"copy_rights_content":"© 2024 Williams-Sonoma, Inc. All rights reserved."},"emailSignup":{"icon":"https:\u002F\u002Fwww.williams-sonoma.com\u002Fwsimgs\u002Frk\u002Fimages\u002Fi\u002F202003\u002F0008\u002Fimages\u002Fnav\u002Ffooter\u002Fbtn_join_arrow.gif","isWeDefaultSelected":false,"isWeEmailSignupEnabledOnWeKids":false,"isWeKidsDefaultSelected":false,"isWeKidsEmailSignupEnabledOnWe":false,"placeholder":"Enter your email","sign_up":true,"sign_up_copy":"Sign up for emails below or text to Join – text JOINWS to 79094.","sign_up_copy_header":"Be the first to know about new arrivals, sales & more.","sign_up_link":false,"submit_button":true,"weKidsNotificationText":"","weNotificationText":""},"favorites":{"Favorite":"Favorite","Favorites":"Favorites","favorite":"favorite","favorites":"favorites"},"financialIncentives":{"mobile_display_enabled":true,"secondary_terms":"","terms":"California residents, please see the \u003Ca href='\u002Fabout-us\u002Fprivacy-policy.html#financial-incentives' target='_blank'\u003EFinancial Incentive Terms\u003C\u002Fa\u003E for terms."},"footerLinks":{"blog_data":{"icon":"ws-blog","link":""},"footer_legal":{"anchorText":"","link":"","primary_text":"","secondary_text":""},"footer_links":[{"column":[{"text":"Customer Service","link":"\u002Fcustomer-service\u002F?cm_type=fnav","type":"header"},{"text":"Contact Us","link":"\u002Fcustomer-service\u002Femail-us\u002F"},{"text":"Track Your Order","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F?cm_type=fnav"},{"text":"Returns & Exchanges","link":"\u002Fcustomer-service\u002Freturn\u002F?cm_type=fnav"},{"text":"Shipping Information","link":"\u002Fcustomer-service\u002Fshipping-info.html?cm_type=fnav&custSvsId=shippingInfo"},{"text":"Email Preferences","link":"\u002Fcustomer-service\u002Fmanage-email-settings\u002F?cm_type=fnav"},{"text":"Promotional Fine Print","link":"\u002Fcustomer-service\u002Ffine-print.html?cm_type=fnav"},{"text":"","link":"","custom_component":true,"component":"Feedback"}]},{"column":[{"text":"Our Company","link":"","type":"header"},{"text":"Our Story","link":"\u002Fcustomer-service\u002Fabout-us.html?cm_type=fnav"},{"text":"Williams-Sonoma Inc.","link":"https:\u002F\u002Fwww.williams-sonomainc.com"},{"text":"Careers","link":"\u002Fcustomer-service\u002Fcareers.html?cm_type=fnav"},{"text":"Store Locator","link":"\u002Fstores\u002F?cm_type=fnav"}]},{"column":[{"text":"Events & Services","link":"","type":"header"},{"text":"Wedding & Gift Registry","link":"\u002Fregistry\u002F?cm_type=fnav","registryLinkRedirection":{"enabled":true,"redirectUrl":"\u002Fregistry\u002Fmanage-registry.html","linkFilterId":"\u002Fregistry\u002F?cm_type=fnav"}},{"text":"Free Design Services","link":"\u002Fpages\u002Fws-home\u002Fdesign-services\u002F?cm_type=fnav"},{"text":"Events","link":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fin-store-events\u002F?cm_type=fnav"},{"text":"Knife Sharpening","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fcutlery\u002F3-ways-to-sharpen-knives\u002F?cm_type=fnav"},{"text":"Gift Cards","link":"\u002Fcustomer-service\u002Fgift-services\u002Fgift-card-landing.html?cm_type=fnav"},{"text":"B2B Programs","link":"","type":"header"},{"text":"B2B Overview","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview\u002F?cm_type=fnav"},{"text":"Contract","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Fcontract\u002F?cm_type=fnav"},{"text":"Trade","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Ftrade\u002F?cm_type=fnav"},{"text":"Professional Chefs","link":"\u002Ftrade-programs\u002Fchefs\u002Flanding.html?cm_type=fnav"},{"text":"Corporate Gifting","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Fcorporate-gifting\u002F?cm_type=fnav"}]},{"column":[{"text":"Loyalty Programs","link":"","type":"header"},{"text":"Williams Sonoma Credit Card","link":"\u002Fccvalueprop\u002F?fromPageType=GlobalFooter&userAction=learnmore&cm_sp=footer"},{"text":"Key Rewards","link":"\u002Fpages\u002Fthe-key-rewards?cm_type=fnav"},{"text":"Williams Sonoma Reserve","link":"\u002Fcustomer-service\u002Freserve\u002F?cm_type=fnav"},{"text":"More Williams Sonoma","link":"","type":"header"},{"text":"Request a Catalog","link":"\u002Fcustomer-service\u002Fcatalog-request\u002F?cm_type=fnav"},{"text":"Williams Sonoma Wine Shop","target":"_blank","link":"https:\u002F\u002Fwww.williams-sonomawine.com\u002F"},{"text":"Personalized Wine","target":"_blank","link":"https:\u002F\u002Fpersonalize.williams-sonoma.com\u002F"}]},{"column":[{"text":"Williams Sonoma App","link":"","type":"header"},{"text":"Everything you love about shopping with us all in one convenient place.","link":"javascript:void(0);","image_url":""},{"text":"","link":"https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Fwilliams-sonoma\u002Fid1499531240","image_url":"https:\u002F\u002Fassets.wsimgs.com\u002Fwsimgs\u002Fab\u002Fimages\u002Fdp\u002Fecm\u002F202412\u002F2377\u002F001\u002F001.png"}]}],"mobile_footer_links":[{"text":"© 2026 Williams-Sonoma Inc., All Rights Reserved"},{"text":"Terms & Conditions","link":"\u002Fcustomer-service\u002Flegal-statement.html#terms"},{"text":"Accessibility","link":"\u002Fcustomer-service\u002Flegal-statement.html#access"},{"text":"Privacy Policy","link":"\u002Fcustomer-service\u002Flegal-statement.html#privacy"},{"text":"Do Not Sell or Share My Personal Information","link":"\u002Fabout-us\u002Fprivacy-policy.html#do-not-sell"},{"text":"Safety Recalls","link":"\u002Fm\u002Fcustomer-service\u002Fsafety-recalls\u002F?cm_type=fnav&custSvsId=shippingInfo"},{"text":"State Disclosures","link":"\u002Fcustomer-service\u002Fstate-disclosures\u002F?cm_type=fnav"}],"mobile_footer_menu":[{"column":[{"text":"Customer Service","link":"","type":"header"},{"text":"Contact Us","link":"\u002Fm\u002Fcustomer-service\u002Femail-us\u002F"},{"text":"Track Your Order","link":"\u002Fcustomer-service\u002Forder-shipment-tracking\u002F"},{"text":"Returns & Exchanges","link":"\u002Fcustomer-service\u002Freturn\u002F?cm_type=fnav"},{"text":"Shipping Information","link":"\u002Fm\u002Fcustomer-service\u002Fshipping-info.html?cm_type=fnav&custSvsId=shippingInfo"},{"text":"Email Preferences","link":"\u002Fcustomer-service\u002Fmanage-email-settings\u002F?cm_type=fnav&custSvsId=emailPreferences"},{"text":"","link":"","custom_component":true,"component":"Feedback"}]},{"column":[{"text":"Our Company","link":"","type":"header"},{"text":"Our Story","link":"\u002Fm\u002Fcustomer-service\u002Fabout-us.html?cm_type=fnav"},{"text":"Williams-Sonoma Inc.","link":"https:\u002F\u002Fwww.williams-sonomainc.com"},{"text":"Careers","link":"\u002Fcustomer-service\u002Fcareers.html?cm_type=fnav"},{"text":"Store Locator","link":"\u002Fstores\u002F?cm_type=fnav"}]},{"column":[{"text":"Events & Services","link":"","type":"header"},{"text":"Wedding & Gift Registry","link":"\u002Fregistry\u002F?cm_type=fnav","registryLinkRedirection":{"enabled":true,"redirectUrl":"\u002Fregistry\u002Fmanage-registry.html","linkFilterId":"\u002Fregistry\u002F?cm_type=fnav"}},{"text":"Free Design Services","link":"m\u002Fpages\u002Fws-home\u002Fdesign-services\u002F?cm_type=fnav"},{"text":"Events","link":"\u002Fpages\u002Fvirtual-events-and-in-store-classes\u002Fin-store-events\u002F?cm_type=fnav"},{"text":"Knife Sharpening","link":"\u002Fpages\u002Fwilliams-sonoma\u002Fcutlery\u002F3-ways-to-sharpen-knives\u002F?cm_type=fnav"},{"text":"Gift Cards","link":"\u002Fcustomer-service\u002Fgift-services\u002Fgift-card-landing.html?cm_type=fnav"}]},{"column":[{"text":"B2B Programs","link":"","type":"header"},{"text":"B2B Overview","link":"\u002Fm\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Foverview\u002F?cm_type=fnav"},{"text":"Contract","link":"\u002Fm\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Fcontract\u002F?cm_type=fnav"},{"text":"Trade","link":"\u002Fm\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Ftrade\u002F?cm_type=fnav"},{"text":"Professional Chefs","link":"\u002Ftrade-programs\u002Fchefs\u002Flanding.html?cm_type=fnav"},{"text":"Corporate Gifting","link":"\u002Fm\u002Fpages\u002Fwilliams-sonoma\u002Fb2b\u002Fcorporate-gifting\u002F?cm_type=fnav"}]},{"column":[{"text":"Loyalty Programs","link":"","type":"header"},{"text":"Williams Sonoma Credit Card","link":"\u002Fccvalueprop\u002F?fromPageType=GlobalFooter&userAction=learnmore&cm_sp=footer"},{"text":"Key Rewards","link":"\u002Fpages\u002Fthe-key-rewards?cm_type=fnav"},{"text":"Williams Sonoma Reserve","link":"m\u002Fcustomer-service\u002Freserve\u002F?cm_type=fnav"}]},{"column":[{"text":"More From Williams Sonoma","link":"","type":"header"},{"text":"Request a Catalog","link":"\u002Fcustomer-service\u002Fcatalog-request\u002F?cm_type=fnav"},{"text":"Williams Sonoma Wine Shop","target":"_blank","link":"https:\u002F\u002Fwww.williams-sonomawine.com\u002F"},{"text":"Personalized Wine","target":"_blank","link":"https:\u002F\u002Fpersonalize.williams-sonoma.com\u002F"}]}]},"footerV2":{"isEnabled":false},"isCustomFooterEnabled":false,"mobileEmailSignUp":{"enabled":true,"placeholder":"Enter your email","sign_up_copy":"Sign up for emails below or text to Join – text JOINWS to 79094.","sign_up_copy_header":"Be the first to know about new arrivals, sales & more."},"playStoreBadge":{"mobile_app_store_enabled":null,"mobile_app_store_url":null,"mobile_type":null},"socialIcons":{"icon_color":"#706A64","icons_list":[{"network":"Facebook","link":"https:\u002F\u002Fwww.facebook.com\u002FWilliamsSonoma?cm_sp=GlobalLinks-_-Footer-_-Facebook"},{"network":"Twitter","link":"https:\u002F\u002Fwww.twitter.com\u002FWilliamsSonoma?cm_sp=GlobalLinks-_-Footer-_-Twitter"},{"network":"Instagram","link":"https:\u002F\u002Fwww.instagram.com\u002FWilliamsSonoma?cm_sp=GlobalLinks-_-Footer-_-Instagram"},{"network":"Youtube","link":"https:\u002F\u002Fwww.youtube.com\u002Fchannel\u002FUChicngiolLIoVDy2fjUgQzA?sub_confirmation=1"},{"network":"Pinterest","link":"https:\u002F\u002Fpinterest.com\u002FWilliamsSonoma\u002F?cm_sp=GlobalLinks-_-Footer-_-Pinterest"},{"network":"AppStore","link":"https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Fwilliams-sonoma\u002Fid1499531240"}],"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":[],"mobile_footer_menu":[]}}},"subBrands":{"brands":[],"show_sub_brands_links":false,"subBrandSearchEnabled":false},"tabBar":{"extendedOrderV2":[],"extendedOrderV2Enabled":false,"isOrderHistoryV2AndroidEnabled":true,"extendedTabBarEnabled":true,"extendedOrder":["home","shop","recipe","registry","account","cart"],"extendedOrderHistory":["home","shop","recipe","registry","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":"Recipe_Active","inactiveImageName":"Recipe_Inactive","title":"RECIPE"},"registry":{"activeImageName":"Registry_Active","inactiveImageName":"Registry_Inactive","title":"REGISTRY"},"shop":{"activeImageName":"Shop_Active","inactiveImageName":"Shop_Inactive","title":"SHOP"},"wishlist":{"activeImageName":"","inactiveImageName":"","title":""},"designTools":{"activeImageName":"","inactiveImageName":"","title":""}},"order":["home","shop","recipe","registry","cart"]},"static":{"Blog":{"blog":"Blog"},"AppStoreBadge":{"altText":"App Store","ariaLabel":"App Store"},"ClosestStoreWidget":{"yourLocalStore":"Your Local Store","storeLocator":"Store Locator"},"Copyright":{"copyrightNotice":"© {{ year }} Williams-Sonoma Inc., All Rights Reserved"},"Feedback":{"siteFeedback":"Site Feedback","giveUsFeedback":"Give Us Feedback","customerFeedback":"Customer Feedback","tellUsWhatYouThink":"Tell us what you think."},"FooterSections":{"followUs":"Follow Us"},"MobileEmailSignUp":{"submitButtonValue":"Submit"},"WSCreditCard":{"imageAltText":"Carte Williams Sonoma Visa"},"CCPAHeaderButton":{"doNotSellMyPersonalInformation":"Do Not Sell My Personal Information"},"EmailSignUp":{"signUp":"Sign Up","footerEmailSignUpText":"Sign Up Now","submitEmailAddressAlt":"Submit email address","enterYourMobileNumber":"Enter your mobile number (Optional)","enterMobileNumber":"Enter mobile number (Optional)","enterEmailAddress":"Enter your email address*","required":"required","mobileNumber":"Mobile Number","submit":"Submit"},"ShippingCountry":{"shipTo":"Ship To"},"shippingCountrySelector":{"loading":"Loading..."},"ShippingCountrySelector":{"loading":"Loading..."}},"_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","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"],"_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.williams-sonoma.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","recstrat","tabnav","podId","strategyId","originsq"],"parametersToReport":["cm_re","cm_sp","cm_src","cm_type","originsc","position","pkey","recstrat","tabnav","podId","strategyId","originsq","registryId","registryEventType","registryGiftCards","registryPrivacy","registryNotifications","searchEntry","productFindingMethod"]},"enableUrlParameters":true,"longConceptName":"Williams Sonoma","mobileSearchBarToggle":{"isToggleActive":true},"navLinksPathInNewTab":"","pingOneSignals":{"isEnabled":true},"accertify":{"isEnabled":false},"beddingVisualizer":{"beddingVisualiserLink":"","isHideShareButton":false,"isHideAddToWishlistButton":false},"salesforceGeoLocation":{"isEnabled":false,"storeModeDeeplinkPath":"\u002Fstores?storeId"},"bingLocationSupport":{"isAppleGeoLocationEnabled":false,"distanceThresholdMiles":1,"maxCacheEntries":50},"updateNativeApp":{"lowestSupportedVersion":"15.18.0","lowestSupportedVersioniOS":"16.12.0","unsupportediOSVersions":[]},"accessibilityFeatureAnnouncement":{"message":"We strive to make our Site content accessible and user-friendly. If you are having difficulty viewing the content on this Site or navigating the site, please call our Customer Service Team toll-free at 877.812.6235 and we will be happy to assist you.","messageExpiry":120000},"footerSMSCapture":{"isEnabled":true,"smsDisclaimer":"Enter your mobile number to receive automated marketing text messages about new items, great savings and more. 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. \u003Cspan class='terms-and-conditions'\u003EBy signing up for email and mobile marketing, you agree to our \u003Ca href='\u002Fcustomer-service\u002Flegal-statement.html?#terms' target='_blank'\u003ETerms&nbsp;&&nbsp;Conditions\u003C\u002Fa\u003E and \u003Ca href='\u002Fcustomer-service\u002Flegal-statement.html?#privacy' target='_blank'\u003EPrivacy Policy\u003C\u002Fa\u003E.\u003C\u002Fspan\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-WS","activeProperties":{"isBrowseMode":"0","isSeoBot":"0"},"subBrand":"WS","isBrowseMode":false,"locale":{"primaryLang":null,"secondaryLang":null,"altLangs":null,"timeZone":null,"currency":null,"localeString":"undefined"},"languageFileName":null}}</script><script src="/.static/202632/173330504/dist/footer/footer.e30e2065.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.williams-sonoma.com/.static/202632/173330504/js/thirdParty/mpulse-tagger.js";
        mpulseScriptEl.defer = true;
        document.body.appendChild(mpulseScriptEl);

        const opinionLabScriptEl = document.createElement("script");
        opinionLabScriptEl.src = "https://www.williams-sonoma.com/.static/202632/173330504/js/thirdParty/opinionlab.js";
        document.body.appendChild(opinionLabScriptEl);
      }
    </script>
    <script>
      /**
       * Announces an accessibility message to inform screen reader users that the website supports accessibility features.
       * The element is automatically removed after 2 minutes.
       */
      (function() {
        const announcementKey = "accessibilityAnnounced";
        const hasAnnounced = sessionStorage.getItem(announcementKey);
        if (!hasAnnounced) {
          const announcement = document.createElement("div");
          announcement.setAttribute("role", "alert");
          announcement.className = "showonfocus";
          announcement.textContent = "We strive to make our Site content accessible and user-friendly. If you are having difficulty viewing the content on this Site or navigating the site, please call our Customer Service Team toll-free at 877.812.6235 and we will be happy to assist you.";
          document.body.insertBefore(announcement, document.body.firstChild);
          sessionStorage.setItem(announcementKey, "announced");
          setTimeout(() => {
            if (announcement.parentNode) {
              announcement.parentNode.removeChild(announcement);
            }
          }, "120000");
          }
      })();
    </script>
  <script type="text/javascript"  src="/xju885jcs/Q3/rpW1YRg/1u9XhG7hiN7VV2/PCRj/E2/MgBk0YYwcB"></script><script type="text/javascript"  src="/xju885jcs/Q3/rpW1YRg/mJ9XhG7h/A3Fm/cx/ABThF3fnA6?v=82b33b5c-ff6a-00f2-001b-5da6316d17d5" defer></script></body>
</html>
