SKU: HY500CC

Hyland - Counter Height Chair (Set of 2)

$27999 USD $33999

Color

Delivery and Shipping

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

An upholstered Counter Chair that sports a stone gray finish and vegan rawhide seat to make a stylish and comfortable addition to any kitchen or dining area. The horizontal slatback design features a shaped top rail for a relaxed transitional appeal. Stretchers add structural support and a place to rest your feet when seated at the Hyland Counter Table or a Counter Bar.
Hyland - Counter Chair (Set of 2) - Dark Gray
19.5"W x 22.5"D x 42.0"H - 22.3 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'); } } });