SKU: A8000442

Wynburn - Wall Art - White / Blue / Green

$21999 USD $26999


Delivery and Shipping

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

Embrace the abstract with this wall art. Crafting a captivating contemporary look in cool tones, its design brings a pop of pattern and color to your decor. And the piece hangs four ways, giving you the versatility to switch up how it’s styled when you need a refresh.

Product Features
  • Framed gallery wrapped canvas
  • Hand-painted
  • Goldtone frame
  • Sawtooth bracket for hanging
  • Hangs 4 ways
  • Due to the handcrafted nature of this product, some variations may occur


Wynburn - Wall Art - White / Blue / Green
48.0"W x 1.63"D x 48.38"H - 15.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'); } } });