SKU: 16545-1771/28-2397/29

Trifecta - Sofa With 3 Recliners and Drop Down Table

$1,34999 USD $1,59999

Color
Configuration

Delivery and Shipping

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

Trifecta - Sofa With 3 Recliners and Drop Down Table
Trifecta - Sofa With 3 Recliners And Drop Down Table - Nature
90.0"W x 40.0"D x 41.0"H - 229.0 lb
Trifecta - Sofa With 3 Recliners And Drop Down Table - Smoke
90.0"W x 40.0"D x 41.0"H - 229.0 lb
Trifecta - Power Sofa With 3 Recliners And Drop Down Table - Nature
90.0"W x 40.0"D x 41.0"H - 249.0 lb
Trifecta - Power Sofa With 3 Recliners And Drop Down Table - Smoke
90.0"W x 40.0"D x 41.0"H - 249.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'); } } });