SKU: P012-703

Sundown Treasure - Outdoor End Table

$12999 USD $16999

Color

Delivery and Shipping

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

Add cottage-quaint charm to your outdoor oasis with this outdoor end table. Made of a hearty hard plastic material with a touch of texture, it’s sure to weather the seasons beautifully. Designed to shed rainwater, the table’s slatted top with gently rounded corners provides exceptional form and function.
Sundown Treasure - End Table - Black
14.63"W x 18.75"D x 18.0"H - 11.0 lb
Sundown Treasure - End Table - Blue
14.63"W x 18.75"D x 18.0"H - 11.0 lb
Sundown Treasure - Rectangular End Table - White
14.63"W x 18.75"D x 18.0"H - 11.0 lb
Sundown Treasure - Rectangular End Table - Turquoise
14.63"W x 18.75"D x 18.0"H - 11.0 lb
Sundown Treasure - Rectangular End Table - Driftwood
14.63"W x 18.75"D x 18.0"H - 11.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'); } } });