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

Nordhaven - Upholstered Bed - Mocha / Nordic Walnut

$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 come together effortlessly. Wrapped in a rich; textured performance fabric; it provides a restful retreat that feels both tailored and inviting; with a detachable backrest pillow perfect for lounging or reading.
Nordhaven - Queen Upholstered Bed - Mocha / Nordic Walnut
64.0"W x 94.5"D x 52.5"H
Nordhaven - King Upholstered Bed - Mocha / Nordic Walnut
80.0"W x 94.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'); } } });