{"product_id":"clesana-x1","title":"Clesana X1","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 800;\n    color: #0f172a;\n}\n\/* --- Video Gallery --- *\/\n.cd-video-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin: 10px 0;\n}\n.cd-video-item {\n    background: #0f172a;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n}\n.cd-video-item iframe {\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    border: 0;\n    display: block;\n}\n.cd-video-label {\n    background: #1e293b;\n    color: #ffffff;\n    padding: 4px 8px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-align: center;\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-text-container h2 {\n    margin-top: 5px;\n    margin-bottom: 10px;\n    border-bottom: 0;\n    font-weight: 800;\n    color: #0f172a;\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    position: relative;\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;\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.3;\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-video-grid { grid-template-columns: 1fr; gap: 6px; }\n    .cd-video-item { width: 95%; margin: 0 auto; }\n    .cd-feature-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cd-pdp-wrapper\"\u003e\n\u003ch1\u003eClesana X1 Portable Sealing Toilet\u003c\/h1\u003e\n\u003cspan class=\"cd-origin-tag\"\u003eThe Mobile Sealing Toilet | Swiss Made\u003c\/span\u003e\n\u003csection\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eThe \u003cstrong\u003eClesana X1\u003c\/strong\u003e is the ultimate solution for off-grid sanitation. Engineered for mobile vans, cabins, and tiny homes, it automatically seals waste securely in high-barrier medical film. This autonomous, hygienic system provides the comfort of a residential bathroom without the need for water, chemicals, or messy dump stations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Video Demonstrations --\u003e\n\u003cdiv class=\"cd-video-grid\"\u003e\n\u003cdiv class=\"cd-video-item\"\u003e\n\u003cdiv class=\"cd-video-label\"\u003eIntroduction\u003c\/div\u003e\n\u003ciframe title=\"Clesana Introduction\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/JVJYEo5c1CQ\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-video-item\"\u003e\n\u003cdiv class=\"cd-video-label\"\u003eCustomer Review\u003c\/div\u003e\n\u003ciframe title=\"Customer Review\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/Jo10ivorqE0\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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;\"\u003eReady to use in seconds. The patented telescopic mechanism ensures a minimal pack size for travel while providing a residential seat height when extended. No water or chemicals required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-expertise-img-container\"\u003e\u003cimg alt=\"Clesana X1 Sealing Toilet Interior\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/05_Clesana-X1_1800x1800_1800x1800_3fc6ce7e-10f3-439d-a40d-1ed78a30caf4.jpg?v=1773756930\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eMinimal Pack Size\u003c\/strong\u003e\n\u003cp\u003eInnovative folding design makes it a space-saving miracle for any vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eFlexible Power\u003c\/strong\u003e\n\u003cp\u003eOperates on 12V\/24V, 110V-240V, or an 18V rechargeable battery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eZero Odor\u003c\/strong\u003e\n\u003cp\u003eHigh-barrier medical film hermetically seals every use for odor-proof disposal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card support-item\"\u003e\n\u003csvg stroke=\"#fb8c00\" stroke-width=\"2.5\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\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 \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\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 Unit\u003c\/li\u003e\n\u003cli\u003e1x 12V \/ 24V Vehicle Plug\u003c\/li\u003e\n\u003cli\u003e1x AC Power Adapter (100V-240V)\u003c\/li\u003e\n\u003cli\u003e1x High-Barrier Film Liner X1\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 \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 \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\"\u003eStandby Power\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e140 mW (12V)\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 \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 \u003cspan class=\"cd-spec-value\"\u003e11.3 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 \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 \u003cspan class=\"cd-spec-value\"\u003e407 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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":46720244088994,"sku":"EU-10010030","price":1599.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/03_Clesana-X1-grau_1800x1800_1800x1800_f89524c6-f57a-4e26-8f02-855165bd6f22.jpg?v=1775050657","url":"https:\/\/thecabindepot.com\/products\/clesana-x1","provider":"The Cabin Depot","version":"1.0","type":"link"}