SKU: PCB779B8

Feddinger - Storage Sleigh Bed

$1,48999 USD $1,86999

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 storage sleigh 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. 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 Storage Sleigh Bed - Medium Brown
65.38"W x 95.75"D x 57.25"H - 250.0 lb
Feddinger - King Storage Sleigh Bed - Medium Brown
81.25"W x 95.75"D x 57.25"H - 287.0 lb
Feddinger - California King Storage Sleigh Bed - Medium Brown
81.0"W x 84.0"D x 57.0"H - 298.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'); } } });