Delivery Only Available to Select Cities in Northern California.

THE TAHOE COVER (5/4 Heavy Foam)

$635.00

This beast can handle the largest amount of snowfall.

Choose Local Delivery Location *


Select Your Color *

Hot Tub Shape Covers Chart

Spa/Hot tub Basic Shape *

Hot Tub Shape Covers Chart

Measurements






Choose a Folding Direction *


Hinge Length *


Measure Spa Hinge Length

Skirt Length (inches) *


Number of Handles *


Number of Fasteners *


Length of Fasteners (inches) *


Double Wrap Foam Inserts *


Heat Shield Steam Stopper *


EZ Spa Heat Cover

Take Away OId Cover *

Additional Information

SKU: esc0005 Category:
If you are looking for a beast of a spa cover to stand up to those harsh winters with all the snow fall, then our Tahoe Cover is what you want!  It is a 5” to 4” taper with 2 lb dense foam to help support all the extra weight of the snow.  It is the same as our other covers but with a much higher density in the foam cores.  You can choose from 17 stylish shades of our high quality, marine grade vinyl and expect all of the same features that make our covers the best on the market.   The maximum size for this spa cover is 96″ x 96.”  For over-sized spa covers please email us for a quote at info@ezspacovers.com.
Cover Specifications
  • High quality virgin foam
  • Marine quality vinyl with UV protectant
  • Galvanized steel C channel at hinge for added support
  • Foam inserts are heat sealed in plastic to prevent  the collection of moisture
  • R-16 insulation rating
  • 2 Reinforced handles
  • Steam stoppers
  • Heat Shield
  • Reinforced stitching at hinge
  • Heat Sealed Foam Inserts
  • 4 lock down straps with key
  • Specially made thread for spa covers
  • Three year limited warranty
  • Up to 4 inch skirt standard (longer than 4″ adds an additional charge)
Available upgrades:
Super heat shield steam stopper – Runs the entire hinge to help keep steam and heat in.
Double wrap foam inserts – Adds extra water protection around foam cores.

Reviews

There are no reviews yet.

Be the first to review “THE TAHOE COVER (5/4 Heavy Foam)”
Scroll to Top

Colors

*Please note that the actual colors are approximate and may appear slightly different from monitor to monitor. Please contact us if you would like to have a color sample mailed to you.
Hot Tub Color Chart
jQuery(document).ready(function($){ // List of all field IDs var fieldIds = [ 'choose_location', 'choose_color', 'cover_colors', 'hot_tub_shape', 'measurements', 'width', 'length', 'square_width', 'square_length', 'radius', 'folding_direction', 'hinge_length', 'hinge_measurement', 'skirt_length', 'handles', 'fasteners', 'fasteners_length', 'double_wrap', 'heat_shield', 'take_away', 'additional_info', 'type_lifter', 'hot_spring_lifter', 'cover_make_year', 'spa_cover_details' ]; // Generic function to collect data from all the fields function collectFieldData(){ var data = {}; fieldIds.forEach(function(fieldId){ var field = $('#' + fieldId); if(field.length){ data[fieldId] = field.val(); } }); return data; } // Bind event listeners to all fields fieldIds.forEach(function(fieldId){ $('#' + fieldId).on('change', function(){ // On any field change, collect all data and send to server var formData = collectFieldData(); // Send the data via AJAX to save in WooCommerce session $.ajax({ url: wc_checkout_params.ajax_url, type: 'POST', data: { 'action': 'store_custom_form_data_in_session', 'form_data': formData }, success: function(response){ console.log('Form data stored:', response); } }); }); }); });