SKU: B1036B2

Vessalli - Panel Bed

$33999 USD $42999

Color
Size

Delivery and Shipping

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

Craft a contemporary hideaway without breaking the bank. An elegant juxtaposition of refined neutral hues, this two-toned queen panel bed brings sleek style to your space. The sheer simplicity of its profile frames your mattress stunningly. With this chic piece, a bedroom brimming with luxury has never been more attainable.
Vessalli - Queen Panel Bed - Gray
62.75"W x 83.0"D x 51.5"H - 114.0 lb
Vessalli - King Panel Bed - Gray
79.25"W x 83.0"D x 51.5"H - 129.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'); } } });