{"product_id":"clesana-x1-procharge","title":"Clesana X1 ProCharge","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* Author: Kenton Jones *\/\n.cd-pdp-wrapper {\n    font-family: inherit;\n    line-height: 1.4;\n    color: #334155;\n    width: 100%;\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 0;\n    box-sizing: border-box;\n}\n.cd-pdp-wrapper h1 {\n    text-align: center;\n    margin-bottom: 2px;\n    font-weight: 900;\n    color: #0f172a;\n}\n.cd-origin-tag {\n    text-align: center;\n    text-transform: uppercase;\n    font-weight: bold;\n    letter-spacing: 2px;\n    margin-bottom: 10px;\n    display: block;\n    color: #be185d;\n}\n.cd-pdp-wrapper h2 {\n    border-bottom: 2px solid #be185d;\n    padding-bottom: 4px;\n    margin-top: 15px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 800;\n    color: #0f172a;\n}\n\/* --- Animated Feature Banner --- *\/\n.cd-procharge-banner {\n    background: linear-gradient(135deg, #fdf2f8 0%, #f1f5f9 100%);\n    color: #0f172a;\n    border-radius: 24px;\n    padding: 25px 20px;\n    text-align: center;\n    margin: 15px 0;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);\n    border: 1px solid #fce7f3;\n}\n.cd-procharge-banner::before {\n    content: \"\";\n    position: absolute;\n    top: -50%; left: -50%;\n    width: 200%; height: 200%;\n    background: radial-gradient(circle, rgba(190, 24, 93, 0.05) 0%, transparent 70%);\n    animation: procharge-glow 8s infinite alternate ease-in-out;\n    pointer-events: none;\n}\n@keyframes procharge-glow {\n    0% { transform: translate(-5%, -5%); opacity: 0.3; }\n    100% { transform: translate(5%, 5%); opacity: 0.6; }\n}\n.cd-procharge-icon {\n    margin-bottom: 10px;\n    display: flex;\n    justify-content: center;\n    position: relative;\n    z-index: 2;\n}\n.cd-battery-pulse {\n    animation: battery-pulse 2s infinite ease-in-out;\n    color: #be185d;\n}\n@keyframes battery-pulse {\n    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(190, 24, 93, 0.1)); }\n    50% { transform: scale(1.05); filter: drop-shadow(0 0 8px rgba(190, 24, 93, 0.3)); }\n}\n.cd-procharge-banner h3 {\n    color: #0f172a;\n    margin: 0 0 8px 0;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    position: relative;\n    z-index: 2;\n}\n.cd-procharge-banner p {\n    margin: 0;\n    color: #475569;\n    max-width: 750px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n    line-height: 1.5;\n}\n\/* --- Content Layout --- *\/\n.cd-expertise-row {\n    background: white;\n    border: 1px solid #e2e8f0;\n    border-radius: 24px;\n    margin: 15px 0;\n    overflow: hidden;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: stretch;\n}\n.cd-expertise-text-container {\n    flex: 1 1 300px;\n    padding: 25px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n.cd-expertise-img-container {\n    flex: 0 0 auto;\n    background: #f8fafc;\n    padding: 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-left: 1px solid #e2e8f0;\n    min-width: 300px;\n}\n.cd-expertise-img-container img {\n    width: 100%;\n    max-width: 340px;\n    height: auto;\n    display: block;\n    border-radius: 12px;\n}\n\/* --- Feature Grid --- *\/\n.cd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin: 10px 0;\n}\n.cd-feature-card {\n    background: rgba(15, 23, 42, 0.02);\n    padding: 15px 20px;\n    border-radius: 16px;\n    border-left: 4px solid #be185d;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n.cd-feature-card strong {\n    display: block;\n    margin-bottom: 2px;\n    text-transform: uppercase;\n    color: #be185d;\n}\n.cd-feature-card p {\n    margin: 0;\n    line-height: 1.4;\n    color: #475569;\n}\n.cd-feature-card.support-item {\n    background: #fff7ed;\n    border-color: #fb8c00;\n    text-align: center;\n    align-items: center;\n    justify-content: center;\n}\n.cd-feature-card.support-item strong {\n    color: #c2410c;\n    margin-top: 5px;\n}\n.cd-feature-card.support-item a {\n    color: #0f172a !important;\n    font-weight: 900;\n    text-decoration: none;\n    display: block;\n    margin-top: 2px;\n}\n\/* --- Data Tables --- *\/\n.cd-table-container {\n    display: grid;\n    grid-template-columns: 1fr 1.2fr;\n    gap: 12px;\n    margin: 15px 0;\n}\n.cd-data-box {\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    background: white;\n    overflow: hidden;\n}\n.cd-data-header {\n    background: #f8fafc;\n    padding: 10px 15px;\n    font-weight: 800;\n    border-bottom: 1px solid #e2e8f0;\n    text-transform: uppercase;\n    color: #0f172a;\n}\n.cd-data-list {\n    padding: 12px;\n    margin: 0;\n    list-style: none !important;\n}\n.cd-data-list li {\n    margin-bottom: 4px;\n    padding-left: 15px;\n    position: relative;\n    list-style: none !important;\n}\n.cd-data-list li::before {\n    content: \"•\";\n    color: #be185d;\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n}\n.cd-spec-row {\n    display: flex;\n    justify-content: space-between;\n    padding: 8px 15px;\n    border-bottom: 1px solid #f1f5f9;\n}\n.cd-spec-row:last-child {\n    border-bottom: 0;\n}\n.cd-spec-label {\n    font-weight: bold;\n    color: #64748b;\n}\n.cd-spec-value {\n    font-weight: 700;\n    color: #0f172a;\n    text-align: right;\n}\n@media (max-width: 900px) {\n    .cd-table-container { grid-template-columns: 1fr; }\n    .cd-expertise-row { flex-direction: column; }\n    .cd-expertise-text-container { padding: 20px; text-align: center; }\n    .cd-expertise-img-container { border-left: 0; border-top: 1px solid #e2e8f0; min-width: auto; }\n}\n@media (max-width: 768px) {\n    .cd-feature-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"cd-pdp-wrapper\"\u003e\n    \u003ch1\u003eClesana X1 ProCharge Sealing Toilet\u003c\/h1\u003e\n    \u003cspan class=\"cd-origin-tag\"\u003eThe \"Always Ready\" Mobile Toilet | Swiss Made\u003c\/span\u003e\n    \n    \u003csection\u003e\n        \u003cp style=\"margin-bottom: 10px;\"\u003eThe \u003cstrong\u003eClesana X1 ProCharge\u003c\/strong\u003e is a revolutionary solution for off-grid living, combining medical-grade sanitation with advanced power management. While providing the same 100% odor-free experience as the X1, the ProCharge model ensures your backup power is always maintained by charging while connected to your vehicle.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"cd-procharge-banner\"\u003e\n        \u003cdiv class=\"cd-procharge-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"44\" width=\"44\" class=\"cd-battery-pulse\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"10\" width=\"16\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"13\" x2=\"22\" y1=\"11\" x1=\"22\"\u003e\u003c\/line\u003e\u003cpath d=\"M7 12h4\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 10v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eIntegrated Smart Charging\u003c\/h3\u003e\n        \u003cp\u003eExperience total peace of mind. The ProCharge version features a built-in charging system for Einhell Power X-Change batteries. Your backup battery charges automatically whenever connected to 12V or 24V power, so you're always ready for your next adventure.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-expertise-row\"\u003e\n        \u003cdiv class=\"cd-expertise-text-container\"\u003e\n            \u003cspan style=\"font-weight: 800; color: #64748b; text-transform: uppercase; letter-spacing: 1.5px; display: block; margin-bottom: 2px;\"\u003eSafe. Sanitary. Independent.\u003c\/span\u003e\n            \u003ch2\u003eAutomatic Sealing System\u003c\/h2\u003e\n            \u003cp style=\"color: #475569; margin: 0;\"\u003eThe patented telescopic mechanism ensures the unit remains compact for travel while providing a residential seat height when extended. Ready to use in seconds without water or chemicals.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-expertise-img-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/05_Clesana-X1_1800x1800_1800x1800_3fc6ce7e-10f3-439d-a40d-1ed78a30caf4.jpg?v=1773756930\" alt=\"Clesana X1 ProCharge Interior View\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-feature-grid\"\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003eSeamless Charging\u003c\/strong\u003e\n            \u003cp\u003eCharges your backup battery while the unit is plugged into your van or cabin power.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003e100% Odor Proof\u003c\/strong\u003e\n            \u003cp\u003eHigh-barrier film liners ensure zero smells escape into your living space.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003eZero Winterization\u003c\/strong\u003e\n            \u003cp\u003eNo water means no worry about freezing pipes or complex winter storage prep.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card support-item\"\u003e\n            \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#fb8c00\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.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            \u003cstrong\u003eQuestions? Call Us!\u003c\/strong\u003e\u003ca href=\"tel:1-844-603-4743\"\u003e1-844-603-4743\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-table-container\"\u003e\n        \u003cdiv class=\"cd-data-box\"\u003e\n            \u003cdiv class=\"cd-data-header\"\u003eContents Included\u003c\/div\u003e\n            \u003cul class=\"cd-data-list\"\u003e\n                \u003cli\u003e1x Clesana X1 ProCharge Unit\u003c\/li\u003e\n                \u003cli\u003e1x 12V \/ 24V Vehicle Plug\u003c\/li\u003e\n                \u003cli\u003e1x AC Power Adapter\u003c\/li\u003e\n                \u003cli\u003e1x High-Barrier Film Liner\u003c\/li\u003e\n                \u003cli\u003e1x Pack of Super-Absorber\u003c\/li\u003e\n                \u003cli\u003eUser Manual \u0026amp; Quick Start Guide\u003c\/li\u003e\n                \u003cli style=\"font-style: italic; color: #64748b; margin-top: 5px;\"\u003eEinhell 18V Battery not included.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-data-box\"\u003e\n            \u003cdiv class=\"cd-data-header\"\u003eTechnical Specifications\u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003eSupply Voltage\u003c\/span\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e11 - 28 V\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003eMax Current Draw\u003c\/span\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e10 A\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003eCharging Support\u003c\/span\u003e\n                \u003cspan class=\"cd-spec-value\"\u003eEinhell Power X-Change\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003eEnergy per Seal\u003c\/span\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e2.0 Wh\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003eNet Weight\u003c\/span\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e11.5 kg\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003eFolded Dimensions\u003c\/span\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e302 x 344 x 384 mm\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003eSeat Height\u003c\/span\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e407 mm\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; font-style: italic; margin-top: 20px; opacity: 0.8;\"\u003eQuality Gear for the Great Indoors \u0026amp; Out.\u003cbr\u003e\u003cstrong\u003eThe Cabin Depot Ltd.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Clesana","offers":[{"title":"Default Title","offer_id":46720244285602,"sku":"EU-10010040","price":1749.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/Clesana_X1_ProCharge_coming_soon.png?v=1775050660","url":"https:\/\/thecabindepot.com\/products\/clesana-x1-procharge","provider":"The Cabin Depot","version":"1.0","type":"link"}