SKU: AA800BN3PCSECT

Aria - 3 Piece Reclining Sectional

$3,61999 USD $4,51999

Color

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. The Aria 3 Piece Reclining Sectional is upholstered in an easy to clean, soft desert sand material, with gel topped memory foam cushioning for the ultimate in comfort. Features include power footrests and power articulating headrests so you never have to sacrifice comfort to watch your favorite shows. The power control panel features a USB port for recharging devices. Your purchase includes one right arm facing reclining loveseat with console, one left side facing reclining loveseat and one wedge.
Aria - 3 Piece Reclining Sectional SB - Brown
350.0 lb
Aria - 3 Piece Reclining Sectional DS - Gray
420.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'); } } });