SKU: B280-672

Nashburg - Arch Bed

$38999 USD $48999

Color
Size

Delivery and Shipping

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

Looking to bring back a sense of bygone charm? Dream it, live it with this metal bed. Matte frame with moulded "fittings" brilliantly mimics wrought-iron beds from yesteryear for a look that’s perfect for your modern farmhouse or cottage-quaint escape.
Nashburg - Twin Metal HDBD/Ftbd/Rails - Black
44.0"W x 80.5"D x 49.88"H - 52.0 lb
Nashburg - Full Metal HDBD/Ftbd/Rails - Black
58.5"W x 79.0"D x 50.0"H - 61.0 lb
Nashburg - Queen Metal Bed - Black
65.5"W x 85.25"D x 50.0"H - 65.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'); } } });