SKU: PCB779B2

Feddinger - Panel Bed

$88999 USD $1,11999

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 bed strikes a comfy pose with a classic sensibility. Its timeless design and chestnut brown wood tone create a welcoming retreat tailored to your laid-back lifestyle. Now there’s a bed with staying power.
Feddinger - Queen Panel Bed - Medium Brown
67.63"W x 89.38"D x 60.13"H - 233.0 lb
Feddinger - King Panel Bed - Medium Brown
83.63"W x 89.38"D x 60.13"H - 275.0 lb
Feddinger - California King Panel Bed - Medium Brown
83.63"W x 93.38"D x 60.13"H - 281.8 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'); } } });