SKU: PCB779B15

Feddinger - Sleigh Bed

$1,07999 USD $1,35999

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 sleigh 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. Now there’s a bed with staying power.
Feddinger - Queen Sleigh Bed - Medium Brown
67.63"W x 97.13"D x 57.25"H - 203.0 lb
Feddinger - King Sleigh Bed - Medium Brown
83.63"W x 97.13"D x 57.25"H - 237.0 lb
Feddinger - California King Sleigh Bed - Medium Brown
83.63"W x 101.13"D x 57.25"H - 243.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'); } } });