document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.landing-testimonials-slider').forEach(function (slider) { if (slider.dataset.sliderInitialized === 'true') { return; } const slides = Array.from( slider.querySelectorAll(':scope > .landing-testimonials-slider-slide') ); if (slides.length <= 1) { return; } slider.dataset.sliderInitialized = 'true'; /* --------------------------------- Create track --------------------------------- */ const track = document.createElement('div'); track.className = 'landing-testimonials-slider-track'; slides.forEach(function (slide) { track.appendChild(slide); }); slider.appendChild(track); /* --------------------------------- Create arrows --------------------------------- */ const prev = document.createElement('button'); prev.type = 'button'; prev.className = 'landing-testimonials-slider-arrow landing-testimonials-slider-prev'; prev.setAttribute('aria-label', 'Previous testimonial'); prev.innerHTML = '‹'; const next = document.createElement('button'); next.type = 'button'; next.className = 'landing-testimonials-slider-arrow landing-testimonials-slider-next'; next.setAttribute('aria-label', 'Next testimonial'); next.innerHTML = '›'; slider.appendChild(prev); slider.appendChild(next); /* --------------------------------- Create dots --------------------------------- */ const dotsWrapper = document.createElement('div'); dotsWrapper.className = 'landing-testimonials-slider-dots'; const dots = []; slides.forEach(function (slide, index) { const dot = document.createElement('button'); dot.type = 'button'; dot.className = 'landing-testimonials-slider-dot'; dot.setAttribute( 'aria-label', 'Go to testimonial ' + (index + 1) ); dotsWrapper.appendChild(dot); dots.push(dot); }); slider.appendChild(dotsWrapper); /* --------------------------------- Slider --------------------------------- */ let current = 0; function goToSlide(index) { current = (index + slides.length) % slides.length; track.style.transform = 'translate3d(-' + (current * 100) + '%, 0, 0)'; dots.forEach(function (dot, index) { dot.classList.toggle( 'is-active', index === current ); }); } /* --------------------------------- Controls --------------------------------- */ prev.addEventListener('click', function () { goToSlide(current - 1); restartAutoplay(); }); next.addEventListener('click', function () { goToSlide(current + 1); restartAutoplay(); }); dots.forEach(function (dot, index) { dot.addEventListener('click', function () { goToSlide(index); restartAutoplay(); }); }); /* --------------------------------- Swipe --------------------------------- */ let touchStartX = 0; let touchEndX = 0; slider.addEventListener( 'touchstart', function (event) { touchStartX = event.changedTouches[0].screenX; }, { passive: true } ); slider.addEventListener( 'touchend', function (event) { touchEndX = event.changedTouches[0].screenX; const distance = touchEndX - touchStartX; if (Math.abs(distance) < 50) { return; } if (distance < 0) { goToSlide(current + 1); } else { goToSlide(current - 1); } restartAutoplay(); }, { passive: true } ); /* --------------------------------- Autoplay 6000 = 6 seconds --------------------------------- */ let autoplay; function startAutoplay() { autoplay = setInterval(function () { goToSlide(current + 1); }, 6000); } function stopAutoplay() { if (autoplay) { clearInterval(autoplay); } } function restartAutoplay() { stopAutoplay(); startAutoplay(); } slider.addEventListener('mouseenter', stopAutoplay); slider.addEventListener('mouseleave', startAutoplay); /* Initial state */ goToSlide(0); startAutoplay(); }); });

Misting Fan System With 150 PSI Pump

Starting at: $673.60

Product Description

  • This kit includes 1 thru 6 -18″ wall and celing mount fans and one 150 PSI misting pump, 1/4″ OD feed line, fittings, nozzles, and clamp kits.
  • Providing optimal cooling for open spaces like patios,
  • These fans push small mist drops throughout a large area.
  • These kits are not intended for commercial use. Mostly home patios, Pet areas or other places that need cooling.

Kit Contents:
Misting Pump 150 PSI
18” Misting Fans
Nylon Tubing
Mist Ring Nozzle x 12″ Diameter, 4 on each fan.
Misting Nozzle 10/24 x .012
1/4″ Plastic Push Lock Tee
1/4″ Plastic Push Lock Elbow
1/4” x 1/4” Plastic Male Adapter
Rubber Clamp 1/4″

Additional Information

Choose Model

18" (1) Fan System w/ 150 PSI Pump, 18" (2) Fan System w/ 150 PSI Pump, 18" (3) Fan System w/ 150 PSI Pump, 18" (4) Fan System w/ 150 PSI Pump, 18" (5) Fan System w/ 150 PSI Pump, 18" (6) Fan System w/ 150 PSI Pump

Customer Reviews

Reviews

There are no reviews yet.

Be the first to review “Misting Fan System With 150 PSI Pump”

Save 10% Instantly

Instantly save 10% on select missing fan kits & misting kits.

at checkout instantly on select misting fan kit, mid & high-pressure
misting kits and select high pressure pumps.

Most Orders Delivered
in 5 Days — Beat the Heat Fast.