SKU: P749/665/130(2)

Walton Bridge - 5 Pc. - Square Bar Table W/Fire Pit, 4 Barstools - Driftwood

$3,79999 USD $4,77999


Delivery and Shipping

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

A perfect balance of design and utility, this set turns any outdoor living space into your own piece of paradise. Crafted with easy-care resin wicker over an aluminum frame with the look of wood, it's the epitome of California dreamin' style. The press of a button ignites a flickering flame that dances over a bed of glass beads. And with room for up to eight, it’s one highly accommodating table.

Walton Bridge - Square Bar Table w/Fire Pit - Driftwood

Dimensions 55.75"W x 55.75"D x 39.13"H
Weight 138 lbs
Materials Metal

Walton Bridge - Barstool (2/CN) - Driftwood

Dimensions 20.38"W x 26.88"D x 44.5"H
Weight 40 lbs
Materials Metal
// 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'); } } });