SKU: B2640/53/52/83

Altyra - Panel Bed

$50999 USD $62999

Color
Size
Storage Option

Delivery and Shipping

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

The epitome of fashion-forward design, this upholstered panel bed is a beautiful blend of comfort and luxury. Shiny chrome-tone accents, a pearlized finish and button-tufted upholstery bring a glam touch to the richly rustic appearance. Remote-controlled LED lighting adds style and modern conveniences to your restful retreat.
Altyra - Twin Panel Bed - White
107.0 lb
Altyra - Queen Panel Bed - White
143.0 lb
Altyra - Queen Panel Bed with Footboard Storage - White
221.0 lb
Altyra - King Panel Bed - White
168.0 lb
Altyra - Full Panel Bed - White
129.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'); } } });