SKU: VA9503PCO

Valencia - Dual Power Reclining Set

$4,15999 USD $5,18999

Color
Sets

Delivery and Shipping

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

A smartly tailored Reclining Set with gentle shaped seats and a luxurious leather-like cover, the Valencia Set has power headrest and power footrest in a clean contemporary silhouette. Choose from Sofa, Loveseat or Chair for an elegant style that excels in comfort. Some of the details in the collection include a Center Console on the Loveseat that conceals both hidden storage area and two cupholders. Hand-stitching that mirrors the shaped seat and a svelte scoop arm add to this special design. A control panel on each outside arm controls the power and comes with a convenient USB charging port.
Valencia - 2 Piece Dual Power Reclining Set - Blue
540.0 lb
Valencia - 2 Piece Dual Power Reclining Set - Walnut
540.0 lb
Valencia - 3 Piece Dual Power Reclining Living Room Set - Black
658.0 lb
Valencia - 3 Piece Dual Power Reclining Living Room Set - Dark Brown
659.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'); } } });