SKU: 184-558-050B-502-555T

Pure Maple - Queen Garden Storage Bed - Cottage White

$2,40999 USD $3,02999


Delivery and Shipping

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

The Garden Storage Bed with its tall headboard adds grace; while the crisp white finish reflects light and creates a calming feel. Paired with soft sage accents; it balances fresh modern design with timeless cottage character; inviting relaxed; restorative nights. Two drawers in the footboard of the bed provide ample storage for extra bedding or clothing that needs additional space.

Product Features
  • Made in the USA
  • Solid American Maple
  • a design collaboration between ARTISAN and POST and ERIN + BEN NAPIER
  • Painted finishes feature subtle rub-through along the bed posts and case edges with occasional wormholes in the wood; which are naturally found in SOLID AMERICAN MAPLE.


Pure Maple - Queen Garden Storage Bed - Cottage White
62.5"W x 86.5"D x 58.0"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'); } } });