SKU: MON900CST

Montana - Chest - Sand Brown

$58999 USD $73999


Delivery and Shipping

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

Rustic, yet refined, Montana mixes primitive design in a fashion-forward finish that delivesr the perfect chest for the bedroom. Great and useful storage offers fully extendible drawers and felt-lined top drawer to maximize storage nd keep delicate items snag-free. A warm, weathered sand stain over Chevron patterned drawer fronts combines with oil-rubbed brass hardware in a relaxed aesthetic for casual bedroom decors. Mix and match with other items in the Montana collection for just the right bedroom combination.

Product Features
  • Crafted from Asian hardwood solids, Acacia veneers and engineered woods
  • Made with kiln-dried wood to help prevent warping, splitting, cracking and developing mildew
  • Side metal drawer glides provide smooth and easy operation for your drawer, making access effortless and convenient.


Montana - Chest - Sand Brown
40.0"W x 17.0"D x 48.0"H - 153.25 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'); } } });