SKU: B331/57/54/96

Bellaby - Panel Bed

$30999 USD $37999

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 panel bed. Wispy, whitewash finish infuses so much character without covering the grain for that weathered, rustic look you crave. Clean-lined, classic panel styling provides a countrified-chic bedroom retreat that’s a breath of fresh air. Mattress and foundation/box spring available, sold separately.
Bellaby - Queen Panel Bed - Whitewash
140.0 lb
Bellaby - King Panel Bed - Whitewash
158.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'); } } });