SKU: B331/157/154/196

Bellaby - Crossbuck Panel Bed

$45999 USD $56999

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