SKU: N768P227989B

Industrial Inspired Upholstered Dining Chair Set With Metal Legs (Set of 2) - Brown

$27999 USD $35999


Delivery and Shipping

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

  • Industrial Design: Combines arched back and metal frame for a striking appearance.
  • Durable Construction: Supports up to 250 lbs with a sturdy iron base.
  • Luxurious Feel: PU leather offers a butter-soft texture with real leather look.
  • Easy Maintenance: Wipes clean easily with a damp cloth.
  • Sturdy Base: Durable high quality structurally coated metal legs that are lightweight and stable with amazing load-bearing capacity.

Industrial Inspired Upholstered Dining Chair Set With Metal Legs (Set of 2) - Brown
24.5"W x 22.75"D x 35.25"H - 15.98 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'); } } });