SKU: PCP587-703

East Beach - Blue - Rectangular Cocktail Table

$26999 USD $33999

Color
Product Type

Delivery and Shipping

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

Easy-breezy beauty, made to withstand the elements. This outdoor table makes a serene statement on your deck or patio with its soothing shade of blue and contrasting wood-look top. And with durable materials providing added longevity, this table is a smartly-stylish addition to your outdoor oasis.
East Beach - Rectangular Cocktail Table - Blue
48.0"W x 31.69"D x 16.06"H - 55.66 lb
East Beach - Rectangular End Table - Blue
24.13"W x 22.0"D x 19.69"H - 33.66 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'); } } });