SKU: B2589B11

Belachime - Panel Bed

$20999 USD $25999

Color
Size

Delivery and Shipping

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

With its clean-lined look and modern attitude, this twin panel bed is a fresh style awakening. A warm hue over replicated oak grain easily complements other furniture finishes. The simple, unadorned profile is given depth and dimension with the addition of plank-style moulding on the headboard—proof that beauty lies in the details.
Belachime - Full Panel Bed - Black
100.0 lb
Belachime - Queen Panel Bed - Black
109.0 lb
Belachime - King Panel Bed - Black
129.0 lb
Belachime - Twin Panel Bed - Black
41.5"W x 78.25"D x 53.0"H - 80.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'); } } });