SKU: SO950R

Simone - Power Recliner - Gray

$44999 USD $56999


Delivery and Shipping

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

Simone offers a seat in comfort with this Power Recliner offering extra-wide seating and a plush fabric in a soft-touch grey application. The power control station on the outside arm offers a USB recharging port while the power footrest and pocket coil seating assures everyone will be comfortable for the big game.

Product Features
  • Styling details include extra-wide seat and padded arm for extra comfort,
  • Constructed with polyurethane/polyester fabric blend cover
  • Styling details include extra-wide seat and padded arm for extra comfort,


Simone - Power Recliner - Gray
42.0"W x 42.5"D x 40.0"H - 84.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'); } } });