SKU: N779P192530B

Vintage Style Dining Chairs (Set of 2)

$42999 USD $54999

Color

Delivery and Shipping

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

  • Back material: Rattan: rattan weave adds texture and a serene, organic feel to the chair design.
  • Seat material: Foam+Rattan: Comfortable foam core with rattan overlay ensures lasting support and a soft seating experience.
  • Birch wood frame: Solid birch wood construction provides strong, long-lasting durability and structural integrity.
  • Vintage inspiration: Elegant curved legs and a rounded backrest reflect classic design elements for a timeless look.
  • Compact size: Measuring 17.50" W x 19.00" D x 35.00" H, these chairs fit well in small or medium-sized spaces.
  • finish: Warm, neutral tone blends effortlessly with a range of decor themes and color schemes.

Dining Chairs (Set of 2) - Black
17.5"W x 19.0"D x 35.0"H - 8.38 lb
Dining Chairs (Set of 2) - Light Brown
17.5"W x 19.0"D x 35.0"H - 8.38 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'); } } });