SKU: RH900K4PC

Rhapsody - Bedroom Set

$3,04999 USD $3,81999

Color
Sets
Size

Delivery and Shipping

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

The Rhapsody Bedroom Set presents a comfortable yet opulent, traditional style that will be the highlight of your bedroom. The majestic panel bed features an elaborately shaped headboard with a button tufted, beige fabric inset and a low footboard for a grand centerpiece. Scrolling legs and shapely pilasters in rich molasses finish with edge rub-through create the beloved look of a time-worn heirloom antiques. All drawers feature beautifully framed drawer fronts with French dovetail construction and whisper-quiet side mounted metal drawer glides for smooth function.
Rhapsody - 4 Piece King Bedroom Set - Dark Brown
547.0 lb
Rhapsody - 4 Piece Queen Bedroom Set - Dark Brown
513.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'); } } });