SKU: CAS900-K4PC

Cassie - 4 Piece Bedroom Set

$1,78999 USD $2,22999

Color
Size

Delivery and Shipping

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

The Cassie 4-Piece Bedroom Set infuses your space with unparalleled glam chic. Each piece, featuring a shimmering finish and crystal inlaid borders, brings a radiant glow to the room. The Bed serves as a focal point with its illuminated headboard border, which not only creates an enchanting ambiance but also functions as a practical reading light with a simple switch. Built-in USB/USB-C headboard chargers offer convenient organization and power for your electronics. Complementing the bed, the set includes a dresser with matching finish and crystal inlaid hardware, a mirror with an elegant illuminated border, and a nightstand that combines stylish storage with added functionality.
Cassie - 4 Piece King Bedroom Set - Off-White
337.0 lb
Cassie - 4 Piece Queen Bedroom Set - Off-White
349.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'); } } });