SKU: ATMIRIS500-D5PC

Atmoris - 5 Piece Dining Set - Brown

$1,90999 USD $2,38999


Delivery and Shipping

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

The perfect pairing of rustic and urban chic, the Atmore table and Iris velvet chair come together in this modernly sophisticated dining set. The dark driftwood table features wood score and saw rasp distressing that lend character and an heirloom feel to the wood grain. Paired with the sophisticated Iris Chairs, the combined dining set exudes a refined aesthetic that transcends style categories. Soft, yet primitive; rustic, yet regal, the combination of shapes and textures immediately stirs the senses. But this set delivers more than just style, with a table that expands to a full 96 inches and an ultra-luxe, earth-toned velvet fog chair that will keep guests captivated around conversation for hours. Warm, inviting, and comfortable, the Iris Chairs are sure to become the most sought-after seats in your home. Easy to live with but large enough to seat a crowd, Atmore is both beautiful and functional.

Product Features
  • Crafted from Asian hardwoods, pine veneers, engineered woods and iron accents
  • Built with kiln-dried wood to help prevent warping, cracking or splitting and is more resistant to developing mildew.
  • Saw rasping and wood scoring distressing adds character and rustic charm to the Atmore table

// 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'); } } });