SKU: 2351-BS410KD

Sequoia - Upholstered Counter Stool (Set of 2) - Natural Brown / White

$47999 USD $59999


Delivery and Shipping

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

The Sequoia Dining Room Table showcases a captivatingly thick top, adorned with a soft and casual finish in solid mango wood, imparting a warm and welcoming aesthetic. Accompanying this exquisite table is the comfortable Sequoia chair, expertly crafted from rubberwood and featuring an alluring cover in warm, neutral tones.

Product Features
  • Set of Two Counter Stools
  • Modern Rustic Style
  • Solid Wood Frame


Sequoia - Upholstered Counter Stool (Set of 2) - Natural Brown / White
19.5"W x 25.25"D x 40.5"H - 26.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'); } } });