SKU: 182-661M-166M-822M-404

Pure Maple - Upholstered Bed - Mocha / Natural Maple

$2,29999 USD $2,88999

Color
Size

Delivery and Shipping

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

Soft lines blend with solid craftsmanship in this upholstered bed; where comfort and design unite effortlessly. Wrapped in a rich; textured performance fabric; it offers a restful retreat that feels both tailored and inviting.
Pure Maple - Queen Upholstered Bed - Mocha / Natural Maple
64.0"W x 94.5"D x 52.5"H
Pure Maple - King Upholstered Bed - Mocha / Natural Maple
80.0"W x 98.5"D x 54.5"H
// 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'); } } });