SKU: RH900K5PC

Rhapsody - 5 Piece King Bedroom Set - Dark Brown

$3,50999 USD $4,37999


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. The 5-piece bedroom set includes (1) bed, (1) dresser, (1) mirror, and (2) nightstands.

Product Features
  • Durably constructed of hardwood solids, veneers, and resin
  • Intricately shaped headboard with button tufted fabric inset in light beige Polyester fabric

// 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'); } } });