SKU: A3000330

Bramner - Swivel Accent Chair - Charcoal

$48999 USD $61999


Delivery and Shipping

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

Craft a chic and cozy seating space with this accent chair. The swivel base makes it simple to hop from one conversation to another when hosting. Faux rabbit fur upholstery has a luxe look with a universal appeal. Whether you're serving up charcuterie to lounging guests or curling up with a book on your own, this chair suits your needs in style.

Additional Dimensions
  • Arm height: 29"
  • Distance between arms: 22"
  • Seat depth: 23"
  • Seat height: 19"
  • Top of cushion to top of back: 14"
  • Leg height: 2.25"
  • Minimum width of doorway for delivery: 32"
  • Seat width: 21.25"


Product Features
  • Charcoal gray faux fur polyester upholstery
  • Barrel back
  • Tight seat cushion
  • Metal swivel base
  • 360-degree swivel


Bramner - Swivel Accent Chair - Charcoal
30.0"W x 34.75"D x 32.0"H - 79.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'); } } });