SKU: PCB392B4

Jarlee - Upholstered Panel Bed

$78999 USD $98999

Color
Size

Delivery and Shipping

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

This upholstered panel bed is a showstopper, bringing a touch of modern glamour to your sanctuary. A sleek finish, paired with the cushioned headboards fabric with metallic silver accent threads, creates a sophisticated feel. Built-in LED lighting adds a soft glow, making it even easier to get ready in the morning or wind down at night. Its a simply stunning way to achieve the bedroom of your dreams.
Jarlee - King Upholstered Panel Bed - White
80.0"W x 83.0"D x 54.0"H - 161.7 lb
Jarlee - California King Upholstered Panel Bed - White
80.0"W x 87.0"D x 54.0"H - 199.1 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'); } } });