.section-wrapper { max-width: 1000px; margin: 0 auto; padding: 30px 20px; background-color: #000000; box-sizing: border-box; margin-bottom: 0; } .no-bottom-radius { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .image-gallery { display: flex; flex-direction: row; align-items: flex-start; gap: 20px; font-family: Arial, sans-serif; } .thumbnail-gallery { display: flex; flex-direction: column; gap: 10px; max-height: 550px; overflow-y: auto; scrollbar-width: thin; } .thumbnail-gallery img { width: 100px; height: auto; cursor: pointer; border: 2px solid #53cadb; border-radius: 5px; transition: opacity 0.3s ease-in-out, border 0.3s; opacity: 0.7; } .thumbnail-gallery img:hover { opacity: 1; } .thumbnail-gallery img.active { opacity: 1; border: 2px solid #ffffff; } .main-image { width: 100%; max-width: 400px; height: auto; border: 2px solid #53cadb; border-radius: 5px; } @media (max-width: 768px) { .image-gallery { flex-direction: column; align-items: center; } .thumbnail-gallery { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 15px; max-height: unset; overflow-y: unset; } .thumbnail-gallery img { width: 80px; } .main-image { max-width: 300px; } } function changeMainImage(clickedImg) { const mainImage = document.getElementById(‘main-product-image’); mainImage.src = clickedImg.src; const thumbnails = document.querySelectorAll(‘.thumbnail-gallery img’); thumbnails.forEach(img => img.classList.remove(‘active’)); clickedImg.classList.add(‘active’); }

S4 Touchless Sparkling Water Cooler

The S4 is a sleek, high-performance bottleless water cooler that delivers sparkling, cold, hot, and ambient water on demand. Built for modern workspaces, it offers hygienic hydration with premium filtration and eco-conscious carbonation.

  • Touchless sensor-activated dispensing for hands-free use
  • Antimicrobial dispense point for enhanced hygiene
  • Cold, hot, ambient, and sparkling water from one sleek unit
  • Energy-efficient and designed for high-traffic environments
.section-wrapper { max-width: 1000px; margin: 0 auto; padding: 30px 20px; background-color: #000000; box-sizing: border-box; margin-bottom: 0; } .no-radius { border-radius: 0; } .product-intro { font-family: Arial, sans-serif; color: #ffffff; text-align: left; } .product-intro h3 { font-size: 1.6rem; font-weight: bold; margin-bottom: 12px; color: #53cadb; } .product-intro p { font-size: 1rem; line-height: 1.6; margin-bottom: 15px; } .intro-highlights { list-style: disc; padding-left: 20px; font-size: 1rem; line-height: 1.6; margin: 0; } .intro-highlights li { margin-bottom: 8px; } @media (max-width: 768px) { .product-intro h3 { font-size: 1.3rem; } .product-intro p, .intro-highlights { font-size: 0.95rem; } .intro-highlights li { margin-bottom: 6px; } }

Features:

Sparkling Water Hot Water Cold Water Ambient Water
  • Touchless sensor-activated dispensing for maximum hygiene
  • Dispenses sparkling, hot, cold, and ambient water
  • Elegant glass front panel with minimal footprint

Users:

User Capacity

1–50

Filtration System:

3 Stage Filtration 5 Stage RO Filtration
.section-wrapper { max-width: 1000px; margin: 0 auto; padding: 30px 20px; background-color: #000000; box-sizing: border-box; margin-bottom: 0; } .no-radius { border-radius: 0; } .columns { display: flex; flex-wrap: wrap; gap: 20px; align-items: stretch; } .column { flex: 1; min-width: 250px; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; border: 4px solid #53cadb; border-radius: 0; padding: 20px; background-color: #000000; color: #ffffff; box-sizing: border-box; } .columns h3 { font-size: 1.3rem; color: #53cadb; margin-bottom: 10px; text-align: center; } .feature-icons { flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; margin: 10px 0; } .feature-icons img { width: 100px; height: auto; } .users-section p { display: flex; align-items: center; justify-content: center; font-size: 1rem; margin-top: auto; } .features-box { border: 1px solid #53cadb; border-radius: 5px; padding: 10px; background-color: #1a1a1a; margin-bottom: 10px; } .features-column ul { font-size: 1rem; padding-left: 20px; margin: 0; } .features-column li { margin: 6px 0; } @media (max-width: 768px) { .columns { flex-direction: column; } .column { padding: 15px; min-height: unset; } .columns h3 { font-size: 1.15rem; } .feature-icons img { width: 80px; } .users-section p, .features-column ul { font-size: 0.95rem; } }

Technical Specifications:

Specification Countertop Model
Dimensions 14.2″ (W) × 17.8″ (H) × 23.3″ (D)
Weight 71.9 lbs
Chilling Capacity 15.85 gal/hour (60 L/hour)
Hot Tank Capacity 0.33 gal (1.25 L)
Cold Water Capacity 0.18 gal (0.68 L)
Sparkling Tank Capacity 0.53 gal (2.0 L)
CO₂ Configuration External CO₂ tank (not included)
Dispensing Area Height 11.25″
Filtration Options 3-Stage, 5-Stage Reverse Osmosis (RO), or 5-Stage Ultrafiltration (UF)
Power 110V / 60Hz @ 4.9 amps
Power Consumption 1.60 kWh per 24 hours
Water Options Sparkling, Hot, Cold, Ambient
Drip Tray Removable
Recommended Users 1–50
Recommended Water Pressure 50–80 PSI
.section-wrapper { max-width: 1000px; margin: 0 auto; padding: 30px 20px; background-color: #000000; box-sizing: border-box; margin-bottom: 0; } .no-radius { border-radius: 0; } .technical-specifications { font-family: Arial, sans-serif; color: #ffffff; } .technical-specifications h3 { font-size: 1.4rem; color: #53cadb; margin-bottom: 20px; } .table-wrapper { overflow-x: auto; } .technical-specifications table { width: 100%; border-collapse: collapse; min-width: 600px; } .technical-specifications th, .technical-specifications td { border: 1px solid #53cadb; padding: 14px; text-align: left; font-size: 1rem; } .technical-specifications th { background-color: #53cadb; color: #000000; } .technical-specifications td { color: #ffffff; } @media (max-width: 768px) { .technical-specifications h3 { font-size: 1.2rem; } .technical-specifications th, .technical-specifications td { font-size: 0.9rem; padding: 10px; } }

Get a sparkling water cooler for your workspace today

Try it free for 7 days — no commitment.

Try It Free See All Machines
.section-wrapper { max-width: 1000px; margin: 0 auto; padding: 30px 20px; background-color: #000000; box-sizing: border-box; } .bottom-radius { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .custom-cta { text-align: center; font-family: Arial, sans-serif; } .custom-cta h3 { color: #ffffff; font-size: 1.6rem; margin-bottom: 10px; } .custom-cta p { color: #ffffff; font-size: 1rem; margin-bottom: 20px; } .custom-cta-button { background-color: #000000 !important; color: #ffffff !important; border: 2px solid #53cadb !important; padding: 12px 28px !important; text-decoration: none !important; border-radius: 6px !important; display: inline-block !important; transition: all 0.3s ease-in-out !important; margin: 12px !important; font-size: 1.1rem !important; } .custom-cta-button:hover { background-color: #53cadb !important; color: #000000 !important; } @media (max-width: 768px) { .custom-cta h3 { font-size: 1.3rem !important; } .custom-cta p { font-size: 0.95rem !important; } .custom-cta-button { display: block !important; width: 80% !important; max-width: 300px; margin: 10px auto !important; padding: 10px 20px !important; font-size: 1rem !important; } }