SKU: EB1480-72

Kerisden - Panel Complete Bed Frame

$26999 USD $33999

Color
Size

Delivery and Shipping

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

For style that’s simultaneously relaxed and refined, look no further than this panel bed frame. Its crisp, clean finish pairs with replicated oak for a versatile look with loads of casual appeal. Paneled detailing on the headboard incorporates added depth.
Kerisden - Full Panel Complete Bed Frame - White / Brown
79.84"W x 56.57"D x 47.95"H - 130.0 lb
Kerisden - Queen Panel Complete Bed Frame - White / Brown
83.03"W x 63.58"D x 47.95"H - 140.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'); } } });