SKU: 61568.00NBL

Traditional Style Dining Chair Set With Fabric Upholstery

$65999 USD $84999

Color

Delivery and Shipping

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

  • Classic Design: Features a weathered wood finish for an antique look.
  • Modern Color: fabric adds a contemporary flair.
  • Durable Material: Made with 100% polyester fabric and rubberwood legs.
  • Comfortable Seating: Solid back design ensures support during meals.
  • Set of Two: Includes two dining chairs for a complete setup.
  • Weight Capacity: Supports up to 250 lbs for sturdy use.
  • Easy Assembly: Some assembly required, ensuring quick setup.

Traditional Style Dining Chair (Set of 2) With Fabric Upholstery - Navy Blue
20.2"W x 22.75"D x 39.5"H - 15.76 lb
Traditional Style Dining Chair With Modern Color Accent - Wheat
20.2"W x 22.75"D x 39.5"H - 15.76 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'); } } });