SKU: B092123127

Burwood - Kitchen Wall Cabinet With 2 Doors And Shelves - White

$23999 USD $30999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

  • Versatile Design: Suitable for any room and decor style, enhancing your living space.
  • Ample Storage: Two doors open to spacious shelves, measuring 10.6" H x 18.5" W.
  • Quality Construction: Made from high-quality particle board for durability.
  • Easy Assembly: Comes ready to assemble with full instructions included.
  • Pair with Collection: Complements other items from the same collection for a cohesive look.

Burwood - Kitchen Wall Cabinet With 2 Doors And Shelves - White
15.75"W x 39.37"D x 23.62"H - 50.79 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });