SKU: 54880.00B_54880.00C

San Juan - Outdoor Swinging Loveseat With Support

$62999 USD $79999

Color

Delivery and Shipping

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

  • Outdoor Enjoyment: Perfect for relaxing or entertaining guests outdoors.
  • Durable Design: Made from larch wood for a lightweight yet sturdy construction.
  • Teak Finish: Complements most patio or deck decors with its appealing stain.
  • Ample Space: Provides a spacious seating area for comfort and relaxation.
  • Easy to Move: Lightweight design allows for effortless repositioning in your outdoor area.
  • Inclusive Set: Comes with one chair swing and one swing support for easy setup.

Stylish Larch Wood Swinging Loveseat For Outdoor Relaxation - Gray
82.5"W x 50.0"D x 76.5"H - 74.74 lb
San Juan - Outdoor Swinging Loveseat With Support - Teak
82.5"W x 50.0"D x 76.5"H - 45.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'); } } });