SKU: B479B2

Vanmore - Storage Bed

$1,27999 USD $1,59999

Color
Size

Delivery and Shipping

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

A rich, metropolitan finish. Unbeatable function. With this storage bed, it’s a breeze to create a casual contemporary hideaway full of style and convenience. It combines thoughtful craftsmanship and handy storage, with assorted drawers to help you maintain an organized and clutter-free space. Cubbies in the headboard keep bedtime reads close while also acting as the perfect perch for bedroom decor.
Vanmore - Queen Storage Bed - Dark Brown
66.38"W x 92.0"D x 57.25"H - 320.0 lb
Vanmore - Full Storage Bed - Dark Brown
58.63"W x 86.63"D x 55.0"H - 287.0 lb
Vanmore - King Storage Bed - Dark Brown
82.25"W x 92.0"D x 57.25"H - 362.0 lb
Vanmore - California King Storage Bed - Dark Brown
82.25"W x 96.0"D x 57.25"H - 372.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'); } } });