SKU: SHE800T-3PC-SECT

Shelton - 3 Piece Manual Reclining Sectional - Brown

$2,03999 USD $2,53999


Delivery and Shipping

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

The Shelton 3-Piece Manual Reclining Sectional blends plush comfort with smart functionality. Upholstered in soft camel polyester, it features two outer reclining seats that extend to a 135-degree angle with just 3 inches of wall clearance. The Right-Arm-Facing Loveseat includes a lift-top console with a wireless charging surface, hidden storage, and two stainless steel pop-out cupholders. Generously padded arms and headrests ensure lasting comfort, while mottled fabric and arched stitching add a tailored, stylish touch to this versatile sectional.

Product Features
  • Crafted with an engineered hardwood frame, pocket springs, foam and 100% polyester fabric cover with a manual recling mechanism
  • Manual recline opens with effortless pull of lever
  • The engineered wood frame provides lasting comfort, support and reliability in a foundation that is less susceptible to warping, cracking, or sagging over time

// 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'); } } });