SKU: B4480/21/26/46/85/84/86

Frandern - Bookcase Panel Bedroom Set

$1,38999 USD $1,73999

Color
Sets
Size

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 bedroom package, they get the function they need plus the refined design you love. Approachably neutral in a rustic warm, this set is adaptable enough to pair with an assortment of existing colors and decor. The faux metal detailing with nailhead accents lends an industrial edge.
Frandern - 6 Pc. - Dresser, Mirror, Chest, Full Bookcase Panel Bed - Gray
526.0 lb
Frandern - 8 Pc. - Dresser, Mirror, Chest, Full Bookcase Panel Bed, 2 Nightstands - Gray
656.0 lb
Frandern - 5 Pc. - Dresser, Mirror, Full Bookcase Panel Bed - Gray
357.0 lb
Frandern - 7 Pc. - Dresser, Mirror, Full Bookcase Panel Bed, 2 Nightstands - Gray
487.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'); } } });