SKU: W2297P143102

Sling Folding Chaise Lounge Chair - Stripe Blue

$8999 USD $11999


Delivery and Shipping

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

  • Stylish Sling Chair for Outdoor Spaces: This sling chair adds a fresh and stylish look to any outdoor space such as the beach, garden, or swimming pool.
  • Adjustable Back for Comfort: You can easily change the back of the chair to your preferred position, ensuring maximum comfort for lounging.
  • No Installation Required: Enjoy the convenience of using this chair straight out of the box without the need for any installation.
  • Sturdy Populus Wood Material: Made from populus wood, this chair is durable and can support weights up to 220 lbs.

Sling Folding Chaise Lounge Chair - Stripe Blue
40.0"W x 24.0"D x 34.0"H - 7.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'); } } });