SKU: HEN900NNS

Henry - Nightstand With USB-C

$40999 USD $50999

Color

Delivery and Shipping

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

The Henry Nightstand is a sturdy and stylish bedside companion, combining functionality with modern elegance. Crafted with oak veneers in a smoky espresso finish, it features reeded surfaces, rounded corners, and a sturdy plinth base. Three drawers offer ample storage, including a felt-lined top drawer to protect valuables. For added convenience, the nightstand includes USB-A and USB-C ports, plus two electrical outlets, perfect for overnight charging.
Henry - Nightstand With USB-C - Espresso
27.75"W x 18.0"D x 27.0"H - 73.85 lb
Henry - Nightstand With USB-C - Sand
27.75"W x 18.0"D x 27.0"H - 73.85 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'); } } });