SKU: W2700P338556

Key Design Dining Chairs (Set of 2)

$28999 USD $37999

Color

Delivery and Shipping

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

  • Premium Construction: Crafted from fine solid wood for durability and elegance.
  • Natural Linen Cushion: Offers exceptional comfort with high-resilience foam and breathable fabric.
  • Artistic Ribbon-Cross Design: Provides ergonomic support and a stylish visual appeal.
  • Eco-Friendly Materials: Made with non-toxic materials, safe for children and pets.
  • Easy Maintenance: Waterproof wood finish and stain-resistant cushion simplify cleaning.
  • Quick Assembly: Simple tools-free setup in just 30 minutes for immediate use.

Key Design Dining Chairs (Set of 2) - Brown
19.69"W x 17.72"D x 36.81"H - 26.46 lb
Key Design Dining Chairs (Set of 2) - White / Black
19.69"W x 17.72"D x 36.81"H - 26.46 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'); } } });