SKU: HE500CC

Halle - Counter Chair (Set of 2) - Dark Brown

$21999 USD $27999


Delivery and Shipping

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

Crisp styling in a Counter Chair that works great at a counter or with the Halle Dining Set. The Halle Counter Chair features a schoolhouse back and upholstered seat for a farmhouse look that marries beautfully with the clean modern lines of the chair. An oatmeal upholstered linen look seat makes for a comfortable seat at any gathering!

Product Features
  • Built-in Footrest adds to comfort and aids structural stability
  • Solid wood legs
  • Styling details include schoolhouse back


Halle - Counter Chair (Set of 2) - Dark Brown
20.0"W x 23.5"D x 42.0"H - 20.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'); } } });