SKU: MM600K-D5PC

Magnolia - 5 Piece Dining Set

$1,21999 USD $1,52999

Color

Delivery and Shipping

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

The Magnolia 80-96″ Dining Set exudes modern sophistication. The dining table boasts bold, clean lines and an expandable top, adorned with a striking stain and accents. Accommodating up to eight guests, it effortlessly extends from 80 to 96 inches with the included 16-inch leaf. Paired with the Magnolia Side Chair, this upholstered seat offers tailored elegance with side welting and a linen-look polyester cover for easy cleaning. Guests will relish the 4-inch cushioned seat atop the solid wood twin scissor leg base. Elevate your dining space with this blend of comfort and beauty.
Magnolia - 5 Piece Set, Dining Table With 2 Leaves, 4 Side Chairs, Base - Black
245.0 lb
Magnolia - 5 Piece Dining Set - Black
325.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'); } } });