SKU: EZ4F59H/EZ4F022/EZ4F039/EZ4F60H

EZ Motion - EZ4F00H - Reclining Sectional With Articulating Headrest

$6,27999 USD $7,84999


Delivery and Shipping

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

The EZ4F00 group will have you reclining in style! This silhouette features a channeled back, high pyramid leg, and classic track arm. The collection includes a double reclining sofa, double reclining loveseat, reclining chair, and sectional. Optional articulating headrest upgrade available.

Product Features
  • Back: Sinuous wire, semi-attached, removable back, polyester fiber fill, zipper access
  • Seat: Sinuous Wire, block foam with poly fiber cap, non-ventilated, tight, non-reversible
  • Legs: 3.75" wood, screw-in
  • Pillows: 20" fiber fill
  • Mech: Recliner, articulating headrest, power standard
  • Optional upgrade: battery pack, feather blend pillows.

// 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'); } } });