SKU: B082P357358

Accent Extra Long Console Table With 2 Tier Storage - Brown

$26999 USD $34999


Delivery and Shipping

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

  • Extra Long Design: 70.9" length provides ample display and storage space, perfect behind a sectional sofa or in wide entryways
  • Two-Tier Open Shelves: Doubles functionality with full-length shelves for organizing or showcasing personal items and decor
  • Rustic Industrial Aesthetic: Brown wood grain finish with metal angle brackets creates a warm yet bold look that complements multiple interior styles
  • Sturdy Construction: Reinforced frame and 1.97" thick tabletop support up to 260 lbs, ensuring long-term durability and stability
  • Slim Profile: Only 11.6" deep, it fits comfortably behind furniture or along narrow walls without crowding the space
  • Easy Assembly: Comes with labeled parts, illustrated guide, and all necessary tools for quick setup in under 30 minutes
  • Low Maintenance Surface: Scratch-resistant engineered wood is easy to clean - just wipe with a soft cloth to maintain its fresh appearance

Accent Extra Long Console Table With 2 Tier Storage - Brown
70.87"W x 11.61"D x 31.5"H - 47.62 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'); } } });