SKU: P420-898

Emmeline - Adirondack Chair - Brown

$27999 USD $35999


Delivery and Shipping

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

Add cottage-quaint charm to your outdoor oasis with this Adirondack chair. Made of MEGA-TUFF® high-density polyethylene material, this chair is sure to weather the seasons beautifully. The slatted styling, designed to shed rainwater, provides exceptional form and function.

Additional Dimensions
  • Distance between arms: 20.75"
  • Seat width: 20.75"
  • Seat height: 18"
  • Seat depth: 16.25"
  • Arm height: 24"


Product Features
  • Made of MEGA-TUFF® HDPE (a high-density polyethylene), which gives the wood look you love and the weather resistance you crave
  • Designed to withstand the harsh elements of the outdoors
  • Brown color
  • Slatted design
  • Assembly required


Emmeline - Adirondack Chair - Brown
30.25"W x 31.0"D x 37.5"H - 51.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'); } } });