SKU: B035P341163

Marie - Upholstered Dining Chair (Set of 2) - Beige

$61999 USD $79999


Delivery and Shipping

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

  • Luxurious Comfort: Upholstered seat and back provide a comfortable sitting experience for extended periods.
  • Durable Frame: Constructed with a solid wood frame and finished in an aged brown oak for a timeless look.
  • Stylish Design: Curved legs and an open back design add a modern touch to your dining space.
  • Versatile Aesthetic: Beige fabric complements a variety of interior styles, from contemporary to classic.
  • Easy Assembly: Assembly required with straightforward instructions for hassle-free setup.

Marie - Upholstered Dining Chair (Set of 2) - Beige
22.0"W x 20.5"D x 32.25"H - 30.8 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'); } } });