SKU: A4000325

Galtbury - Bookcase - Brown / Black

$28999 USD $35999


Delivery and Shipping

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

Put a personal touch into your space with the Galtbury on-trend bookcase, perfect for showing off framed photos, books and favorite objects. Defined by its distinctive mix of materials, this piece pairs an open metal frame in a bronze-tone finish with 5 fixed distressed wooden shelves for a look that’s right at home in an industrial, modern farmhouse or rustic setting.

Additional Dimensions
  • Top opening: 0"
  • Middle and bottom opening (4): 0"


Product Features
  • Metal, veneer and engineered wood
  • Metal frame with bronze-tone finish
  • 5 fixed shelves
  • Assembly required


Galtbury - Bookcase - Brown / Black
36.13"W x 12.25"D x 72.25"H - 53.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'); } } });