SKU: B2640B50

Altyra - King Panel Bed With Upholstered Headboard - White

$88999 USD $1,10999


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 king 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 convenience to your restful retreat.

Product Features
  • Includes upholstered panel headboard, panel 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
  • Large scale chrome-tone handles with mosaic details
  • Glitter panel inset bookshelf
  • Faceted chrome-tone accents
  • 2 smooth-gliding drawers in footboard
  • LED light strip with remote-controlled color and brightness options
  • Power cord included; UL Listed
  • Bed does not require additional foundation/box spring; accommodates most zero clearance adjustable bases with the addition of a bunkie board
  • Mattress available, sold separately
  • Assembly required

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