SKU: EB1460-71

Kozmour - Bookcase Complete Bed Frame

$23999 USD $29999

Color
Size

Delivery and Shipping

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

Create the unfussy modern look you want to wake up to with this bookcase complete bed frame. Its two-tone treatment blends the look of warm oak with a contrasting painted finish for urban industrial flair. A minimalist shelf in the headboard keeps your favorite reads within reach.
Kozmour - Twin Bookcase Complete Bed Frame - Black / Brown
81.26"W x 42.95"D x 47.24"H - 113.0 lb
Kozmour - Full Bookcase Complete Bed Frame - Black / Brown
81.26"W x 57.95"D x 47.24"H - 135.0 lb
Kozmour - Queen Bookcase Complete Bed Frame - Black / Brown
86.77"W x 64.96"D x 47.24"H - 146.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'); } } });