SKU: PCB857B9

Dilenno - Upholstered Panel Bed

$1,19999 USD $1,50999

Color
Size

Delivery and Shipping

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

Casual contemporary styling with a decidedly modern vibe. Bathed in a rich finish, this upholstered panel bed is warm and inviting. Full wrap-around rails set to the floor adorn your restful retreat with on-trend elegance. A cozy upholstered headboard with layback comfort features USB charging to keep your electronics at the ready. What a simply stunning way to achieve the bedroom of your dreams.
Dilenno - Queen Upholstered Panel Bed - Dark Brown
65.75"W x 89.63"D x 55.0"H - 232.0 lb
Dilenno - King Upholstered Panel Bed - Dark Brown
82.0"W x 78.0"D x 55.0"H - 258.0 lb
Dilenno - California King Upholstered Panel Bed - Dark Brown
82.0"W x 82.0"D x 55.0"H - 274.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'); } } });