SKU: AA950B3PC

Aria - Living Room Set

$3,15999 USD $3,94999

Color
Sets

Delivery and Shipping

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

The ultimate in reclining comfort, Aria has power functions built throughout. Shown in desert colored fabric material, the sectional offers power footrest and power articulating headrest so you never have to sacrifice comfort to watch your favorite shows. The power control panel features a USB port for recharging devices and a home button to return each recliner to its original position.
Aria - 3 Piece Living Room Set - Gray
442.0 lb
Aria - 3 Piece Living Room Set - Dark Brown
442.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'); } } });