SKU: MM520KTTTB

Magnolia - Round Table - Black / Gold

$51999 USD $64999


Delivery and Shipping

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

The Magnolia 52-inch Round Table in ebony forms a centerpiece that marries elegance with style. The table features a sturdy circular base, providing a strong foundation while offering ample clearance for chairs. Its unique polygonal circle design is highlighted by a striking weathered sand accent on the apron and base that seamlessly elevates the ebony finish to create a cohesive and luxurious look. Designed to comfortably seat up to six people, the Magnolia Table is ideal for fostering a cozy and intimate atmosphere, perfect for close-knit gatherings and engaging conversations.

Product Features
  • Crafted from Asian veneers, Asian hardwood solids and engineered woods
  • Styling details include a weathered sand accemted table apron and base that serves as an elegant and sophisticated accent to the ebony finish
  • Plastic glides help prevent scratches or mars to floors

// 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'); } } });