SKU: 2547-58

Westport - Glass Accent Cabinet

$75999 USD $94999

Color
Dimensions

Delivery and Shipping

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

Elevate your space with the crisp charm of the Westport Cabinet Collection. Designed with a timeless silhouette and fresh finish, this versatile piece brings both function and elegance to your home. The classic beadboard drawer fronts, glass panel doors, and antique-style knobs offer a nod to coastal cottage style with a modern sensibility.
Westport - Glass Accent Cabinet - White
32.0"W x 15.0"D x 36.0"H - 59.75 lb
Westport - 58" Glass Accent Cabinet - White
58.0"W x 15.0"D x 36.0"H - 130.0 lb
Westport - Glass Accent Cabinet - Navy
32.0"W x 15.0"D x 36.0"H - 59.75 lb
Westport - Glass Accent Cabinet - Blue
58.0"W x 15.0"D x 36.0"H - 130.0 lb
Westport - Glass Accent Cabinet - Fern Green
32.0"W x 15.0"D x 36.0"H - 59.75 lb
Westport - 58" Glass Accent Cabinet - Fern Green
58.0"W x 15.0"D x 36.0"H - 130.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'); } } });