SKU: B4615-31

Savonport - Dresser

$53999 USD $67999

Color
Product Type

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 dresser is farmhouse style done to perfection. Its framed top and pilaster detailing introduce quiet structure, while large dark brass-tone handles offer a striking contrast.
Savonport - Seven Drawer Dresser - White / Brown
61.73"W x 16.02"D x 36.93"H - 187.0 lb
Savonport - Dresser And Mirror - White / Brown
61.75"W x 17.25"D x 73.5"H - 212.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'); } } });