SKU: 2295-33

Archdale - Gothic Arch Accent Cabinet

$43999 USD $54999

Color
Storage Option

Delivery and Shipping

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

Bring architectural detail into your space and design from the inside out with our Archdale Collection. Glass doors with arched framing offer the opportunity to display your treasures while the warm, contrasting wood interior offers a surprising detail. Available in multiple finishes and sizes.
Archdale - Gothic Arch 2 Door Accent Cabinet - White
34.0"W x 17.0"D x 36.0"H - 73.0 lb
Archdale - Gothic Arch 4 Door Accent Cabinet - White
65.0"W x 17.0"D x 36.0"H - 124.0 lb
Archdale - Gothic Arch 6 Door Accent Cabinet - White
96.0"W x 17.0"D x 36.0"H - 183.0 lb
Archdale - Gothic Arch 2 Door Accent Cabinet - Gray
34.0"W x 17.0"D x 36.0"H - 73.0 lb
Archdale - Gothic Arch 4 Door Accent Cabinet - Gray
65.0"W x 17.0"D x 36.0"H - 124.0 lb
Archdale - Gothic Arch 6 Door Accent Cabinet - Gray
96.0"W x 17.0"D x 36.0"H - 183.0 lb
Archdale - Gothic Arch 2 Door Accent Cabinet - Black
34.0"W x 17.0"D x 36.0"H - 73.0 lb
Archdale - Gothic Arch 4 Door Accent Cabinet - Black
65.0"W x 17.0"D x 36.0"H - 124.0 lb
Archdale - Gothic Arch 6 Door Accent Cabinet - Black
96.0"W x 17.0"D x 36.0"H - 183.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'); } } });