SKU: MM3636TT

Magnolia - Nesting Table - Light Brown

$49999 USD $61999


Delivery and Shipping

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

Add seating to any room with the Magnolia Coffee Table set. This set comes with a Coffee Table and four upholstered stools that can be used at the table or as a free-floating seat within a room. The triangular stools store easily in the base of the Coffee Table and feature a khaki-colored, linen-look seat for added comfort. Use the Magnolia Coffee Set for family board games or a children’s craft table. The weathered sand finish and ebony iron metal add a fashionable appearance to a highly functional Occasional set.

Product Features
  • Expertly crafted of ash veneers, metal legs and engineered woods
  • Adjustable levelers add stability on uneven floors
  • Nesting table comes with four upholstered chairs that nest beneath the table for additional seating in any room


Magnolia - Nesting Table - Light Brown
73.1 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'); } } });