SKU: AA950CBN

Aria - Power / Power Recliner

$67999 USD $84999

Color

Delivery and Shipping

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

Aria presents power reclining with all the bells and whistles. A buttery soft fabric application combines with an advanced seating system featuring 49 pocketed coils in each seat. Power articulating headrest, power footrest, and a lay-flat mechanism features are paired with a USB recharging station and storage for the ultimate in comfort and function.
Aria - Dual Power Recliner - Brown
40.5"W x 44.0"D x 41.0"H - 112.0 lb
Aria - Dual Power Recliner - Sand
40.5"W x 44.0"D x 41.0"H - 112.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'); } } });