SKU: MM500-C5PC

Magnolia - Counter Dining Set

$1,46999 USD $1,83999

Color
Sets

Delivery and Shipping

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

The simple sophistication of the Magnolia Counter Height Dining shines through in this set, featuring a Counter Table and Counter Chairs. Farmhouse finishes effortlessly with substantial proportions to create a symphony of modern farmhouse styles. The contrasting spindle back chairs elegantly complement the table base, creating a striking and unexpected combination of neutrals.
Magnolia - 5 Piece Counter Set Wood - Light Brown
80.0"W x 40.0"D x 36.0"H - 343.0 lb
Magnolia - 7 Piece Counter Dining Set - Light Brown
80.0"W x 40.0"D x 36.0"H - 434.0 lb
Magnolia - 5 Piece Counter Table Dining Set - Black / Light Brown
80.0"W x 40.0"D x 36.0"H - 336.0 lb
Magnolia - 7 Piece Counter Table Set - Black
80.0"W x 40.0"D x 36.0"H - 427.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'); } } });