SKU: 1989-84

Eden Prairie - Accent Cabinet

$1,33999 USD $1,66999

Color
Storage Option

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 two wood doors, an interior shelf, and wire management.
Eden Prairie - 2 Door Accent Cabinet - Brown
32.0"W x 16.0"D x 33.0"H - 96.0 lb
Eden Prairie - 6 Door Accent Cabinet - Brown
84.0"W x 16.0"D x 33.0"H - 194.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'); } } });