SKU: IR500B

Iris - Upholstered Dining Or Accent Chair

$26999 USD $33999

Color

Delivery and Shipping

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

Distinctly modern, the Iris Chair is a wonderful luxe addition to any room. Bathed in earth toned velvet fabric hues and offering plush seating, this is the perfect chair for snuggling in for reading, relaxing or adding a luxe seating touch to a dining table. The soft shape and modern design makes this seating option a great addition for any modern aesthetic. Warm, inviting and plush make make this the most comfortable seat in the house wherever you place it.
Iris - Upholstered Dining Or Accent Chair - Indigo
30.5"W x 25.0"D x 33.5"H - 42.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'); } } });