SKU: PC8400225

Elksworth - Rocker Recliner

$49999 USD $62999

Color

Delivery and Shipping

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

There's no shame in zoning out and kicking back—not when this rocker recliner makes you look so good doing it. Heavyweight ash-colored faux leather upholstery is enriched with prominent stitching, a supportive back and pillowy armrests. And with one easy pull, you’re on your way to endless relaxation.
Elksworth - Rocker Recliner - Biscotti
40.0"W x 43.0"D x 41.0"H - 98.0 lb
Elksworth - Rocker Recliner - Ash
40.0"W x 43.0"D x 41.0"H - 98.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'); } } });