SKU: 852-661F-166F-822F-404

Nordhaven - King Upholstered Bed - Forest Green

$2,29999 USD $2,88999


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.

Product Features
  • Proudly Made in the USA
  • Features Revolution's durable and stylish Performance Fabrics; which will provide a long-lasting; clean; and sophisticated look.
  • Customizable Bed Available in Six Fabric Choices and two leg finish options: Clear Maple or Nordic Walnut.


Nordhaven - King Upholstered Bed - Forest Green
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'); } } });