SKU: PCB857B6

Dilenno - Canopy Bed

$1,14999 USD $1,44999

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 canopy bed is warm and inviting. Its integrated canopy and full wrap-around rails set to the floor adorn your restful retreat with on-trend elegance. Dual USB charging on both sides of the upholstered headboard is a subtly cool way to keep your electronics at the ready. What a simply stunning way to achieve the bedroom of your dreams.
Dilenno - Queen Canopy Bed - Dark Brown
64.25"W x 86.0"D x 86.0"H - 269.0 lb
Dilenno - King Canopy Bed - Dark Brown
80.25"W x 86.0"D x 86.0"H - 293.0 lb
Dilenno - California King Canopy Bed - Dark Brown
80.25"W x 90.0"D x 86.0"H - 314.3 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'); } } });