SKU: PCB1819-91

Kozlani - One Drawer Night Stand - White

$30999 USD $38999


Delivery and Shipping

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

Fit for a princess. This nightstand’s crisp matte white finish pairs with charming ornate beading details and bun feet—perfect for your girly girl. Multicolored LED lighting and built-in USB charging are the crowning touches to make your little one feel like royalty.

Additional Dimensions
  • Drawer interior: 0"
  • Opening: 0"


Product Features
  • Made with engineered wood (MDF/particleboard/plywood) and decorative laminate for the right balance of affordability and durability
  • Matte white finish
  • Decorative laminate replicates natural or man-made material surfaces with consistent color, pattern and texture
  • Crystal drawer knob
  • 1 smooth-operating drawer
  • Drawer interior is lined with a faux linen laminate for a clean, finished look
  • Open shelf
  • USB-A and USB-C charging ports
  • Pink, purple and white LED lighting options; touch button control
  • Power cord included; UL Listed
  • Minor assembly required


Kozlani - One Drawer Night Stand - White
23.23"W x 16.18"D x 23.11"H - 50.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'); } } });