SKU: GEN600BS

Gene - Swivel Bar Stool

$20999 USD $25999

Color
Product Type

Delivery and Shipping

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

A contemporary stool that is ultra comfortable is a valuable find and Gene checks off both boxes.  A faux-leather cover is upholstered on the seat and back for an incredibly soft seat hat swivels 360 degree for a stool you won’t want to leave. The half back offers lower back support and a low profile modern style.
Gene - Swivel Bar Stool - Dark Gray
20.5"W x 20.5"D x 38.5"H - 19.7 lb
Gene - Swivel Counter Stool - Dark Gray
20.5"W x 20.5"D x 32.5"H - 17.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'); } } });