{"title":"Cold Plunges with Chillers","description":"\u003cstyle\u003e\n\/* ===================================================================\n   COLD PLUNGES WITH CHILLERS — cpwc- scoped CSS  (v4)\n   Color palette: cold plunge sub-brand (#0d1b2a \/ #f0f7fa \/ #5eafd0)\n   Nav: dark bar (NOT sticky), matches cold-plunge-chillers reference\n   12-section layout: W\/Wa alternating + DARK CTA\n   =================================================================== *\/\n.cpwc-section,.cpwc-section--warm,.cpwc-section--dark,\n.cpwc-section *,.cpwc-section--warm *,.cpwc-section--dark *,\n.cpwc-nav-wrap,.cpwc-nav-wrap *,.cpwc-cta,.cpwc-cta *\n{ box-sizing:border-box; }\n\n.cpwc-section,.cpwc-section--warm,.cpwc-section--dark\n{ font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;\n   -webkit-font-smoothing:antialiased; width:100%; }\n\n.cpwc-section       { padding:56px 0; background:#ffffff; }\n.cpwc-section--warm { padding:56px 0; background:#f0f7fa; }\n.cpwc-section--dark { padding:56px 0; background:#0d1b2a; color:#ffffff; }\n.cpwc-container     { max-width:1080px; margin:0 auto; padding:0 20px; }\n\n[id].cpwc-section,[id].cpwc-section--warm,[id].cpwc-section--dark\n{ scroll-margin-top:52px; }\n\n\/* Kicker *\/\n.cpwc-kicker\n{ font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase;\n   color:#5eafd0; margin:0 0 8px; display:block; }\n.cpwc-section--dark .cpwc-kicker { color:#7ec8e3; }\n\n\/* Section headings *\/\n.cpwc-h2\n{ font-size:clamp(22px,2.8vw,30px); font-weight:700; color:#111827;\n   margin:0 0 14px; line-height:1.2; padding-bottom:14px;\n   position:relative; display:inline-block; }\n.cpwc-h2::after\n{ content:''; position:absolute; bottom:0; left:0;\n   width:40px; height:3px; background:#5eafd0; border-radius:2px; }\n.cpwc-section--dark .cpwc-h2 { color:#ffffff; }\n\n.cpwc-lead\n{ font-size:16px; line-height:1.7; color:#374151; max-width:640px; margin:0 0 20px; }\n.cpwc-section--dark .cpwc-lead { color:#d1d5db; }\n\n.cpwc-section p,.cpwc-section--warm p { font-size:15px; line-height:1.7; color:#374151; margin:0 0 16px; }\n.cpwc-section--dark p { font-size:15px; line-height:1.7; color:#d1d5db; margin:0 0 16px; }\n\n\/* ── Jump Nav: dark bar, NOT sticky ── *\/\n.cpwc-nav-wrap { background:#0d1b2a; padding:0; width:100%; overflow-x:auto; overflow-y:hidden; }\n.cpwc-nav-inner\n{ max-width:1080px; margin:0 auto; padding:0 20px;\n   display:flex; gap:0; overflow-x:auto; -webkit-overflow-scrolling:touch;\n   scrollbar-width:none; flex-wrap:nowrap; }\n.cpwc-nav-inner::-webkit-scrollbar { display:none; }\n.cpwc-nav-link\n{ display:block; padding:14px 18px; font-size:13px; font-weight:600;\n   color:#7ec8e3!important; text-decoration:none!important; white-space:nowrap;\n   border-right:1px solid rgba(255,255,255,.1); transition:background .2s; }\n.cpwc-nav-link:last-child { border-right:none; }\n.cpwc-nav-link:hover { background:rgba(94,175,208,.15); color:#ffffff!important; }\n\n\/* ── Hero: 2-column layout ── *\/\n.cpwc-hero-layout\n{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }\n.cpwc-hero-img-wrap { border-radius:8px; overflow:hidden; }\n.cpwc-hero-img { width:100%; height:380px; object-fit:cover; display:block; }\n\n.cpwc-benefits { list-style:none; margin:20px 0 24px; padding:0; }\n.cpwc-benefits li\n{ display:flex; align-items:flex-start; gap:10px; padding:10px 0;\n   border-bottom:1px solid #e5e7eb; font-size:15px; color:#374151; line-height:1.4; }\n.cpwc-benefits li:last-child { border-bottom:none; }\n.cpwc-benefits li::before\n{ content:''; display:block; width:18px; height:18px; flex-shrink:0; margin-top:1px;\n   background:#5eafd0; border-radius:50%;\n   background-image:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 12 12' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2,6 5,9 10,3'\/%3E%3C\/svg%3E\");\n   background-size:65% 65%; background-position:center; background-repeat:no-repeat; }\n.cpwc-benefits strong { color:#0d1b2a; font-weight:700; }\n\n\/* ── Stats Bar ── *\/\n.cpwc-stats\n{ display:flex; width:100%; margin:40px 0 0;\n   border:1px solid #1f2937; border-radius:8px; overflow:hidden; background:#0d1b2a; }\n.cpwc-stat { flex:1; text-align:center; padding:24px 16px; border-right:1px solid #1f2937; }\n.cpwc-stat:last-child { border-right:none; }\n.cpwc-stat-num { display:block; font-size:30px; font-weight:700; color:#fff; line-height:1; margin-bottom:6px; }\n.cpwc-stat-label { display:block; font-size:12px; color:#9ca3af; line-height:1.4; }\n\n\/* ── Cost comparison table ── *\/\n.cpwc-cost-wrap { overflow-x:auto; -webkit-overflow-scrolling:touch; margin:24px 0; }\n.cpwc-cost-table { width:100%; min-width:420px; border-collapse:collapse; border-radius:8px; overflow:hidden; }\n.cpwc-cost-table th\n{ background:#0d1b2a; color:#7ec8e3; font-size:12px; font-weight:700;\n   letter-spacing:.08em; text-transform:uppercase; padding:14px 16px; text-align:left; }\n.cpwc-cost-table th:first-child { width:38%; }\n.cpwc-cost-table td { font-size:14px; color:#374151; padding:13px 16px; border-bottom:1px solid #e5e7eb; }\n.cpwc-cost-table tr:last-child td { border-bottom:none; }\n.cpwc-cost-table td:nth-child(2) { color:#dc2626; font-weight:600; }\n.cpwc-cost-table td:nth-child(3) { color:#16a34a; font-weight:600; }\n.cpwc-cost-table tr:nth-child(even) td { background:#fafafa; }\n\n.cpwc-breakeven\n{ background:#0d1b2a; border:1px solid #1f2937; border-radius:8px; padding:24px 28px; margin-top:24px; }\n.cpwc-breakeven-num { font-size:38px; font-weight:800; color:#5eafd0; line-height:1; display:block; margin-bottom:6px; }\n.cpwc-breakeven-label { font-size:14px; color:#9ca3af; margin:0 0 12px; display:block; }\n.cpwc-breakeven p { font-size:14px; color:#d1d5db; line-height:1.6; margin:0; }\n\n\/* ── Story section (S3) ── *\/\n.cpwc-story-layout { display:grid; grid-template-columns:3fr 2fr; gap:48px; align-items:start; }\n.cpwc-story-stat { background:#f0f7fa; border-radius:8px; padding:22px 24px; margin-bottom:16px;\n   border-left:4px solid #5eafd0; }\n.cpwc-story-stat:last-child { margin-bottom:0; }\n.cpwc-story-big { display:block; font-size:34px; font-weight:800; color:#5eafd0; line-height:1; margin-bottom:6px; }\n.cpwc-story-desc { display:block; font-size:13px; color:#4b5563; line-height:1.5; }\n\n\/* ── Pairing Cards — flex-column so buttons always sit at card bottom ── *\/\n.cpwc-pair-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }\n.cpwc-pair-card\n{ background:#fff; border:1px solid #c8e4f0; border-radius:10px; overflow:hidden;\n   position:relative; transition:box-shadow .25s,transform .25s;\n   display:flex; flex-direction:column; }\n.cpwc-pair-card:hover { box-shadow:0 10px 32px rgba(0,0,0,.1); transform:translateY(-3px); }\n.cpwc-pair-badge\n{ position:absolute; top:0; right:0; background:#5eafd0; color:#fff;\n   font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;\n   padding:5px 10px; border-radius:0 10px 0 8px; z-index:1; }\n.cpwc-pair-img-wrap { background:#ffffff; padding:16px; flex-shrink:0; }\n.cpwc-pair-img\n{ width:100%; aspect-ratio:4\/3; object-fit:contain; display:block; mix-blend-mode:multiply; }\n.cpwc-pair-body { padding:20px; display:flex; flex-direction:column; flex:1; }\n.cpwc-pair-title { font-size:17px; font-weight:700; color:#111827; margin:0 0 16px; }\n.cpwc-pair-combo { margin-bottom:14px; }\n.cpwc-pair-combo-item\n{ font-size:14px; color:#374151; line-height:1.5; padding:7px 0;\n   border-bottom:1px solid #e5e7eb; display:flex; justify-content:space-between;\n   align-items:baseline; gap:8px; }\n.cpwc-pair-combo-item:last-child { border-bottom:none; }\n.cpwc-pair-combo-label { color:#6b7280; flex:1; }\n.cpwc-pair-combo-price { font-weight:700; color:#111827; white-space:nowrap; }\n.cpwc-pair-total\n{ font-size:12px; font-weight:700; color:#5eafd0; text-transform:uppercase;\n   letter-spacing:.07em; margin:14px 0 4px; }\n.cpwc-pair-total-price { font-size:26px; font-weight:800; color:#0d1b2a; margin:0 0 4px; line-height:1.1; }\n.cpwc-pair-affirm { font-size:12px; color:#6b7280; margin:0 0 10px; }\n.cpwc-pair-best\n{ font-size:13px; color:#6b7280; line-height:1.6; margin:10px 0 0; font-style:italic; flex:1; }\n.cpwc-pair-btns { display:flex; gap:8px; margin-top:18px; }\n.cpwc-pair-btn\n{ flex:1; display:block; text-align:center; font-size:12px; font-weight:700;\n   letter-spacing:.06em; text-transform:uppercase; text-decoration:none!important;\n   padding:11px 8px; border-radius:6px; transition:background .2s; min-height:42px;\n   line-height:20px; }\n.cpwc-pair-btn--primary { background:#5eafd0; color:#fff!important; }\n.cpwc-pair-btn--primary:hover { background:#4a9bbf; }\n.cpwc-pair-btn--secondary\n{ background:#ffffff; color:#0d1b2a!important; border:1px solid #c8e4f0; }\n.cpwc-pair-btn--secondary:hover { background:#dceef7; }\n\n\/* ── Insight cards: 2×2 grid ── *\/\n.cpwc-insight-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }\n.cpwc-insight-card\n{ background:#f0f7fa; border-radius:8px; padding:28px; border-left:4px solid #5eafd0; }\n.cpwc-insight-card h3 { font-size:16px; font-weight:700; color:#111827; margin:0 0 10px; }\n.cpwc-insight-card p { font-size:14px; color:#374151; line-height:1.6; margin:0; }\n\n\/* ── Research grid (S6) ── *\/\n.cpwc-research-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }\n.cpwc-research-card\n{ background:#fff; border-radius:8px; padding:28px; border-top:3px solid #5eafd0; }\n.cpwc-research-card h3 { font-size:16px; font-weight:700; color:#111827; margin:0 0 10px; }\n.cpwc-research-card p { font-size:14px; color:#374151; line-height:1.6; margin:0 0 12px; }\n\n\/* ── 3 Questions grid ── *\/\n.cpwc-q-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:12px; }\n.cpwc-q-card { background:#f0f7fa; border-radius:8px; padding:24px; border:1px solid #c8e4f0; }\n.cpwc-q-num { font-size:32px; font-weight:800; color:#5eafd0; line-height:1; margin-bottom:10px; display:block; }\n.cpwc-q-card h3 { font-size:15px; font-weight:700; color:#111827; margin:0 0 10px; }\n.cpwc-q-card p { font-size:14px; color:#374151; line-height:1.6; margin:0; }\n\n\/* ── Persona cards (S8) ── *\/\n.cpwc-persona-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }\n.cpwc-persona-card\n{ background:#fff; border-radius:10px; padding:28px; border:1px solid #c8e4f0; }\n.cpwc-persona-tag\n{ font-size:11px; font-weight:700; color:#5eafd0; text-transform:uppercase;\n   letter-spacing:.1em; display:block; margin-bottom:8px; }\n.cpwc-persona-card h3 { font-size:17px; font-weight:700; color:#111827; margin:0 0 10px; }\n.cpwc-persona-card p { font-size:14px; color:#374151; line-height:1.6; margin:0; }\n\n\/* ── FAQ accordion ── *\/\n.cpwc-faq { max-width:760px; }\n.cpwc-faq-item { border-bottom:1px solid #e5e7eb; }\n.cpwc-faq-item:last-child { border-bottom:none; }\n.cpwc-faq-q\n{ font-size:16px; font-weight:700; color:#111827; margin:0; padding:20px 36px 20px 0;\n   cursor:pointer; list-style:none; display:flex; justify-content:space-between;\n   align-items:center; position:relative; }\n.cpwc-faq-q::-webkit-details-marker { display:none; }\n.cpwc-faq-q::after\n{ content:'+'; font-size:22px; font-weight:400; color:#5eafd0;\n   position:absolute; right:0; top:50%; transform:translateY(-50%); }\n.cpwc-faq-item[open] .cpwc-faq-q::after { content:'−'; }\n.cpwc-faq-a { font-size:15px; color:#374151; line-height:1.7; margin:0 0 20px; }\n\n\/* ── Recovery crosssell cards (S11) ── *\/\n.cpwc-crosssell-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }\n.cpwc-crosssell-card\n{ background:#f0f7fa; border-radius:8px; padding:28px; border:1px solid #c8e4f0; }\n.cpwc-crosssell-card h3 { font-size:17px; font-weight:700; color:#111827; margin:0 0 10px; }\n.cpwc-crosssell-card p { font-size:14px; color:#374151; line-height:1.6; margin:0 0 16px; }\n.cpwc-crosssell-link\n{ font-size:13px; font-weight:700; color:#5eafd0!important; text-decoration:none!important; }\n.cpwc-crosssell-link:hover { color:#4a9bbf!important; }\n\n\/* ── Related collections grid (Shop by Component) ── *\/\n.cpwc-related-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }\n.cpwc-related-card\n{ border-radius:10px; overflow:hidden; border:1px solid #c8e4f0;\n   transition:box-shadow .25s,transform .25s; }\n.cpwc-related-card:hover { box-shadow:0 8px 28px rgba(0,0,0,.09); transform:translateY(-2px); }\n.cpwc-related-img { width:100%; aspect-ratio:16\/9; object-fit:cover; display:block; }\n.cpwc-related-body { padding:20px; background:#fff; }\n.cpwc-related-body h3 { font-size:17px; font-weight:700; color:#111827; margin:0 0 6px; }\n.cpwc-related-body p { font-size:14px; color:#6b7280; margin:0 0 14px; }\n.cpwc-related-link { font-size:13px; font-weight:700; color:#5eafd0!important; text-decoration:none!important; }\n.cpwc-related-link:hover { color:#4a9bbf!important; }\n\n\/* ── CTA ── *\/\n.cpwc-cta\n{ padding:64px 0;\n   background:linear-gradient(135deg,#0d1b2a 0%,#0a2540 50%,#0d1b2a 100%); }\n.cpwc-cta .cpwc-container { text-align:center; }\n.cpwc-cta-kicker { color:#7ec8e3; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; margin:0 0 10px; display:block; }\n.cpwc-cta h2 { font-size:clamp(24px,3vw,34px); font-weight:700; color:#fff; margin:0 0 12px; }\n.cpwc-cta p { font-size:16px; color:#d1d5db; margin:0 0 28px; }\n.cpwc-cta-pills\n{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px; margin-bottom:32px; }\n.cpwc-cta-pill\n{ padding:8px 16px; border-radius:24px; font-size:13px; font-weight:600;\n   background:rgba(94,175,208,.15); color:#7ec8e3; border:1px solid rgba(94,175,208,.3); }\n.cpwc-cta-btn\n{ display:inline-block; background:#5eafd0; color:#fff!important;\n   font-size:15px; font-weight:700; padding:16px 36px; border-radius:8px;\n   text-decoration:none!important; transition:background .2s,transform .2s; }\n.cpwc-cta-btn:hover { background:#4a9bbf; transform:translateY(-2px); }\n.cpwc-cta-sub { font-size:13px; color:#9ca3af; margin-top:16px; display:block; }\n.cpwc-cta-browse\n{ display:block; margin-top:16px; font-size:15px; font-weight:600;\n   color:#fff!important; text-decoration:none!important; }\n.cpwc-cta-browse:hover { color:#7ec8e3!important; }\n\n\/* ── Gradient divider ── *\/\n.cpwc-divider\n{ border:none; height:2px; margin:0;\n   background:linear-gradient(90deg,transparent 0%,#5eafd0 30%,#7ec8e3 50%,#5eafd0 70%,transparent 100%);\n   opacity:.45; }\n\n\/* ── Mobile ── *\/\n@media (max-width:768px) {\n  \/* Stats *\/\n  .cpwc-stats { flex-wrap:wrap; }\n  .cpwc-stat { flex:0 0 50%; border-bottom:1px solid #1f2937; }\n  .cpwc-stat:nth-child(2n) { border-left:1px solid #1f2937; border-right:none; }\n  .cpwc-stat:nth-last-child(-n+2) { border-bottom:none; }\n  \/* Hero *\/\n  .cpwc-hero-layout { grid-template-columns:1fr; gap:28px; }\n  .cpwc-hero-img { height:260px; }\n  \/* Story *\/\n  .cpwc-story-layout { grid-template-columns:1fr; }\n  \/* Grids *\/\n  .cpwc-pair-grid { grid-template-columns:1fr; }\n  .cpwc-insight-grid { grid-template-columns:1fr; }\n  .cpwc-research-grid { grid-template-columns:1fr; }\n  .cpwc-q-grid { grid-template-columns:1fr; }\n  .cpwc-persona-grid { grid-template-columns:1fr; }\n  .cpwc-crosssell-grid { grid-template-columns:1fr; }\n  .cpwc-related-grid { grid-template-columns:1fr; }\n  \/* Breakeven *\/\n  .cpwc-breakeven { text-align:center; }\n  \/* CTA *\/\n  .cpwc-cta-pills { gap:8px; }\n}\n@media (max-width:480px) {\n  .cpwc-pair-btns { flex-direction:column; }\n  .cpwc-nav-inner { padding:0 12px; }\n  .cpwc-nav-link { padding:12px 14px; font-size:12px; }\n}\n\u003c\/style\u003e\n\n\u003cp\u003eA cold plunge with chiller included means one purchase, one setup, one temperature you set and forget. The tub and chiller ship together as a matched system — holds 37°F automatically, filters continuously, and heats for contrast when you want it. Authorized dealer with free shipping to 48 states and expert guidance from people who actually know these systems.\u003c\/p\u003e\n\n[split]\n\n\u003c!-- JUMP NAV — dark bar, not sticky --\u003e\n\u003cdiv class=\"cpwc-nav-wrap\"\u003e\n  \u003cdiv class=\"cpwc-nav-inner\"\u003e\n    \u003ca class=\"cpwc-nav-link\" href=\"#how-it-works\"\u003eHow It Works\u003c\/a\u003e\n    \u003ca class=\"cpwc-nav-link\" href=\"#pairing-guide\"\u003ePairing Guide\u003c\/a\u003e\n    \u003ca class=\"cpwc-nav-link\" href=\"#research\"\u003eResearch\u003c\/a\u003e\n    \u003ca class=\"cpwc-nav-link\" href=\"#faq\"\u003eFAQ\u003c\/a\u003e\n    \u003ca class=\"cpwc-nav-link\" href=\"#shop\"\u003eShop\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- S1: WHITE — Hero 2-col layout + stats bar --\u003e\n\u003csection class=\"cpwc-section\" id=\"how-it-works\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cdiv class=\"cpwc-hero-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"cpwc-kicker\"\u003eComplete Cold Plunge Systems\u003c\/span\u003e\n        \u003ch2 class=\"cpwc-h2\"\u003eCold Plunge with Chiller — Your Exact Temperature, Every Session\u003c\/h2\u003e\n        \u003cp class=\"cpwc-lead\"\u003eIce cools the water once — then drifts back up. A cold plunge system with a built-in chiller holds your target temperature continuously, session after session, without ice runs or thermometer checks.\u003c\/p\u003e\n        \u003cp\u003eThe tub connects to the chiller via hoses, and the chiller circulates water through a cooling system that returns it at exactly the temperature you set — filtering it continuously in the process. One outlet. One setup.\u003c\/p\u003e\n        \u003cul class=\"cpwc-benefits\" role=\"list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePrecise temperature control\u003c\/strong\u003e — no ice, no melt, no drift between sessions\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBuilt-in water filtration\u003c\/strong\u003e — continuous purification on most systems\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHeating for contrast therapy\u003c\/strong\u003e — included on many models for hot-to-cold protocols\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eRemote temperature scheduling\u003c\/strong\u003e — app or digital controls available on select models\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eNot sure which tub or chiller fits your space? Call \u003ca href=\"tel:+18885005675\" style=\"color:#5eafd0;font-weight:600;\"\u003e(888) 500‑5675\u003c\/a\u003e — we match buyers to the right setup every day.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-hero-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/outdoor_cold_plunge_tub_cedar_deck.jpg?v=1775983166\" alt=\"Cold plunge tub set up on an outdoor cedar deck — complete cold plunge system in a premium home setting\" class=\"cpwc-hero-img\" loading=\"eager\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cpwc-stats\" role=\"list\" aria-label=\"System highlights\"\u003e\n      \u003cdiv class=\"cpwc-stat\" role=\"listitem\"\u003e\n        \u003cspan class=\"cpwc-stat-num\"\u003e37°F\u003c\/span\u003e\n        \u003cspan class=\"cpwc-stat-label\"\u003eMinimum temperature\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-stat\" role=\"listitem\"\u003e\n        \u003cspan class=\"cpwc-stat-num\"\u003e120V\u003c\/span\u003e\n        \u003cspan class=\"cpwc-stat-label\"\u003eStandard home outlet\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-stat\" role=\"listitem\"\u003e\n        \u003cspan class=\"cpwc-stat-num\"\u003eFree\u003c\/span\u003e\n        \u003cspan class=\"cpwc-stat-label\"\u003eShipping to 48 states\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-stat\" role=\"listitem\"\u003e\n        \u003cspan class=\"cpwc-stat-num\"\u003e1 Year\u003c\/span\u003e\n        \u003cspan class=\"cpwc-stat-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cpwc-divider\"\u003e\n\n\u003c!-- S2: WARM — Ice vs. Chiller cost comparison --\u003e\n\u003csection class=\"cpwc-section--warm\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-kicker\"\u003eThe Math\u003c\/span\u003e\n    \u003ch2 class=\"cpwc-h2\"\u003eWhat Ice Is Actually Costing You\u003c\/h2\u003e\n    \u003cp class=\"cpwc-lead\"\u003eFor daily cold plunge users, ice is not the cheaper option. It just feels like one until you add it up over a year.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-cost-wrap\"\u003e\n      \u003ctable class=\"cpwc-cost-table\" aria-label=\"Ice vs. chiller cost comparison\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eTimeframe\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eIce Bags (est.)\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eChiller System (est.)\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePer session\u003c\/td\u003e\n\u003ctd\u003e$8–$15\u003c\/td\u003e\n\u003ctd\u003e$0.50–$1\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePer month\u003c\/td\u003e\n\u003ctd\u003e$150–$300\u003c\/td\u003e\n\u003ctd\u003e$20–$45\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePer year\u003c\/td\u003e\n\u003ctd\u003e$1,800–$3,600\u003c\/td\u003e\n\u003ctd\u003e$240–$540\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eOver 5 years\u003c\/td\u003e\n\u003ctd\u003e$9,000–$18,000\u003c\/td\u003e\n\u003ctd\u003e$1,200–$2,700\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;\"\u003e\n      \u003cdiv class=\"cpwc-breakeven\"\u003e\n        \u003cspan class=\"cpwc-breakeven-num\"\u003e2–4 yrs\u003c\/span\u003e\n        \u003cspan class=\"cpwc-breakeven-label\"\u003eEstimated break-even for daily users\u003c\/span\u003e\n        \u003cp\u003eAt an estimated $1,260–$3,060 saved per year in ice replaced by electricity, the entry system pays for itself within 2–4 years — and you are ahead every month after that.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eThese estimates are based on one session per day. Ice costs vary by region. Electricity cost depends on your utility rate, target temperature, and ambient conditions.\u003c\/p\u003e\n        \u003cp\u003eThe chiller also removes the time cost: no ice runs, no setup prep, no mid-session top-ups. For buyers who plunge five or more days a week, that alone typically drives the decision.\u003c\/p\u003e\n        \u003cp\u003e\u003ca href=\"#pairing-guide\" style=\"color:#5eafd0;font-weight:600;text-decoration:none;\"\u003eSee complete system pricing ↓\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cpwc-divider\"\u003e\n\n\u003c!-- S3: WHITE — Storytelling scene --\u003e\n\u003csection class=\"cpwc-section\" id=\"story\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cdiv class=\"cpwc-story-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"cpwc-kicker\"\u003eThe Experience\u003c\/span\u003e\n        \u003ch2 class=\"cpwc-h2\"\u003eThe Morning It Finally Made Sense\u003c\/h2\u003e\n        \u003cp class=\"cpwc-lead\"\u003eThe tub was at 40°F when you got there. It had been there since last night.\u003c\/p\u003e\n        \u003cp\u003eNo freezer run. No half-bag of ice from the back of the fridge. No checking the thermometer three times wondering if it dropped enough. You opened the lid, stepped in, and the temperature was exactly where you set it — because the chiller had been running quietly all night, holding it there.\u003c\/p\u003e\n        \u003cp\u003eThe first twenty seconds were still hard. That part does not change. But by minute two your breathing was controlled, your shoulders were under, and the cold was doing what it does best: clearing the residue of yesterday so you can start today clean.\u003c\/p\u003e\n        \u003cp\u003eYou got out, dried off, and made coffee. Lid to dry: eleven minutes. No prep, no cleanup, nothing to restock. The same thing is ready again tomorrow.\u003c\/p\u003e\n        \u003cp\u003eThat is what a matched tub-and-chiller system actually changes — not the cold itself, but the \u003cem\u003epractice\u003c\/em\u003e of it. When the water is always ready, the sessions actually happen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"cpwc-story-stat\"\u003e\n          \u003cspan class=\"cpwc-story-big\"\u003e11 min\u003c\/span\u003e\n          \u003cspan class=\"cpwc-story-desc\"\u003eAverage time from lid to dry with a chiller-maintained system — no prep required\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cpwc-story-stat\"\u003e\n          \u003cspan class=\"cpwc-story-big\"\u003e37°F\u003c\/span\u003e\n          \u003cspan class=\"cpwc-story-desc\"\u003eExact temperature the chiller holds — every session, without ice or monitoring\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cpwc-story-stat\"\u003e\n          \u003cspan class=\"cpwc-story-big\"\u003eDay 2\u003c\/span\u003e\n          \u003cspan class=\"cpwc-story-desc\"\u003eAfter initial fill and first cooldown, your set temperature is waiting from day two onward\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cpwc-divider\"\u003e\n\n\u003c!-- S4: WARM — Pairing Guide --\u003e\n\u003csection class=\"cpwc-section--warm\" id=\"pairing-guide\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-kicker\"\u003ePairing Guide\u003c\/span\u003e\n    \u003ch2 class=\"cpwc-h2\"\u003eRecommended System Pairings\u003c\/h2\u003e\n    \u003cp class=\"cpwc-lead\"\u003eThree setups that cover the most common needs — from first-time home use to high-performance daily training. Each pairs a tub and chiller from the same manufacturer: one warranty, one support contact, no gaps.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-pair-grid\"\u003e\n\n      \u003cdiv class=\"cpwc-pair-card\"\u003e\n        \u003cspan class=\"cpwc-pair-badge\"\u003eBest Value\u003c\/span\u003e\n        \u003cdiv class=\"cpwc-pair-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/dynamic-cold-therapy-cold-plunge-dct-b-042-plpc-34-grey-with-valves-and-chiller_5f6e57ca-b69f-4393-b77d-c10b768e8a3d.webp?v=1778656155\" alt=\"Cedar barrel cold plunge tub with chiller connected via hoses\" class=\"cpwc-pair-img\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cpwc-pair-body\"\u003e\n          \u003cdiv class=\"cpwc-pair-title\"\u003eEntry Complete System\u003c\/div\u003e\n          \u003cdiv class=\"cpwc-pair-combo\"\u003e\n            \u003cdiv class=\"cpwc-pair-combo-item\"\u003e\n              \u003cspan class=\"cpwc-pair-combo-label\"\u003eBarrel Cold Plunge (Plastic Interior)\u003c\/span\u003e\n              \u003cspan class=\"cpwc-pair-combo-price\"\u003e$2,899\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cpwc-pair-combo-item\"\u003e\n              \u003cspan class=\"cpwc-pair-combo-label\"\u003e0.8 HP PRO Chiller \u0026amp; Heater\u003c\/span\u003e\n              \u003cspan class=\"cpwc-pair-combo-price\"\u003e$3,299\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cpwc-pair-total\"\u003eSystem total from\u003c\/div\u003e\n          \u003cdiv class=\"cpwc-pair-total-price\"\u003e$6,198\u003c\/div\u003e\n          \u003cp class=\"cpwc-pair-affirm\"\u003eOr from ~$172\/mo with \u003ca href=\"\/pages\/financing\" style=\"color:#5eafd0;text-decoration:none;\"\u003eAffirm financing\u003c\/a\u003e (subject to approval)\u003c\/p\u003e\n          \u003cp class=\"cpwc-pair-best\"\u003eCompact barrel footprint, standard 120V outlet, plugs in anywhere. The most accessible entry into a permanent cold therapy practice — everything you need without overbuilding.\u003c\/p\u003e\n          \u003cdiv class=\"cpwc-pair-btns\"\u003e\n            \u003ca href=\"\/products\/dynamic-cold-therapy-pacific-cedar-barrel-cold-plunge-tub-plastic-interior\" class=\"cpwc-pair-btn cpwc-pair-btn--primary\"\u003eView Tub\u003c\/a\u003e\n            \u003ca href=\"\/products\/dynamic-cold-therapy-08-hp-chiller-heater-with-wifi-app\" class=\"cpwc-pair-btn cpwc-pair-btn--secondary\"\u003eView Chiller\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cpwc-pair-card\"\u003e\n        \u003cspan class=\"cpwc-pair-badge\" style=\"background:#0d1b2a;\"\u003eMost Popular\u003c\/span\u003e\n        \u003cdiv class=\"cpwc-pair-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/dynamic-cold-therapy-cold-plunge-dct-s-050-ns-34-with-chiller-and-valves.webp?v=1778656076\" alt=\"Cuboid stainless steel cold plunge tub with chiller connected\" class=\"cpwc-pair-img\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cpwc-pair-body\"\u003e\n          \u003cdiv class=\"cpwc-pair-title\"\u003eDaily Athlete System\u003c\/div\u003e\n          \u003cdiv class=\"cpwc-pair-combo\"\u003e\n            \u003cdiv class=\"cpwc-pair-combo-item\"\u003e\n              \u003cspan class=\"cpwc-pair-combo-label\"\u003eCuboid Stainless Cold Plunge (Standard)\u003c\/span\u003e\n              \u003cspan class=\"cpwc-pair-combo-price\"\u003e$5,499\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cpwc-pair-combo-item\"\u003e\n              \u003cspan class=\"cpwc-pair-combo-label\"\u003e0.8 HP PRO Chiller \u0026amp; Heater\u003c\/span\u003e\n              \u003cspan class=\"cpwc-pair-combo-price\"\u003e$3,299\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cpwc-pair-total\"\u003eSystem total from\u003c\/div\u003e\n          \u003cdiv class=\"cpwc-pair-total-price\"\u003e$8,798\u003c\/div\u003e\n          \u003cp class=\"cpwc-pair-affirm\"\u003eOr from ~$244\/mo with \u003ca href=\"\/pages\/financing\" style=\"color:#5eafd0;text-decoration:none;\"\u003eAffirm financing\u003c\/a\u003e (subject to approval)\u003c\/p\u003e\n          \u003cp class=\"cpwc-pair-best\"\u003eFull shoulder immersion, 304 stainless steel interior for daily hard use. The standard-capacity chiller handles it efficiently in indoor or covered-outdoor conditions.\u003c\/p\u003e\n          \u003cdiv class=\"cpwc-pair-btns\"\u003e\n            \u003ca href=\"\/products\/dynamic-cold-therapy-cuboid-304-stainless-steel-cold-plunge-tub-standard\" class=\"cpwc-pair-btn cpwc-pair-btn--primary\"\u003eView Tub\u003c\/a\u003e\n            \u003ca href=\"\/products\/dynamic-cold-therapy-08-hp-chiller-heater-with-wifi-app\" class=\"cpwc-pair-btn cpwc-pair-btn--secondary\"\u003eView Chiller\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cpwc-pair-card\"\u003e\n        \u003cspan class=\"cpwc-pair-badge\" style=\"background:#1a5f7a;\"\u003eMax Performance\u003c\/span\u003e\n        \u003cdiv class=\"cpwc-pair-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/dynamic-cold-therapy-cold-plunge-dct-s-055-ns-34-front-with-chiller-and-valves_1e773f3d-b27a-438d-a3f8-be6637540e03.webp?v=1778656105\" alt=\"Cuboid XL stainless steel cold plunge tub with higher-capacity chiller\" class=\"cpwc-pair-img\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cpwc-pair-body\"\u003e\n          \u003cdiv class=\"cpwc-pair-title\"\u003eHigh-Performance System\u003c\/div\u003e\n          \u003cdiv class=\"cpwc-pair-combo\"\u003e\n            \u003cdiv class=\"cpwc-pair-combo-item\"\u003e\n              \u003cspan class=\"cpwc-pair-combo-label\"\u003eCuboid XL Stainless Cold Plunge\u003c\/span\u003e\n              \u003cspan class=\"cpwc-pair-combo-price\"\u003e$5,999\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cpwc-pair-combo-item\"\u003e\n              \u003cspan class=\"cpwc-pair-combo-label\"\u003e1.0 HP Higher-Capacity Chiller \u0026amp; Heater\u003c\/span\u003e\n              \u003cspan class=\"cpwc-pair-combo-price\"\u003e$3,699\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cpwc-pair-total\"\u003eSystem total from\u003c\/div\u003e\n          \u003cdiv class=\"cpwc-pair-total-price\"\u003e$9,698\u003c\/div\u003e\n          \u003cp class=\"cpwc-pair-affirm\"\u003eOr from ~$269\/mo with \u003ca href=\"\/pages\/financing\" style=\"color:#5eafd0;text-decoration:none;\"\u003eAffirm financing\u003c\/a\u003e (subject to approval)\u003c\/p\u003e\n          \u003cp class=\"cpwc-pair-best\"\u003eMaximum immersion volume, higher-capacity compressor. Built for hot climates, uncovered outdoor use, or high-frequency sessions. Cools faster and holds temperature more efficiently in high ambient heat.\u003c\/p\u003e\n          \u003cdiv class=\"cpwc-pair-btns\"\u003e\n            \u003ca href=\"\/products\/dynamic-cold-therapy-cuboid-xl-304-stainless-steel-cold-plunge-tub\" class=\"cpwc-pair-btn cpwc-pair-btn--primary\"\u003eView Tub\u003c\/a\u003e\n            \u003ca href=\"\/products\/dynamic-cold-therapy-10-hp-chiller-heater-with-wifi-app-premier-edition\" class=\"cpwc-pair-btn cpwc-pair-btn--secondary\"\u003eView Chiller\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n    \u003cp style=\"margin-top:28px;font-size:14px;color:#4b5563;text-align:center;\"\u003eNot sure which pairing fits your space? Call \u003ca href=\"tel:+18885005675\" style=\"color:#5eafd0;font-weight:600;\"\u003e(888) 500‑5675\u003c\/a\u003e — we’ll match the right system before you order. \u003cstrong\u003ePrice match guarantee\u003c\/strong\u003e: find it for less from an authorized dealer and we’ll match it.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cpwc-divider\"\u003e\n\n\u003c!-- S5: WHITE — What Nobody Tells You (4 insight cards) --\u003e\n\u003csection class=\"cpwc-section\" id=\"setup\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-kicker\"\u003eBefore You Buy\u003c\/span\u003e\n    \u003ch2 class=\"cpwc-h2\"\u003eWhat Nobody Tells You About Cold Plunge Systems\u003c\/h2\u003e\n    \u003cp class=\"cpwc-lead\"\u003eFour things worth knowing before you order — so there are no surprises on delivery day.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-insight-grid\"\u003e\n      \u003cdiv class=\"cpwc-insight-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"16\" cy=\"16\" r=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M16 10v6l4 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003e“Plug and Play” Is Literal\u003c\/h3\u003e\n        \u003cp\u003eMost home cold plunge chillers run on a standard 120V household outlet with GFCI protection — the same type a refrigerator uses. Requirements vary by model, so confirm with the spec sheet. For many setups, no electrician or panel upgrade is required. Fill the tub, connect the hoses, plug it in.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-insight-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M16 3l3.5 7 7.5 1.1-5.5 5.3 1.3 7.5L16 20.4l-6.8 3.5 1.3-7.5L5 11.1l7.5-1.1z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eMatched Systems Mean One Warranty\u003c\/h3\u003e\n        \u003cp\u003eMixing a tub from one brand with a chiller from another is possible — the fittings are standard. But if something goes wrong, each manufacturer may point at the other. A matched system gives you one warranty, one support contact, and no gap in coverage.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-insight-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"16\" cy=\"16\" r=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M16 4c-4 4-6 8-6 12s2 8 6 12M16 4c4 4 6 8 6 12s-2 8-6 12M4 16h24\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eClimate Affects Speed, Not Final Temp\u003c\/h3\u003e\n        \u003cp\u003eIn hot outdoor conditions the chiller takes longer to reach your target and works harder to hold it — but it still gets there. Standard-capacity models handle indoor and covered-outdoor setups well. For uncovered outdoor use in consistently hot climates, look for a higher-capacity model rated for high ambient temperatures.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-insight-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"4\" y=\"6\" width=\"24\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M16 10v8M12 14h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eDelivery \u0026amp; Setup — What to Expect\u003c\/h3\u003e\n        \u003cp\u003eShipping method varies by brand — most ship via standard ground carriers, though some items may require freight. Have someone available to help move them into position. Connecting hoses and filling takes about 30–45 minutes. First cooldown: 2–6 hours depending on tub volume and target temperature.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cpwc-divider\"\u003e\n\n\u003c!-- S6: WARM — Science\/Research section --\u003e\n\u003csection class=\"cpwc-section--warm\" id=\"research\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-kicker\"\u003eThe Research\u003c\/span\u003e\n    \u003ch2 class=\"cpwc-h2\"\u003eWhat the Research Shows on Cold Exposure\u003c\/h2\u003e\n    \u003cp class=\"cpwc-lead\"\u003eCold water immersion has been studied in athletic recovery, neurochemistry, and metabolic contexts. Here is what published research has found — and where the evidence is still developing.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-research-grid\"\u003e\n      \u003cdiv class=\"cpwc-research-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M16 4c-4 4-6 8-6 12s2 8 6 12M16 4c4 4 6 8 6 12s-2 8-6 12M4 16h24\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eNorepinephrine \u0026amp; Alertness\u003c\/h3\u003e\n        \u003cp\u003eSome cold exposure protocols have been associated with significant norepinephrine increases in study conditions — a neurotransmitter involved in attention, focus, and the body’s stress response. Research in this area is ongoing and individual response varies significantly by protocol, temperature, and duration.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-research-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"16\" cy=\"16\" r=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 16l3 3 5-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eRecovery \u0026amp; Muscle Soreness\u003c\/h3\u003e\n        \u003cp\u003eCold water immersion is one of the most studied recovery modalities in sports science. Multiple peer-reviewed studies have examined its effect on perceived muscle soreness and inflammatory markers following resistance training — with results varying by water temperature, immersion duration, and timing relative to exercise.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-research-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"16\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10 28c0-5 2.5-9 6-9s6 4 6 9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 22c0-3 2-5 4-5M28 22c0-3-2-5-4-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eDopamine \u0026amp; Mood\u003c\/h3\u003e\n        \u003cp\u003eSome research suggests deliberate cold exposure may be associated with sustained dopamine elevation lasting several hours post-session. Dopamine is involved in motivation and mood regulation. This area of research is still developing and findings should not be interpreted as treatment claims for any condition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-research-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 8h24M4 16h24M4 24h12\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"24\" cy=\"24\" r=\"5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M24 21v3l2 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eWhy Temperature Consistency Matters\u003c\/h3\u003e\n        \u003cp\u003ePublished cold exposure protocols use specific, consistent target temperatures — not “as cold as the ice lasts.” A chiller system allows you to replicate these protocols accurately at home. This repeatability is a meaningful practical advantage for users who want to follow structured research-based protocols over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- S7: WHITE — 3 Questions to Ask Before You Order --\u003e\n\u003csection class=\"cpwc-section\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-kicker\"\u003eBuying Guide\u003c\/span\u003e\n    \u003ch2 class=\"cpwc-h2\"\u003e3 Questions to Ask Before You Order\u003c\/h2\u003e\n    \u003cp class=\"cpwc-lead\"\u003eThese three decisions shape which tub and chiller combination fits your situation.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-q-grid\"\u003e\n      \u003cdiv class=\"cpwc-q-card\"\u003e\n        \u003cspan class=\"cpwc-q-num\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eIndoor or Outdoor?\u003c\/h3\u003e\n        \u003cp\u003eIndoor setups have stable ambient temperatures and easy electrical access — most systems work well inside. Outdoor setups in mild climates are generally fine with a standard-capacity model. In consistently hot climates, look for a higher-capacity chiller rated for outdoor use in high ambient temperatures.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-q-card\"\u003e\n        \u003cspan class=\"cpwc-q-num\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003eHow Will You Use It Daily?\u003c\/h3\u003e\n        \u003cp\u003eSolo daily sessions in a compact space — a barrel tub is typically enough. Want full shoulder immersion, more room, or occasional shared use? A cuboid gives you the space. Barrel tubs are narrower and work better in tight corners. Cuboid tubs are wider and need a few more square feet.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-q-card\"\u003e\n        \u003cspan class=\"cpwc-q-num\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eWhat’s Your Ambient Temperature?\u003c\/h3\u003e\n        \u003cp\u003eMost indoor spaces stay below 75°F — most systems handle that well. If your space regularly exceeds 85°F in summer (uncovered outdoor, hot-climate garage), choose a higher-capacity model. All chillers reach your target temperature — higher-capacity models cool faster and maintain temperature more efficiently in the heat.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cpwc-divider\"\u003e\n\n\u003c!-- S8: WARM — Who This Is Built For (personas + B2B) --\u003e\n\u003csection class=\"cpwc-section--warm\" id=\"who\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-kicker\"\u003eWho It’s For\u003c\/span\u003e\n    \u003ch2 class=\"cpwc-h2\"\u003eWho Cold Plunge Systems Are Built For\u003c\/h2\u003e\n    \u003cp class=\"cpwc-lead\"\u003eA chiller-equipped tub makes sense when cold water immersion is part of your regular routine — not a once-in-a-while experiment.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-persona-grid\"\u003e\n      \u003cdiv class=\"cpwc-persona-card\"\u003e\n        \u003csvg style=\"width:36px;height:36px;display:block;margin-bottom:14px;\" viewbox=\"0 0 36 36\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"18\" cy=\"10\" r=\"5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10 32c0-6 3.5-10 8-10s8 4 8 10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cspan class=\"cpwc-persona-tag\"\u003eDaily Practice\u003c\/span\u003e\n        \u003ch3\u003eHome Users \u0026amp; Biohackers\u003c\/h3\u003e\n        \u003cp\u003eYou have tried cold showers. You have dragged bags of ice from the gas station at 6 a.m. You want a system that holds your target temperature automatically so the practice becomes frictionless — and actually happens every day, not just when you have time to prep.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-persona-card\"\u003e\n        \u003csvg style=\"width:36px;height:36px;display:block;margin-bottom:14px;\" viewbox=\"0 0 36 36\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M18 4l3 9h9l-7 5 2.5 9L18 22l-7.5 5 2.5-9-7-5h9z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cspan class=\"cpwc-persona-tag\"\u003ePerformance Recovery\u003c\/span\u003e\n        \u003ch3\u003eCompetitive Athletes \u0026amp; Trainers\u003c\/h3\u003e\n        \u003cp\u003ePost-training sessions at precise temperatures are part of your protocol. You need the water ready when training ends — not after a two-hour prep wait. A stainless steel tub with full shoulder immersion and a programmable chiller is built for this use case.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-persona-card\"\u003e\n        \u003csvg style=\"width:36px;height:36px;display:block;margin-bottom:14px;\" viewbox=\"0 0 36 36\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"4\" y=\"8\" width=\"28\" height=\"20\" rx=\"3\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M12 8V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M18 16v4M14 18h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cspan class=\"cpwc-persona-tag\"\u003eB2B \u0026amp; Commercial\u003c\/span\u003e\n        \u003ch3\u003eMedSpas, Gyms \u0026amp; Wellness Centers\u003c\/h3\u003e\n        \u003cp\u003eCommercial settings require reliability across multiple users per day, minimal maintenance between sessions, and a system that fits a professional environment. We work with medspas, performance gyms, chiropractic offices, and recovery studios. Call us for multi-unit pricing and commercial setup guidance.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin-top:28px;text-align:center;font-size:14px;color:#4b5563;\"\u003eB2B or multi-unit inquiry? Call \u003ca href=\"tel:+18885005675\" style=\"color:#5eafd0;font-weight:600;\"\u003e(888) 500‑5675\u003c\/a\u003e or visit \u003ca href=\"\/pages\/commercial-sales\" style=\"color:#5eafd0;font-weight:600;\"\u003eour commercial sales page\u003c\/a\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cpwc-divider\"\u003e\n\n\u003c!-- S9: WHITE — FAQ (accordion, 10 questions) --\u003e\n\u003csection class=\"cpwc-section\" id=\"faq\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-kicker\"\u003eQuestions\u003c\/span\u003e\n    \u003ch2 class=\"cpwc-h2\"\u003eCold Plunge System Questions\u003c\/h2\u003e\n    \u003cp class=\"cpwc-lead\"\u003eWhat buyers ask most before ordering a complete tub-and-chiller setup.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-faq\"\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eWhat is the difference between a cold plunge with a chiller vs. using ice?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eIce cools the water once, then warms back up the moment it starts to melt — leaving you running more ice mid-session or accepting a rising temperature. A cold plunge system with a built-in chiller holds your exact target temperature automatically for as long as you need it. You set 40°F once, and it stays there. No bags, no runs, no drift.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eHow cold can a chiller get the water?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eThe chillers that pair with these systems are rated to a minimum of 37°F (3°C). Many practitioners suggest 50–59°F for general cold exposure and 37–50°F for more intensive sessions — though individual response varies. The system reaches and holds any temperature in that range without supplemental ice.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eWhat electrical outlet does a cold plunge chiller require?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eMost home cold plunge chillers run on a standard 120V household outlet with GFCI protection — the same type used for a refrigerator or dehumidifier. Electrical requirements vary by model, so confirm with your product's spec sheet before ordering. For many setups, no dedicated circuit, panel upgrade, or electrician is required.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eHow much does it cost to run a cold plunge chiller per month?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eTypical monthly electricity cost is $20–$45 depending on target temperature, ambient conditions, and usage frequency. Compare that to an estimated $150–$300 per month in ice bags for daily users — costs vary by region and how often you plunge. At those savings, many daily users find the chiller pays for itself within 2–4 years.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eDoes a cold plunge chiller work well in hot climates?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eYes — but ambient temperature affects how quickly the system reaches your target and how hard it works to maintain it. In typical indoor conditions up to around 85°F, most standard models perform well. For outdoor installations in consistently hot climates, look for a model with a higher-capacity compressor rated for high ambient temperatures — check the spec sheet for the manufacturer's recommended ambient range.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eCan I use any chiller with any cold plunge tub?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eMost chillers use standard hose fittings that connect to any tub with compatible ports, so it is physically possible to mix brands. However, mixing manufacturers is not recommended — each company may decline warranty claims involving the other's equipment. A matched tub-and-chiller system from the same manufacturer means one warranty, one support contact, and no gaps in coverage.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eHow long does it take the chiller to cool the water for the first time?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eInitial cooldown depends on tub volume, target temperature, and ambient conditions. A compact tub (under 80 gallons) starting at room temperature and targeting 45°F typically takes 1.5–3 hours. A larger tub (100+ gallons) may take 3–6 hours on the first fill. After that, the chiller maintains your target continuously — each session starts at your set temperature from day two onward.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eHow do I maintain the water in a cold plunge system?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eThe built-in filtration handles continuous circulation and removes particulates, but you will want to use a small amount of water sanitizer — bromine or non-chlorine shock works well for most users — to keep the water clean between full changes. Most daily users do a full water change every 4–8 weeks. The filter element should be rinsed monthly and replaced every few months depending on use.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eWhat does delivery look like, and how long does setup take?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eShipping method varies by brand — most ship via standard ground carriers, though some heavier items may require freight. Both the tub and chiller typically arrive separately. You will need one other person to help move them into position; stainless steel tubs especially are heavy when empty. Once in place, connecting the hoses and filling takes about 30–45 minutes. The chiller reaches your target temperature within a few hours of first fill.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"cpwc-faq-item\"\u003e\n        \u003csummary class=\"cpwc-faq-q\"\u003eWhat if the system does not work for my space — can I return it?\u003c\/summary\u003e\n        \u003cp class=\"cpwc-faq-a\"\u003eYes. RRD offers a 30-day return window from the delivery date. A 20% restocking fee and return freight costs apply. We strongly recommend calling us before you order so we can confirm the system fits your space, outlet, and climate — which makes returns rare. If anything arrives damaged, document it with photos within 48 hours and contact us immediately at (888) 500-5675.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cpwc-divider\"\u003e\n\n\u003c!-- S10: WARM — Shop by Component --\u003e\n\u003csection class=\"cpwc-section--warm\" id=\"shop\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-kicker\"\u003eExplore\u003c\/span\u003e\n    \u003ch2 class=\"cpwc-h2\"\u003eShop by Component\u003c\/h2\u003e\n    \u003cp class=\"cpwc-lead\"\u003eBrowse tubs and chillers separately to compare options, then pair what fits your space and budget. Have questions? Call us — we’ll walk you through it.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-related-grid\"\u003e\n      \u003cdiv class=\"cpwc-related-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/cold_plunges.jpg?v=1775707781\" alt=\"Man in a cold plunge tub outside in the snow — cold plunge tubs for sale\" class=\"cpwc-related-img\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"cpwc-related-body\"\u003e\n          \u003ch3\u003eCold Plunge Tubs\u003c\/h3\u003e\n          \u003cp\u003eBarrel, cuboid, inflatable, and oval — all compatible with chiller connections and ready to pair into a complete cold plunge system.\u003c\/p\u003e\n          \u003ca href=\"\/collections\/cold-plunges\" class=\"cpwc-related-link\"\u003eBrowse all cold plunge tubs →\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-related-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/cold_plunges_with_chillers_recovery_equipment.jpg?v=1775981928\" alt=\"Cold plunge tub with chiller recovery equipment — complete system setup\" class=\"cpwc-related-img\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"cpwc-related-body\"\u003e\n          \u003ch3\u003eCold Plunge Chillers\u003c\/h3\u003e\n          \u003cp\u003eMultiple configurations — most include built-in water filtration, precise temperature control, and heating for contrast therapy protocols.\u003c\/p\u003e\n          \u003ca href=\"\/collections\/cold-plunge-chillers\" class=\"cpwc-related-link\"\u003eBrowse all cold plunge chillers →\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cpwc-divider\"\u003e\n\n\u003c!-- S11: WHITE — Complete Your Recovery Protocol (crosssell) --\u003e\n\u003csection class=\"cpwc-section\" id=\"recovery\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-kicker\"\u003eRecovery Stack\u003c\/span\u003e\n    \u003ch2 class=\"cpwc-h2\"\u003eComplete Your Recovery Protocol\u003c\/h2\u003e\n    \u003cp class=\"cpwc-lead\"\u003eCold immersion works best as part of a layered recovery approach. These categories pair naturally with a cold plunge system.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-crosssell-grid\"\u003e\n      \u003cdiv class=\"cpwc-crosssell-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 28h24M8 28V12l8-8 8 8v16\"\u003e\u003c\/path\u003e\n          \u003crect x=\"13\" y=\"20\" width=\"6\" height=\"8\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eInfrared Saunas\u003c\/h3\u003e\n        \u003cp\u003eHot-to-cold contrast protocols alternate heat sessions with cold immersion. Many users follow a sauna session directly with a cold plunge to move from vasodilation to vasoconstriction. RRD carries full-spectrum and far-infrared saunas in multiple sizes for home and commercial use.\u003c\/p\u003e\n        \u003ca href=\"\/collections\/saunas\" class=\"cpwc-crosssell-link\"\u003eShop saunas →\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-crosssell-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M8 6c0 0 2 2 2 6s-2 6-2 6M14 4c0 0 2 3 2 8s-2 8-2 8M20 6c0 0 2 2 2 6s-2 6-2 6M4 24h24\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 28h24\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eCompression Therapy\u003c\/h3\u003e\n        \u003cp\u003ePneumatic compression boots support lymphatic circulation and reduce post-session swelling — a natural follow-on after cold immersion. Light, portable, and easy to use at home. Many users run a compression cycle in the minutes immediately after stepping out of the tub.\u003c\/p\u003e\n        \u003ca href=\"\/collections\/compression-therapy\" class=\"cpwc-crosssell-link\"\u003eShop compression →\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cpwc-crosssell-card\"\u003e\n        \u003csvg style=\"width:32px;height:32px;display:block;margin-bottom:14px;\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"16\" cy=\"16\" r=\"4\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M16 4v4M16 24v4M4 16h4M24 16h4M7.8 7.8l2.8 2.8M21.4 21.4l2.8 2.8M7.8 24.2l2.8-2.8M21.4 10.6l2.8-2.8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3\u003eRed Light Therapy\u003c\/h3\u003e\n        \u003cp\u003eRed and near-infrared light panels are often incorporated into recovery routines alongside cold plunge. Many users use a panel session as a warm-down after cold immersion. RRD carries full-body panels and targeted devices across multiple wavelength configurations.\u003c\/p\u003e\n        \u003ca href=\"\/collections\/red-light-therapy\" class=\"cpwc-crosssell-link\"\u003eShop red light →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- S12: DARK GRADIENT — CTA --\u003e\n\u003csection class=\"cpwc-cta\"\u003e\n  \u003cdiv class=\"cpwc-container\"\u003e\n    \u003cspan class=\"cpwc-cta-kicker\"\u003eReady to Build Your Setup?\u003c\/span\u003e\n    \u003ch2\u003eTalk to a Cold Plunge Specialist\u003c\/h2\u003e\n    \u003cp\u003eQuestions about which tub, which chiller, and whether the setup fits your space? Our team answers these every day.\u003c\/p\u003e\n    \u003cdiv class=\"cpwc-cta-pills\"\u003e\n      \u003cspan class=\"cpwc-cta-pill\"\u003eAuthorized Dealer\u003c\/span\u003e\n      \u003cspan class=\"cpwc-cta-pill\"\u003eFree Shipping (48 States)\u003c\/span\u003e\n      \u003cspan class=\"cpwc-cta-pill\"\u003ePrice Match Guarantee\u003c\/span\u003e\n      \u003cspan class=\"cpwc-cta-pill\"\u003e30-Day Returns\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"cpwc-cta-btn\"\u003eSpeak with an Expert — (888) 500‑5675\u003c\/a\u003e\n    \u003cspan class=\"cpwc-cta-sub\"\u003eAffirm financing available (subject to credit approval)  •  1-Year manufacturer warranty\u003c\/span\u003e\n    \u003ca href=\"#\" onclick=\"event.preventDefault();window.scrollTo({top:0,behavior:'smooth'})\" class=\"cpwc-cta-browse\"\u003e↑ Browse all cold plunge systems above\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between a cold plunge with a chiller vs. using ice?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Ice cools the water once, then warms back up the moment it starts to melt — leaving you running more ice mid-session or accepting a rising temperature. A cold plunge system with a built-in chiller holds your exact target temperature automatically for as long as you need it. You set 40°F once, and it stays there. No bags, no runs, no drift.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How cold can a chiller get the water?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The chillers that pair with these systems are rated to a minimum of 37°F (3°C). Many practitioners suggest 50–59°F for general cold exposure and 37–50°F for more intensive sessions — though individual response varies. The system reaches and holds any temperature in that range without supplemental ice.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What electrical outlet does a cold plunge chiller require?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Most home cold plunge chillers run on a standard 120V household outlet with GFCI protection — the same type used for a refrigerator or dehumidifier. Electrical requirements vary by model, so confirm with your product's spec sheet before ordering. For many setups, no dedicated circuit, panel upgrade, or electrician is required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does it cost to run a cold plunge chiller per month?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Typical monthly electricity cost is $20–$45 depending on target temperature, ambient conditions, and usage frequency. Compare that to an estimated $150–$300 per month in ice bags for daily users — costs vary by region and how often you plunge. At those savings, many daily users find the chiller pays for itself within 2–4 years.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does a cold plunge chiller work well in hot climates?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes — but ambient temperature affects how quickly the system reaches your target and how hard it works to maintain it. In typical indoor conditions up to around 85°F, most standard models perform well. For outdoor installations in consistently hot climates, look for a model with a higher-capacity compressor rated for high ambient temperatures — check the spec sheet for the manufacturer's recommended ambient range.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I use any chiller with any cold plunge tub?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Most chillers use standard hose fittings that connect to any tub with compatible ports, so it is physically possible to mix brands. However, mixing manufacturers is not recommended — each company may decline warranty claims involving the other's equipment. A matched tub-and-chiller system from the same manufacturer means one warranty, one support contact, and no gaps in coverage.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does it take the chiller to cool the water for the first time?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Initial cooldown depends on tub volume, target temperature, and ambient conditions. A compact tub (under 80 gallons) starting at room temperature and targeting 45°F typically takes 1.5–3 hours. A larger tub (100+ gallons) may take 3–6 hours on the first fill. After that, the chiller maintains your target continuously — each session starts at your set temperature from day two onward.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I maintain the water in a cold plunge system?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The built-in filtration handles continuous circulation and removes particulates, but you will want to use a small amount of water sanitizer — bromine or non-chlorine shock works well for most users — to keep the water clean between full changes. Most daily users do a full water change every 4–8 weeks. The filter element should be rinsed monthly and replaced every few months depending on use.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does delivery look like, and how long does setup take?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Shipping method varies by brand — most ship via standard ground carriers, though some heavier items may require freight. Both the tub and chiller typically arrive separately. You will need one other person to help move them into position; stainless steel tubs especially are heavy when empty. Once in place, connecting the hoses and filling takes about 30–45 minutes. The chiller reaches your target temperature within a few hours of first fill.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What if the system does not work for my space — can I return it?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. RRD offers a 30-day return window from the delivery date. A 20% restocking fee and return freight costs apply. We strongly recommend calling us before you order so we can confirm the system fits your space, outlet, and climate — which makes returns rare. If anything arrives damaged, document it with photos within 48 hours and contact us immediately at (888) 500-5675.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BreadcrumbList\",\n  \"itemListElement\": [\n    {\n      \"@type\": \"ListItem\",\n      \"position\": 1,\n      \"name\": \"Home\",\n      \"item\": \"https:\/\/www.recoveryroomdirect.com\/\"\n    },\n    {\n      \"@type\": \"ListItem\",\n      \"position\": 2,\n      \"name\": \"Cold Plunges\",\n      \"item\": \"https:\/\/www.recoveryroomdirect.com\/collections\/cold-plunges\"\n    },\n    {\n      \"@type\": \"ListItem\",\n      \"position\": 3,\n      \"name\": \"Cold Plunges with Chillers\",\n      \"item\": \"https:\/\/www.recoveryroomdirect.com\/collections\/cold-plunges-with-chillers\"\n    }\n  ]\n}\n\u003c\/script\u003e","products":[{"product_id":"dreampod-ice-bath-with-chiller","title":"Dreampod Ice Bath with Chiller — WiFi Cold Plunge | Fiberglass, 37°F–104°F","description":"\u003cstyle\u003e\n.dpib-wrap{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#1a2332;line-height:1.6;margin:0;padding:0}\n.dpib-section{max-width:1200px;margin:0 auto;padding:56px 24px}\n.dpib-eyebrow{font-size:12px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#5eafd0;margin-bottom:12px;display:block}\n.dpib-h2{font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.2;color:#0d1b2a;margin:0 0 20px}\n.dpib-h2-white{font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.2;color:#fff;margin:0 0 16px}\n.dpib-lead{font-size:15px;color:#3a4f63;line-height:1.7;margin-bottom:14px}\n\/* JUMP NAV *\/\n.dpib-nav{background:#f0f7fa;padding:12px 20px;text-align:center;border-bottom:1px solid #d0e8f0}\n.dpib-nav a{display:inline-block;background:#fff;border:1.5px solid #b8dae8;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;color:#0d1b2a;text-decoration:none;margin:3px;transition:all .2s}\n.dpib-nav a:hover{background:#5eafd0;border-color:#5eafd0;color:#fff}\n\/* HERO *\/\n.dpib-hero-outer{background:#fff;padding:52px 24px}\n.dpib-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.dpib-hero-eyebrow{font-size:12px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#5eafd0;margin-bottom:12px;display:block}\n.dpib-hero-h2{font-size:clamp(26px,3.5vw,42px);font-weight:800;line-height:1.18;color:#0d1b2a;margin:0 0 18px}\n.dpib-hero-p{font-size:15px;color:#3a4f63;line-height:1.7;margin:0 0 14px}\n.dpib-hero-finance{font-size:13px;color:#6B8FA8;margin:0;font-style:italic}\n.dpib-hero-img-wrap{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08)}\n.dpib-hero-img-wrap img{width:100%;display:block}\n\/* STATS *\/\n.dpib-stats-outer{background:#fff;padding:20px 24px 28px}\n.dpib-stats-box{max-width:1200px;margin:0 auto;background:#0d1b2a;border-radius:8px;padding:28px 16px}\n.dpib-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0}\n.dpib-stat{text-align:center;padding:10px 6px;border-right:1px solid rgba(255,255,255,0.09)}\n.dpib-stat:last-child{border-right:none}\n.dpib-stat-num{font-size:18px;font-weight:800;color:#5eafd0;display:block;line-height:1.1}\n.dpib-stat-lbl{font-size:11px;color:#a0c8dd;margin-top:3px;display:block}\n\/* HOOK *\/\n.dpib-hook-outer{background:#fff;padding:52px 24px}\n.dpib-hook-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}\n.dpib-hook-img{border-radius:12px;overflow:hidden}\n.dpib-hook-img img{width:100%;display:block;object-fit:cover;aspect-ratio:4\/3}\n\/* CARDS *\/\n.dpib-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.dpib-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.07)}\n.dpib-card-img{aspect-ratio:4\/3;overflow:hidden;background:#fff}\n.dpib-card-img img{width:100%;height:100%;object-fit:cover;object-position:center top;background:#fff;mix-blend-mode:multiply}\n.dpib-card-body{padding:18px 18px 22px}\n.dpib-card-h3{font-size:16px;font-weight:700;color:#0d1b2a;margin:0 0 8px}\n.dpib-card-p{font-size:13px;color:#3a4f63;line-height:1.65;margin:0}\n\/* PROTOCOLS *\/\n.dpib-proto-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}\n.dpib-proto-card{background:#fff;border-radius:10px;border-top:3px solid #5eafd0;padding:22px}\n.dpib-proto-time{font-size:12px;font-weight:700;color:#5eafd0;margin-bottom:10px;display:block}\n.dpib-proto-h3{font-size:16px;font-weight:700;color:#0d1b2a;margin:0 0 8px}\n.dpib-proto-p{font-size:13px;color:#3a4f63;line-height:1.65;margin:0}\n\/* PERSONAS *\/\n.dpib-persona-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px}\n.dpib-persona-card{background:#f0f7fa;border-radius:12px;padding:26px}\n.dpib-persona-h3{font-size:17px;font-weight:700;color:#0d1b2a;margin:0 0 12px;position:relative;padding-bottom:12px}\n.dpib-persona-h3::after{content:'';position:absolute;left:0;bottom:0;width:36px;height:3px;background:#5eafd0}\n.dpib-persona-p{font-size:13px;color:#3a4f63;line-height:1.65;margin:0}\n\/* ROI *\/\n.dpib-roi-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}\n.dpib-roi-card{background:#fff;border-radius:10px;border-left:4px solid #5eafd0;padding:22px 22px 22px 26px}\n.dpib-roi-h3{font-size:16px;font-weight:700;color:#0d1b2a;margin:0 0 10px}\n.dpib-roi-p{font-size:13px;color:#3a4f63;line-height:1.65;margin:0}\n\/* VARIANTS *\/\n.dpib-variant-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}\n.dpib-variant-card{border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.08)}\n.dpib-variant-card img{width:100%;display:block;aspect-ratio:4\/3;object-fit:cover;object-position:center top;mix-blend-mode:multiply;background:#EBF5F7}\n.dpib-variant-label{padding:14px 18px;background:#fff}\n.dpib-variant-name{font-size:16px;font-weight:700;color:#0d1b2a;margin:0 0 3px}\n.dpib-variant-sku{font-size:12px;color:#6B8FA8;margin:0}\n\/* COMPARISON *\/\n.dpib-table-wrap{overflow-x:auto;margin-top:28px}\n.dpib-table{width:100%;border-collapse:collapse;font-size:13px;min-width:580px}\n.dpib-table th{padding:11px 14px;text-align:left;background:#e8f4f8;color:#0d1b2a;font-weight:700;border-bottom:2px solid #b8dae8}\n.dpib-table th.dpib-col-this{background:#5eafd0;color:#fff}\n.dpib-table td{padding:10px 14px;border-bottom:1px solid #e0eef5;color:#3a4f63}\n.dpib-table td.dpib-col-this{background:#e8f4f8;font-weight:600;color:#0d1b2a}\n.dpib-table tr:last-child td{border-bottom:none}\n.dpib-callout{background:#fff;border-left:4px solid #5eafd0;border-radius:8px;padding:18px 22px;margin-top:20px;font-size:13px;color:#3a4f63;line-height:1.65}\n.dpib-callout a{color:#5eafd0;font-weight:600;text-decoration:none}\n\/* SPECS *\/\n.dpib-specs-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:28px;border:1px solid #e0eef5;border-radius:8px;overflow:hidden}\n.dpib-spec-label{padding:11px 18px;background:#f0f7fa;font-weight:700;font-size:13px;color:#0d1b2a;border-bottom:1px solid #e0eef5}\n.dpib-spec-value{padding:11px 18px;background:#fff;font-size:13px;color:#3a4f63;border-bottom:1px solid #e0eef5}\n.dpib-specs-grid span:nth-last-child(-n+2){border-bottom:none}\n\/* BOX *\/\n.dpib-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}\n.dpib-box-item{display:flex;align-items:flex-start;gap:10px;background:#fff;border-radius:8px;padding:14px}\n.dpib-box-icon{flex-shrink:0}\n.dpib-box-text{font-size:13px;color:#3a4f63;line-height:1.5}\n.dpib-box-note{font-size:12px;color:#6B8FA8;margin-top:14px;font-style:italic}\n\/* SHIPPING *\/\n.dpib-ship-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}\n.dpib-ship-card{background:#f0f7fa;border-radius:10px;padding:22px}\n.dpib-ship-h3{font-size:15px;font-weight:700;color:#0d1b2a;margin:0 0 8px}\n.dpib-ship-p{font-size:13px;color:#3a4f63;line-height:1.6;margin:0}\n.dpib-ship-inline{margin-top:22px;font-size:14px;color:#3a4f63;line-height:1.6}\n\/* FAQ *\/\n.dpib-faq-list{margin-top:24px}\n.dpib-faq-item{border-bottom:1px solid #d0e8f0}\n.dpib-faq-item summary{padding:16px 18px 16px 0;cursor:pointer;font-size:15px;font-weight:700;color:#0d1b2a;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-appearance:none}\n.dpib-faq-item summary::-webkit-details-marker{display:none}\n.dpib-faq-item summary::after{content:'+';font-size:18px;color:#5eafd0;font-weight:400;flex-shrink:0;margin-left:14px}\n.dpib-faq-item[open] summary::after{content:'2'}\n.dpib-faq-item p{font-size:13px;color:#3a4f63;line-height:1.7;margin:0 0 16px;padding-right:18px}\n.dpib-faq-item a{color:#5eafd0}\n\/* TRUST *\/\n.dpib-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}\n.dpib-trust-item{text-align:center;padding:22px 14px}\n.dpib-trust-h3{font-size:14px;font-weight:700;color:#0d1b2a;margin:10px 0 5px}\n.dpib-trust-p{font-size:12px;color:#3a4f63;margin:0}\n\/* CTA *\/\n.dpib-cta-outer{background:#fff;padding:52px 24px}\n.dpib-cta-box{max-width:780px;margin:0 auto;background:#0d1b2a;border-radius:12px;padding:44px 36px;text-align:center}\n.dpib-cta-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:20px 0}\n.dpib-cta-pill{background:rgba(94,175,208,0.15);border:1px solid rgba(94,175,208,0.3);border-radius:20px;padding:6px 16px;font-size:12px;font-weight:600;color:#a0c8dd}\n.dpib-cta-btn{display:inline-block;background:#5eafd0;color:#fff;font-size:15px;font-weight:700;padding:14px 28px;border-radius:8px;text-decoration:none;margin-top:8px}\n.dpib-cta-btn:hover{background:#4a9fc0;color:#fff}\n.dpib-cta-scroll{display:block;margin-top:18px;font-size:15px!important;font-weight:600!important;color:#a0c8dd!important;cursor:pointer;text-decoration:none}\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .dpib-hero-inner,.dpib-hook-inner{grid-template-columns:1fr}\n  .dpib-hero-img-wrap{order:-1}\n  .dpib-stats-grid{grid-template-columns:repeat(3,1fr)}\n  .dpib-cards,.dpib-proto-cards,.dpib-ship-cards,.dpib-persona-cards{grid-template-columns:1fr}\n  .dpib-roi-cards,.dpib-variant-cards{grid-template-columns:1fr}\n  .dpib-trust-grid{grid-template-columns:1fr 1fr}\n  .dpib-box-grid{grid-template-columns:1fr}\n  .dpib-specs-grid{grid-template-columns:1fr}\n  .dpib-specs-grid span:nth-last-child(-n+2){border-bottom:1px solid #e0eef5}\n  .dpib-spec-label{border-bottom:none}\n  .dpib-cta-box{padding:32px 18px}\n  .dpib-section{padding:40px 18px}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"dpib-wrap\"\u003e\n\n\u003c!-- JUMP NAV --\u003e\n\u003cdiv class=\"dpib-nav\"\u003e\n  \u003ca href=\"#science\"\u003eScience\u003c\/a\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\n  \u003ca href=\"#variants\"\u003eColors\u003c\/a\u003e\n  \u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n  \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"dpib-hero-outer\"\u003e\n  \u003cdiv class=\"dpib-hero-inner\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"dpib-hero-eyebrow\"\u003eDreampod Cold Plunge\u003c\/span\u003e\n      \u003ch2 class=\"dpib-hero-h2\"\u003eCold Plunge with Chiller\u003cbr\u003eEngineered for Daily Use\u003c\/h2\u003e\n      \u003cp class=\"dpib-hero-p\"\u003eFiberglass shell built for permanent installation. A 3\/4 HP active chiller holds precise temperature — from 37°F to 104°F — without ice, without guesswork. WiFi-connected and app-controlled from iOS or Android, so your cold plunge is ready when you are.\u003c\/p\u003e\n      \u003cp class=\"dpib-hero-p\"\u003ePurpose-built for performance athletes, recovery-focused executives, and commercial operators who need consistent, on-demand cold therapy. The system maintains your target temperature indefinitely.\u003c\/p\u003e\n      \u003cp class=\"dpib-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpib-hero-img-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/Dreampod-Ice-Bath-with-Chiller.webp?v=1782813789\" alt=\"Dreampod Ice Bath with Chiller white fiberglass cold plunge tub in modern interior setting\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- STATS BAR --\u003e\n\u003cdiv class=\"dpib-stats-outer\"\u003e\n  \u003cdiv class=\"dpib-stats-box\"\u003e\n    \u003cdiv class=\"dpib-stats-grid\"\u003e\n      \u003cdiv class=\"dpib-stat\"\u003e\n\u003cspan class=\"dpib-stat-num\"\u003e59\"\u003c\/span\u003e\u003cspan class=\"dpib-stat-lbl\"\u003eInterior Length\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dpib-stat\"\u003e\n\u003cspan class=\"dpib-stat-num\"\u003e37–104°F\u003c\/span\u003e\u003cspan class=\"dpib-stat-lbl\"\u003eFull Temp Range\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dpib-stat\"\u003e\n\u003cspan class=\"dpib-stat-num\"\u003eWiFi\u003c\/span\u003e\u003cspan class=\"dpib-stat-lbl\"\u003eiOS \u0026amp; Android App\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dpib-stat\"\u003e\n\u003cspan class=\"dpib-stat-num\"\u003e¾ HP\u003c\/span\u003e\u003cspan class=\"dpib-stat-lbl\"\u003eActive Chiller\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dpib-stat\"\u003e\n\u003cspan class=\"dpib-stat-num\"\u003e10μm + UV\u003c\/span\u003e\u003cspan class=\"dpib-stat-lbl\"\u003eDual Filtration\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dpib-stat\"\u003e\n\u003cspan class=\"dpib-stat-num\"\u003eFree\u003c\/span\u003e\u003cspan class=\"dpib-stat-lbl\"\u003eFreight Shipping\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- HOOK --\u003e\n\u003cdiv class=\"dpib-hook-outer\" id=\"science\"\u003e\n  \u003cdiv class=\"dpib-hook-inner\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"dpib-eyebrow\"\u003eStraight Talk\u003c\/span\u003e\n      \u003ch2 class=\"dpib-h2\"\u003eWhat a Cold Plunge with Chiller Actually Gives You\u003c\/h2\u003e\n      \u003cp class=\"dpib-lead\"\u003eThis setup costs more than a barrel tub and a bag of ice. That is worth saying directly.\u003c\/p\u003e\n      \u003cp class=\"dpib-lead\"\u003eWhat you are paying for is precision temperature at a phone tap. The chiller holds 37°F indefinitely — no restocking ice, no temperature drift between sessions. The fiberglass shell is a permanent installation: fill it once, maintain it like a hot tub, and it holds its shape without any liner or bladder to inspect.\u003c\/p\u003e\n      \u003cp class=\"dpib-lead\"\u003eThis is not the right product if you are testing whether cold therapy fits your routine, or if you need a unit that moves between spaces. The \u003ca href=\"\/products\/dreampod-ice-bath-flex-with-chiller\" style=\"color:#5eafd0;font-weight:600;\"\u003eIce Bath FLEX with Chiller\u003c\/a\u003e is the smarter first step for those needs. The Ice Bath with Chiller is the right call when you want a permanent, automated system ready every single day.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpib-hook-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/Outdoors.webp\" alt=\"Person using Dreampod Ice Bath on outdoor rooftop deck\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SCIENCE --\u003e\n\u003cdiv style=\"background:#f0f7fa;\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eRecovery Research\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eWhat Cold Water Immersion Research Shows\u003c\/h2\u003e\n    \u003cp class=\"dpib-lead\"\u003eA 2021 study in \u003cem\u003eCell Reports Medicine\u003c\/em\u003e (Søberg et al.) examined physiological responses to regular cold water immersion in experienced winter swimmers, finding significant adaptations in brown adipose tissue activation and cold tolerance — suggesting that consistent, repeated exposure drives cumulative benefit.\u003c\/p\u003e\n    \u003cp class=\"dpib-lead\"\u003eMost protocols in the literature use sessions of 5–15 minutes at temperatures between 10°C and 15°C (50–59°F) — a range that appears to balance stimulus and recovery without excessive stress. A separate analysis (Reed et al., 2023) found cortisol levels were measurably lower in the hours following cold water immersion sessions.\u003c\/p\u003e\n    \u003cp class=\"dpib-lead\"\u003eTwo caveats worth knowing before setting a protocol: Roberts et al. (2015) found that cold immersion in the hours following strength training may attenuate hypertrophic adaptations — athletes prioritizing muscle building often schedule their cold sessions before training or well after. Additionally, acute cold water immersion can temporarily increase certain inflammation markers before the recovery response activates. The net effect on perceived soreness remains positive across the literature, but the mechanism is not purely suppressive.\u003c\/p\u003e\n    \u003cp class=\"dpib-lead\"\u003eThe Dreampod app lets you set precise temperatures and schedule sessions in advance — following a studied protocol requires no manual thermometer checks.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURE GRID 1 --\u003e\n\u003cdiv style=\"background:#fff;\" id=\"features\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eCore Systems\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eThree Systems That Define the Ice Bath with Chiller\u003c\/h2\u003e\n    \u003cdiv class=\"dpib-cards\"\u003e\n      \u003cdiv class=\"dpib-card\"\u003e\n        \u003cdiv class=\"dpib-card-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/9cdda867dee31bf06709d3d81d368a1f.webp\" alt=\"Dreampod Ice Bath fiberglass tub in vibrant green-wall studio setting\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dpib-card-body\"\u003e\n          \u003ch3 class=\"dpib-card-h3\"\u003eFiberglass Shell Construction\u003c\/h3\u003e\n          \u003cp class=\"dpib-card-p\"\u003eMolded from high-strength fiberglass with a gel-coat finish, the shell is non-porous — bacteria cannot anchor to the surface the way they can in softer materials. The shape holds permanently with no liner or bladder to inspect, replace, or monitor. Chemical-resistant and polishable if the surface is ever scratched.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-card\"\u003e\n        \u003cdiv class=\"dpib-card-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/8212c65ffb0fa94ba951afc6f535f618.webp\" alt=\"Dreampod Ice Bath white tub with standalone chiller unit side by side\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dpib-card-body\"\u003e\n          \u003ch3 class=\"dpib-card-h3\"\u003e3\/4 HP Active Chiller\u003c\/h3\u003e\n          \u003cp class=\"dpib-card-p\"\u003eThe standalone chiller connects to the tub via insulated hoses and runs a continuous refrigeration loop. It reaches 37°F or warms the water to 104°F — live temperature visible on the digital display and in the app. Set your target from your phone before you arrive. It is already at protocol temperature when you step in.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-card\"\u003e\n        \u003cdiv class=\"dpib-card-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/closeup11052.webp\" alt=\"Dreampod Ice Bath dramatic water surface closeup showing turquoise clarity\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dpib-card-body\"\u003e\n          \u003ch3 class=\"dpib-card-h3\"\u003e10-Micron + UV Dual Filtration\u003c\/h3\u003e\n          \u003cp class=\"dpib-card-p\"\u003eThe 10-micron mechanical filter captures invisible particulates before they re-enter the water. UV-C sterilization neutralizes bacteria and algae without leaving chemical residue. Dual automated chemical dosing — scheduled through the app — keeps water balanced between sessions. Most home users change water approximately once a month.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURE GRID 2 --\u003e\n\u003cdiv style=\"background:#f0f7fa;\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eIntelligence \u0026amp; Versatility\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eApp Control, Dual Chemistry, and Year-Round Use\u003c\/h2\u003e\n    \u003cdiv class=\"dpib-cards\"\u003e\n      \u003cdiv class=\"dpib-card\"\u003e\n        \u003cdiv class=\"dpib-card-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/63b00d958b679809f3e953cee4517f86.webp\" alt=\"Dreampod Ice Bath on luxury outdoor terrace with umbrella aspirational setting\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dpib-card-body\"\u003e\n          \u003ch3 class=\"dpib-card-h3\"\u003eWiFi Control — iOS \u0026amp; Android App\u003c\/h3\u003e\n          \u003cp class=\"dpib-card-p\"\u003eWiFi-based, not Bluetooth — monitor temperature from anywhere, not just arm’s reach. Schedule UV sterilization cycles, trigger chemical dosing, review session history, and set target temp the night before. For commercial operators: monitor multiple units from one dashboard and align timing with your booking flow.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-card\"\u003e\n        \u003cdiv class=\"dpib-card-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/7322db97efdbc9b8ea8bab1267f4a136.webp\" alt=\"Dreampod Ice Bath pergola installation shown in day and night composite\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dpib-card-body\"\u003e\n          \u003ch3 class=\"dpib-card-h3\"\u003eDual Chemical Dosing System\u003c\/h3\u003e\n          \u003cp class=\"dpib-card-p\"\u003eTwo automated injection points deliver precise chemical doses on a schedule you control through the app. Eliminates manual measurement, extends water life, and keeps chemistry consistent without relying on staff or owner attention for every dose. Most home users change water monthly; commercial installs adjust frequency based on session volume.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-card\"\u003e\n        \u003cdiv class=\"dpib-card-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/Ice_Bath040722.webp\" alt=\"Dreampod Ice Bath on nighttime rooftop with city skyline view moody setting\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dpib-card-body\"\u003e\n          \u003ch3 class=\"dpib-card-h3\"\u003e37°F to 104°F — Year-Round Use\u003c\/h3\u003e\n          \u003cp class=\"dpib-card-p\"\u003eMost cold plunges only chill. This unit also heats, making contrast therapy possible in a single installation. Pre-cool to target temp in summer. Warm soak at 95–104°F after cold in winter. The full 37–104°F range covers every cold therapy, warm soak, and contrast protocol without a second piece of equipment.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- PROTOCOLS --\u003e\n\u003cdiv style=\"background:#EBF5F7;\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eDaily Use Protocols\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eThree Ways to Use the Ice Bath with Chiller\u003c\/h2\u003e\n    \u003cp class=\"dpib-lead\"\u003eCold water immersion works differently depending on when you use it and how you structure the session. Three well-documented approaches, with notes on how the Dreampod system supports each.\u003c\/p\u003e\n    \u003cdiv class=\"dpib-proto-cards\"\u003e\n      \u003cdiv class=\"dpib-proto-card\"\u003e\n        \u003cspan class=\"dpib-proto-time\"\u003e2–4 Minutes · 50–60°F\u003c\/span\u003e\n        \u003ch3 class=\"dpib-proto-h3\"\u003eMorning Activation\u003c\/h3\u003e\n        \u003cp class=\"dpib-proto-p\"\u003eA short session first thing activates the sympathetic nervous system, triggering a sharp increase in norepinephrine and dopamine. The alertness effect typically lasts 4 to 6 hours. Set your target temperature the night before from the app — the tub is already at protocol temperature when you wake up.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-proto-card\"\u003e\n        \u003cspan class=\"dpib-proto-time\"\u003e10–15 Minutes · 52–59°F · Allow Time After Lifting\u003c\/span\u003e\n        \u003ch3 class=\"dpib-proto-h3\"\u003ePost-Training Recovery\u003c\/h3\u003e\n        \u003cp class=\"dpib-proto-p\"\u003eEstablished cold water immersion research supports 10 to 15 minutes at 11–15°C (52–59°F). If hypertrophy is a goal, allow adequate time between your last lifting set and cold immersion — Roberts et al. (2015) found cold in the hours following strength training may attenuate hypertrophic adaptations. The app holds your exact target so every session replicates the protocol.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-proto-card\"\u003e\n        \u003cspan class=\"dpib-proto-time\"\u003eCold 3–5 Min \/ Warm 10–15 Min · Repeat 2–3x\u003c\/span\u003e\n        \u003ch3 class=\"dpib-proto-h3\"\u003eEvening Contrast Therapy\u003c\/h3\u003e\n        \u003cp class=\"dpib-proto-p\"\u003eAlternating cold (37–55°F) and warm (95–104°F) water creates a peripheral blood flow pump effect as vessels constrict and dilate. Always finish cold. Most single-unit cold plunges cannot run contrast therapy — the Ice Bath with Chiller reaches both extremes in the same tub, eliminating the need for separate equipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- PERSONAS --\u003e\n\u003cdiv style=\"background:#fff;\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eWho This Is For\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eBuilt for Three Kinds of Commitment to Cold Therapy\u003c\/h2\u003e\n    \u003cdiv class=\"dpib-persona-cards\"\u003e\n      \u003cdiv class=\"dpib-persona-card\"\u003e\n        \u003ch3 class=\"dpib-persona-h3\"\u003ePerformance Athletes\u003c\/h3\u003e\n        \u003cp class=\"dpib-persona-p\"\u003eTrain hard enough that recovery is a competitive advantage. Need the plunge ready on your schedule — not after a 45-minute setup. App-controlled temperature and an always-on system mean no prep window between training and recovery. Every session replicates the protocol exactly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-persona-card\"\u003e\n        \u003ch3 class=\"dpib-persona-h3\"\u003eRecovery-Focused Executives\u003c\/h3\u003e\n        \u003cp class=\"dpib-persona-p\"\u003eInvest in sleep, nutrition, and stress management with the same discipline applied to work. Data-driven and consistent, but only if friction is low enough. Fiberglass construction and automated maintenance eliminate the manual involvement that causes most people to skip sessions. Daily engagement, not weekly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-persona-card\"\u003e\n        \u003ch3 class=\"dpib-persona-h3\"\u003eMedSpa and Gym Operators\u003c\/h3\u003e\n        \u003cp class=\"dpib-persona-p\"\u003eNeed equipment that generates sessions, not maintenance calls. Automated chemical dosing, UV sterilization, and a WiFi dashboard reduce staff time per session significantly versus manual barrel setups. App-based scheduling integrates directly with your booking flow for a seamless client experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ROI --\u003e\n\u003cdiv style=\"background:#f0f7fa;\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eInvestment Perspective\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eThe Math Behind a Cold Plunge with Chiller\u003c\/h2\u003e\n    \u003cp class=\"dpib-lead\"\u003eCold plunge studio memberships typically run eighty to one hundred fifty per month. Cryotherapy sessions often run forty to seventy each. Here are honest numbers on what owning one actually costs to operate.\u003c\/p\u003e\n    \u003cdiv class=\"dpib-roi-cards\"\u003e\n      \u003cdiv class=\"dpib-roi-card\"\u003e\n        \u003ch3 class=\"dpib-roi-h3\"\u003eHome Use\u003c\/h3\u003e\n        \u003cp class=\"dpib-roi-p\"\u003eRunning the 3\/4 HP chiller at 7A on 110V costs approximately twenty to forty per month in electricity depending on target temperature and ambient conditions — users targeting the coldest settings in warm climates may see higher usage. Water treatment chemicals add roughly twenty to thirty per month. Total running cost for most home users is approximately forty to seventy per month depending on climate and usage pattern.\u003cbr\u003e\u003cbr\u003eCompare that to a studio membership with no scheduling flexibility. Many health plans recognize cold water therapy with a Letter of Medical Necessity — consult your plan administrator about HSA\/FSA eligibility. This does not constitute tax or medical advice.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-roi-card\"\u003e\n        \u003ch3 class=\"dpib-roi-h3\"\u003eCommercial Use\u003c\/h3\u003e\n        \u003cp class=\"dpib-roi-p\"\u003eMedSpas and gyms typically charge per cold plunge session. At three sessions per day over twenty-five operating days per month, session revenue adds up meaningfully. At five sessions per day, payback accelerates substantially.\u003cbr\u003e\u003cbr\u003eAutomated dosing and WiFi monitoring reduce the staff time required per session compared to manual barrel setups — an important factor when scaling session volume without proportionally scaling labor.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- VARIANTS --\u003e\n\u003cdiv style=\"background:#fff;\" id=\"variants\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eAvailable Colors\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eWhite or Stealth Black — Choose Your Finish\u003c\/h2\u003e\n    \u003cp class=\"dpib-lead\"\u003eBoth finishes share identical specs, the same chiller, the same app, and the same interior dimensions. Stealth Black is a premium finish — the pigmentation is built into the fiberglass lay-up, not applied as a coating.\u003c\/p\u003e\n    \u003cdiv class=\"dpib-variant-cards\"\u003e\n      \u003cdiv class=\"dpib-variant-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/Dreampod-Ice-Bath-with-Chiller.webp?v=1782813789\" alt=\"Dreampod Ice Bath with Chiller in White finish showing clean modern aesthetic\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"dpib-variant-label\"\u003e\n          \u003cp class=\"dpib-variant-name\"\u003eWhite\u003c\/p\u003e\n          \u003cp class=\"dpib-variant-sku\"\u003eSKU: DPIB101WPE\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-variant-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/97eecd73ea375597665ac5869e09e9a2.webp\" alt=\"Dreampod Ice Bath with Chiller in Stealth Black finish against beige wall\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"dpib-variant-label\"\u003e\n          \u003cp class=\"dpib-variant-name\"\u003eStealth Black\u003c\/p\u003e\n          \u003cp class=\"dpib-variant-sku\"\u003eContact us for availability\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- COMPARISON TABLE --\u003e\n\u003cdiv style=\"background:#f0f7fa;\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eHow It Compares\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eIce Bath with Chiller vs. the Dreampod Cold Plunge Lineup\u003c\/h2\u003e\n    \u003cdiv class=\"dpib-table-wrap\"\u003e\n      \u003ctable class=\"dpib-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eFeature\u003c\/th\u003e\n            \u003cth\u003eIce Bath FLEX w\/ Chiller\u003c\/th\u003e\n            \u003cth class=\"dpib-col-this\"\u003eIce Bath w\/ Chiller (This Model)\u003c\/th\u003e\n            \u003cth\u003eCold Plunge Barrel w\/ Chiller\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eShell Type\u003c\/td\u003e\n\u003ctd\u003eInflatable TPU\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003eFiberglass\u003c\/td\u003e\n\u003ctd\u003eFiberglass\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003eYes — deflates for storage\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003eFixed installation\u003c\/td\u003e\n\u003ctd\u003eFixed installation\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eInterior Length\u003c\/td\u003e\n\u003ctd\u003eSmaller profile\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003e59 inches\u003c\/td\u003e\n\u003ctd\u003eBarrel format (round)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eInterior Depth\u003c\/td\u003e\n\u003ctd\u003eShallower\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003e22 inches\u003c\/td\u003e\n\u003ctd\u003eDeep barrel soak\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFits Users Up To\u003c\/td\u003e\n\u003ctd\u003eMost adults\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003eMost adults (contact us for tall users)\u003c\/td\u003e\n\u003ctd\u003eMost adults\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eTemp Range\u003c\/td\u003e\n\u003ctd\u003e37°F–104°F\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003e37°F–104°F\u003c\/td\u003e\n\u003ctd\u003e37°F–104°F\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eApp Control\u003c\/td\u003e\n\u003ctd\u003eWiFi + iOS\/Android\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003eWiFi + iOS\/Android\u003c\/td\u003e\n\u003ctd\u003eWiFi + iOS\/Android\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFiltration\u003c\/td\u003e\n\u003ctd\u003e10-Micron + UV\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003e10-Micron + UV\u003c\/td\u003e\n\u003ctd\u003e10-Micron + UV\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eChemical Dosing\u003c\/td\u003e\n\u003ctd\u003eDual injection\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003eDual injection\u003c\/td\u003e\n\u003ctd\u003eDual injection\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eMinimal setup\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003ePermanent; 15A GFCI\u003c\/td\u003e\n\u003ctd\u003ePermanent; 15A GFCI\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eTesting, portability\u003c\/td\u003e\n\u003ctd class=\"dpib-col-this\"\u003eHome or commercial permanent\u003c\/td\u003e\n\u003ctd\u003eOutdoor rustic aesthetic\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpib-callout\"\u003eIf you are exploring cold therapy or need a unit you can move between spaces, the \u003ca href=\"\/products\/dreampod-ice-bath-flex-with-chiller\"\u003eIce Bath FLEX with Chiller\u003c\/a\u003e is the smarter first step at a lower entry point. If you prefer the barrel aesthetic for outdoor use, the \u003ca href=\"\/products\/dreampod-cold-plunge-barrel-with-chiller\"\u003eCold Plunge Barrel with Chiller\u003c\/a\u003e may be a better fit. The Ice Bath with Chiller is the choice when you want a permanent, full-length fiberglass installation with the best interior dimensions in the lineup.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv style=\"background:#fff;\" id=\"specs\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eFull Specifications\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eDreampod Ice Bath with Chiller — Complete Specs\u003c\/h2\u003e\n    \u003cdiv class=\"dpib-specs-grid\"\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eExterior Dimensions\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003e1,600mm L × ~900mm W × ~600mm H (63\" × ~35.4\" × ~24\")\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eInterior Dimensions\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003e59\" L × 31\" W × 22\" deep — accommodates most adult body types\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eWater Capacity\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003e~90–95 gallons (~340–360L)\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eShell Material\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003eHigh-strength fiberglass with gel-coat finish\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eChiller Power\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003e3\/4 HP refrigeration unit\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eTemperature Range\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003e37°F to 104°F (3°C to 40°C)\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eFiltration\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003e10-micron mechanical + UV-C sterilization\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eChemical System\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003eDual automated chemical injection\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eConnectivity\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003eWiFi + Dreampod iOS \u0026amp; Android app\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eElectrical\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003e110V \/ ~7A running draw \/ dedicated 15A GFCI circuit recommended\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eSystem Weight (empty)\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003e~410 lbs (full system, empty)\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eAvailable Colors\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003eWhite (DPIB101WPE) · Stealth Black (contact us)\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eWarranty\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003e1-year manufacturer warranty — contact Dreampod for full terms\u003c\/span\u003e\n      \u003cspan class=\"dpib-spec-label\"\u003eCertifications\u003c\/span\u003e\u003cspan class=\"dpib-spec-value\"\u003eContact Dreampod for current certification list\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- BOX CONTENTS --\u003e\n\u003cdiv style=\"background:#f0f7fa;\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eWhat’s Included\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eWhat Comes With the Ice Bath with Chiller\u003c\/h2\u003e\n    \u003cdiv class=\"dpib-box-grid\"\u003e\n      \u003cdiv class=\"dpib-box-item\"\u003e\n        \u003cdiv class=\"dpib-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"dpib-box-text\"\u003e\u003cstrong\u003eDreampod Ice Bath Fiberglass Tub\u003c\/strong\u003e — White or Stealth Black finish (per order)\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-box-item\"\u003e\n        \u003cdiv class=\"dpib-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"dpib-box-text\"\u003e\u003cstrong\u003e3\/4 HP Chiller Unit\u003c\/strong\u003e — Pre-configured; digital temperature display\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-box-item\"\u003e\n        \u003cdiv class=\"dpib-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"dpib-box-text\"\u003e\u003cstrong\u003eConnecting Hoses\u003c\/strong\u003e — Chiller-to-tub circulation hoses\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-box-item\"\u003e\n        \u003cdiv class=\"dpib-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"dpib-box-text\"\u003e\u003cstrong\u003eDrainage Hose\u003c\/strong\u003e — For water changes and maintenance\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-box-item\"\u003e\n        \u003cdiv class=\"dpib-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"dpib-box-text\"\u003e\u003cstrong\u003eCover \/ Lid\u003c\/strong\u003e — Insulated cover for heat retention between sessions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-box-item\"\u003e\n        \u003cdiv class=\"dpib-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"dpib-box-text\"\u003e\u003cstrong\u003eWiFi Setup Guide + App Access\u003c\/strong\u003e — iOS \u0026amp; Android; remote setup support included\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"dpib-box-note\"\u003e*Box contents subject to change. Confirm complete contents with Dreampod at time of order.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SHIPPING --\u003e\n\u003cdiv style=\"background:#fff;\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eDelivery \u0026amp; Setup\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eFreight Shipping — Handled by Our Team\u003c\/h2\u003e\n    \u003cdiv class=\"dpib-ship-cards\"\u003e\n      \u003cdiv class=\"dpib-ship-card\"\u003e\n        \u003ch3 class=\"dpib-ship-h3\"\u003eFreight Delivery\u003c\/h3\u003e\n        \u003cp class=\"dpib-ship-p\"\u003eShips via LTL freight carrier. Delivery to curb or dock is included in the purchase. The tub and chiller arrive palletized and secured for transit.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-ship-card\"\u003e\n        \u003ch3 class=\"dpib-ship-h3\"\u003eWhite Glove Available\u003c\/h3\u003e\n        \u003cp class=\"dpib-ship-p\"\u003ePaid upgrade at checkout. Includes placement inside your space, debris removal, and basic hookup assistance. Contact us to discuss your specific setup before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-ship-card\"\u003e\n        \u003ch3 class=\"dpib-ship-h3\"\u003eLead Time \u0026amp; Scheduling\u003c\/h3\u003e\n        \u003cp class=\"dpib-ship-p\"\u003eTypical lead time is 4 to 8 weeks from order. Freight carriers contact you directly to schedule a delivery window. We coordinate scheduling between our team, the carrier, and you.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"dpib-ship-inline\"\u003eFreight questions before ordering? Call us at \u003ca href=\"tel:+18885005675\" style=\"color:#5eafd0;font-weight:700;\"\u003e(888) 500-5675\u003c\/a\u003e — we coordinate scheduling directly and can confirm current lead times.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"background:#f0f7fa;\" id=\"faq\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cspan class=\"dpib-eyebrow\"\u003eCommon Questions\u003c\/span\u003e\n    \u003ch2 class=\"dpib-h2\"\u003eDreampod Ice Bath with Chiller FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"dpib-faq-list\"\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eWhat temperature does the Dreampod Ice Bath with Chiller reach?\u003c\/summary\u003e\n        \u003cp\u003eThe chiller cools to 37°F (3°C) and heats to 104°F (40°C). Live temperature is visible on the chiller’s digital display and within the Dreampod app at all times.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eHow does the WiFi app work with the Dreampod Ice Bath?\u003c\/summary\u003e\n        \u003cp\u003eThe Dreampod Ice Bath connects via WiFi — not Bluetooth — so you can monitor and control from anywhere. The iOS and Android app lets you monitor current temperature, set a target temp, schedule UV sterilization cycles, control automated dosing, and review session history. No need to be near the tub.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eWhat electrical setup does the Ice Bath with Chiller require?\u003c\/summary\u003e\n        \u003cp\u003eThe system runs on 110V with approximately 7A draw. A dedicated 15A GFCI-protected circuit is recommended. Most residential and commercial spaces can accommodate this without a panel upgrade — confirm with a licensed electrician for your specific installation.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eHow much does the chiller cost to run each month?\u003c\/summary\u003e\n        \u003cp\u003eElectricity runs approximately twenty to forty per month depending on target temperature and ambient conditions — users targeting the coldest settings in warm climates may see higher usage. Water treatment chemicals add approximately twenty to thirty per month. Total running cost for most home users is roughly forty to seventy per month depending on climate and usage pattern.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eHow often do I need to change the water in the Dreampod Ice Bath?\u003c\/summary\u003e\n        \u003cp\u003eWith 10-micron mechanical filtration, UV-C sterilization, and automated chemical dosing operating correctly, most home users change the water approximately once a month. Commercial installs typically change more frequently based on session volume.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eCan I use the Dreampod Ice Bath as a hot tub?\u003c\/summary\u003e\n        \u003cp\u003eYes. The chiller also heats to 104°F (40°C). It does not have jets, but it functions as a therapeutic warm soak. This makes contrast therapy — alternating cold and warm in a single unit — possible without a second piece of equipment.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eCan the Dreampod Ice Bath be used outdoors?\u003c\/summary\u003e\n        \u003cp\u003eYes. The fiberglass shell and chiller are designed for outdoor installation. A shaded or covered space reduces chiller workload in warm climates. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss your specific outdoor setup before ordering.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eWhat is the warranty on the Dreampod Ice Bath with Chiller?\u003c\/summary\u003e\n        \u003cp\u003eThe Dreampod Ice Bath with Chiller carries a 1-year manufacturer warranty from date of purchase. Contact Dreampod directly or reach our team at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty claims and service.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eWhat is the return policy for the Dreampod Ice Bath with Chiller?\u003c\/summary\u003e\n        \u003cp\u003eReturns are accepted within 30 days of delivery in original, uninstalled condition. A 20% restocking fee applies and the buyer is responsible for return freight costs. Please review all specifications and speak with our team before ordering. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any pre-purchase questions.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"dpib-faq-item\"\u003e\n        \u003csummary\u003eIs Recovery Room Direct an authorized Dreampod dealer?\u003c\/summary\u003e\n        \u003cp\u003eYes. Recovery Room Direct is an authorized Dreampod dealer. All products carry the full manufacturer warranty and are supported by our team for setup guidance and after-sale service.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- TRUST BAND --\u003e\n\u003cdiv style=\"background:#fff;\"\u003e\n  \u003cdiv class=\"dpib-section\"\u003e\n    \u003cdiv class=\"dpib-trust-grid\"\u003e\n      \u003cdiv class=\"dpib-trust-item\"\u003e\n        \u003csvg width=\"30\" height=\"30\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3 class=\"dpib-trust-h3\"\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp class=\"dpib-trust-p\"\u003eOfficial Dreampod reseller\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-trust-item\"\u003e\n        \u003csvg width=\"30\" height=\"30\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3 class=\"dpib-trust-h3\"\u003eFree Freight Shipping\u003c\/h3\u003e\n        \u003cp class=\"dpib-trust-p\"\u003eContiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-trust-item\"\u003e\n        \u003csvg width=\"30\" height=\"30\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.44a2 2 0 0 1 1.97-2.18h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L7.91 8.96a16 16 0 0 0 6.13 6.13l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3 class=\"dpib-trust-h3\"\u003eExpert Setup Support\u003c\/h3\u003e\n        \u003cp class=\"dpib-trust-p\"\u003ePre \u0026amp; post-purchase guidance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dpib-trust-item\"\u003e\n        \u003csvg width=\"30\" height=\"30\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"8\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003ch3 class=\"dpib-trust-h3\"\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp class=\"dpib-trust-p\"\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"dpib-cta-outer\"\u003e\n  \u003cdiv class=\"dpib-cta-box\"\u003e\n    \u003ch2 class=\"dpib-h2-white\"\u003eYour Cold Plunge Setup. Expert Guidance.\u003c\/h2\u003e\n    \u003cp style=\"color:#a0c8dd!important;font-size:15px;line-height:1.65;margin:0 0 4px;\"\u003eQuestions about installation, temperature protocols, or whether this is the right model for your space? Our recovery team knows this lineup inside and out.\u003c\/p\u003e\n    \u003cdiv class=\"dpib-cta-pills\"\u003e\n      \u003cspan class=\"dpib-cta-pill\"\u003e✓ Authorized Dreampod Dealer\u003c\/span\u003e\n      \u003cspan class=\"dpib-cta-pill\"\u003e✓ Free Freight Included\u003c\/span\u003e\n      \u003cspan class=\"dpib-cta-pill\"\u003e✓ WiFi App Setup Support\u003c\/span\u003e\n      \u003cspan class=\"dpib-cta-pill\"\u003e✓ Manufacturer Warranty\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"dpib-cta-btn\"\u003eSpeak with a Recovery Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"dpib-cta-scroll\" onclick=\"window.scrollTo({top:0,behavior:'smooth'});return false;\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  document.querySelectorAll('.dpib-faq-item').forEach(function(d){\n    d.addEventListener('toggle',function(){});\n  });\n})();\n\u003c\/script\u003e","brand":"Dreampod","offers":[{"title":"White","offer_id":53144762417519,"sku":"DPIB101WPE","price":5890.0,"currency_code":"USD","in_stock":true},{"title":"Stealth Black","offer_id":53148132704623,"sku":null,"price":6390.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/Dreampod-Ice-Bath-with-Chiller.webp?v=1782813805"},{"product_id":"dreampod-ice-bath-flex-with-chiller","title":"Dreampod Ice Bath FLEX with Chiller - Cold Plunge Tub","description":"\u003cstyle\u003e\n\/* ── Dreampod Ice Bath FLEX with Chiller — dpibf ───────────────────────────── *\/\n.dpibf-wrap{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,sans-serif;color:#0A1628;max-width:100%;overflow:hidden;}\n\n\/* 1. Jump Nav *\/\n.dpibf-nav{display:flex;gap:0;background:#0A1628;border-radius:8px;overflow:hidden;margin:0 0 24px;}\n.dpibf-nav a{flex:1;text-align:center;padding:12px 6px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#2AABB8!important;text-decoration:none!important;border-right:1px solid #1A2E40;}\n.dpibf-nav a:last-child{border-right:none;}\n.dpibf-nav a:hover{background:#1A2E40;}\n@media(max-width:768px){.dpibf-nav a{flex:0 0 33.333%;font-size:10px;padding:10px 4px;}}\n\n\/* 2. Hero *\/\n.dpibf-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 0 24px;border-radius:12px;overflow:hidden;min-height:300px;}\n.dpibf-hero-img{overflow:hidden;background:#0A1628;}\n.dpibf-hero-img img{width:100%;height:100%;object-fit:cover;display:block;}\n.dpibf-hero-txt{padding:24px 28px;background:#fff;display:flex;flex-direction:column;justify-content:center;}\n.dpibf-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2AABB8;margin:0 0 10px;}\n.dpibf-hero-h2{font-size:28px;font-weight:800;line-height:1.25;color:#0A1628;margin:0 0 16px;}\n.dpibf-hero-p{font-size:15px;line-height:1.75;color:#2A3F52;margin:0 0 14px;}\n.dpibf-finance{font-size:13px;color:#2AABB8;font-weight:600;margin:0;padding:10px 0 0;border-top:1px solid #D0E8EC;}\n@media(max-width:768px){\n  .dpibf-hero{grid-template-columns:1fr;}\n  .dpibf-hero-img{min-height:260px;}\n  .dpibf-hero-txt{padding:24px 20px;}\n  .dpibf-hero-h2{font-size:22px;}\n}\n\n\/* 3. Stats bar *\/\n.dpibf-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#0A1628;border-radius:8px;overflow:hidden;margin:0 0 24px;}\n.dpibf-fact{padding:22px 12px;text-align:center;border-right:1px solid #1A2E40;}\n.dpibf-fact:last-child{border-right:0;}\n.dpibf-fact-num{font-size:22px;font-weight:700;color:#2AABB8;display:block;line-height:1;margin-bottom:6px;}\n.dpibf-fact-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6B8BA4;}\n@media(max-width:768px){\n  .dpibf-facts{grid-template-columns:repeat(2,1fr);}\n  .dpibf-fact:nth-child(2n){border-right:0;}\n  .dpibf-fact{border-bottom:1px solid #1A2E40;}\n  .dpibf-fact:nth-last-child(-n+2){border-bottom:0;}\n  .dpibf-fact-num{font-size:20px;}\n}\n\n\/* Section scaffold *\/\n.dpibf-sec{padding:52px 24px;margin:0 0 8px;}\n.dpibf-bg-lt{background:#EBF5F7;}\n.dpibf-sec-eyebrow{font-size:11px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;color:#2AABB8;margin:0 0 8px;}\n.dpibf-sec-h2{font-size:26px;font-weight:800;color:#0A1628;margin:0 0 28px;line-height:1.3;}\n@media(max-width:768px){.dpibf-sec{padding:36px 16px;}}\n\n\/* 4. Feature cards *\/\n.dpibf-feats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}\n.dpibf-feat{background:#fff;border:1px solid #C8E4EC;border-radius:12px;padding:28px 22px;}\n.dpibf-feat-ico{width:48px;height:48px;background:#EBF5F7;border-radius:50%;border:2px solid #2AABB8;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}\n.dpibf-feat h3{font-size:16px;font-weight:700;color:#0A1628;margin:0 0 10px;}\n.dpibf-feat p{font-size:14px;line-height:1.7;color:#2A3F52;margin:0;}\n@media(max-width:768px){.dpibf-feats{grid-template-columns:1fr;}}\n\n\/* 5. Specs table *\/\n.dpibf-tbl-wrap{overflow-x:auto;}\n.dpibf-tbl{width:100%;border-collapse:collapse;font-size:14px;min-width:320px;}\n.dpibf-tbl tr:nth-child(even){background:#EBF5F7;}\n.dpibf-tbl td{padding:13px 16px;border-bottom:1px solid #D0E8EC;vertical-align:top;}\n.dpibf-tbl td:first-child{font-weight:700;color:#0A1628;width:40%;white-space:nowrap;}\n.dpibf-tbl td:last-child{color:#2A3F52;}\n\n\/* 6. Box list *\/\n.dpibf-box-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;padding:0;margin:0 0 20px;}\n.dpibf-box-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#F0F8FA;border:1px solid #C8E4EC;border-radius:8px;font-size:14px;color:#0A1628;font-weight:500;}\n.dpibf-box-note{font-size:13px;color:#4A6B80;line-height:1.6;margin:0;}\n@media(max-width:768px){.dpibf-box-list{grid-template-columns:1fr;}}\n\n\/* 7. Shipping *\/\n.dpibf-ship-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px;}\n.dpibf-ship-item{display:flex;align-items:flex-start;gap:14px;font-size:15px;line-height:1.65;color:#2A3F52;}\n.dpibf-ship-ico{flex-shrink:0;margin-top:1px;}\n\n\/* 8. Comparison *\/\n.dpibf-cmp{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #C8E4EC;border-radius:12px;overflow:hidden;margin-top:24px;}\n.dpibf-cmp-col{padding:28px 22px;}\n.dpibf-cmp-col:not(:last-child){border-right:1px solid #C8E4EC;}\n.dpibf-cmp-col.active{background:#0A1628;}\n.dpibf-cmp-badge{font-size:10px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;padding:4px 10px;border-radius:20px;background:#EBF5F7;color:#2AABB8;display:inline-block;margin-bottom:12px;}\n.dpibf-cmp-col.active .dpibf-cmp-badge{background:#2AABB8;color:#fff;}\n.dpibf-cmp-name{font-size:14px;font-weight:700;color:#0A1628;margin:0 0 4px;}\n.dpibf-cmp-col.active .dpibf-cmp-name{color:#fff;}\n.dpibf-cmp-price{font-size:24px;font-weight:800;color:#2AABB8;margin:0 0 20px;display:block;}\n.dpibf-cmp-ul{list-style:none;padding:0;margin:0;font-size:13px;line-height:2.1;color:#2A3F52;}\n.dpibf-cmp-col.active .dpibf-cmp-ul{color:#A8CADC;}\n.dpibf-cmp-ul li.yes::before{content:\"• \";color:#2AABB8;font-weight:700;}\n.dpibf-cmp-ul li.no::before{content:\"◦ \";color:#4A6B80;}\n.dpibf-cmp-col.active .dpibf-cmp-ul li.no::before{color:#3A5A72;}\n.dpibf-cmp-link{display:block;text-align:center;margin-top:20px;font-size:13px;color:#2AABB8!important;text-decoration:none!important;font-weight:600;}\n.dpibf-cmp-link:hover{text-decoration:underline!important;}\n@media(max-width:768px){\n  .dpibf-cmp{grid-template-columns:1fr;}\n  .dpibf-cmp-col:not(:last-child){border-right:none;border-bottom:1px solid #C8E4EC;}\n}\n\n\/* 9. FAQ *\/\n.dpibf-faq-wrap{max-width:820px;}\n.dpibf-faq-item{border-bottom:1px solid #C8E4EC;}\n.dpibf-faq-item:last-child{border-bottom:none;}\n.dpibf-faq-q{font-size:16px;font-weight:700;color:#0A1628;padding:18px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0;}\n.dpibf-faq-q::after{content:\"+\";font-size:22px;color:#2AABB8;font-weight:300;flex-shrink:0;}\n.dpibf-faq-q.open::after{content:\"-\";}\n.dpibf-faq-a{display:none;font-size:15px;line-height:1.75;color:#2A3F52;padding:0 0 18px;}\n.dpibf-faq-a a{color:#2AABB8!important;}\n\n\/* 10. Trust band *\/\n.dpibf-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:3px solid #2AABB8;background:#fff;margin:0 0 8px;}\n.dpibf-tri{padding:28px 16px;text-align:center;border-right:1px solid #D0E8EC;}\n.dpibf-tri:last-child{border-right:0;}\n.dpibf-tri-ico{width:52px;height:52px;background:#EBF5F7;border-radius:50%;border:2px solid #2AABB8;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;}\n.dpibf-tri-t{font-size:13px;font-weight:700;color:#0A1628;display:block;margin-bottom:4px;}\n.dpibf-tri-d{font-size:12px;color:#4A6B80;margin:0;line-height:1.5;}\n@media(max-width:768px){\n  .dpibf-trust{grid-template-columns:repeat(2,1fr);}\n  .dpibf-tri:nth-child(2n){border-right:0;}\n  .dpibf-tri{border-bottom:1px solid #D0E8EC;}\n  .dpibf-tri:nth-last-child(-n+2){border-bottom:0;}\n}\n\n\/* 11. CTA *\/\n.dpibf-cta{background:linear-gradient(135deg,#0A1628 0%,#163450 100%);border-radius:12px;padding:52px 32px;text-align:center;}\n.dpibf-cta h2{font-size:28px;font-weight:800;color:#fff;margin:0 0 14px;}\n.dpibf-cta-sub{font-size:15px;color:#A8CADC;margin:0 0 28px;line-height:1.65;}\n.dpibf-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 0 32px;}\n.dpibf-pill{background:rgba(42,171,184,.15);border:1px solid #2AABB8;color:#2AABB8;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;}\n.dpibf-btn{display:inline-block;background:#fff;color:#0A1628!important;font-weight:700;font-size:16px;padding:16px 32px;border-radius:8px;text-decoration:none!important;letter-spacing:.02em;}\n.dpibf-btn:hover{background:#EBF5F7;}\n.dpibf-cta-top{font-size:16px;font-weight:600;color:#fff;margin:20px 0 0!important;}\n.dpibf-cta-top a{color:#fff!important;text-decoration:none!important;}\n.dpibf-cta-top a:hover{text-decoration:underline!important;}\n@media(max-width:768px){\n  .dpibf-cta{padding:36px 20px;}\n  .dpibf-cta h2{font-size:22px;}\n  .dpibf-btn{font-size:14px;padding:14px 20px;}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"dpibf-wrap\"\u003e\n\u003c!-- 1. Jump Nav --\u003e\u003cnav class=\"dpibf-nav\" aria-label=\"Product page sections\"\u003e\u003ca href=\"#dpibf-features\"\u003eFeatures\u003c\/a\u003e \u003ca href=\"#dpibf-specs\"\u003eSpecs\u003c\/a\u003e \u003ca href=\"#dpibf-box\"\u003eWhat's Included\u003c\/a\u003e \u003ca href=\"#dpibf-ship\"\u003eShipping\u003c\/a\u003e \u003ca href=\"#dpibf-faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003c!-- 2. Hero --\u003e\n\u003csection class=\"dpibf-hero\"\u003e\n\u003cdiv class=\"dpibf-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/8de076252ad8be8f2c1d226d12b0cbfa.webp?v=1782326151\" alt=\"Dreampod Ice Bath FLEX with Chiller — inflatable cold plunge system\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"dpibf-hero-txt\"\u003e\n\u003cp class=\"dpibf-eyebrow\"\u003eDreampod Ice Bath FLEX with Chiller\u003c\/p\u003e\n\u003ch2 class=\"dpibf-hero-h2\"\u003eInflatable Cold Plunge with Chiller \u0026amp; WiFi App Control — Starting at $3,515\u003c\/h2\u003e\n\u003cp class=\"dpibf-hero-p\"\u003eThe Dreampod Ice Bath FLEX with Chiller is Dreampod's entry-level cold plunge system — a reinforced inflatable tub built with the same drop-stitch technology found in modern stand-up paddleboards, paired with an external chiller that holds water between 3°C (37°F) and 40°C (104°F).\u003c\/p\u003e\n\u003cp class=\"dpibf-hero-p\"\u003eInflate, fill, connect the chiller, and control everything from the Dreampod app on your iPhone or Android. No plumbing, no permanent installation, and no heavy fiberglass to move. Indoor and outdoor use. A complete cold plunge system for those who want chiller-powered cold therapy at an accessible price.\u003c\/p\u003e\n\u003cp class=\"dpibf-finance\"\u003eFinancing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Stats Bar --\u003e\n\u003cdiv class=\"dpibf-facts\"\u003e\n\u003cdiv class=\"dpibf-fact\"\u003e\n\u003cspan class=\"dpibf-fact-num\"\u003e3°C\u003c\/span\u003e \u003cspan class=\"dpibf-fact-lbl\"\u003eMin Temp (37°F)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-fact\"\u003e\n\u003cspan class=\"dpibf-fact-num\"\u003eDrop-Stitch\u003c\/span\u003e \u003cspan class=\"dpibf-fact-lbl\"\u003eInflatable Hull\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-fact\"\u003e\n\u003cspan class=\"dpibf-fact-num\"\u003eWiFi\u003c\/span\u003e \u003cspan class=\"dpibf-fact-lbl\"\u003eiOS \u0026amp; Android App\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-fact\"\u003e\n\u003cspan class=\"dpibf-fact-num\"\u003eFree\u003c\/span\u003e \u003cspan class=\"dpibf-fact-lbl\"\u003eLTL Freight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Key Features --\u003e\n\u003csection id=\"dpibf-features\" class=\"dpibf-sec dpibf-bg-lt\"\u003e\n\u003cp class=\"dpibf-sec-eyebrow\"\u003eDreampod Ice Bath FLEX Features\u003c\/p\u003e\n\u003ch2 class=\"dpibf-sec-h2\"\u003eFull Cold Plunge System. No Plumbing, No Installation.\u003c\/h2\u003e\n\u003cdiv class=\"dpibf-feats\"\u003e\n\u003cdiv class=\"dpibf-feat\"\u003e\n\u003cdiv class=\"dpibf-feat-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eDrop-Stitch Inflatable Hull — Rigid When Inflated\u003c\/h3\u003e\n\u003cp\u003eThe Ice Bath FLEX uses the same drop-stitch inflatable technology found in premium stand-up paddleboards: thousands of internal fiber threads connect the top and bottom walls, creating a rigid structure when inflated that holds its shape under full water pressure. The air-filled walls also act as a natural insulator — helping maintain water temperature between chiller cycles. When deflated, the entire tub stores compactly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-feat\"\u003e\n\u003cdiv class=\"dpibf-feat-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 12.55a11 11 0 0 1 14.08 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M1.42 9a16 16 0 0 1 21.16 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWiFi App Control — Full System Management\u003c\/h3\u003e\n\u003cp\u003eConnect the Ice Bath FLEX to your home WiFi and the Dreampod app (iOS and Android) gives you full control: set target water temperature, schedule sessions, and manage the chiller — all from your phone. A built-in self-priming circulating pump keeps water moving, and built-in overloading protection runs quietly in the background. Setup takes minutes: inflate, fill, quick-connect the chiller hoses, and you're plunging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-feat\"\u003e\n\u003cdiv class=\"dpibf-feat-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eExternal Chiller — 3°C to 40°C\u003c\/h3\u003e\n\u003cp\u003eThe included external chiller cools water down to 3°C (37°F) for deep cold immersion and warms up to 40°C (104°F) for contrast therapy or warm soaking. The chiller is compact, quiet, and designed for easy placement alongside the tub — indoors or outdoors. Quick-connect hoses mean no tools, no plumber, and no permanent infrastructure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5. Specs Table --\u003e\n\u003csection id=\"dpibf-specs\" class=\"dpibf-sec\" style=\"background: #fff;\"\u003e\n\u003cp class=\"dpibf-sec-eyebrow\"\u003eTechnical Specifications\u003c\/p\u003e\n\u003ch2 class=\"dpibf-sec-h2\"\u003eDreampod Ice Bath FLEX with Chiller Specifications\u003c\/h2\u003e\n\u003cdiv class=\"dpibf-tbl-wrap\"\u003e\n\u003ctable class=\"dpibf-tbl\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTub Material\u003c\/td\u003e\n\u003ctd\u003eReinforced drop-stitch inflatable (same technology as premium SUP boards)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eAir-filled walls become rigid when inflated; natural thermal insulation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions (M)\u003c\/td\u003e\n\u003ctd\u003eExterior approx. 4'7\" × 2'8\", interior approx. 4'2\" × 2'1\"\u003cbr\u003e\u003csmall style=\"color: #4a6b80;\"\u003eHeight: approx. 2'0\" — from size chart\u003c\/small\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Surface\u003c\/td\u003e\n\u003ctd\u003eAnti-slip floor surface\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChiller\u003c\/td\u003e\n\u003ctd\u003eExternal chiller unit (included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTemperature Range\u003c\/td\u003e\n\u003ctd\u003e3°C to 40°C (37°F to 104°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl\u003c\/td\u003e\n\u003ctd\u003eWiFi-enabled; Dreampod app (iOS \u0026amp; Android)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePump\u003c\/td\u003e\n\u003ctd\u003eBuilt-in self-priming circulating pump\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety\u003c\/td\u003e\n\u003ctd\u003eBuilt-in overloading protection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlumbing Required\u003c\/td\u003e\n\u003ctd\u003eNone — quick-connect hoses\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eIndoor and outdoor use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year from date of purchase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6. What's Included --\u003e\n\u003csection id=\"dpibf-box\" class=\"dpibf-sec\" style=\"background: #fff;\"\u003e\n\u003cp class=\"dpibf-sec-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2 class=\"dpibf-sec-h2\"\u003eComplete Cold Plunge System — Inflate and Plunge\u003c\/h2\u003e\n\u003cul class=\"dpibf-box-list\"\u003e\n\u003cli class=\"dpibf-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"21 8 21 21 3 21 3 8\"\u003e\u003c\/polyline\u003e\u003crect x=\"1\" y=\"3\" width=\"22\" height=\"5\"\u003e\u003c\/rect\u003e\u003cline x1=\"10\" y1=\"12\" x2=\"14\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Dreampod Ice Bath FLEX inflatable tub\u003c\/li\u003e\n\u003cli class=\"dpibf-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e External chiller unit\u003c\/li\u003e\n\u003cli class=\"dpibf-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Quick-connect hoses\u003c\/li\u003e\n\u003cli class=\"dpibf-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Setup \u0026amp; installation documentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"dpibf-box-note\"\u003eFor the full packing list and accessory configuration, contact our recovery specialists at \u003ca href=\"tel:+18885005675\" style=\"color: #2aabb8;\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 7. Shipping \u0026 Delivery --\u003e\n\u003csection id=\"dpibf-ship\" class=\"dpibf-sec dpibf-bg-lt\"\u003e\n\u003cp class=\"dpibf-sec-eyebrow\"\u003eFree Delivery\u003c\/p\u003e\n\u003ch2 class=\"dpibf-sec-h2\"\u003eComplimentary Freight to the Contiguous 48 States\u003c\/h2\u003e\n\u003cul class=\"dpibf-ship-list\"\u003e\n\u003cli class=\"dpibf-ship-item\"\u003e\n\u003cspan class=\"dpibf-ship-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eFree freight shipping\u003c\/strong\u003e to the contiguous 48 US states. The Dreampod Ice Bath FLEX ships direct from Dreampod — no hidden delivery charges.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"dpibf-ship-item\"\u003e\n\u003cspan class=\"dpibf-ship-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eNo installation required.\u003c\/strong\u003e The FLEX inflates, fills, and connects to the chiller via quick-connect hoses — no plumber, no contractor. Our recovery specialists can walk you through the setup process at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- 8. Comparison --\u003e\n\u003csection class=\"dpibf-sec\" style=\"background: #fff;\"\u003e\n\u003cp class=\"dpibf-sec-eyebrow\"\u003eCompare Dreampod Cold Plunge Systems\u003c\/p\u003e\n\u003ch2 class=\"dpibf-sec-h2\"\u003eIce Bath FLEX vs. the Dreampod Cold Plunge Lineup\u003c\/h2\u003e\n\u003cdiv class=\"dpibf-cmp\"\u003e\n\u003cdiv class=\"dpibf-cmp-col active\"\u003e\n\u003cspan class=\"dpibf-cmp-badge\"\u003eYou're Here\u003c\/span\u003e\n\u003cp class=\"dpibf-cmp-name\"\u003eIce Bath FLEX w\/ Chiller\u003c\/p\u003e\n\u003cspan class=\"dpibf-cmp-price\"\u003e$3,515\u003c\/span\u003e\n\u003cul class=\"dpibf-cmp-ul\"\u003e\n\u003cli class=\"yes\"\u003eChiller included\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eWiFi app control\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eNo plumbing\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eInflatable — portable\u003c\/li\u003e\n\u003cli class=\"no\"\u003eFiberglass hull\u003c\/li\u003e\n\u003cli class=\"no\"\u003eDouble-hull insulated base\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-cmp-col\"\u003e\n\u003cspan class=\"dpibf-cmp-badge\"\u003eUpgrade\u003c\/span\u003e\n\u003cp class=\"dpibf-cmp-name\"\u003eIce Bath with Chiller\u003c\/p\u003e\n\u003cspan class=\"dpibf-cmp-price\"\u003e$5,890\u003c\/span\u003e\n\u003cul class=\"dpibf-cmp-ul\"\u003e\n\u003cli class=\"yes\"\u003eChiller included\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eWiFi app control\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eNo plumbing\u003c\/li\u003e\n\u003cli class=\"no\"\u003eInflatable — portable\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eFiberglass hull\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eDouble-hull insulated base\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca href=\"\/products\/dreampod-ice-bath-with-chiller\" class=\"dpibf-cmp-link\"\u003eView Ice Bath →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-cmp-col\"\u003e\n\u003cspan class=\"dpibf-cmp-badge\"\u003eBarrel Style\u003c\/span\u003e\n\u003cp class=\"dpibf-cmp-name\"\u003eCold Plunge Barrel w\/ Chiller\u003c\/p\u003e\n\u003cspan class=\"dpibf-cmp-price\"\u003e$6,270\u003c\/span\u003e\n\u003cul class=\"dpibf-cmp-ul\"\u003e\n\u003cli class=\"yes\"\u003eChiller included\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eWiFi app control\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eNo plumbing\u003c\/li\u003e\n\u003cli class=\"no\"\u003eInflatable — portable\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eFiberglass hull\u003c\/li\u003e\n\u003cli class=\"yes\"\u003eVertical immersion\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca href=\"\/products\/dreampod-cold-plunge-barrel-with-chiller\" class=\"dpibf-cmp-link\"\u003eView Plunge Barrel →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 9. FAQ --\u003e\n\u003csection id=\"dpibf-faq\" class=\"dpibf-sec dpibf-bg-lt\"\u003e\n\u003cp class=\"dpibf-sec-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2 class=\"dpibf-sec-h2\"\u003eDreampod Ice Bath FLEX with Chiller — FAQ\u003c\/h2\u003e\n\u003cdiv class=\"dpibf-faq-wrap\"\u003e\n\u003cdiv class=\"dpibf-faq-item\"\u003e\n\u003cdiv class=\"dpibf-faq-q\"\u003eIs an inflatable cold plunge tub durable enough for daily use?\u003c\/div\u003e\n\u003cdiv class=\"dpibf-faq-a\"\u003eYes. The Dreampod Ice Bath FLEX uses the same reinforced drop-stitch inflatable technology found in premium stand-up paddleboards — a construction designed to withstand sustained pressure from water weight and repeated inflation\/deflation cycles. When inflated, the air-filled walls create a rigid structure that holds its form under full use. The anti-slip floor surface adds everyday safety underfoot. Like any inflatable product, keeping it away from sharp objects and following Dreampod's setup instructions will maximize longevity.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-faq-item\"\u003e\n\u003cdiv class=\"dpibf-faq-q\"\u003eIs the chiller included with the Ice Bath FLEX?\u003c\/div\u003e\n\u003cdiv class=\"dpibf-faq-a\"\u003eYes — the external chiller unit is included with the Dreampod Ice Bath FLEX with Chiller. The system ships as a complete cold plunge setup: inflatable tub, chiller unit, and quick-connect hoses. No separate chiller purchase is required, and no plumbing is needed for installation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-faq-item\"\u003e\n\u003cdiv class=\"dpibf-faq-q\"\u003eWhat is the difference between the Ice Bath FLEX and the fiberglass Ice Bath with Chiller?\u003c\/div\u003e\n\u003cdiv class=\"dpibf-faq-a\"\u003eThe main differences are material and cold retention. The \u003ca href=\"\/products\/dreampod-ice-bath-with-chiller\"\u003eIce Bath with Chiller ($5,890)\u003c\/a\u003e has a rigid fiberglass hull with a double-hull GRP base filled with foam insulation — designed to keep water cold between chiller cycles more efficiently, and built to last as a permanent fixture. The Ice Bath FLEX ($3,515) is inflatable — lighter, portable, and easier to store or move, but without the foam-insulated rigid base. Both include WiFi app control and operate across the same temperature range.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-faq-item\"\u003e\n\u003cdiv class=\"dpibf-faq-q\"\u003eCan I use the Ice Bath FLEX outdoors?\u003c\/div\u003e\n\u003cdiv class=\"dpibf-faq-a\"\u003eYes. The Dreampod Ice Bath FLEX is designed for both indoor and outdoor use. The inflatable construction and quick-connect hose system make it easy to set up on a deck, patio, or backyard. When not in use, it deflates for compact storage. For outdoor placement in cold climates, position the chiller unit in a sheltered spot to protect it from extreme weather conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-faq-item\"\u003e\n\u003cdiv class=\"dpibf-faq-q\"\u003eIs Recovery Room Direct an authorized Dreampod dealer?\u003c\/div\u003e\n\u003cdiv class=\"dpibf-faq-a\"\u003eYes. Recovery Room Direct is an authorized Dreampod dealer. Every Ice Bath FLEX with Chiller purchased through us comes with the full 1-year manufacturer warranty and is supported by Dreampod's team. Our recovery specialists are available at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for pre-purchase guidance and ongoing support.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 10. Trust Band (between FAQ and CTA — process rule) --\u003e\n\u003cdiv class=\"dpibf-trust\"\u003e\n\u003cdiv class=\"dpibf-tri\"\u003e\n\u003cdiv class=\"dpibf-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"dpibf-tri-t\"\u003eAuthorized Dealer\u003c\/span\u003e\n\u003cp class=\"dpibf-tri-d\"\u003eOfficial Dreampod retailer — 1-year manufacturer warranty on every order\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-tri\"\u003e\n\u003cdiv class=\"dpibf-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"dpibf-tri-t\"\u003eFree Freight\u003c\/span\u003e\n\u003cp class=\"dpibf-tri-d\"\u003eComplimentary freight delivery to the contiguous 48 states\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-tri\"\u003e\n\u003cdiv class=\"dpibf-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 10a19.79 19.79 0 01-3-8.57A2 2 0 012.04 1.5h3.07a2 2 0 012 1.72 12.77 12.77 0 00.7 2.81 2 2 0 01-.45 2.11L6.91 9.1a16 16 0 006 6l.96-.97a2 2 0 012.11-.45 12.77 12.77 0 002.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"dpibf-tri-t\"\u003eRecovery Specialists\u003c\/span\u003e\n\u003cp class=\"dpibf-tri-d\"\u003e\u003ca href=\"tel:+18885005675\" style=\"color: #2aabb8;\"\u003e(888) 500-5675\u003c\/a\u003e — cold therapy experts standing by\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpibf-tri\"\u003e\n\u003cdiv class=\"dpibf-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"8\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"dpibf-tri-t\"\u003e1-Year Warranty\u003c\/span\u003e\n\u003cp class=\"dpibf-tri-d\"\u003eFull manufacturer warranty direct from Dreampod\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 11. CTA --\u003e\n\u003csection class=\"dpibf-cta\"\u003e\n\u003ch2\u003eStart Cold Plunging from Home — From $3,515\u003c\/h2\u003e\n\u003cp class=\"dpibf-cta-sub\"\u003eThe Dreampod Ice Bath FLEX with Chiller ships free to the contiguous 48 states. No plumbing, no permanent install — inflate, fill, and plunge.\u003c\/p\u003e\n\u003cdiv class=\"dpibf-pills\"\u003e\n\u003cspan class=\"dpibf-pill\"\u003e✓ Chiller Included\u003c\/span\u003e \u003cspan class=\"dpibf-pill\"\u003e✓ Free Freight Shipping\u003c\/span\u003e \u003cspan class=\"dpibf-pill\"\u003e✓ Financing Available\u003c\/span\u003e \u003cspan class=\"dpibf-pill\"\u003e✓ 1-Year Manufacturer Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"tel:+18885005675\" class=\"dpibf-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n\u003cp class=\"dpibf-cta-top\"\u003e\u003ca href=\"#\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is an inflatable cold plunge tub durable enough for daily use?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The Dreampod Ice Bath FLEX uses reinforced drop-stitch inflatable technology — the same found in premium stand-up paddleboards — designed for sustained pressure from water weight and repeated daily use. The anti-slip floor adds safety, and the rigid inflated structure holds form under full water load.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the chiller included with the Ice Bath FLEX?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The external chiller unit is included. The system ships as a complete cold plunge setup: inflatable tub, chiller unit, and quick-connect hoses. No plumbing required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between the Ice Bath FLEX and the fiberglass Ice Bath with Chiller?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Ice Bath with Chiller ($5,890) has a rigid fiberglass hull with a foam-insulated double-hull GRP base for superior cold retention and a permanent feel. The Ice Bath FLEX ($3,515) is inflatable — portable and easier to store, but without the insulated rigid base. Both include WiFi app control and the same temperature range.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I use the Ice Bath FLEX outdoors?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The Ice Bath FLEX is designed for indoor and outdoor use. Its inflatable design and quick-connect hoses make setup on a deck or patio straightforward. It deflates for compact storage when not in use.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Recovery Room Direct an authorized Dreampod dealer?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Recovery Room Direct is an authorized Dreampod dealer. Every purchase includes the 1-year manufacturer warranty and Dreampod team support. Call (888) 500-5675 for pre-purchase guidance.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Dreampod","offers":[{"title":"Default Title","offer_id":53144762450287,"sku":"DPIB102BPE","price":3515.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/Dreampod-Ice-Bath-FLEX-with-Chiller.webp?v=1782813813"},{"product_id":"dreampod-cold-plunge-barrel-flex-with-chiller","title":"Dreampod Cold Plunge Barrel FLEX with Chiller","description":"\u003cdiv class=\"dpcbf-wrap\"\u003e\n\n\u003cstyle\u003e\n\/* ── Dreampod Cold Plunge Barrel FLEX — dpcbf ──────────────────────────────── *\/\n.dpcbf-wrap{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,sans-serif;color:#0A1628;max-width:100%;overflow:hidden;}\n.dpcbf-nav{display:flex;gap:0;background:#0A1628;border-radius:8px;overflow:hidden;margin:0 0 24px;}\n.dpcbf-nav a{flex:1;text-align:center;padding:12px 6px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#2AABB8!important;text-decoration:none!important;border-right:1px solid #1A2E40;}\n.dpcbf-nav a:last-child{border-right:none;}\n.dpcbf-nav a:hover{background:#1A2E40;}\n@media(max-width:768px){.dpcbf-nav a{flex:0 0 33.333%;font-size:10px;padding:10px 4px;}}\n.dpcbf-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 0 24px;border-radius:12px;overflow:hidden;min-height:300px;}\n.dpcbf-hero-img{overflow:hidden;background:#0A1628;}\n.dpcbf-hero-img img{width:100%;height:100%;object-fit:cover;display:block;}\n.dpcbf-hero-txt{padding:24px 28px;background:#fff;display:flex;flex-direction:column;justify-content:center;}\n.dpcbf-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2AABB8;margin:0 0 10px;}\n.dpcbf-hero-h2{font-size:28px;font-weight:800;line-height:1.25;color:#0A1628;margin:0 0 16px;}\n.dpcbf-hero-p{font-size:15px;line-height:1.75;color:#2A3F52;margin:0 0 14px;}\n.dpcbf-finance{font-size:13px;color:#2AABB8;font-weight:600;margin:0;padding:10px 0 0;border-top:1px solid #D0E8EC;}\n@media(max-width:768px){.dpcbf-hero{grid-template-columns:1fr;}.dpcbf-hero-img{min-height:260px;}.dpcbf-hero-txt{padding:24px 20px;}.dpcbf-hero-h2{font-size:22px;}}\n.dpcbf-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#0A1628;border-radius:8px;overflow:hidden;margin:0 0 24px;}\n.dpcbf-fact{padding:22px 12px;text-align:center;border-right:1px solid #1A2E40;}\n.dpcbf-fact:last-child{border-right:0;}\n.dpcbf-fact-num{font-size:22px;font-weight:700;color:#2AABB8;display:block;line-height:1;margin-bottom:6px;}\n.dpcbf-fact-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6B8BA4;}\n@media(max-width:768px){.dpcbf-facts{grid-template-columns:repeat(2,1fr);}.dpcbf-fact:nth-child(2n){border-right:0;}.dpcbf-fact{border-bottom:1px solid #1A2E40;}.dpcbf-fact:nth-last-child(-n+2){border-bottom:0;}.dpcbf-fact-num{font-size:20px;}}\n.dpcbf-sec{padding:52px 24px;margin:0 0 8px;}\n.dpcbf-bg-lt{background:#EBF5F7;}\n.dpcbf-sec-eyebrow{font-size:11px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;color:#2AABB8;margin:0 0 8px;}\n.dpcbf-sec-h2{font-size:26px;font-weight:800;color:#0A1628;margin:0 0 28px;line-height:1.3;}\n@media(max-width:768px){.dpcbf-sec{padding:36px 16px;}}\n.dpcbf-feats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}\n.dpcbf-feat{background:#fff;border:1px solid #C8E4EC;border-radius:12px;padding:28px 22px;}\n.dpcbf-feat-ico{width:48px;height:48px;background:#EBF5F7;border-radius:50%;border:2px solid #2AABB8;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}\n.dpcbf-feat h3{font-size:16px;font-weight:700;color:#0A1628;margin:0 0 10px;}\n.dpcbf-feat p{font-size:14px;line-height:1.7;color:#2A3F52;margin:0;}\n@media(max-width:768px){.dpcbf-feats{grid-template-columns:1fr;}}\n.dpcbf-tbl-wrap{overflow-x:auto;}\n.dpcbf-tbl{width:100%;border-collapse:collapse;font-size:14px;min-width:320px;}\n.dpcbf-tbl tr:nth-child(even){background:#EBF5F7;}\n.dpcbf-tbl td{padding:13px 16px;border-bottom:1px solid #D0E8EC;vertical-align:top;}\n.dpcbf-tbl td:first-child{font-weight:700;color:#0A1628;width:40%;white-space:nowrap;}\n.dpcbf-tbl td:last-child{color:#2A3F52;}\n.dpcbf-box-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;padding:0;margin:0 0 20px;}\n.dpcbf-box-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#F0F8FA;border:1px solid #C8E4EC;border-radius:8px;font-size:14px;color:#0A1628;font-weight:500;}\n.dpcbf-box-note{font-size:13px;color:#4A6B80;line-height:1.6;margin:0;}\n@media(max-width:768px){.dpcbf-box-list{grid-template-columns:1fr;}}\n.dpcbf-ship-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px;}\n.dpcbf-ship-item{display:flex;align-items:flex-start;gap:14px;font-size:15px;line-height:1.65;color:#2A3F52;}\n.dpcbf-ship-ico{flex-shrink:0;margin-top:1px;}\n.dpcbf-cmp{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #C8E4EC;border-radius:12px;overflow:hidden;margin-top:24px;}\n.dpcbf-cmp-col{padding:28px 22px;}\n.dpcbf-cmp-col:not(:last-child){border-right:1px solid #C8E4EC;}\n.dpcbf-cmp-col.active{background:#0A1628;}\n.dpcbf-cmp-badge{font-size:10px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;padding:4px 10px;border-radius:20px;background:#EBF5F7;color:#2AABB8;display:inline-block;margin-bottom:12px;}\n.dpcbf-cmp-col.active .dpcbf-cmp-badge{background:#2AABB8;color:#fff;}\n.dpcbf-cmp-name{font-size:14px;font-weight:700;color:#0A1628;margin:0 0 4px;}\n.dpcbf-cmp-col.active .dpcbf-cmp-name{color:#fff;}\n.dpcbf-cmp-price{font-size:24px;font-weight:800;color:#2AABB8;margin:0 0 20px;display:block;}\n.dpcbf-cmp-ul{list-style:none;padding:0;margin:0;font-size:13px;line-height:2.1;color:#2A3F52;}\n.dpcbf-cmp-col.active .dpcbf-cmp-ul{color:#A8CADC;}\n.dpcbf-cmp-ul li.yes::before{content:\"• \";color:#2AABB8;font-weight:700;}\n.dpcbf-cmp-ul li.no::before{content:\"◦ \";color:#4A6B80;}\n.dpcbf-cmp-col.active .dpcbf-cmp-ul li.no::before{color:#3A5A72;}\n.dpcbf-cmp-link{display:block;text-align:center;margin-top:20px;font-size:13px;color:#2AABB8!important;text-decoration:none!important;font-weight:600;}\n.dpcbf-cmp-link:hover{text-decoration:underline!important;}\n@media(max-width:768px){.dpcbf-cmp{grid-template-columns:1fr;}.dpcbf-cmp-col:not(:last-child){border-right:none;border-bottom:1px solid #C8E4EC;}}\n.dpcbf-faq-wrap{max-width:820px;}\n.dpcbf-faq-item{border-bottom:1px solid #C8E4EC;}\n.dpcbf-faq-item:last-child{border-bottom:none;}\n.dpcbf-faq-q{font-size:16px;font-weight:700;color:#0A1628;padding:18px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0;}\n.dpcbf-faq-q::after{content:\"+\";font-size:22px;color:#2AABB8;font-weight:300;flex-shrink:0;}\n.dpcbf-faq-q.open::after{content:\"-\";}\n.dpcbf-faq-a{display:none;font-size:15px;line-height:1.75;color:#2A3F52;padding:0 0 18px;}\n.dpcbf-faq-a a{color:#2AABB8!important;}\n.dpcbf-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:3px solid #2AABB8;background:#fff;margin:0 0 8px;}\n.dpcbf-tri{padding:28px 16px;text-align:center;border-right:1px solid #D0E8EC;}\n.dpcbf-tri:last-child{border-right:0;}\n.dpcbf-tri-ico{width:52px;height:52px;background:#EBF5F7;border-radius:50%;border:2px solid #2AABB8;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;}\n.dpcbf-tri-t{font-size:13px;font-weight:700;color:#0A1628;display:block;margin-bottom:4px;}\n.dpcbf-tri-d{font-size:12px;color:#4A6B80;margin:0;line-height:1.5;}\n@media(max-width:768px){.dpcbf-trust{grid-template-columns:repeat(2,1fr);}.dpcbf-tri:nth-child(2n){border-right:0;}.dpcbf-tri{border-bottom:1px solid #D0E8EC;}.dpcbf-tri:nth-last-child(-n+2){border-bottom:0;}}\n.dpcbf-cta{background:linear-gradient(135deg,#0A1628 0%,#163450 100%);border-radius:12px;padding:52px 32px;text-align:center;}\n.dpcbf-cta h2{font-size:28px;font-weight:800;color:#fff;margin:0 0 14px;}\n.dpcbf-cta-sub{font-size:15px;color:#A8CADC;margin:0 0 28px;line-height:1.65;}\n.dpcbf-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 0 32px;}\n.dpcbf-pill{background:rgba(42,171,184,.15);border:1px solid #2AABB8;color:#2AABB8;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;}\n.dpcbf-btn{display:inline-block;background:#fff;color:#0A1628!important;font-weight:700;font-size:16px;padding:16px 32px;border-radius:8px;text-decoration:none!important;letter-spacing:.02em;}\n.dpcbf-btn:hover{background:#EBF5F7;}\n.dpcbf-cta-top{font-size:16px;font-weight:600;color:#fff;margin:20px 0 0!important;}\n.dpcbf-cta-top a{color:#fff!important;text-decoration:none!important;}\n.dpcbf-cta-top a:hover{text-decoration:underline!important;}\n@media(max-width:768px){.dpcbf-cta{padding:36px 20px;}.dpcbf-cta h2{font-size:22px;}.dpcbf-btn{font-size:14px;padding:14px 20px;}}\n\u003c\/style\u003e\n\n\u003c!-- 1. Jump Nav --\u003e\n\u003cnav class=\"dpcbf-nav\" aria-label=\"Product page sections\"\u003e\n  \u003ca href=\"#dpcbf-features\"\u003eFeatures\u003c\/a\u003e\n  \u003ca href=\"#dpcbf-specs\"\u003eSpecs\u003c\/a\u003e\n  \u003ca href=\"#dpcbf-box\"\u003eWhat's Included\u003c\/a\u003e\n  \u003ca href=\"#dpcbf-ship\"\u003eShipping\u003c\/a\u003e\n  \u003ca href=\"#dpcbf-faq\"\u003eFAQ\u003c\/a\u003e\n\u003c\/nav\u003e\n\n\u003c!-- 2. Hero --\u003e\n\u003csection class=\"dpcbf-hero\"\u003e\n  \u003cdiv class=\"dpcbf-hero-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/9b365fcbf80ce77dde0aacb81459d773.webp?v=1782326410\" alt=\"Dreampod Cold Plunge Barrel FLEX with Chiller — inflatable barrel cold plunge\" loading=\"eager\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcbf-hero-txt\"\u003e\n    \u003cp class=\"dpcbf-eyebrow\"\u003eDreampod Cold Plunge Barrel FLEX with Chiller\u003c\/p\u003e\n    \u003ch2 class=\"dpcbf-hero-h2\"\u003eInflatable Barrel Cold Plunge with 3\/4 HP Chiller \u0026amp; WiFi App Control\u003c\/h2\u003e\n    \u003cp class=\"dpcbf-hero-p\"\u003eThe Dreampod Cold Plunge Barrel FLEX brings the classic cold plunge barrel experience to an inflatable format — using the same reinforced drop-stitch technology found in premium stand-up paddleboards, paired with a 3\/4 HP chiller that holds water between 3°C (37°F) and 40°C (104°F). At 3'6\" tall and 2'5\" interior diameter, it's purpose-built for the upright cold immersion experience.\u003c\/p\u003e\n    \u003cp class=\"dpcbf-hero-p\"\u003eNo plumbing. No permanent installation. Inflate, fill, quick-connect the chiller, and manage everything from the Dreampod iOS or Android app — temperature, filtration cycles, and chemical dosing schedules. Indoor or outdoor, the barrel packs flat when not in use.\u003c\/p\u003e\n    \u003cp class=\"dpcbf-finance\"\u003eFinancing available at checkout — spread the investment over time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 3. Stats Bar --\u003e\n\u003cdiv class=\"dpcbf-facts\"\u003e\n  \u003cdiv class=\"dpcbf-fact\"\u003e\n    \u003cspan class=\"dpcbf-fact-num\"\u003e3°C\u003c\/span\u003e\n    \u003cspan class=\"dpcbf-fact-lbl\"\u003eMin Temp (37°F)\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcbf-fact\"\u003e\n    \u003cspan class=\"dpcbf-fact-num\"\u003e3\/4 HP\u003c\/span\u003e\n    \u003cspan class=\"dpcbf-fact-lbl\"\u003eChiller Included\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcbf-fact\"\u003e\n    \u003cspan class=\"dpcbf-fact-num\"\u003eWiFi\u003c\/span\u003e\n    \u003cspan class=\"dpcbf-fact-lbl\"\u003eiOS \u0026amp; Android App\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcbf-fact\"\u003e\n    \u003cspan class=\"dpcbf-fact-num\"\u003eFree\u003c\/span\u003e\n    \u003cspan class=\"dpcbf-fact-lbl\"\u003eLTL Freight\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 4. Key Features --\u003e\n\u003csection id=\"dpcbf-features\" class=\"dpcbf-sec dpcbf-bg-lt\"\u003e\n  \u003cp class=\"dpcbf-sec-eyebrow\"\u003eDreampod Cold Plunge Barrel FLEX Features\u003c\/p\u003e\n  \u003ch2 class=\"dpcbf-sec-h2\"\u003eThe Barrel Cold Plunge Experience — No Plumbing Required.\u003c\/h2\u003e\n  \u003cdiv class=\"dpcbf-feats\"\u003e\n    \u003cdiv class=\"dpcbf-feat\"\u003e\n      \u003cdiv class=\"dpcbf-feat-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003ch3\u003eBarrel Form Factor — Upright Cold Immersion\u003c\/h3\u003e\n      \u003cp\u003eAt 3'6\" tall with a 2'5\" interior diameter, the Barrel FLEX is designed for the seated or upright immersion experience preferred by many cold plunge practitioners. The compact barrel footprint fits where a full-length tub cannot. When inflated, the drop-stitch air walls create a rigid structure under water pressure; when deflated, the barrel stores flat for easy transport or off-season storage.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpcbf-feat\"\u003e\n      \u003cdiv class=\"dpcbf-feat-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 12.55a11 11 0 0 1 14.08 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M1.42 9a16 16 0 0 1 21.16 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003ch3\u003eWiFi App Control — Full System from Your Phone\u003c\/h3\u003e\n      \u003cp\u003eConnect to your home WiFi and the Dreampod app (iOS and Android) manages everything: set target water temperature, schedule UV filtration cycles, program chemical dosing, and track sessions. The built-in self-priming circulating pump keeps water moving between plunges, and built-in overload protection runs automatically. Quick-connect hoses link the chiller to the barrel in minutes — no tools, no plumber.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpcbf-feat\"\u003e\n      \u003cdiv class=\"dpcbf-feat-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003ch3\u003e3\/4 HP Chiller — Full Cold-to-Warm Range\u003c\/h3\u003e\n      \u003cp\u003eThe included 3\/4 HP external chiller cools water to 3°C (37°F) for deep cold therapy and warms up to 40°C (104°F) for contrast soaking. The chiller is compact and quiet — designed for indoor or outdoor placement alongside the barrel. Together, the double-hull foam-insulated inflatable shell and active chiller maintain your target temperature efficiently between sessions.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 5. Specs Table --\u003e\n\u003csection id=\"dpcbf-specs\" class=\"dpcbf-sec\" style=\"background:#fff;\"\u003e\n  \u003cp class=\"dpcbf-sec-eyebrow\"\u003eTechnical Specifications\u003c\/p\u003e\n  \u003ch2 class=\"dpcbf-sec-h2\"\u003eCold Plunge Barrel FLEX with Chiller Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"dpcbf-tbl-wrap\"\u003e\n    \u003ctable class=\"dpcbf-tbl\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTub Material\u003c\/td\u003e\n\u003ctd\u003eReinforced drop-stitch inflatable (premium SUP board technology)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eAir-filled walls become rigid when inflated; double hull with foam insulation\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eInterior Diameter\u003c\/td\u003e\n\u003ctd\u003eApprox. 2'5\" (73 cm) — from size chart\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eExterior Diameter\u003c\/td\u003e\n\u003ctd\u003eApprox. 2'11\" (89 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003eApprox. 3'6\" (107 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eInterior Surface\u003c\/td\u003e\n\u003ctd\u003eAnti-slip floor surface\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eChiller\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP external chiller unit (included)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTemperature Range\u003c\/td\u003e\n\u003ctd\u003e3°C to 40°C (37°F to 104°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eControl\u003c\/td\u003e\n\u003ctd\u003eWiFi-enabled; Dreampod app (iOS \u0026amp; Android)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eApp Functions\u003c\/td\u003e\n\u003ctd\u003eSession scheduling, temperature, UV filtration, chemical dosing, music\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePump\u003c\/td\u003e\n\u003ctd\u003eBuilt-in self-priming circulating pump\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSafety\u003c\/td\u003e\n\u003ctd\u003eBuilt-in overload protection\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePlumbing Required\u003c\/td\u003e\n\u003ctd\u003eNone — quick-connect hoses\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eIndoor and outdoor use\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year from date of purchase\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eProduction Lead Time\u003c\/td\u003e\n\u003ctd\u003eUp to 60 days; US orders: approx. 7 days from Utah warehouse\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 6. What's Included --\u003e\n\u003csection id=\"dpcbf-box\" class=\"dpcbf-sec\" style=\"background:#fff;\"\u003e\n  \u003cp class=\"dpcbf-sec-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n  \u003ch2 class=\"dpcbf-sec-h2\"\u003eComplete Barrel Cold Plunge System\u003c\/h2\u003e\n  \u003cul class=\"dpcbf-box-list\"\u003e\n    \u003cli class=\"dpcbf-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"21 8 21 21 3 21 3 8\"\u003e\u003c\/polyline\u003e\u003crect x=\"1\" y=\"3\" width=\"22\" height=\"5\"\u003e\u003c\/rect\u003e\u003cline x1=\"10\" y1=\"12\" x2=\"14\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Dreampod Cold Plunge Barrel FLEX (inflatable barrel)\u003c\/li\u003e\n    \u003cli class=\"dpcbf-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 3\/4 HP external chiller unit\u003c\/li\u003e\n    \u003cli class=\"dpcbf-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Quick-connect hoses\u003c\/li\u003e\n    \u003cli class=\"dpcbf-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Setup \u0026amp; installation documentation\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"dpcbf-box-note\"\u003eFor the full packing list and configuration details, contact our recovery specialists at \u003ca href=\"tel:+18885005675\" style=\"color:#2AABB8;\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- 7. Shipping --\u003e\n\u003csection id=\"dpcbf-ship\" class=\"dpcbf-sec dpcbf-bg-lt\"\u003e\n  \u003cp class=\"dpcbf-sec-eyebrow\"\u003eFree Delivery\u003c\/p\u003e\n  \u003ch2 class=\"dpcbf-sec-h2\"\u003eComplimentary Freight to the Contiguous 48 States\u003c\/h2\u003e\n  \u003cul class=\"dpcbf-ship-list\"\u003e\n    \u003cli class=\"dpcbf-ship-item\"\u003e\n      \u003cspan class=\"dpcbf-ship-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan\u003e\u003cstrong\u003eFree freight shipping\u003c\/strong\u003e to the contiguous 48 US states. Ships direct from Dreampod — no hidden delivery charges.\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli class=\"dpcbf-ship-item\"\u003e\n      \u003cspan class=\"dpcbf-ship-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan\u003e\u003cstrong\u003eUS orders typically ship in approximately 7 days\u003c\/strong\u003e from Dreampod's Utah warehouse. Built-to-order units: allow up to 60 days plus freight transit. No plumbing installation required. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for stock availability.\u003c\/span\u003e\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003c!-- 8. Comparison --\u003e\n\u003csection class=\"dpcbf-sec\" style=\"background:#fff;\"\u003e\n  \u003cp class=\"dpcbf-sec-eyebrow\"\u003eCompare Dreampod Cold Plunge Systems\u003c\/p\u003e\n  \u003ch2 class=\"dpcbf-sec-h2\"\u003eBarrel vs. Tub — Which Dreampod Cold Plunge Is Right for You?\u003c\/h2\u003e\n  \u003cdiv class=\"dpcbf-cmp\"\u003e\n    \u003cdiv class=\"dpcbf-cmp-col\"\u003e\n      \u003cspan class=\"dpcbf-cmp-badge\"\u003eTub Style\u003c\/span\u003e\n      \u003cp class=\"dpcbf-cmp-name\"\u003eIce Bath FLEX w\/ Chiller\u003c\/p\u003e\n      \u003cspan class=\"dpcbf-cmp-price\"\u003e$3,515\u003c\/span\u003e\n      \u003cul class=\"dpcbf-cmp-ul\"\u003e\n        \u003cli class=\"yes\"\u003eChiller included\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eWiFi app control\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eNo plumbing\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eInflatable — portable\u003c\/li\u003e\n        \u003cli class=\"no\"\u003eBarrel \/ upright immersion\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eReclined soaking position\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ca href=\"\/products\/dreampod-ice-bath-flex-with-chiller\" class=\"dpcbf-cmp-link\"\u003eView Ice Bath FLEX →\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpcbf-cmp-col active\"\u003e\n      \u003cspan class=\"dpcbf-cmp-badge\"\u003eYou're Here\u003c\/span\u003e\n      \u003cp class=\"dpcbf-cmp-name\"\u003eCold Plunge Barrel FLEX\u003c\/p\u003e\n      \u003cspan class=\"dpcbf-cmp-price\"\u003e$3,515\u003c\/span\u003e\n      \u003cul class=\"dpcbf-cmp-ul\"\u003e\n        \u003cli class=\"yes\"\u003eChiller included\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eWiFi app control\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eNo plumbing\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eInflatable — portable\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eBarrel \/ upright immersion\u003c\/li\u003e\n        \u003cli class=\"no\"\u003eReclined soaking position\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpcbf-cmp-col\"\u003e\n      \u003cspan class=\"dpcbf-cmp-badge\"\u003eFiberglass Upgrade\u003c\/span\u003e\n      \u003cp class=\"dpcbf-cmp-name\"\u003eCold Plunge Barrel w\/ Chiller\u003c\/p\u003e\n      \u003cspan class=\"dpcbf-cmp-price\"\u003e$6,270\u003c\/span\u003e\n      \u003cul class=\"dpcbf-cmp-ul\"\u003e\n        \u003cli class=\"yes\"\u003eChiller included\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eWiFi app control\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eNo plumbing\u003c\/li\u003e\n        \u003cli class=\"no\"\u003eInflatable — portable\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eBarrel \/ upright immersion\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eFiberglass hull\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ca href=\"\/products\/dreampod-cold-plunge-barrel-with-chiller\" class=\"dpcbf-cmp-link\"\u003eView Fiberglass Barrel →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 9. FAQ --\u003e\n\u003csection id=\"dpcbf-faq\" class=\"dpcbf-sec dpcbf-bg-lt\"\u003e\n  \u003cp class=\"dpcbf-sec-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2 class=\"dpcbf-sec-h2\"\u003eCold Plunge Barrel FLEX with Chiller — FAQ\u003c\/h2\u003e\n  \u003cdiv class=\"dpcbf-faq-wrap\"\u003e\n\n    \u003cdiv class=\"dpcbf-faq-item\"\u003e\n      \u003cdiv class=\"dpcbf-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eWhy choose a barrel cold plunge over a flat tub?\u003c\/div\u003e\n      \u003cdiv class=\"dpcbf-faq-a\"\u003eThe barrel format is designed for upright or seated cold immersion — your torso, core, and legs are submerged simultaneously, which many cold plunge practitioners prefer for the intensity and efficiency of the cold exposure. The compact footprint (2'11\" exterior diameter) also fits in spaces where a full-length tub would not. If you prefer to recline during a plunge, consider the \u003ca href=\"\/products\/dreampod-ice-bath-flex-with-chiller\"\u003eIce Bath FLEX ($3,515)\u003c\/a\u003e instead.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dpcbf-faq-item\"\u003e\n      \u003cdiv class=\"dpcbf-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eIs the chiller included with the Cold Plunge Barrel FLEX?\u003c\/div\u003e\n      \u003cdiv class=\"dpcbf-faq-a\"\u003eYes — the 3\/4 HP external chiller is included. The Cold Plunge Barrel FLEX with Chiller ships as a complete system: inflatable barrel, chiller unit, and quick-connect hoses. No separate purchase required. No plumbing installation needed.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dpcbf-faq-item\"\u003e\n      \u003cdiv class=\"dpcbf-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eHow does the Barrel FLEX compare to the fiberglass Cold Plunge Barrel with Chiller?\u003c\/div\u003e\n      \u003cdiv class=\"dpcbf-faq-a\"\u003eThe \u003ca href=\"\/products\/dreampod-cold-plunge-barrel-with-chiller\"\u003eCold Plunge Barrel with Chiller ($6,270)\u003c\/a\u003e is the fiberglass version — a rigid permanent fixture with higher long-term durability. The Barrel FLEX ($3,515) is inflatable — portable, stores flat when not in use, and no permanent installation. Both include the same chiller and WiFi app control. The FLEX is a great entry point; upgrade to the fiberglass barrel when you're ready for a permanent setup.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dpcbf-faq-item\"\u003e\n      \u003cdiv class=\"dpcbf-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eCan the barrel be used outdoors?\u003c\/div\u003e\n      \u003cdiv class=\"dpcbf-faq-a\"\u003eYes. The Dreampod Cold Plunge Barrel FLEX is designed for both indoor and outdoor use. Its compact footprint works well on a deck, patio, or backyard. Position the chiller unit in a sheltered spot to protect it from direct rain or extreme temperature swings when using outdoors.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dpcbf-faq-item\"\u003e\n      \u003cdiv class=\"dpcbf-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eIs Recovery Room Direct an authorized Dreampod dealer?\u003c\/div\u003e\n      \u003cdiv class=\"dpcbf-faq-a\"\u003eYes. Recovery Room Direct is an authorized Dreampod dealer. Every Cold Plunge Barrel FLEX with Chiller purchased through us includes the full 1-year manufacturer warranty and Dreampod team support. Call our recovery specialists at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for pre-purchase guidance or ongoing support.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 10. Trust Band --\u003e\n\u003cdiv class=\"dpcbf-trust\"\u003e\n  \u003cdiv class=\"dpcbf-tri\"\u003e\n    \u003cdiv class=\"dpcbf-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cspan class=\"dpcbf-tri-t\"\u003eAuthorized Dealer\u003c\/span\u003e\n    \u003cp class=\"dpcbf-tri-d\"\u003eOfficial Dreampod retailer — 1-year manufacturer warranty on every order\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcbf-tri\"\u003e\n    \u003cdiv class=\"dpcbf-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cspan class=\"dpcbf-tri-t\"\u003eFree Freight\u003c\/span\u003e\n    \u003cp class=\"dpcbf-tri-d\"\u003eComplimentary freight delivery to the contiguous 48 states\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcbf-tri\"\u003e\n    \u003cdiv class=\"dpcbf-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 10a19.79 19.79 0 01-3-8.57A2 2 0 012.04 1.5h3.07a2 2 0 012 1.72 12.77 12.77 0 00.7 2.81 2 2 0 01-.45 2.11L6.91 9.1a16 16 0 006 6l.96-.97a2 2 0 012.11-.45 12.77 12.77 0 002.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cspan class=\"dpcbf-tri-t\"\u003eRecovery Specialists\u003c\/span\u003e\n    \u003cp class=\"dpcbf-tri-d\"\u003e\u003ca href=\"tel:+18885005675\" style=\"color:#2AABB8;\"\u003e(888) 500-5675\u003c\/a\u003e — cold therapy experts standing by\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcbf-tri\"\u003e\n    \u003cdiv class=\"dpcbf-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2AABB8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"8\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cspan class=\"dpcbf-tri-t\"\u003e1-Year Warranty\u003c\/span\u003e\n    \u003cp class=\"dpcbf-tri-d\"\u003eFull manufacturer warranty direct from Dreampod\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 11. CTA --\u003e\n\u003csection class=\"dpcbf-cta\"\u003e\n  \u003ch2\u003eReady for Upright Cold Immersion at Home?\u003c\/h2\u003e\n  \u003cp class=\"dpcbf-cta-sub\"\u003eThe Dreampod Cold Plunge Barrel FLEX with Chiller ships free to the contiguous 48 states. Inflate, connect, and plunge — no plumber, no contractor.\u003c\/p\u003e\n  \u003cdiv class=\"dpcbf-pills\"\u003e\n    \u003cspan class=\"dpcbf-pill\"\u003e✓ 3\/4 HP Chiller Included\u003c\/span\u003e\n    \u003cspan class=\"dpcbf-pill\"\u003e✓ Free Freight Shipping\u003c\/span\u003e\n    \u003cspan class=\"dpcbf-pill\"\u003e✓ Financing Available\u003c\/span\u003e\n    \u003cspan class=\"dpcbf-pill\"\u003e✓ 1-Year Manufacturer Warranty\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003ca href=\"tel:+18885005675\" class=\"dpcbf-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n  \u003cp class=\"dpcbf-cta-top\"\u003e\u003ca href=\"#\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why choose a barrel cold plunge over a flat tub?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The barrel is designed for upright or seated cold immersion — torso, core, and legs submerged simultaneously. Its compact footprint (2'11\\\" exterior diameter) fits where a full-length tub cannot. For a reclined plunge, see the Ice Bath FLEX ($3,515).\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the chiller included with the Cold Plunge Barrel FLEX?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes — the 3\/4 HP external chiller is included. Ships as a complete system: inflatable barrel, chiller, and quick-connect hoses. No plumbing required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How does the Barrel FLEX compare to the fiberglass Cold Plunge Barrel with Chiller?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Cold Plunge Barrel with Chiller ($6,270) is a permanent rigid fiberglass fixture. The Barrel FLEX ($3,515) is inflatable — portable, stores flat, no permanent installation. Both include the same chiller and WiFi app control.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the barrel be used outdoors?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The Cold Plunge Barrel FLEX works indoors or outdoors. Compact footprint fits on a deck or patio. Position the chiller in a sheltered spot when using outdoors.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Recovery Room Direct an authorized Dreampod dealer?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Recovery Room Direct is an authorized Dreampod dealer. Every purchase includes the 1-year manufacturer warranty and Dreampod support. Call (888) 500-5675.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Dreampod","offers":[{"title":"Default Title","offer_id":53144762483055,"sku":"DPIB104BPE","price":3515.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/Dreampod-Cold-Plunge-Barrel-FLEX-with-Chiller.webp?v=1782813822"},{"product_id":"dreampod-cold-plunge-barrel-with-chiller","title":"Dreampod Cold Plunge Barrel with Chiller - Ice Bath Barrel","description":"\u003cdiv class=\"dpcpb-wrap\"\u003e\n\n\u003cstyle\u003e\n\/* ── Dreampod Cold Plunge Barrel with Chiller — dpcpb ───────────────────── *\/\n.dpcpb-wrap{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,sans-serif;color:#0d1b2a;max-width:100%;overflow:hidden;}\n.dpcpb-nav{display:flex;gap:0;background:#0d1b2a;border-radius:8px;overflow:hidden;margin:0 0 24px;}\n.dpcpb-nav a{flex:1;text-align:center;padding:12px 6px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5eafd0!important;text-decoration:none!important;border-right:1px solid #1a2e3f;}\n.dpcpb-nav a:last-child{border-right:none;}\n.dpcpb-nav a:hover{background:#1a2e3f;}\n@media(max-width:768px){.dpcpb-nav a{flex:0 0 33.333%;font-size:10px;padding:10px 4px;}}\n.dpcpb-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 0 24px;border-radius:12px;overflow:hidden;min-height:300px;}\n.dpcpb-hero-img{overflow:hidden;background:#fff;}\n.dpcpb-hero-img img{width:100%;height:100%;object-fit:contain;padding:16px;display:block;box-sizing:border-box;}\n.dpcpb-hero-txt{padding:24px 28px;background:#fff;display:flex;flex-direction:column;justify-content:center;}\n.dpcpb-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5eafd0;margin:0 0 10px;}\n.dpcpb-hero-h2{font-size:28px;font-weight:800;line-height:1.25;color:#0d1b2a;margin:0 0 16px;}\n.dpcpb-hero-p{font-size:15px;line-height:1.75;color:#2A3F52;margin:0 0 14px;}\n.dpcpb-finance{font-size:13px;color:#5eafd0;font-weight:600;margin:0;padding:10px 0 0;border-top:1px solid #c0dff0;}\n@media(max-width:768px){.dpcpb-hero{grid-template-columns:1fr;}.dpcpb-hero-img{min-height:260px;}.dpcpb-hero-txt{padding:24px 20px;}.dpcpb-hero-h2{font-size:22px;}}\n.dpcpb-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#0d1b2a;border-radius:8px;overflow:hidden;margin:0 0 24px;}\n.dpcpb-fact{padding:22px 12px;text-align:center;border-right:1px solid #1a2e3f;}\n.dpcpb-fact:last-child{border-right:0;}\n.dpcpb-fact-num{font-size:20px;font-weight:700;color:#5eafd0;display:block;line-height:1;margin-bottom:6px;}\n.dpcpb-fact-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6B8BA4;}\n@media(max-width:768px){.dpcpb-facts{grid-template-columns:repeat(2,1fr);}.dpcpb-fact:nth-child(2n){border-right:0;}.dpcpb-fact{border-bottom:1px solid #1a2e3f;}.dpcpb-fact:nth-last-child(-n+2){border-bottom:0;}.dpcpb-fact-num{font-size:18px;}}\n.dpcpb-sec{padding:52px 24px;margin:0 0 8px;}\n.dpcpb-bg-lt{background:#f0f7fa;}\n.dpcpb-sec-eyebrow{font-size:11px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;color:#5eafd0;margin:0 0 8px;}\n.dpcpb-sec-h2{font-size:26px;font-weight:800;color:#0d1b2a;margin:0 0 28px;line-height:1.3;}\n@media(max-width:768px){.dpcpb-sec{padding:36px 16px;}}\n.dpcpb-feats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}\n.dpcpb-feat{background:#fff;border:1px solid #c0dff0;border-radius:12px;padding:28px 22px;}\n.dpcpb-feat-ico{width:48px;height:48px;background:#e0f0f8;border-radius:50%;border:2px solid #5eafd0;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}\n.dpcpb-feat h3{font-size:16px;font-weight:700;color:#0d1b2a;margin:0 0 10px;}\n.dpcpb-feat p{font-size:14px;line-height:1.7;color:#2A3F52;margin:0;}\n@media(max-width:768px){.dpcpb-feats{grid-template-columns:1fr;}}\n.dpcpb-tbl-wrap{overflow-x:auto;}\n.dpcpb-tbl{width:100%;border-collapse:collapse;font-size:14px;min-width:320px;}\n.dpcpb-tbl tr:nth-child(even){background:#f0f7fa;}\n.dpcpb-tbl td{padding:13px 16px;border-bottom:1px solid #c0dff0;vertical-align:top;}\n.dpcpb-tbl td:first-child{font-weight:700;color:#0d1b2a;width:40%;white-space:nowrap;}\n.dpcpb-tbl td:last-child{color:#2A3F52;}\n.dpcpb-box-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;padding:0;margin:0 0 20px;}\n.dpcpb-box-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#e0f0f8;border:1px solid #c0dff0;border-radius:8px;font-size:14px;color:#0d1b2a;font-weight:500;}\n.dpcpb-box-note{font-size:13px;color:#4A6B80;line-height:1.6;margin:0;}\n@media(max-width:768px){.dpcpb-box-list{grid-template-columns:1fr;}}\n.dpcpb-ship-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px;}\n.dpcpb-ship-item{display:flex;align-items:flex-start;gap:14px;font-size:15px;line-height:1.65;color:#2A3F52;}\n.dpcpb-ship-ico{flex-shrink:0;margin-top:1px;}\n.dpcpb-cmp{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #c0dff0;border-radius:12px;overflow:hidden;margin-top:24px;}\n.dpcpb-cmp-col{padding:28px 22px;}\n.dpcpb-cmp-col:not(:last-child){border-right:1px solid #c0dff0;}\n.dpcpb-cmp-col.active{background:#0d1b2a;}\n.dpcpb-cmp-badge{font-size:10px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;padding:4px 10px;border-radius:20px;background:#e0f0f8;color:#5eafd0;display:inline-block;margin-bottom:12px;}\n.dpcpb-cmp-col.active .dpcpb-cmp-badge{background:#5eafd0;color:#fff;}\n.dpcpb-cmp-name{font-size:14px;font-weight:700;color:#0d1b2a;margin:0 0 4px;}\n.dpcpb-cmp-col.active .dpcpb-cmp-name{color:#fff;}\n.dpcpb-cmp-price{font-size:24px;font-weight:800;color:#5eafd0;margin:0 0 20px;display:block;}\n.dpcpb-cmp-ul{list-style:none;padding:0;margin:0;font-size:13px;line-height:2.1;color:#2A3F52;}\n.dpcpb-cmp-col.active .dpcpb-cmp-ul{color:#A8CADC;}\n.dpcpb-cmp-ul li.yes::before{content:\"• \";color:#5eafd0;font-weight:700;}\n.dpcpb-cmp-ul li.no::before{content:\"◦ \";color:#4A6B80;}\n.dpcpb-cmp-col.active .dpcpb-cmp-ul li.no::before{color:#3A5A72;}\n.dpcpb-cmp-link{display:block;text-align:center;margin-top:20px;font-size:13px;color:#5eafd0!important;text-decoration:none!important;font-weight:600;}\n.dpcpb-cmp-link:hover{text-decoration:underline!important;}\n@media(max-width:768px){.dpcpb-cmp{grid-template-columns:1fr;}.dpcpb-cmp-col:not(:last-child){border-right:none;border-bottom:1px solid #c0dff0;}}\n.dpcpb-faq-wrap{max-width:820px;}\n.dpcpb-faq-item{border-bottom:1px solid #c0dff0;}\n.dpcpb-faq-item:last-child{border-bottom:none;}\n.dpcpb-faq-q{font-size:16px;font-weight:700;color:#0d1b2a;padding:18px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0;}\n.dpcpb-faq-q::after{content:\"+\";font-size:22px;color:#5eafd0;font-weight:300;flex-shrink:0;}\n.dpcpb-faq-q.open::after{content:\"-\";}\n.dpcpb-faq-a{display:none;font-size:15px;line-height:1.75;color:#2A3F52;padding:0 0 18px;}\n.dpcpb-faq-a a{color:#5eafd0!important;}\n.dpcpb-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:3px solid #5eafd0;background:#fff;margin:0 0 8px;}\n.dpcpb-tri{padding:28px 16px;text-align:center;border-right:1px solid #c0dff0;}\n.dpcpb-tri:last-child{border-right:0;}\n.dpcpb-tri-ico{width:52px;height:52px;background:#e0f0f8;border-radius:50%;border:2px solid #5eafd0;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;}\n.dpcpb-tri-t{font-size:13px;font-weight:700;color:#0d1b2a;display:block;margin-bottom:4px;}\n.dpcpb-tri-d{font-size:12px;color:#4A6B80;margin:0;line-height:1.5;}\n@media(max-width:768px){.dpcpb-trust{grid-template-columns:repeat(2,1fr);}.dpcpb-tri:nth-child(2n){border-right:0;}.dpcpb-tri{border-bottom:1px solid #c0dff0;}.dpcpb-tri:nth-last-child(-n+2){border-bottom:0;}}\n.dpcpb-cta{background:linear-gradient(135deg,#0d1b2a 0%,#1a3a5c 100%);border-radius:12px;padding:52px 32px;text-align:center;}\n.dpcpb-cta h2{font-size:28px;font-weight:800;color:#fff;margin:0 0 14px;}\n.dpcpb-cta-sub{font-size:15px;color:#A8CADC;margin:0 0 28px;line-height:1.65;}\n.dpcpb-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 0 32px;}\n.dpcpb-pill{background:rgba(94,175,208,.15);border:1px solid #5eafd0;color:#5eafd0;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;}\n.dpcpb-btn{display:inline-block;background:#fff;color:#0d1b2a!important;font-weight:700;font-size:16px;padding:16px 32px;border-radius:8px;text-decoration:none!important;letter-spacing:.02em;}\n.dpcpb-btn:hover{background:#e0f0f8;}\n.dpcpb-cta-top{font-size:16px;font-weight:600;color:#fff;margin:20px 0 0!important;}\n.dpcpb-cta-top a{color:#fff!important;text-decoration:none!important;}\n.dpcpb-cta-top a:hover{text-decoration:underline!important;}\n@media(max-width:768px){.dpcpb-cta{padding:36px 20px;}.dpcpb-cta h2{font-size:22px;}.dpcpb-btn{font-size:14px;padding:14px 20px;}}\n\u003c\/style\u003e\n\n\u003c!-- 1. Jump Nav --\u003e\n\u003cnav class=\"dpcpb-nav\" aria-label=\"Product page sections\"\u003e\n  \u003ca href=\"#dpcpb-features\"\u003eFeatures\u003c\/a\u003e\n  \u003ca href=\"#dpcpb-specs\"\u003eSpecs\u003c\/a\u003e\n  \u003ca href=\"#dpcpb-box\"\u003eWhat's Included\u003c\/a\u003e\n  \u003ca href=\"#dpcpb-ship\"\u003eShipping\u003c\/a\u003e\n  \u003ca href=\"#dpcpb-faq\"\u003eFAQ\u003c\/a\u003e\n\u003c\/nav\u003e\n\n\u003c!-- 2. Hero --\u003e\n\u003csection class=\"dpcpb-hero\"\u003e\n  \u003cdiv class=\"dpcpb-hero-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/84495aef3f9e6553d14c770b1a8d7414.webp?v=1782328756\" alt=\"Dreampod Cold Plunge Barrel with Chiller — fiberglass GRP\" loading=\"eager\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcpb-hero-txt\"\u003e\n    \u003cp class=\"dpcpb-eyebrow\"\u003eDreampod Cold Plunge Barrel with Chiller\u003c\/p\u003e\n    \u003ch2 class=\"dpcpb-hero-h2\"\u003eFiberglass Cold Plunge Barrel. Precise Temperature Control. Built to Last.\u003c\/h2\u003e\n    \u003cp class=\"dpcpb-hero-p\"\u003eThe Dreampod Cold Plunge Barrel with Chiller is the fiberglass upgrade over the inflatable barrel — built from GRP (glass reinforced plastic) with a double-hull base and foam insulation for superior cold retention. A 3\/4 HP external chiller holds temperatures from 37°F to 104°F, controlled through the Dreampod iOS and Android app via WiFi.\u003c\/p\u003e\n    \u003cp class=\"dpcpb-hero-p\"\u003eNo plumbing required. A hand-polished finish and anti-slip floor give it a premium look and safe footing for daily use. Automatic filtration kicks in after every session, and the quick-connector hose system makes setup and maintenance straightforward indoors or outdoors.\u003c\/p\u003e\n    \u003cp class=\"dpcpb-finance\"\u003eFree LTL freight to the contiguous 48 states. Financing available at checkout. Call \u003ca href=\"tel:+18885005675\" style=\"color:#5eafd0;\"\u003e(888) 500-5675\u003c\/a\u003e with questions.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 3. Stats Bar --\u003e\n\u003cdiv class=\"dpcpb-facts\"\u003e\n  \u003cdiv class=\"dpcpb-fact\"\u003e\n    \u003cspan class=\"dpcpb-fact-num\"\u003e3\/4 HP\u003c\/span\u003e\n    \u003cspan class=\"dpcpb-fact-lbl\"\u003eChiller Included\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcpb-fact\"\u003e\n    \u003cspan class=\"dpcpb-fact-num\"\u003e37°F\u003c\/span\u003e\n    \u003cspan class=\"dpcpb-fact-lbl\"\u003eMinimum Temp\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcpb-fact\"\u003e\n    \u003cspan class=\"dpcpb-fact-num\"\u003eWiFi\u003c\/span\u003e\n    \u003cspan class=\"dpcpb-fact-lbl\"\u003eiOS \u0026amp; Android App\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcpb-fact\"\u003e\n    \u003cspan class=\"dpcpb-fact-num\"\u003eFree\u003c\/span\u003e\n    \u003cspan class=\"dpcpb-fact-lbl\"\u003eLTL Freight\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 4. Key Features --\u003e\n\u003csection id=\"dpcpb-features\" class=\"dpcpb-sec dpcpb-bg-lt\"\u003e\n  \u003cp class=\"dpcpb-sec-eyebrow\"\u003eDreampod Cold Plunge Barrel Features\u003c\/p\u003e\n  \u003ch2 class=\"dpcpb-sec-h2\"\u003eGRP Fiberglass Construction. Chiller Included. Plug-and-Plunge Ready.\u003c\/h2\u003e\n  \u003cdiv class=\"dpcpb-feats\"\u003e\n    \u003cdiv class=\"dpcpb-feat\"\u003e\n      \u003cdiv class=\"dpcpb-feat-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003ch3\u003eDouble-Hull GRP Base with Foam Insulation\u003c\/h3\u003e\n      \u003cp\u003eThe barrel is constructed from GRP (glass reinforced plastic — fiberglass) with a double-hull base design and foam insulation specifically engineered for \"best cold retention.\" Dreampod hand-polishes the finish for a smooth exterior surface, and an anti-slip floor is built in for safe daily entry and exit. This is the permanent installation-grade barrel — built to hold temperature with minimal chiller cycling.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpcpb-feat\"\u003e\n      \u003cdiv class=\"dpcpb-feat-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpath d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003ch3\u003e3\/4 HP Chiller + WiFi App Control\u003c\/h3\u003e\n      \u003cp\u003eThe included 3\/4 HP external chiller unit holds water at any temperature between 3°C (37°F) and 40°C (104°F) — spanning therapeutic cold plunge all the way up to warm soak recovery. A built-in self-priming circulating pump keeps water moving through the filtration cycle. Control temperature, filtration, and chemical dosing via the Dreampod app on iOS and Android over WiFi.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpcpb-feat\"\u003e\n      \u003cdiv class=\"dpcpb-feat-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003ch3\u003eAutomatic Filtration — No Plumbing Required\u003c\/h3\u003e\n      \u003cp\u003eThe filtration system kicks in automatically after each session — no manual switching needed. Quick-connector hoses make setup fast and maintenance easy, with no permanent plumbing or drains required. Filter bag maintenance is straightforward: replace once or twice a month depending on usage. Suitable for both indoor and outdoor installation, with built-in overload protection for year-round reliability.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 5. Specs Table --\u003e\n\u003csection id=\"dpcpb-specs\" class=\"dpcpb-sec\" style=\"background:#fff;\"\u003e\n  \u003cp class=\"dpcpb-sec-eyebrow\"\u003eTechnical Specifications\u003c\/p\u003e\n  \u003ch2 class=\"dpcpb-sec-h2\"\u003eDreampod Cold Plunge Barrel with Chiller — Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"dpcpb-tbl-wrap\"\u003e\n    \u003ctable class=\"dpcpb-tbl\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eHull Material\u003c\/td\u003e\n\u003ctd\u003eGRP — Glass Reinforced Plastic (fiberglass)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBase Construction\u003c\/td\u003e\n\u003ctd\u003eDouble hull GRP base with foam insulation (optimized for cold retention)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eHand-polished exterior\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFloor\u003c\/td\u003e\n\u003ctd\u003eAnti-slip surface\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eChiller\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP external chiller (included) — compact, quiet, easy to maintain\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTemperature Range\u003c\/td\u003e\n\u003ctd\u003e3°C–40°C (37°F–104°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePump\u003c\/td\u003e\n\u003ctd\u003eBuilt-in self-priming circulating pump (within chiller unit)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003eWiFi; iOS \u0026amp; Android app (temperature, filtration, chemical dosing)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFiltration\u003c\/td\u003e\n\u003ctd\u003eAutomatic kick-in after each session\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFilter Maintenance\u003c\/td\u003e\n\u003ctd\u003eFilter bag replacement 1–2× per month (usage-dependent)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePlumbing\u003c\/td\u003e\n\u003ctd\u003eNone required — quick-connector hoses\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eUse Environment\u003c\/td\u003e\n\u003ctd\u003eIndoor and outdoor\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSafety\u003c\/td\u003e\n\u003ctd\u003eBuilt-in overload protection\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year from date of purchase\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 6. What's Included --\u003e\n\u003csection id=\"dpcpb-box\" class=\"dpcpb-sec\" style=\"background:#fff;\"\u003e\n  \u003cp class=\"dpcpb-sec-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n  \u003ch2 class=\"dpcpb-sec-h2\"\u003eComplete Cold Plunge System — Plug In and Plunge\u003c\/h2\u003e\n  \u003cul class=\"dpcpb-box-list\"\u003e\n    \u003cli class=\"dpcpb-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"21 8 21 21 3 21 3 8\"\u003e\u003c\/polyline\u003e\u003crect x=\"1\" y=\"3\" width=\"22\" height=\"5\"\u003e\u003c\/rect\u003e\u003cline x1=\"10\" y1=\"12\" x2=\"14\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Dreampod Cold Plunge Barrel (fiberglass GRP)\u003c\/li\u003e\n    \u003cli class=\"dpcpb-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 3\/4 HP external chiller unit\u003c\/li\u003e\n    \u003cli class=\"dpcpb-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e Self-priming circulating pump\u003c\/li\u003e\n    \u003cli class=\"dpcpb-box-item\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Quick-connector hoses\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"dpcpb-box-note\"\u003eNo plumbing required. For specific packing details or installation questions, call our cold plunge specialists at \u003ca href=\"tel:+18885005675\" style=\"color:#5eafd0;\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- 7. Shipping --\u003e\n\u003csection id=\"dpcpb-ship\" class=\"dpcpb-sec dpcpb-bg-lt\"\u003e\n  \u003cp class=\"dpcpb-sec-eyebrow\"\u003eDelivery\u003c\/p\u003e\n  \u003ch2 class=\"dpcpb-sec-h2\"\u003eFree LTL Freight to the Contiguous 48 States\u003c\/h2\u003e\n  \u003cul class=\"dpcpb-ship-list\"\u003e\n    \u003cli class=\"dpcpb-ship-item\"\u003e\n      \u003cspan class=\"dpcpb-ship-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan\u003e\u003cstrong\u003eFree LTL freight shipping\u003c\/strong\u003e to the contiguous 48 US states. The Cold Plunge Barrel ships via dedicated freight carrier. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for current lead times.\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli class=\"dpcpb-ship-item\"\u003e\n      \u003cspan class=\"dpcpb-ship-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan\u003e\u003cstrong\u003eDreampod delivers from their Utah US warehouse\u003c\/strong\u003e for domestic orders. Our specialists will confirm delivery scheduling and coordinate installation support.\u003c\/span\u003e\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003c!-- 8. Comparison --\u003e\n\u003csection class=\"dpcpb-sec\" style=\"background:#fff;\"\u003e\n  \u003cp class=\"dpcpb-sec-eyebrow\"\u003eCompare Dreampod Cold Plunge Systems\u003c\/p\u003e\n  \u003ch2 class=\"dpcpb-sec-h2\"\u003eInflatable vs. Fiberglass — Which Cold Plunge System Fits Your Space?\u003c\/h2\u003e\n  \u003cdiv class=\"dpcpb-cmp\"\u003e\n    \u003cdiv class=\"dpcpb-cmp-col\"\u003e\n      \u003cspan class=\"dpcpb-cmp-badge\"\u003eInflatable Barrel\u003c\/span\u003e\n      \u003cp class=\"dpcpb-cmp-name\"\u003eCPB FLEX with Chiller\u003c\/p\u003e\n      \u003cspan class=\"dpcpb-cmp-price\"\u003e$3,515\u003c\/span\u003e\n      \u003cul class=\"dpcpb-cmp-ul\"\u003e\n        \u003cli class=\"yes\"\u003e3\/4 HP chiller included\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eWiFi + iOS \u0026amp; Android app\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003e3°C–40°C range\u003c\/li\u003e\n        \u003cli class=\"no\"\u003eFiberglass hull\u003c\/li\u003e\n        \u003cli class=\"no\"\u003eDouble-hull insulation\u003c\/li\u003e\n        \u003cli class=\"no\"\u003ePermanent installation grade\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ca href=\"\/products\/dreampod-cold-plunge-barrel-flex-with-chiller\" class=\"dpcpb-cmp-link\"\u003eView CPB FLEX with Chiller →\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpcpb-cmp-col\"\u003e\n      \u003cspan class=\"dpcpb-cmp-badge\"\u003eFiberglass Tub\u003c\/span\u003e\n      \u003cp class=\"dpcpb-cmp-name\"\u003eIce Bath with Chiller\u003c\/p\u003e\n      \u003cspan class=\"dpcpb-cmp-price\"\u003e$5,890\u003c\/span\u003e\n      \u003cul class=\"dpcpb-cmp-ul\"\u003e\n        \u003cli class=\"yes\"\u003e3\/4 HP chiller included\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eWiFi + iOS \u0026amp; Android app\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003e3°C–40°C range\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eFiberglass GRP hull\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eDouble-hull insulation\u003c\/li\u003e\n        \u003cli class=\"no\"\u003eRectangular tub shape\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ca href=\"\/products\/dreampod-ice-bath-with-chiller\" class=\"dpcpb-cmp-link\"\u003eView Ice Bath with Chiller →\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dpcpb-cmp-col active\"\u003e\n      \u003cspan class=\"dpcpb-cmp-badge\"\u003eYou're Here\u003c\/span\u003e\n      \u003cp class=\"dpcpb-cmp-name\"\u003eCold Plunge Barrel with Chiller\u003c\/p\u003e\n      \u003cspan class=\"dpcpb-cmp-price\"\u003e$6,270\u003c\/span\u003e\n      \u003cul class=\"dpcpb-cmp-ul\"\u003e\n        \u003cli class=\"yes\"\u003e3\/4 HP chiller included\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eWiFi + iOS \u0026amp; Android app\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003e3°C–40°C range\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eFiberglass GRP hull\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eDouble-hull insulation\u003c\/li\u003e\n        \u003cli class=\"yes\"\u003eBarrel shape — compact footprint\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 9. FAQ --\u003e\n\u003csection id=\"dpcpb-faq\" class=\"dpcpb-sec dpcpb-bg-lt\"\u003e\n  \u003cp class=\"dpcpb-sec-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2 class=\"dpcpb-sec-h2\"\u003eDreampod Cold Plunge Barrel with Chiller — FAQ\u003c\/h2\u003e\n  \u003cdiv class=\"dpcpb-faq-wrap\"\u003e\n\n    \u003cdiv class=\"dpcpb-faq-item\"\u003e\n      \u003cdiv class=\"dpcpb-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eWhat's the difference between this and the CPB FLEX with Chiller?\u003c\/div\u003e\n      \u003cdiv class=\"dpcpb-faq-a\"\u003eThe Cold Plunge Barrel FLEX with Chiller uses an inflatable drop-stitch construction — portable and compact. The Cold Plunge Barrel with Chiller (this product) is built from fiberglass GRP with a double-hull base and foam insulation designed specifically for cold retention. The fiberglass barrel is the permanent installation choice — it holds temperature more efficiently, has a more durable finish, and is built for long-term daily use. The chiller, WiFi app control, and temperature range (3°C–40°C) are the same on both models.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dpcpb-faq-item\"\u003e\n      \u003cdiv class=\"dpcpb-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eDoes it require professional installation or plumbing?\u003c\/div\u003e\n      \u003cdiv class=\"dpcpb-faq-a\"\u003eNo plumbing is required. The Cold Plunge Barrel uses quick-connector hoses to connect the barrel to the external chiller unit. Setup is straightforward — fill the barrel, connect the hoses, and plug in the chiller. The barrel can be placed indoors or outdoors. For specific site requirements or setup guidance, call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dpcpb-faq-item\"\u003e\n      \u003cdiv class=\"dpcpb-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eHow do I control the temperature?\u003c\/div\u003e\n      \u003cdiv class=\"dpcpb-faq-a\"\u003eThe Dreampod Cold Plunge Barrel connects to your home or facility WiFi. Use the Dreampod iOS or Android app to set and monitor temperature, run filtration cycles, and manage chemical dosing. The range is 3°C to 40°C (37°F to 104°F) — cold plunge therapy at the cold end, warm soak recovery at the other.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dpcpb-faq-item\"\u003e\n      \u003cdiv class=\"dpcpb-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eHow often does the filter need to be changed?\u003c\/div\u003e\n      \u003cdiv class=\"dpcpb-faq-a\"\u003eDreampod recommends changing the filter bag once or twice per month, depending on usage. The automatic filtration system runs after each session, so water stays clean without manual intervention between maintenance cycles.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dpcpb-faq-item\"\u003e\n      \u003cdiv class=\"dpcpb-faq-q\" onclick=\"var a=this.nextElementSibling;var o=a.style.display==='block';a.style.display=o?'none':'block';this.classList.toggle('open',!o);\"\u003eIs Recovery Room Direct an authorized Dreampod dealer?\u003c\/div\u003e\n      \u003cdiv class=\"dpcpb-faq-a\"\u003eYes. Recovery Room Direct is an authorized Dreampod dealer. Every Cold Plunge Barrel purchased through us comes with the full 1-year manufacturer warranty and Dreampod support. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 10. Trust Band --\u003e\n\u003cdiv class=\"dpcpb-trust\"\u003e\n  \u003cdiv class=\"dpcpb-tri\"\u003e\n    \u003cdiv class=\"dpcpb-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cspan class=\"dpcpb-tri-t\"\u003eAuthorized Dealer\u003c\/span\u003e\n    \u003cp class=\"dpcpb-tri-d\"\u003eOfficial Dreampod retailer — 1-year manufacturer warranty on every order\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcpb-tri\"\u003e\n    \u003cdiv class=\"dpcpb-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cspan class=\"dpcpb-tri-t\"\u003eFree LTL Freight\u003c\/span\u003e\n    \u003cp class=\"dpcpb-tri-d\"\u003eComplimentary freight delivery to the contiguous 48 states\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcpb-tri\"\u003e\n    \u003cdiv class=\"dpcpb-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 10a19.79 19.79 0 01-3-8.57A2 2 0 012.04 1.5h3.07a2 2 0 012 1.72 12.77 12.77 0 00.7 2.81 2 2 0 01-.45 2.11L6.91 9.1a16 16 0 006 6l.96-.97a2 2 0 012.11-.45 12.77 12.77 0 002.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cspan class=\"dpcpb-tri-t\"\u003eCold Plunge Specialists\u003c\/span\u003e\n    \u003cp class=\"dpcpb-tri-d\"\u003e\u003ca href=\"tel:+18885005675\" style=\"color:#5eafd0;\"\u003e(888) 500-5675\u003c\/a\u003e — installation \u0026amp; setup guidance\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dpcpb-tri\"\u003e\n    \u003cdiv class=\"dpcpb-tri-ico\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5eafd0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"8\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cspan class=\"dpcpb-tri-t\"\u003e1-Year Warranty\u003c\/span\u003e\n    \u003cp class=\"dpcpb-tri-d\"\u003eFull manufacturer warranty direct from Dreampod\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 11. CTA --\u003e\n\u003csection class=\"dpcpb-cta\"\u003e\n  \u003ch2\u003eDreampod Cold Plunge Barrel — Fiberglass. Chiller Included. Ready to Plunge.\u003c\/h2\u003e\n  \u003cp class=\"dpcpb-cta-sub\"\u003eGRP fiberglass construction with double-hull insulation, included 3\/4 HP chiller, WiFi app control, and no plumbing required. Free LTL freight to the contiguous 48 states.\u003c\/p\u003e\n  \u003cdiv class=\"dpcpb-pills\"\u003e\n    \u003cspan class=\"dpcpb-pill\"\u003e✓ 3\/4 HP Chiller Included\u003c\/span\u003e\n    \u003cspan class=\"dpcpb-pill\"\u003e✓ Free LTL Freight\u003c\/span\u003e\n    \u003cspan class=\"dpcpb-pill\"\u003e✓ Financing Available\u003c\/span\u003e\n    \u003cspan class=\"dpcpb-pill\"\u003e✓ 1-Year Manufacturer Warranty\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003ca href=\"tel:+18885005675\" class=\"dpcpb-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n  \u003cp class=\"dpcpb-cta-top\"\u003e\u003ca href=\"#\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What's the difference between this and the CPB FLEX with Chiller?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The FLEX uses inflatable drop-stitch construction (portable). This barrel is GRP fiberglass with double-hull foam insulation — permanent installation grade with superior cold retention. Same chiller (3\/4 HP), same WiFi app, same 3°C–40°C range.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does it require professional installation or plumbing?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No plumbing required. Quick-connector hoses connect barrel to chiller. Fill, connect, plug in. Works indoors or outdoors. Call (888) 500-5675 for site requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I control the temperature?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Via the Dreampod iOS or Android app over WiFi. Set and monitor temperature, run filtration, manage chemical dosing. Range is 3°C–40°C (37°F–104°F).\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How often does the filter need to be changed?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Once or twice per month depending on usage. Automatic filtration runs after each session without manual intervention.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Recovery Room Direct an authorized Dreampod dealer?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Every Cold Plunge Barrel purchased through Recovery Room Direct includes the 1-year Dreampod manufacturer warranty. Call (888) 500-5675.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Dreampod","offers":[{"title":"Default Title","offer_id":53144762679663,"sku":"DPIB103BPE","price":6270.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/Dreampod-Cold-Plunge-Barrel-with-Chiller.webp?v=1782813830"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/collections\/cold_plunges_with_chillers_recovery_equipment.jpg?v=1775982226","url":"https:\/\/recoveryroomdirect.com\/collections\/cold-plunges-with-chillers\/cold-plunges.oembed","provider":"Recovery Room Direct","version":"1.0","type":"link"}