SKU: ADE950R

Adelaide - Dual Power, Zero Gravity Recliner - Brown

$1,03999 USD $1,29999


Delivery and Shipping

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

Sink into unparalleled relaxation with the Adelaide Zero-Gravity Recliner, featuring a power headrest for tailored neck comfort and a power footrest for precise leg support. The zero-gravity mechanism affords infinite positions, including a complete lay-flat option, complemented by a 3-inch extension for those with longer legs. Charge devices easily with the integrated USB port while the chaise pad design eliminates pressure points for a seamless comfort experience. Robustly built to accommodate up to 350 lbs, it’s finished in a fade-resistant, caramel vegan leather that combines durability with effortless style.

Product Features
  • Power headrest provides personalized comfort and support, allowing you to relax with optimal head and neck positioning.
  • Power footrest offers effortless control for customized leg and foot support, ensuring maximum comfort and relaxation.
  • Zero Gravity Mechanism Allows for Infinite Position recline with an angle that simulates weightlessness


Adelaide - Dual Power, Zero Gravity Recliner - Brown
40.0"W x 41.5"D x 42.5"H - 130.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'); } } });