SKU: PCP007-898

Sundown Shores - Adirondack Chair - Green

$27999 USD $34999


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 in green. Made of MEGA-TUFF® high-density polyethylene material, it’s sure to weather the seasons beautifully. Designed to shed rainwater, the chair’s slatted styling with shell back shaping provides exceptional form and function.

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


Sundown Shores - Adirondack Chair - Green
31.75"W x 33.25"D x 38.0"H - 40.7 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'); } } });