SKU: 61717.00DBRN

Wilson - Rustic Dining Chair Acacia Wood With Slat Panel Design (Set of 2) - Dark Brown

$24999 USD $30999


Delivery and Shipping

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

  • Rustic Design: Brings rugged, natural beauty to your outdoor space with earthy wood materials.
  • Acacia Wood: Durable hardwood that withstands elements without darkening over time.
  • Slat Panel Design: Features beautiful slat paneling for a sophisticated, classic look.
  • Dimensions: Perfect size with each chair measuring 23.50" W x 22.00" D x 35.50" H.
  • Assembly Required: Comes with all instructions and tools needed for assembly.

Wilson - Rustic Dining Chair Acacia Wood With Slat Panel Design (Set of 2) - Dark Brown
22.25"W x 24.0"D x 35.5"H - 17.64 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'); } } });