SKU: PCB1119B4

Maeling - King Upholstered Panel Bed - White

$59999 USD $74999


Delivery and Shipping

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

For those with a penchant for modern glamour, this king upholstered panel bed reflects your upscale taste. It’s dressed in a crisp matte white finish, with an upholstered panel softening the look. Seamlessly incorporated LED accent lighting on the headboard provides practical and stylish illumination.

Product Features
  • Includes upholstered panel headboard, panel rails and panel footboard
  • Made with engineered wood (MDF/particleboard/plywood) and decorative laminate for the right balance of affordability and durability
  • Matte white finish
  • Decorative laminate replicates natural or man-made material surfaces with consistent color, pattern and texture
  • Polyester upholstery
  • LED accent lighting with 3 brightness levels
  • Power cord included; UL Listed
  • Foundation/box spring required, sold separately
  • 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'); } } });