SKU: PCB1115-57

Maeling - Upholstered Panel Headboard

$28999 USD $35999

Color
Size

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 upholstered panel headboard reflects your upscale taste. It’s dressed in a crisp matte finish, with an upholstered panel softening the look. Seamlessly incorporated LED accent lighting provides practical and stylish illumination.
Maeling - Queen Upholstered Panel Headboard - Black / Gray
63.39"W x 2.87"D x 52.76"H - 77.0 lb
Maeling - King Upholstered Panel Headboard - Black / Gray
79.88"W x 2.87"D x 52.76"H - 95.0 lb
Maeling - Twin Upholstered Panel Headboard - White / Gray
41.38"W x 2.87"D x 52.76"H - 57.0 lb
Maeling - Queen Upholstered Panel Headboard - White / Gray
63.39"W x 2.87"D x 52.76"H - 77.0 lb
Maeling - King Upholstered Panel Headboard - White / Gray
79.88"W x 2.87"D x 52.76"H - 95.0 lb
Maeling - Full Upholstered Panel Headboard - White / Gray
56.38"W x 2.87"D x 52.76"H - 66.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'); } } });