SKU: PCU1090215

5Z-Comfort - Relaxation - Power Reclining Sofa With Adj Headrest

$2,73999 USD $3,43999

Color

Delivery and Shipping

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

Masterfully blend high style and must-have comfort with this power reclining sofa. Its clean, transitional look is crafted with luxury in mind, complete with supple top-grain leather in the seating area. Eloquently incorporated into the sleek design are features that take relaxation to the next level, like one-touch reclining, reading lights and wireless charging. Even more indulgent? Heat and massage functions that bring soothing relief from head to toe.
5Z-Comfort - Power Reclining Sofa With Adj Headrest - Coin
89.0"W x 41.0"D x 43.0"H - 334.0 lb
5Z-Comfort - Power Reclining Sofa With Adjustable Headrest - Onyx
89.0"W x 41.0"D x 43.0"H - 334.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'); } } });