SKU: B1045-31

Brozmont - Dresser

$43999 USD $55999

Color
Product Type

Delivery and Shipping

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

Casual rustic design meets modern elegance in this dresser. It’s intentionally crafted with a substantial silhouette, resulting in a luxurious look and feel. The design details, including rails between the drawers, incorporate stunning dimensionality. Complete with a warmly inviting natural brown finish, it’s an elevated yet accessible interpretation of everyday style and function.
Brozmont - Six Drawer Dresser - Tan
58.7"W x 15.75"D x 36.46"H - 175.0 lb
Brozmont - Dresser And Mirror - Tan
58.75"W x 17.75"D x 73.0"H - 200.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'); } } });