SKU: EB2320-112

Neilsville - Platform Bed

$22999 USD $28999

Color
Size

Delivery and Shipping

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

Streamlined design and a stunning two-tone finish come together in one simply extraordinary bed. This queen panel bed is sure to impress with platform styling and a rich brown finish over replicated pine grain texture. Its mid-century profile is a nod to the past, while the updated finish keeps it solidly in the present.
Neilsville - Full Platform Bed - Multi Gray
56.22"W x 77.56"D x 15.31"H - 82.0 lb
Neilsville - Queen Platform Bed - Multi Gray
62.64"W x 83.07"D x 15.31"H - 89.0 lb
Neilsville - Full Platform Bed - Whitewash
56.22"W x 77.56"D x 15.31"H - 86.0 lb
Neilsville - Queen Platform Bed - Whitewash
62.64"W x 83.07"D x 15.31"H - 89.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'); } } });