SKU: B082P357376

Tribesigns - Extra Long Console Table - Brown / Black

$20999 USD $26999


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 fits perfectly behind sectionals or along expansive walls, ideal for large living spaces and open-concept layouts
  • Bar-Height Functionality: 37.4" height serves as a standing work or serving table, compatible with counter stools for casual entertaining
  • Industrial Rustic Style: Warm brown wood-grain finish with black steel frame creates a vintage-modern look that suits multiple interior themes
  • Heavy-Duty Construction: Reinforced metal frame and E1-grade MDF support up to 200 lbs with strong structural integrity and no wobbling
  • Slim Profile, Maximum Use: Just 13.78" deep, it fits tight hallways and corridors without blocking walkways while offering generous surface space
  • Easy Assembly: Pre-labeled parts and included tools enable quick setup in 20–30 minutes with no special equipment required
  • Multi-Room Versatility: Functions as a sofa table, entryway console, home bar, or catch-all in foyer, hallway, or living room

Tribesigns - Extra Long Console Table - Brown / Black
70.87"W x 13.78"D x 37.4"H - 27.56 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'); } } });