SKU: U5950513

Mindanao - Pwr Recliner/Adj Headrest

$1,08999 USD $1,36999

Color

Delivery and Shipping

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

If sleek and modern is your style, this power recliner is ready to deliver a fresh look in comfort seating. With a plethora of power features and perfectly positioned scoop seating for unparalleled relaxation, this chair will be your go-to spot for watching TV, reading or just drifting off to sleep.
Mindanao - Power Recliner With Adj Headrest - Steel
42.0"W x 42.0"D x 43.0"H - 138.0 lb
Mindanao - Pwr Recliner/Adj Headrest - Coconut
42.0"W x 42.0"D x 43.0"H - 138.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'); } } });