Inflatable Tractor Lake Floats

48 sold
$49.99
$199.99
-75%
Color:  Orange
Quantity

Description

You might think tractors belong in the fields, kicking up dust and hauling hay. But what if we told you they’ve taken to the high seas? Well, the calm lakes, to be exact. Our line of Inflatable Tractor Lake Floats brings a whole new meaning to “farm-to-water.” This isn’t your everyday floatie. This is a colossal, colorful, beverage-cooling, party-hosting beast of a float shaped like your favorite piece of agricultural machinery.

From Field to Float: The Anatomy of the Inflatable Tractor

These larger-than-life lake cruisers are unapologetically absurd in all the best ways. They mimic the silhouette of a classic modern tractor, but with a twist, they’re built for leisure, not labor.

Start with the tires. These aren’t just painted-on props. The front tires measure in at a rotund 5 feet in diameter, while the rear ones tower at 6 feet. The treads are printed on for that authentic ruggedness that makes onlookers wonder if you just drove it out of a cornfield.

The front “engine” looks ready to rev but instead hides a secondary cooler. Lift the hood (it actually opens), and you’ll find enough space to stash 20 cans on ice. No oil changes needed, just soda and seltzer. Or s,omething stronger, depending on your mood.

 

On top, a gently arched canopy roof provides a bit of sun protection and a lot of visual flair. A four-foot faux-exhaust stack sticks up like a proud smokestack, adding to the illusion that this thing might just vroom.

The central round table is five feet across, big enough for a feast, a card game, or just resting your sunscreen-slippery elbows. Each table includes eight molded cup holders, so nobody’s drink goes overboard. Right in the middle? A removable ice-cooler insert. Refill it, restock it, rotate it, this table’s not just a table. It’s a chilling station.

And because details matter, the floor beneath your feet is a drop-stitch inflatable panel rated for high pressure. Translation: you can hop, dance, or awkwardly sidestep without flipping your tractor float like a pancake.

Not Just a Pretty Float

Sure, these inflatable tractors are eye candy. But they’re also built like tankers. The body is made from a 0.6 mm dual-layer PVC tarpaulin that laughs in the face of UV rays and shrugs off mildew. The seams? Heat-welded and reinforced. The valves? Industrial-grade, double-lock Boston types that make inflation weirdly satisfying.

With the included high-flow electric pump, you’ll be lake-ready in about 10–12 minutes. Deflation is just as fast, and the whole unit packs down into a surprisingly tidy 3 × 3 × 2 ft duffle. So you don’t need a barn to store it, a garage corner or SUV trunk will do.

Weight capacity? An impressive 1,200 pounds. That’s one party-sized load of humans, snacks, drinks, and good vibes.

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.