SKU: 4847-1904/18

Burns - Power Lift Full Lay Flat With "Dual Motor" Comfort Function

$1,37999 USD $1,63999

Color

Delivery and Shipping

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

BURNS features a Transitional styling with its roll arm inset panel with horse collar back treatment. Extra Wide seating area and steel seat box offer premium seating comfort.
Burns - Power Lift Full Lay Flat With "Dual Motor" Comfort Function - Ash
39.0"W x 44.0"D x 42.0"H - 137.0 lb
Burns - Power Lift Full Lay Flat With "Dual Motor" Comfort Function - Spice
39.0"W x 44.0"D x 42.0"H - 137.0 lb
Burns - Power Lift Full Lay Flat With "Dual Motor" Comfort Function - Midnight
39.0"W x 44.0"D x 42.0"H - 137.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'); } } });