SKU: PCB2405B12

Graystorm - Panel 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.

Combining a casual aesthetic with functional flair, this panel bed suits styles from rustic to industrial. The headboard's slatted panel design has an easygoing character that's sure to please. Dressed in a chic weathered gray hue, it brings a charmingly curated vibe to bedtime.
Graystorm - Twin Panel Bed - Brown Gray
42.0"W x 79.25"D x 57.0"H - 85.0 lb
Graystorm - Full Panel Bed - Brown Gray
57.0"W x 79.25"D x 57.0"H - 90.0 lb
Graystorm - Queen Panel Bed - Brown Gray
64.0"W x 84.5"D x 57.0"H - 102.0 lb
Graystorm - King Panel Bed - Brown Gray
80.5"W x 84.5"D x 57.0"H - 116.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'); } } });