SKU: PC8240712

Revived and Restored - Power Lift Recliner

$86999 USD $1,08999

Color

Delivery and Shipping

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

Meet the chair that does it all. This recliner combines a timeless design with smart functionality. One-touch power reclining and adjustable positions allow you to relax your way, while the power lift feature helps you transition smoothly from sitting to standing. Air massage and heated seat features let you unwind with ease. Roll arms and neutral-hued faux leather lend a classic feel. Built with sturdy steel construction, this multifunctional recliner delivers lasting durability and generous comfort.
Revived and Restored - Power Lift Recliner - Granite
46.0"W x 44.0"D x 42.0"H - 159.0 lb
Revived and Restored - Power Lift Recliner - Earth
46.0"W x 44.0"D x 42.0"H - 159.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'); } } });