SKU: CAS900NS

Cassie - Nightstand - Off-White

$31999 USD $39999


Delivery and Shipping

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

Bring a touch of ultra-glam to your space with the shimmering beauty of the Cassie 2-Drawer Nightstand. Its pearl finish and crystal-inlaid hardware exude sophistication, while the dazzling crystal border lights up with the flip of a switch, transforming the room with a soft, enchanting glow. Acting as both a stylish piece and a convenient night light, this nightstand seamlessly blends luxury with sparkle. The spacious two drawers offer ample storage with a felt-lined top drawer to protect delicates, making it the perfect balance of form and function. Ideal for those who want to elevate their bedroom with a touch of glamour.

Product Features
  • Crafted from engineered woods and Asian hardwood solids
  • Felt-lined top drawer ensures your delicate items are protected and organized


Cassie - Nightstand - Off-White
24.0"W x 17.5"D x 26.0"H - 46.2 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'); } } });