Outdoor Living IcePOD Ice Bath
Portable Cold Therapy
Take your recovery anywhere with our lightweight, easy-to-transport design. Perfect for home, garden or travel.
Quick Setup
Ready in minutes with our simple inflation system. No tools or complicated assembly required.
Durable Construction
Built with tough, puncture-resistant material to withstand regular use and provide lasting value.
Secure Lid System
Keep water clean and children safe with our buckle-secured lid that locks in place when not in use.
Chiller Compatible
Works seamlessly with cooling systems to maintain your ideal temperature. Simply connect your chiller for consistent cold therapy sessions.
Complete Kit Included
Everything you need in one package: tub, lid, hand pump, repair kit, wrench, and patches.
Easy Drainage
Simple water management with strategically placed drainage system for quick emptying after use.
Compact Storage
Deflates completely for space-saving storage when not in use. Perfect for homes with limited space.
.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;
}
}