SKU: 852-551F-155F-822F-404

Nordhaven - Queen Upholstered Bed - Forest Green

$1,96999 USD $2,47999


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 - Queen Upholstered Bed - Forest Green
64.0"W x 94.5"D x 52.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'); } } });