Delivery Only Available to Select Cities in Northern California.

THE ECONOMY SPA COVER (4/2 Foam)

$397.00

Lightweight hot tub cover. Best for lower altitudes with milder winters.

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: esc0001 Category:
This beautiful custom made, lightweight hot tub cover is designed for a budget while maintaining quality. The 4″ to 2″ taper cover is sometimes referred to as a replacement spa cover.  This spa cover is constructed of the highest quality vinyl and materials.  C-channel galvanized steel adds rigidity and strength at the hinge and the bonded thread adds durability.  There are 17 different color selections to complement any spa.  This cover is sufficient for most spas and will work well in most areas but we especially recommend it for lower altitudes with milder winters.  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 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
  • Reinforced stitching at hinge
  • 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 ECONOMY SPA COVER (4/2 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); } }); }); }); });