SKU: A2000381

Bidelia - Sculpture Set (Set of 2) - Antique White

$9999 USD $12999


Delivery and Shipping

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

What a perfect pair. These apple and pear sculptures are artfully aged and scaled to fit almost anywhere. Display this delicious duo to give your space vintage appeal.

Additional Dimensions
  • Sculpture-small: 0"
  • Sculpture-large: 0"


Product Features
  • Set of 2
  • Made of paper composite and metal
  • Antiqued bronze-tone finish; antiqued white crackle finish
  • Clean with a soft, dry cloth


Bidelia - Sculpture Set (Set of 2) - Antique White
7.38"W x 7.38"D x 13.5"H - 8.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'); } } });