SKU: B4615B4

Savonport - Panel Bed

$47999 USD $59999

Color
Size

Delivery and Shipping

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

Lend a soothing sensibility to your sleep space from dusk to dawn. Pairing a fresh white painted finish with the look of French oak, this full panel bed is farmhouse style done to perfection. Its inlaid headboard panels and pilaster detailing introduce quiet structure.
Savonport - King Panel Bed - White / Brown
81.75"W x 85.0"D x 64.0"H - 212.0 lb
Savonport - Twin Panel Bed - White / Brown
43.0"W x 79.5"D x 64.0"H - 119.0 lb
Savonport - Full Panel Bed - White / Brown
58.0"W x 79.5"D x 64.0"H - 161.0 lb
Savonport - Queen Panel Bed - White / Brown
65.25"W x 85.0"D x 64.0"H - 168.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'); } } });