SKU: B03548699

Carson - Counter Stool With Swivel Seat

$61999 USD $78999

Color

Delivery and Shipping

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

  • Elegant Design: Unique wingback shape with piping details for a refined look.
  • Swivel Function: 360-degree swivel seat for easy maneuverability.
  • Durable Construction: Solid wood legs provide strength and stability.
  • Protective Kickplate: Bronze metal kickplate guards against wear and tear.
  • High Weight Capacity: Supports up to 300 lbs for reliable use.
  • Assembly Required: Easy to assemble for immediate use.

Carson - Counter Stool With Swivel Seat - Cream
24.25"W x 21.75"D x 39.25"H - 31.23 lb
Carson - Counter Stool With Swivel Seat, Wingback - Light Gray
24.25"W x 21.75"D x 39.25"H - 31.23 lb
Carson - Counter Stool With Swivel Seat, Wingback - Navy
21.75"W x 24.25"D x 39.25"H - 31.23 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'); } } });