SKU: B331/57/54S/95/B100-13

Bellaby - Platform Bed With Storage

$57999 USD $71999

Color
Size

Delivery and Shipping

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

It’s gorgeous; it’s modern farmhouse; it’s this storage bed. Wispy finish infuses so much character without covering the grain for that weathered, rustic look you crave. Clean-lined, classic panel styling and a pair of drawers at the foot of the bed provide a countrified-chic bedroom retreat that’s a breath of fresh air. Mattress available, sold separately.
Bellaby - Queen Platform Bed with 2 Storage Drawers - Whitewash
229.0 lb
Bellaby - King Platform Bed with 2 Storage Drawers - Whitewash
265.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'); } } });