SKU: B181B8

Paxberry - Dresser, Mirror - Medallion Drawer Pulls - Whitewash

$62999 USD $78999


Delivery and Shipping

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

If it’s coastal chic or cottage quaint style you long for, this whitewashed dresser and mirror set invites you to go to town. Its distinctive weatherworn finish conveys an easy-breezy sensibility: perfect for a restful bedroom retreat. Tastefully edited lines and medallion drawer pulls give this attractively priced dresser a high-end aesthetic.

Additional Dimensions
  • Drawer interior: 0"


Product Features
  • Dresser with mirror
  • Made of engineered wood (MDF/particleboard) and decorative laminate
  • Whitewash replicated worn through paint with authentic touch
  • Hardware features a worn-through painted effect
  • 6 smooth-gliding drawers with faux laminate lining
  • Mirror attaches to back of dresser
  • Assembly required

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