{"product_id":"high-output-propane-weed-burner","title":"High Output Propane Weed Burner","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：户外工具（长柄除草火焰喷枪）\n目标受众：房主、园艺爱好者、需要维护庭院\/车道的人群，注重效率和身体舒适度（不想弯腰）。\n视觉风格：专业、坚固、高效。配色强调金属质感（银\/灰）加上火焰的暖色点缀（橙\/蓝）。\n配色策略：\n--primary: #FF6B00 (火焰橙，用于强调)\n--text-main: #222222 (深灰主文本)\n--text-sub: #555555 (次要文本)\n--bg-soft: #F4F4F6 (浅灰背景，营造工具感)\n模块顺序：\n1. Hero: 强调核心痛点解决——站立除草，不伤腰背。(使用场景图)\n2. Feature 1: 聚焦操作便捷性——人体工学手柄、一键点火、长杆设计。(使用细节图)\n3. Feature 2: 展示核心威力——高温火焰瞬间灭草。(使用效果对比图)\n4. Feature 3: 扩展使用场景——多用途展示(烧烤、融冰等)。(多场景拼图)\n5. Specifications: 明确规格和重要提示(不含气罐)。(使用规格图辅助)\n6. FAQ: 解决常见疑虑。\n详情图映射：\nHero = detail_3 (选中上半部分，展示站立使用的正确姿态)\nFeature 1 = detail_5 (展示手柄、点火器、接口细节)\nFeature 2 = detail_2 (展示火焰威力和除草前后对比)\nFeature 3 = detail_4 (展示四个不同应用场景)\n规格图映射：Specs = spec_1 (用于提取尺寸和接口信息)\n对比模块：未单独加入，已整合在 Feature 2 中展示 Before\/After。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #FF6B00;\n    --primary-hover: #E65A00;\n    --text-main: #222222;\n    --text-sub: #555555;\n    --bg-body: #ffffff;\n    --bg-card: #ffffff;\n    --bg-soft: #F4F4F6;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --shadow-lg: 0 8px 24px rgba(0,0,0,0.08);\n    --border-color: #E0E0E0;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5vw, 4rem) 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 700;\n    margin-bottom: 1rem;\n  }\n  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n  }\n  .product-detail-container p {\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n  .product-detail-container .intro-text {\n    font-size: clamp(18px, 2vw, 20px);\n    max-width: 800px;\n    margin: 0 auto 2rem;\n  }\n\n  \/* Layout \u0026 Components *\/\n  .pd-section {\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n  }\n  .pd-intro {\n    text-align: center;\n  }\n  .pd-trust-badge {\n    display: inline-block;\n    padding: 0.5rem 1rem;\n    background: var(--bg-soft);\n    border-radius: 50px;\n    font-weight: 600;\n    font-size: 16px;\n    margin-bottom: 1.5rem;\n    color: var(--text-main);\n  }\n\n  \/* Images *\/\n  .pd-image-wrapper {\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n  .pd-image-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n  \/* Placeholder Style *\/\n  .pd-image-placeholder {\n    width: 100%;\n    background-color: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-family: monospace;\n    font-size: 18px;\n    padding: 2rem;\n    box-sizing: border-box;\n  }\n  .hero-placeholder {\n    aspect-ratio: 16\/9;\n  }\n  .feature-placeholder {\n    aspect-ratio: 4\/3;\n  }\n  .spec-placeholder {\n    aspect-ratio: 1\/1;\n  }\n\n  \/* Feature Sections *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 4vw, 4rem);\n    align-items: center;\n  }\n  .feature-copy {\n    flex: 1;\n  }\n  .feature-media {\n    flex: 1;\n    width: 100%;\n  }\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1rem;\n  }\n  .pd-tag {\n    background: var(--bg-soft);\n    padding: 0.4rem 0.8rem;\n    border-radius: 4px;\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  \/* Desktop Layout *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n  }\n\n  \/* Specifications *\/\n  .specs-container {\n    background: var(--bg-soft);\n    padding: clamp(1.5rem, 3vw, 3rem);\n    border-radius: var(--radius-lg);\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n  }\n  .specs-content {\n    flex: 1;\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1rem;\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n  .specs-table th, .specs-table td {\n    padding: 1rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .specs-table th {\n    background: rgba(0,0,0,0.02);\n    font-weight: 600;\n    width: 40%;\n  }\n  .specs-table tr:last-child td, .specs-table tr:last-child th {\n    border-bottom: none;\n  }\n  .important-note {\n    margin-top: 1rem;\n    padding: 1rem;\n    background: rgba(255, 107, 0, 0.1);\n    border-radius: var(--radius-md);\n    font-weight: 600;\n    color: #D84A00;\n  }\n\n  \/* Specs Mobile *\/\n  @media (min-width: 768px) {\n    .specs-container {\n      flex-direction: row;\n      align-items: flex-start;\n    }\n    .specs-media {\n        flex: 1;\n        max-width: 400px;\n    }\n  }\n  @media (max-width: 767px) {\n    .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead { display: none; }\n    .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      text-align: right;\n      padding: 0.75rem 1rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      text-align: left;\n      padding-right: 1rem;\n      color: var(--text-main);\n    }\n    .specs-table td:last-child { border-bottom: none; }\n  }\n\n  \/* FAQ *\/\n  .faq-list {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  .faq-item {\n    margin-bottom: 1.5rem;\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 1.5rem;\n  }\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n  .faq-question {\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    display: flex;\n    align-items: center;\n  }\n  .faq-question::before {\n    content: \"Q.\";\n    color: var(--primary);\n    margin-right: 0.5rem;\n    font-weight: 800;\n  }\n  .faq-answer {\n    margin-bottom: 0;\n    padding-left: 1.5rem;\n  }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-intro\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003eDesigned for Ergonomic Outdoor Maintenance\u003c\/span\u003e\n\u003ch1\u003eThe Smarter Way to Weed: Stand Up \u0026amp; Torch It\u003c\/h1\u003e\n\n\u003cp class=\"intro-text\"\u003eEradicate weeds instantly without bending, kneeling, or using harsh chemicals. The 37-inch extended reach saves your back while delivering powerful heat precisely where you need it.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-image-placeholder hero-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610101829\/38ba13280033141e3af9d7c8187117b7.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=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-image-placeholder feature-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610101829\/c5a7a54ffa98103859565f93aa92fa44.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\u003ch2\u003eEngineered for Comfort and Ease\u003c\/h2\u003e\n\n\u003cp\u003eForget the hassle of matches or lighters. The ergonomic handle features a built-in push-button piezoelectric igniter for instant, reliable starts every time. The lightweight design and 37-inch length keep you upright and at a comfortable distance from the flame, significantly reducing back strain during extended use.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003ePush-Button Ignition\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eErgonomic Grip\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e37\" Extended Reach\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-image-placeholder feature-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610101829\/faa35d19d8fe7642083e25245772650c.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\u003ch2\u003eInstant, Chemical-Free Destruction\u003c\/h2\u003e\n\n\u003cp\u003eThe large diameter steel nozzle generates a powerful, intense blue flame that bursts weed cell walls on contact. It is the fastest, most environmentally friendly way to clear driveways, patios, stone paths, and garden beds without using toxic chemicals. An adjustable valve lets you control the flame intensity for different tasks.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eIntense Blue Flame\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHigh-Heat Steel Nozzle\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAdjustable Power\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-image-placeholder feature-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610101829\/e3e1aed9c7e9dc36ea2be2b71ec4f2fd.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\u003ch2\u003eYour Versatile Year-Round Tool\u003c\/h2\u003e\n\n\u003cp\u003eThis torch isn't just for summer weeding. It's a multi-purpose utility tool perfectly suited for safely lighting charcoal grills or fire pits in seconds, melting dangerous ice patches on steps in winter, or for other high-heat applications around the home and workshop.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eCharcoal Starter\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eIce Melter\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAll-Season Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eSpecifications \u0026amp; Details\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"specs-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv class=\"pd-image-placeholder spec-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610101829\/e80ce19b97ee2b957e0445482c642fc5.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=\"specs-content\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003eApprox. 37 inches (94 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Burner Nozzle Length\"\u003e4 inches (10.16 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Primary Materials\"\u003eStainless Steel, Brass, Composite Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Connector Type\"\u003eBrass CGA600 (Standard US)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ignition Type\"\u003eBuilt-in Push-Button Piezoelectric\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cdiv class=\"important-note\"\u003e⚠️ NOTE: Propane cylinder tank is NOT included. Compatible with standard propane cylinders with CGA600 connection.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat type of gas tank do I need for this torch?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis torch is designed to connect directly to standard US propane cylinders (like those used for camping or small grills) that feature a CGA600 connection fitting. The tank is sold separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo I need a separate lighter to start it?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The torch features a convenient, built-in push-button piezoelectric igniter near the handle, allowing you to start the flame safely and instantly with one hand.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it safe to use on paving stones or concrete?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The high heat is designed to kill weeds quickly with short bursts. It is generally safe for use on pavers, concrete driveways, and stone paths. Always ensure there are no flammable materials nearby before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"Default Title","offer_id":57812131446944,"sku":"0610-16454567","price":56.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/38ba13280033141e3af9d7c8187117b7.jpg?v=1781058564","url":"https:\/\/cartivra.com\/products\/high-output-propane-weed-burner","provider":"Cartivra","version":"1.0","type":"link"}