SKU: U6340413

Center Line - Power Recliner

$1,05999 USD $1,31999

Color

Delivery and Shipping

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

For those seeking to curate a living room retreat that offers superior comfort and a contemporary aesthetic, this sleekly designed power recliner will become your favorite source of at-home serenity. Rest on real leather in the spacious seating area, and use the one-touch power control to recline and adjust the headrest with ease. As you recharge after a long day, your devices can too with USB charging. This recliner is visually enticing in a stunning color, with slope track arms and stitched detailing on the back to enhance its modern appeal.
Center Line - PWR Recliner/Adj Headrest - Dark Gray
49.0"W x 40.0"D x 35.0"H - 209.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'); } } });