{"product_id":"piton-bano","title":"Bath python for beer and beverages","description":"\u003csection class=\"ib-product ib-piton-bano\" data-product=\"Pitón de baño\" data-brand=\"Install Beer\"\u003e\n  \u003cstyle\u003e\n    .ib-product{\n      --ib-text:#1f2328;\n      --ib-muted:#5f6b76;\n      --ib-line:#e6e8eb;\n      --ib-soft:#f7f8fa;\n      --ib-soft2:#f2f4f6;\n      --ib-brand:#111111;\n      --ib-accent:#bd9a1a;\n      --ib-radius:18px;\n      --ib-shadow:0 10px 28px rgba(0,0,0,.05);\n      color:var(--ib-text);\n      font-size:16px;\n      line-height:1.7;\n    }\n    .ib-product *{box-sizing:border-box}\n    .ib-wrap{max-width:1120px;margin:0 auto;padding:0}\n    .ib-section{margin:0 0 18px}\n    .ib-card{\n      background:#fff;\n      border:1px solid var(--ib-line);\n      border-radius:var(--ib-radius);\n      padding:22px;\n      box-shadow:var(--ib-shadow);\n    }\n    .ib-hero{\n      background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%);\n      border:1px solid var(--ib-line);\n      border-radius:22px;\n      padding:26px 22px;\n      box-shadow:var(--ib-shadow);\n    }\n    .ib-kicker{\n      display:inline-block;\n      padding:6px 10px;\n      border:1px solid var(--ib-line);\n      border-radius:999px;\n      background:#fff;\n      font-size:12px;\n      line-height:1.2;\n      letter-spacing:.02em;\n      color:var(--ib-muted);\n      margin-bottom:10px;\n    }\n    .ib-title{\n      margin:0 0 10px;\n      font-size:clamp(28px,4vw,40px);\n      line-height:1.12;\n      color:var(--ib-brand);\n    }\n    .ib-lead{\n      margin:0;\n      font-size:17px;\n      color:var(--ib-text);\n    }\n    .ib-grid{\n      display:grid;\n      grid-template-columns:repeat(2,minmax(0,1fr));\n      gap:18px;\n    }\n    .ib-grid-3{\n      display:grid;\n      grid-template-columns:repeat(3,minmax(0,1fr));\n      gap:16px;\n    }\n    .ib-h2{\n      margin:0 0 10px;\n      font-size:24px;\n      line-height:1.2;\n      color:var(--ib-brand);\n    }\n    .ib-h3{\n      margin:0 0 8px;\n      font-size:18px;\n      line-height:1.3;\n      color:var(--ib-brand);\n    }\n    .ib-p{margin:0 0 12px}\n    .ib-p:last-child{margin-bottom:0}\n    .ib-list{\n      margin:0;\n      padding-left:18px;\n    }\n    .ib-list li{margin:0 0 8px}\n    .ib-note{\n      margin-top:12px;\n      padding:12px 14px;\n      border-left:4px solid var(--ib-accent);\n      background:var(--ib-soft);\n      border-radius:10px;\n    }\n    .ib-badges{\n      display:flex;\n      flex-wrap:wrap;\n      gap:10px;\n      margin-top:14px;\n    }\n    .ib-badge{\n      display:inline-flex;\n      align-items:center;\n      gap:8px;\n      padding:9px 12px;\n      border:1px solid var(--ib-line);\n      border-radius:999px;\n      background:#fff;\n      font-size:14px;\n      color:var(--ib-text);\n    }\n    .ib-table-wrap{\n      overflow-x:auto;\n      border:1px solid var(--ib-line);\n      border-radius:16px;\n      background:#fff;\n    }\n    .ib-table{\n      width:100%;\n      border-collapse:collapse;\n      min-width:780px;\n    }\n    .ib-table th,\n    .ib-table td{\n      padding:12px 14px;\n      border-bottom:1px solid var(--ib-line);\n      text-align:left;\n      vertical-align:top;\n    }\n    .ib-table th{\n      background:var(--ib-soft);\n      color:var(--ib-brand);\n      font-size:15px;\n    }\n    .ib-table tr:last-child td{border-bottom:0}\n    .ib-soft{\n      background:var(--ib-soft);\n      border:1px solid var(--ib-line);\n      border-radius:16px;\n      padding:18px;\n    }\n    .ib-links{\n      display:grid;\n      grid-template-columns:repeat(2,minmax(0,1fr));\n      gap:14px;\n      margin-top:14px;\n    }\n    .ib-linkcard{\n      display:block;\n      text-decoration:none;\n      color:var(--ib-text);\n      background:#fff;\n      border:1px solid var(--ib-line);\n      border-radius:16px;\n      padding:16px;\n      box-shadow:var(--ib-shadow);\n      transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;\n    }\n    .ib-linkcard:hover{\n      transform:translateY(-2px);\n      border-color:#d8dde2;\n      box-shadow:0 14px 30px rgba(0,0,0,.07);\n    }\n    .ib-linkcard strong{\n      display:block;\n      color:var(--ib-brand);\n      margin-bottom:6px;\n    }\n    .ib-faq details{\n      border:1px solid var(--ib-line);\n      border-radius:14px;\n      background:#fff;\n      padding:14px 16px;\n      margin-bottom:10px;\n    }\n    .ib-faq summary{\n      cursor:pointer;\n      font-weight:700;\n      color:var(--ib-brand);\n    }\n    .ib-faq details p{\n      margin:10px 0 0;\n    }\n    .ib-cta{\n      background:linear-gradient(180deg,#111 0%,#1d1d1d 100%);\n      color:#fff;\n      border-radius:22px;\n      padding:24px 22px;\n    }\n    .ib-cta .ib-h2,\n    .ib-cta .ib-h3,\n    .ib-cta p,\n    .ib-cta li{color:#fff}\n    .ib-cta .ib-btns{\n      display:flex;\n      flex-wrap:wrap;\n      gap:12px;\n      margin-top:14px;\n    }\n    .ib-btn{\n      display:inline-block;\n      padding:12px 16px;\n      border-radius:12px;\n      text-decoration:none;\n      font-weight:600;\n      border:1px solid rgba(255,255,255,.18);\n      background:#fff;\n      color:#111;\n    }\n    .ib-btn.ib-btn-alt{\n      background:transparent;\n      color:#fff;\n    }\n    @media (max-width: 900px){\n      .ib-grid,.ib-grid-3,.ib-links{grid-template-columns:1fr}\n      .ib-hero,.ib-card,.ib-cta{padding:20px}\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"ib-wrap\"\u003e\n\n    \u003csection class=\"ib-section ib-hero\"\u003e\n      \u003cspan class=\"ib-kicker\"\u003eBath or flood spout for dispensing chilled beverages\u003c\/span\u003e\n      \u003ch2 class=\"ib-title\"\u003eBath python for beer and other beverages on tap\u003c\/h2\u003e\n      \u003cp class=\"ib-lead\"\u003e\n        The \u003cstrong\u003ebath python\u003c\/strong\u003e, also called \u003cstrong\u003eflooded python\u003c\/strong\u003e, is a technical solution for carrying cold beverage from the\n        \u003cstrong\u003echiller\u003c\/strong\u003e to the point of service, keeping the lines inside an outer tube flooded with recirculating cold water.\n        It is a widely used option in \u003cstrong\u003ebeer\u003c\/strong\u003e installations and other \u003cstrong\u003echilled beverages on tap\u003c\/strong\u003e where thermal stability,\n        service continuity and a compact solution for bars, events and professional setups are required.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ib-badges\"\u003e\n        \u003cspan class=\"ib-badge\"\u003eSold by the metre\u003c\/span\u003e\n        \u003cspan class=\"ib-badge\"\u003eStandard 50 m coil\u003c\/span\u003e\n        \u003cspan class=\"ib-badge\"\u003eFor 1 or 2 products\u003c\/span\u003e\n        \u003cspan class=\"ib-badge\"\u003eRequires cold-water recirculation\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"ib-section ib-grid\"\u003e\n      \u003cdiv class=\"ib-card\"\u003e\n        \u003ch3 class=\"ib-h3\"\u003eWhat is a bath or flooded python?\u003c\/h3\u003e\n        \u003cp class=\"ib-p\"\u003e\n          It is a set of product lines housed inside an \u003cstrong\u003eouter recirculation tube\u003c\/strong\u003e through which cold water circulates, driven by a \u003cstrong\u003ecooler with agitator pump\u003c\/strong\u003e. This system creates a cold environment around the beverage lines, helping to maintain the temperature along the run between the cooler and the tap.\n        \u003c\/p\u003e\n        \u003cp class=\"ib-p\"\u003e\n          Used especially when you want a simple, effective solution focused on very cold-served beverages.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-card\"\u003e\n        \u003ch3 class=\"ib-h3\"\u003eKey information before buying\u003c\/h3\u003e\n        \u003cul class=\"ib-list\"\u003e\n          \u003cli\u003eSold \u003cstrong\u003eby the metre\u003c\/strong\u003e; each unit equals 1 metre.\u003c\/li\u003e\n          \u003cli\u003eLa bobina completa habitual es de \u003cstrong\u003e50 metros\u003c\/strong\u003e.\u003c\/li\u003e\n          \u003cli\u003eAvailable for \u003cstrong\u003e1 or 2 products\u003c\/strong\u003e.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eDoes not include the end cap for the irrigation tube\u003c\/strong\u003e.\u003c\/li\u003e\n          \u003cli\u003eRequires a \u003cstrong\u003ecooling machine with agitator pump\u003c\/strong\u003e that circulates water.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"ib-section ib-card\"\u003e\n      \u003ch2 class=\"ib-h2\"\u003eTechnical features of the bath python\u003c\/h2\u003e\n      \u003cdiv class=\"ib-table-wrap\"\u003e\n        \u003ctable class=\"ib-table\" role=\"table\" aria-label=\"Características técnicas del pitón de baño\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eConcepto\u003c\/th\u003e\n              \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eProduct type\u003c\/td\u003e\n              \u003ctd\u003e\u003cstrong\u003eBath or flooded python\u003c\/strong\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eApplication\u003c\/td\u003e\n              \u003ctd\u003eDispensing chilled beverages on tap\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eVisible configurations\u003c\/td\u003e\n              \u003ctd\u003e1 product \/ 2 products\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eProduct line\u003c\/td\u003e\n              \u003ctd\u003e\u003cstrong\u003e3\/8\" beer line\u003c\/strong\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eOuter recirculation tube\u003c\/td\u003e\n              \u003ctd\u003e\u003cstrong\u003e22 x 26 mm\u003c\/strong\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eInner irrigation tube\u003c\/td\u003e\n              \u003ctd\u003e\u003cstrong\u003e7 x 10 mm\u003c\/strong\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eInsulation\u003c\/td\u003e\n              \u003ctd\u003e\u003cstrong\u003e13 mm Armaflex thickness\u003c\/strong\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSales format\u003c\/td\u003e\n              \u003ctd\u003ePer metre\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eStandard coil\u003c\/td\u003e\n              \u003ctd\u003e50 m\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"ib-section ib-grid\"\u003e\n      \u003cdiv class=\"ib-card\"\u003e\n        \u003ch2 class=\"ib-h2\"\u003eAdvantages of the flooded python\u003c\/h2\u003e\n        \u003cul class=\"ib-list\"\u003e\n          \u003cli\u003eHelps keep the beverage at a low temperature along the run.\u003c\/li\u003e\n          \u003cli\u003ePractical solution for bars, restaurants, events and temporary setups.\u003c\/li\u003e\n          \u003cli\u003eA good option for compact systems with 1 or 2 lines.\u003c\/li\u003e\n          \u003cli\u003eIt contributes to a more consistent, professional service.\u003c\/li\u003e\n          \u003cli\u003eCompatible with beer and other chilled beverage installations.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-card\"\u003e\n        \u003ch2 class=\"ib-h2\"\u003eTypical applications\u003c\/h2\u003e\n        \u003cul class=\"ib-list\"\u003e\n          \u003cli\u003eBars and restaurants with beer on tap.\u003c\/li\u003e\n          \u003cli\u003eEvents, catering, trade fairs and conferences.\u003c\/li\u003e\n          \u003cli\u003eTemporary service bars.\u003c\/li\u003e\n          \u003cli\u003eCompact installations for very cold beverages.\u003c\/li\u003e\n          \u003cli\u003eProjects where simplicity, efficiency and stable service are required.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"ib-section ib-card\"\u003e\n      \u003ch2 class=\"ib-h2\"\u003eQuick selection guide\u003c\/h2\u003e\n      \u003cdiv class=\"ib-table-wrap\"\u003e\n        \u003ctable class=\"ib-table\" role=\"table\" aria-label=\"Guía rápida de elección de pitón de baño\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eNeed\u003c\/th\u003e\n              \u003cth\u003eIndicative recommendation\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e1 product line\u003c\/td\u003e\n              \u003ctd\u003eCompact bath python for one beverage, ideal for simple installations and specific service points.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e2 product lines\u003c\/td\u003e\n              \u003ctd\u003eSuitable option for two chilled beverages using the same water recirculation system.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eInstallation with recirculated water\u003c\/td\u003e\n              \u003ctd\u003eYou need to have a chiller with an agitator pump that drives the water correctly.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEnd of irrigation closure\u003c\/td\u003e\n              \u003ctd\u003eRemember to add the \u003cstrong\u003eend cap \/ hose stop\u003c\/strong\u003e, as it is not included.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"ib-section ib-card\"\u003e\n      \u003ch2 class=\"ib-h2\"\u003eRecommended accessories\u003c\/h2\u003e\n      \u003cp class=\"ib-p\"\u003e\n        To correctly complete the installation of the bath python, we recommend adding these accessories:\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ib-links\"\u003e\n        \u003ca class=\"ib-linkcard\" href=\"\/en-in\/products\/tapon-tope-manguera\"\u003e\n          \u003cstrong\u003eEnd cap \/ hose stop for python\u003c\/strong\u003e\n          Essential to close the end of the recirculation tube in bath or flooded python installations.\n        \u003c\/a\u003e\n\n        \u003ca class=\"ib-linkcard\" href=\"\/en-in\/products\/abrazadera-acero-inoxidable-oreja-tubo-dispensacion\"\u003e\n          \u003cstrong\u003eOne-ear stainless steel clamp\u003c\/strong\u003e\n          Recommended for correctly securing tube connections in beverage dispensing systems.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ib-note\"\u003e\n        Before ordering clamps or fittings, it’s a good idea to check the exact tube size and the type of assembly used in the installation.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"ib-section ib-card ib-faq\"\u003e\n      \u003ch2 class=\"ib-h2\"\u003eFrequently asked questions about the bath python\u003c\/h2\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat’s the difference between a bath python and a contact python?\u003c\/summary\u003e\n        \u003cp\u003e\n          The bath or flooded python works with the product lines inside an outer tube with cold water recirculation, while the contact python groups product and water lines in an insulated bundle where both circulate in thermal contact.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it include the end cap for the recirculation tube?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. This product does not include the end cap for the irrigation tube, so it should be added separately to complete the installation.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e¿Se vende por metros?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. Each unit represents one metre. The standard full coil is 50 metres.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many lines is it suitable for?\u003c\/summary\u003e\n        \u003cp\u003e\n          In the configuration currently shown, the bath python is designed for 1 or 2 products.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I need a chiller?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. You need a cooler with an agitator pump to drive the recirculation water so that the system works properly.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it only for beer?\u003c\/summary\u003e\n        \u003cp\u003e\n          Not necessarily. Although it is very common in beer, it can also be used for other chilled beverages on tap depending on the system design.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"ib-section ib-cta\"\u003e\n      \u003ch2 class=\"ib-h2\"\u003eTechnical advice for your installation\u003c\/h2\u003e\n      \u003cp class=\"ib-p\"\u003e\n        At \u003cstrong\u003eInstall Beer\u003c\/strong\u003e we help you choose the right python type according to the number of lines, the distance, the cooler and the accessories needed to complete the installation safely and with good performance.\n      \u003c\/p\u003e\n      \u003cul class=\"ib-list\"\u003e\n        \u003cli\u003eSupport for bars, restaurants, events and professional projects.\u003c\/li\u003e\n        \u003cli\u003eHelp to combine pythons, taps, coolers and mounting accessories.\u003c\/li\u003e\n        \u003cli\u003eSolutions for beer and other beverages chilled on tap.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"ib-btns\"\u003e\n        \u003ca class=\"ib-btn\" href=\"\/en-in\/pages\/contacto\"\u003eSolicitar asesoramiento técnico\u003c\/a\u003e\n        \u003ca class=\"ib-btn ib-btn-alt\" href=\"\/en-in\/collections\/tubo-alimentario-dispensacion-bebidas\"\u003eVer más tubo alimentario\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Tubing Food","offers":[{"title":"1 product \/ meter","offer_id":573464137,"sku":"IB0422","price":1400.0,"currency_code":"INR","in_stock":true},{"title":"2 products \/ meter","offer_id":662206477,"sku":"IB0423","price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0339\/9513\/files\/piton-inundacion-detalle.webp?v=1775826903","url":"https:\/\/installbeer.com\/en-in\/products\/spout-bath","provider":"Install Beer","version":"1.0","type":"link"}