SKU: B2640B2

Altyra - Upholstered Panel Bed

$62999 USD $78999

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. Remote-controlled LED lighting adds style and modern conveniences to your restful retreat.
Altyra - Queen Panel Bed - White
63.39"W x 85.04"D x 52.8"H - 143.0 lb
Altyra - King Panel Bed - White
79.88"W x 86.93"D x 52.8"H - 168.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'); } } });