SKU: TRI600CS

Tribeca - Barstool

$19999 USD $24999

Color
Product Type

Delivery and Shipping

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

Mid-Century Modern style in a mixed-media Bar Stool, Tribeca makes every counter experience more enjoyable and stylish. A gently shaped seat and back are channeled for a retro touch that also makes the seat extra comfortable. Heavy duty metal frame ensures a stable base that is reinforced with a footrest that also makes a comfortable resting place for your feet. The perfect height for 42" high counters.
Tribeca - Barstool - Dark Brown
22.0"W x 20.47"D x 44.0"H - 15.4 lb
Tribeca - Counter Stool - Dark Brown
20.0"W x 20.5"D x 37.0"H - 14.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'); } } });