SKU: 59260.00PLU

Fabric Dining Chair With High Back And Birch Wood Legs - Plum

$28999 USD $36999


Delivery and Shipping

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

  • Contemporary design: Elegant high-back and refined upholstery for a modern look.
  • High back with wings: Adds a regal atmosphere to any dining set.
  • Upholstered: Offers a smooth texture and plush seating for comfort.
  • Birch wood legs: Provides an attractive look and durable structure.
  • Dimensions: Perfectly sized at 23.25" W x 28.75" D x 46.25" H.

Fabric Dining Chair With High Back And Birch Wood Legs - Plum
23.25"W x 28.75"D x 46.25"H - 31.42 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'); } } });