{"product_id":"schlauchfreier-gas-nachflladapter","title":"Hose-Free Gas Refill Adapter Karnz","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System *\/\n    .product-detail-container {\n      --primary: #2c3e50;\n      --accent: #e67e22;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --border-color: #e2e8f0;\n      --radius: 6px;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 800;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      margin: 0 0 1.5rem 0;\n      font-weight: 700;\n      color: var(--primary);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      margin: 0 0 1rem 0;\n      font-weight: 600;\n    }\n\n    .product-detail-container p, \n    .product-detail-container li {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1rem 0;\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .detail-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Image Protocol *\/\n    .product-image-wrapper {\n      width: 100%;\n      background: var(--bg-card);\n      border-radius: var(--radius);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border: 1px dashed #cbd5e1;\n    }\n    \n    .product-image-wrapper img,\n    .product-image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n    \n    .product-image-placeholder {\n      aspect-ratio: 4\/3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.2rem;\n      color: #64748b;\n      font-weight: bold;\n    }\n\n    \/* Non-clickable Badge *\/\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--bg-card);\n      color: var(--primary);\n      padding: 0.6rem 1.2rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 2rem;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 3rem);\n    }\n    .hero-image {\n      margin-top: 2rem;\n    }\n\n    \/* Feature Z-Pattern \u0026 Mobile Stack *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first stack *\/\n      gap: 2rem;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n    .feature-media {\n      order: 1; \/* Image always on top for mobile *\/\n    }\n    .feature-copy {\n      order: 2; \/* Text always below image for mobile *\/\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    \n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 4rem;\n        align-items: center;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      \/* Z-Pattern logic *\/\n      .feature-item:nth-child(even) .feature-copy {\n        order: 1;\n      }\n      .feature-item:nth-child(even) .feature-media {\n        order: 2;\n      }\n    }\n\n    \/* Specs Table - Mobile Card View *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n    .specs-table th, .specs-table td {\n      padding: 1.2rem;\n      font-size: clamp(16px, 1.8vw, 18px);\n    }\n    .specs-table th {\n      background: #e2e8f0;\n      color: var(--primary);\n      font-weight: 700;\n    }\n    .specs-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n    \n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide headers on mobile *\/\n      }\n      .specs-table tr {\n        background: #ffffff;\n        border-radius: var(--radius);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        border: 1px solid var(--border-color);\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem 0;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        padding-right: 1rem;\n        flex-shrink: 0;\n      }\n      .specs-table td span {\n        text-align: right;\n        color: var(--text-sub);\n      }\n    }\n    \n    @media (min-width: 768px) {\n      .specs-table tr:nth-child(even) {\n        background: #ffffff;\n      }\n      .specs-table td span {\n        display: block;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background: var(--bg-body);\n    }\n    .faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-q {\n      font-size: clamp(20px, 2vw, 22px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.8rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"detail-section hero-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eTrusted by over 25,000 Campers \u0026amp; Explorers\u003c\/div\u003e\n\n\u003ch1\u003eDirect \u0026amp; Fast Cartridge Refills, Wherever You Are\u003c\/h1\u003e\n\n\u003ch2\u003eSkip the bulky hoses. Safely and instantly refill your camping stoves with our premium all-metal valve.\u003c\/h2\u003e\n\n\u003cdiv class=\"product-image-wrapper hero-image\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320162419\/d5057196b48a5df77b000c320c7554c7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-wrapper\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320162419\/8edf7b64b6f88a32ea6c6b78a8987ebc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eNo Extra Hoses\u003c\/div\u003e\n\n\u003ch3\u003eDirect Cylinder Connection\u003c\/h3\u003e\n\n\u003cp\u003eForget carrying complicated hoses and messy adapter kits. This valve connects directly to your main cylinder, streamlining the entire inflation process. Refill your standard butane gas canisters in seconds, saving valuable time and energy for the actual adventure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-wrapper\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320162419\/0714c22d90d44a19858138ad9b289f59.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eIndustrial Grade\u003c\/div\u003e\n\n\u003ch3\u003eBuilt for Wilderness Survival\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from a resilient blend of copper, zinc alloy, and high-strength iron. This adapter offers incredible pressure resistance and robust durability. It won't break under pressure, warp in extreme weather conditions, or rust after a rainy camping trip. It's truly built for sustainable, long-term use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-wrapper\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320162419\/590bc3686f4fe2d03694c6aae44fd303.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eUltra-Portable\u003c\/div\u003e\n\n\u003ch3\u003ePocket-Friendly Power\u003c\/h3\u003e\n\n\u003cp\u003eWeighing next to nothing, this compact powerhouse effortlessly fits into your pocket, survival kit, or backpack. It's the ultimate comfortable companion for outdoor travel, self-sufficient camping, and wilderness cooking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-wrapper\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320162419\/10692cefce689f9334cfaa4cbbb0cc82.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eSafety First\u003c\/div\u003e\n\n\u003ch3\u003eAdjustable Flow Control\u003c\/h3\u003e\n\n\u003cp\u003eNever again worry about over-pressurizing your cartridges. The built-in adjustable control valve allows you to determine the exact refill speed. Simply turn it back to prevent damage to your equipment from excessive, rapid inflation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003csection class=\"detail-section specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecifications\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material Construction\"\u003e\u003cspan\u003eCopper, Zinc Alloy, Robust Iron\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specifications\"\u003e\u003cspan\u003eCorrosion- \u0026amp; Pressure-Resistant\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e\u003cspan\u003eApprox. 55 g \/ 1.9 oz\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specifications\"\u003e\u003cspan\u003eUltra-light for Backpacking\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e\u003cspan\u003e110 mm x 115 mm \/ 4,33 in x 4,53 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specifications\"\u003e\u003cspan\u003ePocket-Friendly Compact Design\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Valve Type\"\u003e\u003cspan\u003eAdjustable Control Valve\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specifications\"\u003e\u003cspan\u003eVariable Flow Rate Protection\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003e\u003cspan\u003eStandard Butane Gas Canisters\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specifications\"\u003e\u003cspan\u003eDirect Cylinder Connection\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"detail-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDo I need extra hoses to make this work?\u003c\/div\u003e\n\n\u003cp\u003eNo additional hoses or lines are required. This adapter is specifically designed for direct connection between your main supply cylinder and your butane gas canister, making the process much faster and simpler.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow do I prevent my cartridge from overfilling?\u003c\/div\u003e\n\n\u003cp\u003eThe device features an integrated adjustable control valve. You can easily turn the knob to regulate the flow rate, ensuring a safe, controlled refill that protects your cartridge from excessive pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs it safe to keep this in my backpack during rough hikes?\u003c\/div\u003e\n\n\u003cp\u003eAbsolutely. Made from solid copper, zinc alloy, and iron materials, it has exceptionally high pressure resistance. It withstands heavy drops, internal backpack pressure, and harsh outdoor conditions without breaking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"🏕️ 1-Pack (Standard)","offer_id":54624150094157,"sku":"sz00207sp07142","price":57.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Pack (Save 20%)","offer_id":54624150126925,"sku":"sz00207sp07142","price":57.95,"currency_code":"USD","in_stock":true},{"title":"🎒 3-Pack (Save 30%)","offer_id":54624150159693,"sku":"sz00207sp07142","price":57.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/7531\/2461\/files\/d5057196b48a5df77b000c320c7554c7.jpg?v=1788164397","url":"https:\/\/acalora.com\/products\/schlauchfreier-gas-nachflladapter","provider":"Acalora","version":"1.0","type":"link"}