SKU: B795B6

Montelaine - Upholstered Panel Bed

$1,06999 USD $1,34999

Color
Size

Delivery and Shipping

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

Transform your inner sanctum into a haven of timeless elegance. This traditionally inspired upholstered panel bed features a cushioned headboard embellished with a serpentine-shaped crown and light pearl gray upholstery. A contoured footboard with picture frame moulding completes the ageless aesthetic. And did we mention the classic antiqued white finish and stylish reeded bun feet? Talk about relaxed refinement.
Montelaine - Queen Upholstered Panel Bed - Antique White
178.0 lb
Montelaine - King Upholstered Panel Bed - Antique White
209.0 lb
Montelaine - California King Upholstered Panel Bed - Antique White
217.2 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'); } } });