Delivery Only Available to Select Cities in Northern California.

THE DELUXE SPA COVER (4/2 2lb Foam)

$525.00

Heavy enough to handle moderate snow, small pets, or children.

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: esc0002 Category:
If you are looking for a spa cover that offers a sleek look and easy to handle 4″ to 2″ taper with a density that is heavy enough to handle a moderate snow load this is the cover for you.  It is the same as our economy cover but with added density in the foam cores. Perfect for those with small pets, children or light snow loadsYou 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.
Check Our Our Shapes and Colors Here
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 DELUXE SPA COVER (4/2 2lb 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); } }); }); }); });