SKU: LUN800KR

Luna - Power Recliner

$90999 USD $1,12999

Color

Delivery and Shipping

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

Experience the theater from the comfort of home with the Luna Power-Reclining Entertainment Chair, upholstered in smooth vegan leather. Built-in speakers surround you with rich, immersive sound, while a convenient outer console offers USB-A & C charging and integrated lighting. Sleek pop-up arm controls let you easily adjust bass and treble for a customized audio experience. Blending modern design with advanced technology, the Luna delivers luxurious comfort and high-tech entertainment, making every movie night or music session an unforgettable escape.
// 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'); } } });