SKU: PCB779B13

Feddinger - Panel Storage Bed

$1,45999 USD $1,82999

Color
Size

Delivery and Shipping

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

A relaxed take on casual traditional design, this panel storage bed strikes a comfy pose with a classic sensibility. Its timeless design and wood tone create a welcoming retreat tailored to your laid-back lifestyle. Metal knobs in an aged pewter color subtly dress up footboard drawers packed with storage possibilities. Now there’s a bed with staying power.
Feddinger - Queen Panel Storage Bed - Medium Brown
67.63"W x 87.63"D x 60.13"H - 280.0 lb
Feddinger - King Panel Storage Bed - Medium Brown
83.63"W x 87.63"D x 60.13"H - 325.0 lb
Feddinger - California King Panel Storage Bed - Medium Brown
83.63"W x 91.63"D x 60.13"H - 336.35 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'); } } });