SKU: PCB392B1

Jarlee - Dresser And Mirror - White

$80999 USD $1,01999


Delivery and Shipping

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

This dresser with mirror is a showstopper, bringing a touch of modern glamour to your sanctuary. A sleek white finish and inset glitter accents create a luxurious feel, while six spacious drawers provide ample storage for your wardrobe. The mirror’s built-in LED lighting adds a soft glow, making it even easier to get ready in the morning or wind down at night. It’s a simply stunning way to achieve the bedroom of your dreams.

Product Features
  • Includes dresser and mirror
  • Dresser made with hardwood solids and MDF substrates
  • Mirror made with solid wood
  • White paint finish
  • Dresser with inset acrylic glitter accents
  • Horizontal metal drawer pulls
  • 6 drawers with fully finished interiors, dovetail construction and heavy-duty ball-bearing side glides
  • Textured drawer fronts
  • Mirror with inset LED lighting; 3-way dimmer switch
  • Power cord included; UL Listed

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