SKU: NH850S

Nashville - Reclining Sofa

$99999 USD $1,24999

Color

Delivery and Shipping

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

The Nashville Reclining Sofa with Drop-Down Console brings incredible comfort and function to any room. Generously scaled to seat three when closed, the center seat back has a feature-packed Drop-Down Console with work surface, two cupholders and a pop-up power strip with USB charging and electrical outlets.  Never miss the action again looking for a charging station for your devices. The faux-suede cover offers a warm soft-to-touch cover with generously scaled folded cushion arms that add ample padding to the decadent seat cushioning for a relaxing reclining experience.
Nashville - Recliner Sofa With Drop Down Console - Light Brown
88.0"W x 39.0"D x 41.0"H - 223.9 lb
Nashville - Recliner Sofa - Gray
88.0"W x 39.0"D x 41.0"H - 207.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'); } } });