SKU: 60400.00MCA

Hampton - Dining Chair (Set of 2) - Brown

$33999 USD $43999


Delivery and Shipping

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

  • Acacia Wood Frame: Crafted from strong acacia wood with a complementary finish for lasting durability and an elegant look
  • Polyethylene Rattan Weave: Features a long-lasting woven finish that resists fading, moisture, and cracking
  • Outdoor-Ready Design: Built to withstand varying weather conditions while maintaining aesthetic appeal
  • Comfortable Seating Height: Offers a balanced height for easy sitting and standing during meals or gatherings
  • Stylish Brown Finish: Enhances the natural grain of the wood with a warm, inviting tone
  • Two-Piece Set: Includes two matching chairs for symmetrical placement at dining tables or outdoor spaces
  • Easy Maintenance: Wipe clean with a damp cloth; no special care required for long-term use

Hampton - Dining Chair (Set of 2) - Brown
23.75"W x 26.25"D x 33.75"H - 17.64 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'); } } });