SKU: AP460SB

Papillon - 13 Drawers Sideboard - Black

$67999 USD $84999


Delivery and Shipping

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

Papillon adds a little whimsy and a lot of function to any room with this 13-Drawer Accent Sideboard. Antiqued brass butterfly pendants serve as the hardware on this artisan-crafted ebony and washed ivory finished cabinet that will bring a welcome design accent to any room. The asymmetrical drawer design lends visual interest to the piece while offering a generous storage platform for different sized items.

Product Features
  • Constructed of solid mango wood
  • Constructed of solid mango wood
  • Styling details include mid-century modern leg design and antique brass butterfly pendant hardware


Papillon - 13 Drawers Sideboard - Black
46.0"W x 16.0"D x 35.5"H - 146.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'); } } });