SKU: AA950LS

Aria - Power / Power Loveseat With Console

$1,24999 USD $1,55999

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 Loveseat With Console - Brown
77.0"W x 43.0"D x 43.0"H - 218.0 lb
Aria - Dual Power Loveseat With Console - Sand
77.0"W x 42.0"D x 43.0"H - 218.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'); } } });