SKU: 1921-400KD

Carlyle Crossing - Slatback Chair (Set of 2) - Distressed Medium Brown

$31999 USD $39999


Delivery and Shipping

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

Carlyle Crossing provides extra style for any dining room with its solid pine construction and trestle base. Seating available in solid pine, upholstered, and bench styles, perfect for mixing and matching. These chairs features slatback detail and contoured seating.

Product Features
  • Set of Two Chairs
  • Dimensions: 19''W x 23''D x 40''H
  • Floor to Seat: 17.75''H
  • Genuine Solid Distressed Pine
  • Assembly Required
  • Traditional Slatback style


Carlyle Crossing - Slatback Chair (Set of 2) - Distressed Medium Brown
23.0"W x 40.0"D x 19.0"H - 15.0 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'); } } });