SKU: B082P356385

Slim End Tables With 3 Shelves, Compact (Set of 2) - Brown

$19999 USD $24999


Delivery and Shipping

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

  • Slim Design: Fits in tight spaces with compact dimensions of 11.81"W x 25.59"H x 25.20"L, ideal for apartments or small rooms
  • Smart Storage: Features 3 open shelves for organizing books, lamps, and décor while keeping surfaces clutter-free
  • Industrial Aesthetic: Combines a warm grey MDF wood top with a matte black metal frame for a modern, durable look
  • Multi-Functional Use: Serves as a bedside table, sofa side table, or entryway storage solution across multiple rooms
  • Sturdy Construction: Reinforced with thickened metal frame and E1-grade MDF for lasting strength and load-bearing support
  • Easy Assembly: Comes with labeled parts and step-by-step instructions for setup in under 15 minutes
  • Space-Saving Style: Enhances small living areas with functional design and clean lines that match diverse home decors

Slim End Tables With 3 Shelves, Compact (Set of 2) - Brown
25.2"W x 11.81"D x 25.59"H - 39.68 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'); } } });