SKU: ALX70629T-3PCSET

Alexandria - Power Reclining Set

$2,52999 USD $3,15999

Color

Delivery and Shipping

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

The Alexandria 3-Piece Leather Reclining Set in Stone blends luxurious comfort with modern convenience. Crafted with top-grain leather and matching vegan leather sides, this set includes a reclining sofa, console loveseat, and recliner. Power recline with 143° angle and 3″ wall clearance offers personalized comfort, while high-resiliency foam cushions and no-sag spring support ensure lasting performance. Each piece features USB ports, with the console offering storage, removable cupholders, and dual chargers. Removable backs simplify setup. Built to support up to 350 lbs. per seat with durable engineered frames.
Alexandria - Power Leather Reclining Set - Chocolate
583.0 lb
Alexandria - Power Leather Reclining Set - Gray
583.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'); } } });