SKU: N769P234974T

Outdoor Dining Chair, Stacking Design For Patio

$24999 USD $31999

Color
Option

Delivery and Shipping

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

  • Stacking Design: Easy to store and transport, ideal for small patios or limited spaces
  • Coastal Aesthetic: Inspired by resort-style living with a natural, refined look
  • Durable Acacia Wood: High-quality material with a colored finish that highlights grain details
  • Comfortable Seating: Generous dimensions provide support and ease during extended use
  • Smooth Finish: Hand-crafted surface ensures comfort and visual appeal
  • Space-Saving: Compact footprint allows flexible arrangement in tight outdoor areas
  • Resort-Ready Style: Complements high-end outdoor environments with timeless design

Outdoor Dining Chairs (Set of 2) - Gray
23.75"W x 21.75"D x 36.25"H - 15.43 lb
Outdoor Dining Chair, Stacking Design For Patio - Acacia Wood
23.75"W x 22.75"D x 36.5"H - 15.43 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'); } } });