SKU: B082P356358

C-Shaped 3 Tier Side Table - Rustic Brown

$11999 USD $15999


Delivery and Shipping

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

  • Industrial Design: Rustic brown MDF top with matte black metal frame delivers modern charm and durability
  • Space-Saving Shape: C-frame structure fits snugly under couches or beds for efficient use of small areas
  • Multi-Tier Storage: Three functional shelves keep daily essentials within easy reach and reduce clutter
  • Sturdy Construction: Reinforced steel frame and thick particleboard ensure lasting strength and stability
  • Adjustable Feet: Four levelers protect floors and maintain balance on uneven surfaces
  • Versatile Placement: Suitable as a nightstand, sofa table, or compact workstation in any room
  • Easy Assembly: Simple setup without tools required, ready for immediate use

C-Shaped 3 Tier Side Table - Rustic Brown
23.62"W x 11.81"D x 25.59"H - 16.31 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'); } } });