SKU: MM5454K-D5PC

Magnolia - Round Dining Set With Two Tone Table

$90999 USD $1,12999

Color
Sets

Delivery and Shipping

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

The Magnolia Dining Set combines modern farmhouse charm with lasting durability. The 54-inch round dining table, featuring a natural ash veneer top and a bold black sled base, serves as an elegant centerpiece, seating six or more for memorable gatherings. Its clean lines and two-tone finish blend contemporary style with inviting warmth. Paired with four Magnolia Solid Wood Side Chairs, showcasing ebony-finished spindle backs and natural wood seats, this set is both stylish and sturdy. Built with durable construction, it adds timeless sophistication to any dining or living space.
Magnolia - Round 5 Piece Dining Set - Black / Brown
168.0 lb
Magnolia - Round 7 Piece Dining Set - Black / Brown
207.0 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'); } } });