SKU: PC6420215

Forest Lake - Power Reclining Sofa With Adj Headrest

$1,61999 USD $2,03999

Color

Delivery and Shipping

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

Trend-right style, meet irresistible modern function. Your living room gets a cozy-cool upgrade with this power reclining sofa. Curl up in its ultra-chic corded upholstery and recline with one-touch controls. Is it movie night or game time? With ambient LED lighting and wireless audio connectivity, this sofa transforms from a serene relaxation spot to an entertainment hub. Its drop-down table, USB charging and cup holders make lounging all the more convenient.

Additional Dimensions
  • Arm height: 26"
  • Distance between arms: 71"
  • Seat depth: 24"
  • Seat height: 20"
  • Fully reclined length: 68"
  • Distance between recliner and wall: 6"
  • Footrest height: 19"
  • Minimum width of doorway for delivery: 32"

Forest Lake - Power Reclining Sofa With Adj Headrest - Black
89.0"W x 44.0"D x 42.0"H - 283.0 lb
Forest Lake - Power Reclining Sofa With Adj Headrest - Alloy
89.0"W x 44.0"D x 42.0"H - 283.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'); } } });