SKU: ABR500NUS

Aubrey - Arm Chair (Set of 2)

$40999 USD $50999

Color

Delivery and Shipping

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

The Aubrey Parsons Chair: offers an elegant addition to the Aubrey collection that effortlessly elevates any room's ambiance. Crafted with an eggshell cover made from 100% polyester, this chair offers a perfect blend of comfort and style. Featuring a plush removable cushioned seat, it provides unparalleled comfort for extended seating. The finish with wire brush distressing adds a touch of rustic elegance to any space in a contrasting and color scheme. Whether for dining, as an office chair, or as a stylish accent piece in a living room, the Aubrey Parsons Chair is versatile and sure to brighten any room. Experience the perfect fusion of comfort and sophistication with Aubrey.
Aubrey - Arm Chair (Set of 2) - Black
23.5"W x 23.75"D x 38.25"H - 48.62 lb
Aubrey - Arm Chair (Set of 2) - Brown
23.5"W x 23.75"D x 38.25"H - 48.62 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'); } } });