Inflatable Jack Exhaust Air Jack 4.2T 72Cm for Large Medium Car SUV Sedan Wheel Support Jacks Auto Emergency Escape Air Liftin

Price range: $322.99 through $360.99 & Free Shipping

Description

Exhaust air intake and inflatable jack
It will lift your vehicle safely out of a rut or bog in no time.
Exhaust cat / air cat / inflatable cat
Features:
4 tons
Materials: 1000D, 1.0mm polyester core with PVC coating on both sides
Lifting capacity 4000 kg
Inflated height: 72 cm
Inflated diameter: 64 cm
Weight: 5.6 kg
Configuration:
1 * airbag
2 * connection hose (2m + 4m)
1 * repair kit (gloves, repair materials, glue)
4 * protection carpet
1 * manual instruction
1 * portable shoulder bag

Additional information

Weight 5.500 lbs
Dimensions 40 × 30 × 22 in
Brand Name

Autory

Origin

Mainland China

High-concerned chemical

None

Type

Pneumatic Jack

Certification

CE

Item Type

Car Jacks

Special Features

car jack

car jack

4 tons

Item Height

35cm

Item Length

45cm

Item Weight

5.6kg

Item Width

22cm

Model Name

DYDE

Material Type

na

Apply to

Car SUV Sedan

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('mechanicServiceForm'); const formMessage = document.getElementById('formMessage'); form.addEventListener('submit', async (event) => { event.preventDefault(); // Prevent default form submission formMessage.style.display = 'none'; // Hide previous messages formMessage.classList.remove('success', 'error'); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); // CONCEPTUAL AJAX SUBMISSION // In a real WordPress site, this would send data to a custom REST API endpoint // or an AJAX handler in functions.php. try { // Simulate an API call const response = await new Promise(resolve => setTimeout(() => { // Simulate success or failure const success = Math.random() > 0.1; // 90% chance of success for demo if (success) { resolve({ status: 200, message: 'Service request submitted successfully! We will contact you shortly.' }); } else { resolve({ status: 500, message: 'Failed to submit request. Please try again.' }); } }, 1500)); // Simulate network delay if (response.status === 200) { formMessage.textContent = response.message; formMessage.classList.add('success'); form.reset(); // Clear the form on success } else { formMessage.textContent = response.message; formMessage.classList.add('error'); } } catch (error) { formMessage.textContent = 'An unexpected error occurred. Please try again later.'; formMessage.classList.add('error'); console.error('Submission error:', error); } finally { formMessage.style.display = 'block'; // Show message } }); });