SKU: ABR500KS

Aubrey - Side Chair (Set of 2)

$25999 USD $32999

Color

Delivery and Shipping

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

The Aubrey Vegan Leather Side Chair offers a versatile seating solution for dining, office, or accents. Crafted with sturdy solid wood legs in a wire-brushed finish, this chair embodies modern lodge styling, seamlessly blending into various settings. Designed with a strap back and a plush 5-inch cushioned seat, it marries rustic charm with unparalleled comfort. The vegan leather upholstery not only enhances the chair's aesthetic appeal but also offers easy-care maintenance, making it an ideal choice for busy lifestyles.
Aubrey - Side Chair (Set of 2) - Black
20.75"W x 22.0"D x 35.25"H - 29.92 lb
Aubrey - Side Chair (Set of 2) - Brown
21.0"W x 22.0"D x 35.25"H - 29.92 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'); } } });