Outdoor Living IceTUB Ice Bath
Spacious Design
Roomy interior provides full-body immersion for a more comfortable cold therapy experience.
Quick Assembly
Simple inflation system gets you set up in minutes with the included hand pump. No complicated tools needed.
Robust Construction
Made with high-quality, puncture-resistant material designed to withstand regular use and last longer.
Secure Cover System
Buckle-secured lid keeps water clean and prevents unauthorised access when not in use.
Complete Accessory Kit
Everything included: tub, secure lid, hand pump, repair kit, wrench, and patches for a worry-free experience.
Efficient Drainage
Strategically placed drainage system makes emptying quick and hassle-free after your cold therapy session.
Space-Saving Storage
Fully deflates for compact storage when not in use, perfect for homes with limited space.
Indoor & Outdoor Use
Versatile design works perfectly in your garden, bathroom or any suitable space with proper drainage.
Optimal Temperature Control
Maintains cold water temperatures between 10-15°C for the ideal therapeutic benefits during your recovery sessions.
Chiller Compatible
Works seamlessly with cooling systems to maintain your ideal temperature. Simply connect your chiller for consistent cold therapy 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;
        }
    }
	