SKU: B4480B3

Frandern - Bookcase Panel Bed

$49999 USD $61999

Color
Size
Storage Option

Delivery and Shipping

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

Cool, casual style is for all ages. With this bookcase panel bed, they get the function they need plus the refined design you love. Approachably neutral in a rustic warm, it’s adaptable enough to pair with an assortment of existing colors and room decor. Faux metal detailing with nailhead accents lends an industrial edge. And handy storage cubbies in the headboard keep books, toys and other bedtime necessities within easy reach.
Frandern - Full Bookcase Panel Bed - Gray
61.0"W x 88.0"D x 49.0"H - 155.0 lb
Frandern - Full Bookcase Panel Bed With Storage - Gray
61.0"W x 88.0"D x 49.0"H - 269.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'); } } });