{"product_id":"hose-free-gas-refill-adapter","title":"Hose-Free Gas Refill Adapter","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Gas Cylinder Refill Adapter \/ Outdoor Hardware\nTarget Audience: Outdoor enthusiasts, campers, hikers, DIY users\nVisual Style: Industrial, Rugged, Reliable, Professional\nColor Strategy: Industrial Slate (--primary) for technical feel, Safety Orange (--accent) for outdoor\/hazard cues\nShape Strategy: Radius 6px (Masculine, sturdy, functional, hardware-oriented)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 ~40px, Body ~18px, robust line height)\nMobile Table Strategy: Card-based (No horizontal scroll, fully flexed properties)\nImage Mapping: Hero=image_1, Efficiency=image_2, Durability=image_3, Portability=image_4, Safety=image_5\n--\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 25,000+ Campers \u0026amp; Explorers\u003c\/div\u003e\n\n\u003ch1\u003eDirect \u0026amp; Fast Canister Refills, Anywhere You Go\u003c\/h1\u003e\n\n\u003ch2\u003eSkip the bulky hoses. Refill your camping stoves instantly safely with our premium solid-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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/1a411ce43957682154e0f38de14e4089.jpg?v=1773995306\" style=\"display: initial; width: 800px; height: 800px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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\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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eZero Extra Pipelines\u003c\/div\u003e\n\n\u003ch3\u003eDirect Cylinder Connection\u003c\/h3\u003e\n\n\u003cp\u003eForget about carrying complex pipelines and messy adapter kits. This valve connects directly to your main cylinder, streamlining the entire inflation process. Fill up your standard butane canisters in seconds, saving your 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\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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eIndustrial Grade\u003c\/div\u003e\n\n\u003ch3\u003eBuilt to Survive the Wild\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from a heavy-duty blend of copper, zinc alloy, and high-strength iron. This adapter boasts incredible compressive strength and rugged durability. It won't crack under pressure, warp in extreme weather, or rust out 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\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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eUltra-Portable\u003c\/div\u003e\n\n\u003ch3\u003ePocket-Sized Power\u003c\/h3\u003e\n\n\u003cp\u003eWeighing practically nothing, this compact powerhouse easily slips into your pocket, survival kit, or hiking backpack. It is the ultimate lightweight convenience companion for outdoor travel, off-grid 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\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\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 worry about over-pressurizing your canisters again. The built-in adjustable control valve lets you dictate the exact refilling speed. Easily dial it back to avoid damage to your equipment caused by 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\u003eSpecification\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, Heavy-duty Iron\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\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=\"Specification\"\u003e\u003cspan\u003eUltra-lightweight 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=\"Specification\"\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=\"Specification\"\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 Canisters\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\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 any extra hoses to make this work?\u003c\/div\u003e\n\n\u003cp\u003eNo extra hoses or pipelines are required. This adapter is specifically engineered for direct connection between your main supply cylinder and your butane canister, making the process much faster and easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow do I prevent my canister from overfilling?\u003c\/div\u003e\n\n\u003cp\u003eThe unit features an integrated Adjustable Control Valve. You can easily twist the knob to regulate the flow speed, ensuring a safe, controlled refill that protects your canister from excessive pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs this safe to keep 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 compressive strength. It will withstand heavy drops, crushing pressure inside a pack, and tough outdoor environments without breaking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🏕️ 1-Pack (Standard)","offer_id":45361060315327,"sku":"0327-14433229","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Pack (Save 20%)","offer_id":45361060348095,"sku":"0327-14436705","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🎒 3-Pack (Save 30%)","offer_id":45361060380863,"sku":"0327-14430603","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/590bc3686f4fe2d03694c6aae44fd303.jpg?v=1773995306","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/hose-free-gas-refill-adapter","provider":"Bak","version":"1.0","type":"link"}