SKU: 1989-60

Reclamation - Eden Prairie 4 Door Accent Cabinet - Brown

$1,01999 USD $1,26999


Delivery and Shipping

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

Eden Prairie's charm comes from its reclaimed wood construction. It has natural flaws which make each piece unique. All come with signs of aging that create a one of a kind look that should be expected and enjoyed. This case features four wood doors, interior shelves, and wire management.

Product Features
  • Ships fully assembled
  • Genuine reclaimed hardwood
  • Cabinet Management holes
  • Every piece is unique
  • Heavily Distressed
  • Dimensions: 60x16x33'' H
  • For residential use only


Reclamation - Eden Prairie 4 Door Accent Cabinet - Brown
60.0"W x 16.0"D x 33.0"H - 166.0 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'); } } });