SKU: B2640B18

Altyra - Queen Panel Bed With Roll Slats - White

$75999 USD $94999


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 queen panel platform 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 convenience to your restful retreat.

Product Features
  • Includes queen upholstered panel headboard, footboard, platform rails and roll slats
  • Made with engineered wood (MDF/particleboard) and decorative laminate
  • Light finish with subtle pearl effect over replicated cedar grain with authentic touch
  • Gray polyester upholstery with faux crystal button tufting
  • Glitter panel accent
  • Faceted chrome-tone accents
  • LED light strip with remote-controlled color and brightness options
  • Included remote holder discreetly keeps light remote accessible
  • Power cord included; UL Listed
  • Mattress available, sold separately
  • Bed does not require a foundation/box spring
  • Assembly required
  • Bed is compatible with an adjustable base

// 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'); } } });