SKU: A3000798

Jorryn - Swivel Accent Chair - Brown

$46999 USD $58999


Delivery and Shipping

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

Button up your relaxed aesthetic. This swivel accent chair expertly pairs a sturdy feel with refined style that's made for the everyday. Complete with chic brown and white upholstery and a brown oak veneer swivel base, it’s a welcome addition to casual spaces.

Product Features
  • Polyester upholstery
  • Attached back and seat cushions
  • Barrel design
  • Swivel base made with oak veneer and engineered wood substrate
  • 360-degree swivel
  • Fully assembled


Jorryn - Swivel Accent Chair - Brown
30.75"W x 29.0"D x 30.25"H - 69.17 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'); } } });