SKU: 183-668-066B-502-666T

Pure Maple - Garden Storage Bed

$2,76999 USD $3,46999

Color
Size

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 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.
Pure Maple - Queen Garden Storage Bed - Maple Syrup
62.5"W x 86.5"D x 58.0"H
Pure Maple - King Garden Storage Bed - Maple Syrup
79.25"W x 90.5"D x 58.0"H
Pure Maple - Queen Garden Storage Bed - Natural Maple
62.5"W x 86.5"D x 58.0"H
Pure Maple - King Garden Storage Bed - Natural Maple
79.25"W x 90.5"D x 58.0"H
Pure Maple - Queen Garden Storage Bed - Sage
62.5"W x 86.5"D x 58.0"H
Pure Maple - King Garden Storage Bed - Sage
79.25"W x 90.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'); } } });