{"product_id":"coldcare-recovery-ice-barrel","title":"ColdCare Recovery Ice Barrel","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n    \u003cstyle\u003e\n        .specifications-container {\n            width: 100%;\n            border: 1px solid #ccc;\n            border-radius: 5px;\n            margin: 20px 0;\n            padding: 10px;\n            background-color: #f4f4f4;\n            transition: background-color 0.3s ease, color 0.3s ease;\n            color: black;\n        }\n\n        .specifications-container:hover {\n            background-color: #333;\n            color: white;\n        }\n\n        .spec-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            cursor: pointer;\n            font-size: 22px;\n            font-weight: bold;\n            padding: 10px 0;\n            transition: color 0.3s ease;\n        }\n\n        .spec-header div {\n            flex-grow: 1;\n            display: flex;\n            align-items: center;\n            text-align: left;\n        }\n\n        .spec-header div::before {\n            content: \"•\";\n            margin-right: 8px;\n            font-size: 24px;\n        }\n\n        .spec-header span {\n            font-size: 24px;\n            transition: transform 0.3s ease;\n        }\n\n        .spec-header span.expanded {\n            transform: rotate(45deg);\n        }\n\n        .spec-content {\n            display: none;\n            padding: 10px 0;\n            font-size: 16px;\n        }\n\n        .spec-content p {\n            font-size: 20px;\n            font-weight: bold;\n        }\n\n        .expanded-background {\n            background-color: #f4f4f4;\n            color: black;\n        }\n\n        .specifications-container:hover .spec-header,\n        .specifications-container:hover .spec-content p,\n        .specifications-container:hover .spec-content ul li {\n            color: white;\n        }\n    \u003c\/style\u003e\n\n    \u003cdiv id=\"spec-container1\" class=\"specifications-container\"\u003e\n        \u003cdiv class=\"spec-header\" onclick=\"toggleSpecifications('spec-content1', 'toggle-icon1')\"\u003e\n            \u003cdiv\u003eProduct Features\u003c\/div\u003e\n            \u003cspan style=\"text-align: right;\" id=\"toggle-icon1\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-content\" id=\"spec-content1\"\u003e\n            \u003cul\u003e\n                \u003cli\u003eFrom backpack to ice bath in 5 minutes\u003c\/li\u003e\n                \u003cli\u003eWhat's Included: Inflatable ice bath, Insulated tub cover, Travel backpack, High-pressure pump for Inflation, 2 year warranty\u003c\/li\u003e\n                \u003cli\u003ePair with our optional Standard or Premium chillers to keep your water cold at all times:\u003c\/li\u003e\n                \u003cli\u003eStandard chiller: Cools down your water between 20°C and 3°C, Plug and play, Indoor and outdoor use.\u003c\/li\u003e\n                \u003cli\u003ePremium chiller: Everything from the standard, plus 3 steps filtration system (20Micron Filter, UV, Ozone) and Wi-Fi enabled temperature control.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"spec-container2\" class=\"specifications-container\"\u003e\n        \u003cdiv class=\"spec-header\" onclick=\"toggleSpecifications('spec-content2', 'toggle-icon2')\"\u003e\n            \u003cdiv\u003eDescription\u003c\/div\u003e\n            \u003cspan style=\"text-align: right;\" id=\"toggle-icon2\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-content\" id=\"spec-content2\"\u003e\n            \u003cp\u003eDiscover the Ultimate Recovery with the ColdCare Ice Bath\u003c\/p\u003e\n           \u003cul\u003e\n                \u003cli\u003eExperience the pinnacle of relaxation and recovery with the ColdCare Ice Bath – where the serenity of an arctic spa meets the convenience of modern design. Designed for those who seek both adventure and rejuvenation, our inflatable ice bath transforms from a compact backpack to a luxurious bath in just 5 minutes, ensuring you can enjoy the healing powers of a cold plunge wherever your journey takes you.\u003c\/li\u003e\n             \u003c\/ul\u003e\n           \u003cul\u003e\n                \u003cli\u003eCrafted with military-grade PVC, the ColdCare Ice Bath is engineered for exceptional durability. It's so robust, it can withstand the weight of a car, guaranteeing you long-lasting performance and reliability. This unparalleled strength doesn’t compromise on comfort; our bath is thoughtfully designed with generous dimensions to accommodate a wide range of users, from 4'1\" to 6'7\".\u003c\/li\u003e\n             \u003c\/ul\u003e\n          \u003cp\u003eEnhance Your Chill with Our Chillers\u003c\/p\u003e\n            \u003cul\u003e\n              \u003cli\u003eElevate your ColdCARE Ice Bath experience with our optional Standard and Premium Chillers. These plug-and-play chillers are designed to effortlessly bring the water down to a crisp 3 Celsius, offering a deeper level of cold therapy. Whether you opt for the efficiency of our Standard Chiller or the advanced features of our Premium Chiller, you're in control of your recovery environment. These chillers are perfect for those looking to maximize their cold therapy benefits, providing a consistent and reliable icy temperature for optimal recovery.\u003c\/li\u003e\n              \u003c\/ul\u003e\n          \u003cul\u003e\n          \u003cli\u003eWelcome to a world of superior relaxation, unmatched durability, and precise temperature control – welcome to ColdCare Singapore Ice Bath.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        function toggleSpecifications(contentId, iconId) {\n            var content = document.getElementById(contentId);\n            var icon = document.getElementById(iconId);\n\n            if (content.style.display === \"block\") {\n                content.style.display = \"none\";\n                icon.textContent = \"+\";\n                icon.classList.remove(\"expanded\");\n            } else {\n                content.style.display = \"block\";\n                icon.textContent = \"−\";\n                icon.classList.add(\"expanded\");\n            }\n        }\n    \u003c\/script\u003e\n\u003c\/body\u003e","brand":"ICE BATH SINGAPORE (Cold Care)","offers":[{"title":"Default Title","offer_id":51768068210990,"sku":"sku-46480429580502","price":599.0,"currency_code":"SGD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0867\/2231\/4542\/files\/4_bcd0b17c-7e38-405c-b17b-7e37cd0820b8.jpg?v=1771343678","url":"https:\/\/gearoutfitters.sg\/products\/coldcare-recovery-ice-barrel","provider":"Gear Outfitters","version":"1.0","type":"link"}