SKU: 84704S4

Lindon - Sectional

$2,08999 USD $2,62999

Color
Configuration

Delivery and Shipping

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

This sectional is easy on the eyes and irresistible to the touch. Its richly neutral, stain-resistant Next-Gen Nuvella™ upholstery is teeming with feel-good texture. And the plush reversible cushions are ready to cradle you comfortably. Track arms offer a casual contemporary look, while coordinating accent pillows beautifully complete the design.
Lindon - 2-Piece Sectional With LAF Corner Chaise - Smoke
103.0"W x 69.0"D x 39.0"H - 241.0 lb
Lindon - 2-Piece Sectional With RAF Corner Chaise - Smoke
103.0"W x 69.0"D x 39.0"H - 241.0 lb
Lindon - 3-Piece Sectional With LAF Corner Chaise - Smoke
136.0"W x 106.0"D x 39.0"H - 404.0 lb
Lindon - 3-Piece Sectional With RAF Corner Chaise - Smoke
136.0"W x 106.0"D x 39.0"H - 404.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'); } } });