SKU: MM500S

Magnolia - Side Chair (Set of 2) - Black

$26999 USD $33999


Delivery and Shipping

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

Clean lines and a lustrous two-tone finish make this solid wood chair and instant classic. An ebony finished spindle back marries beautifully with a natural finished solid wood seat in a modern farmhouse symphony of style. Durability features like blocked and screwed corners ensure strength and durability of a chair for a dining, living room or office.

Product Features
  • Crafted from Asian hardwood solids
  • Shaped wooden seat adds comfort to the seat
  • Chairs seat is corner-blocked and secured with screws for exceptional structural integrity


Magnolia - Side Chair (Set of 2) - Black
20.0"W x 23.0"D x 40.25"H - 19.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'); } } });