SKU: B082P357382

Console Table With 2 Tier Storage - Rustic Brown

$14999 USD $18999


Delivery and Shipping

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

  • Spacious 2-Tier Storage: Offers ample room for display and organization on both top and bottom shelves
  • Rustic Farmhouse Aesthetic: Features a warm rustic brown finish that complements various interior styles
  • Space-Saving Design: Only 11.8 inches deep, ideal for tight hallways, small entries, or behind furniture
  • Durable Construction: Made from high-quality solid wood and MDF with thick particleboard for stability
  • Adjustable Feet: Ensures level placement on uneven floors and protects flooring from scratches
  • Simple Assembly: Clearly labeled parts and straightforward instructions enable quick setup
  • Versatile Placement: Works well in living rooms, hallways, entryways, or beside a sofa

Console Table With 2 Tier Storage - Rustic Brown
41.34"W x 11.81"D x 33.46"H - 30.86 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'); } } });