SKU: D388-024

Caitbrook - Upholstered Stool (Set of 2) - Gray

$16999 USD $20999


Delivery and Shipping

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

Bring a relaxed yet refined sense of good taste to a space with this upholstered stool. The clean-lined frame sports a gray-washed finish that’s so easy on the eyes. Covered in a complementary textured gray fabric, the stool’s cushioned upholstered seat goes easy on the body.

Additional Dimensions
  • Footrest height: 8.25"


Product Features
  • Made with solid acacia wood
  • Antiqued gray wash finish
  • Polyester upholstery over foam cushioned seat
  • Nailhead trim
  • Assembly required


Caitbrook - Upholstered Stool (Set of 2) - Gray
16.13"W x 21.25"D x 24.38"H - 14.5 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'); } } });