SKU: MON900-Q4PC-G

Montana - Bedroom Set

$1,80999 USD $2,25999

Color
Sets
Size

Delivery and Shipping

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

Primitive rustic design in a bedroom set, Montana is finished in a soft stain with oil-rubbed brass hardware in a relaxed aesthetic for casual bedroom decors. The Montana Set is anchored with a chevron pattered Bed and kiln-dried storage with fully-extendible deep drawers and file -lined top drawers for plenty of space-optimizing storage. With fully extendible drawers for optimizing the space.
Montana - 4 Piece King Bedroom Set - Gray
216.0 lb
Montana - 4 Piece Queen Bedroom Set - Gray
195.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'); } } });