SKU: B181/53/52

Paxberry - Panel Bed

$36999 USD $46999

Color
Size

Delivery and Shipping

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

Showcase your trend-setting spirit with this bed. Inspired by bohemian tapestries, exquisite carved medallion pattern is a testament to boho-chic style. Whitewash finish sets a foundation for a room bursting with personality.
Paxberry - Twin Panel Bed - Whitewash
82.2 lb
Paxberry - Queen Panel Bed - Whitewash
110.3 lb
Paxberry - King Panel Bed - Whitewash
119.3 lb
Paxberry - Full Panel Bed - Whitewash
108.39 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'); } } });