SKU: B092122919

Kitchen Cabinet Durham Four Doors - White

$30999 USD $38999


Delivery and Shipping

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

  • Spacious Design: Offers generous storage with four doors
  • Wall-Mounted: Maximizes space efficiency in your kitchen
  • Durable Construction: Made from high-quality particle board for lasting use
  • Easy Assembly: Full assembly required with straightforward instructions
  • Sleek Finish: Stylish white finish complements various kitchen decors
  • Versatile Use: Ideal for organizing kitchenware and essentials
  • Coordinated Style: Complements other items from the collection (sold separately)

Kitchen Cabinet Durham Four Doors - White
13.1"W x 47.2"D x 23.6"H - 66.04 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'); } } });