Sun & Soul Kodiak Ice Bath
Precise Temperature Control
Maintain water temperatures between 4-40°C with the advanced cooling and heating system, giving you complete control over your cold therapy intensity.
Powerful Cooling System
Rapidly cools water down to 4°C for optimal cold therapy benefits, ensuring consistent temperatures throughout your recovery sessions.
Extra-Large Soaking Area
Generous 155 x 71 x 58cm interior dimensions provide space for full-body immersion, allowing proper positioning for effective cold therapy.
Effective Insulation
High-performance insulated shell maintains your desired water temperature for longer periods, reducing energy consumption and operating costs.
Multicolour LED Lighting
Built-in multicolour LED interior light enhances your cold therapy experience, creating a more relaxing atmosphere during recovery sessions.
Indoor/Outdoor Versatility
Designed for use in any suitable location, giving you the flexibility to place your cold plunge wherever it works best for your recovery routine.
Integrated Filtration System
Inline pleated filter keeps water clean and clear between uses, reducing maintenance time and ensuring a hygienic environment for every session.
Non-Slip Safety Features
Includes non-slip comfort mats to prevent accidents during entry and exit, providing secure footing when surfaces are wet.
Lockable Insulating Cover
Secure cover system maintains water temperature when not in use while preventing unauthorised access, saving energy and providing peace of mind.
Durable Construction
Built with a robust steel frame and ABS base that supports up to 526kg when filled, ensuring stability and longevity through years of recovery sessions.
.product-container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
font-family: inherit;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin-bottom: 2rem;
}
.benefit-card {
background: linear-gradient(135deg, #eefaf8 0%, #d6f2ee 100%);
border-radius: 12px;
padding: 1.5rem;
box-shadow: 0 4px 12px rgba(64, 183, 171, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-left: 4px solid #40b7ab;
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(64, 183, 171, 0.2);
}
.benefit-title {
font-size: 1.3rem;
font-weight: 500;
margin-bottom: 0.5rem;
}
.benefit-description {
color: #444;
line-height: 1.5;
}
@media (max-width: 768px) {
.benefit-card {
padding: 1.2rem;
}
}