{"product_id":"pq2","title":"🔥 Outdoor Season Special🔥Multi-Purpose Weed Torch – Fast Weed Control, BBQ \u0026 Outdoor Use","description":"\u003cstyle\u003e\n  .torch-lander,\n  .torch-lander * {\n    box-sizing: border-box;\n  }\n\n  .torch-lander {\n    --torch-orange: #f97316;\n    --torch-dark-orange: #d95f0b;\n    --torch-yellow: #fbbf24;\n    --torch-dark: #17202a;\n    --torch-text: #26313d;\n    --torch-muted: #64748b;\n    --torch-light: #fff7ed;\n    --torch-border: #fed7aa;\n\n    width: 100%;\n    max-width: 760px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: #ffffff;\n    color: var(--torch-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.5;\n  }\n\n  .torch-lander img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .torch-section {\n    padding: 27px 18px;\n  }\n\n  .torch-section + .torch-section {\n    border-top: 1px solid #edf0f2;\n  }\n\n  .torch-section-orange {\n    background: linear-gradient(180deg, #fffaf5 0%, #fff4e8 100%);\n  }\n\n  .torch-section-gray {\n    background: #f8fafc;\n  }\n\n  .torch-center {\n    text-align: center;\n  }\n\n  .torch-kicker {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 0 8px;\n    padding: 6px 12px;\n    border-radius: 50px;\n    background: #ffedd5;\n    color: #c2410c;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.7px;\n    text-transform: uppercase;\n  }\n\n  .torch-title {\n    max-width: 650px;\n    margin: 0 auto 9px;\n    color: var(--torch-dark);\n    font-size: 29px;\n    font-weight: 900;\n    line-height: 1.16;\n    letter-spacing: -0.5px;\n  }\n\n  .torch-subtitle {\n    max-width: 620px;\n    margin: 0 auto 17px;\n    color: var(--torch-muted);\n    font-size: 16px;\n    font-weight: 500;\n    line-height: 1.55;\n  }\n\n  .torch-highlight {\n    color: var(--torch-dark-orange);\n  }\n\n  .torch-main-image {\n    overflow: hidden;\n    margin: 17px auto 0;\n    border-radius: 15px;\n    box-shadow: 0 8px 22px rgba(28, 34, 40, 0.11);\n  }\n\n  .torch-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .torch-card {\n    padding: 16px 11px;\n    border: 1px solid #e5e7eb;\n    border-radius: 13px;\n    background: #ffffff;\n    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);\n    text-align: center;\n  }\n\n  .torch-card-icon {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .torch-card-title {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--torch-dark);\n    font-size: 14px;\n    font-weight: 900;\n    line-height: 1.25;\n  }\n\n  .torch-card-text {\n    display: block;\n    color: var(--torch-muted);\n    font-size: 12.5px;\n    line-height: 1.4;\n  }\n\n  .torch-solution {\n    position: relative;\n    padding: 30px 18px;\n    overflow: hidden;\n    background:\n      radial-gradient(circle at top right, rgba(249,115,22,0.22), transparent 38%),\n      linear-gradient(145deg, #161d25 0%, #26313d 100%);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .torch-solution .torch-title {\n    color: #ffffff;\n  }\n\n  .torch-solution .torch-subtitle {\n    color: #e5e7eb;\n  }\n\n  .torch-solution-label {\n    display: inline-block;\n    margin-bottom: 9px;\n    padding: 6px 13px;\n    border: 1px solid rgba(251,191,36,0.45);\n    border-radius: 50px;\n    background: rgba(249,115,22,0.17);\n    color: #fbbf24;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n  }\n\n  .torch-gif {\n    max-width: 430px;\n    margin: 17px auto 0;\n    overflow: hidden;\n    border: 3px solid rgba(255,255,255,0.13);\n    border-radius: 16px;\n    box-shadow: 0 10px 26px rgba(0,0,0,0.28);\n  }\n\n  .torch-feature-layout {\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    gap: 19px;\n    align-items: center;\n  }\n\n  .torch-feature-image {\n    overflow: hidden;\n    border-radius: 15px;\n    box-shadow: 0 8px 22px rgba(15,23,42,0.12);\n    text-align: center;\n  }\n\n  .torch-copy-title {\n    margin: 0 0 8px;\n    color: var(--torch-dark);\n    font-size: 26px;\n    font-weight: 900;\n    line-height: 1.18;\n  }\n\n  .torch-copy-text {\n    margin: 0;\n    color: var(--torch-muted);\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .torch-uses {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .torch-use {\n    min-height: 105px;\n    padding: 17px 10px;\n    border: 1px solid var(--torch-border);\n    border-radius: 13px;\n    background: #ffffff;\n    text-align: center;\n  }\n\n  .torch-use-icon {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 27px;\n    line-height: 1;\n  }\n\n  .torch-use-title {\n    color: var(--torch-dark);\n    font-size: 14px;\n    font-weight: 900;\n    line-height: 1.35;\n  }\n\n  .torch-benefits {\n    display: grid;\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .torch-benefit {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 12px;\n    align-items: center;\n    padding: 14px;\n    border: 1px solid #e5e7eb;\n    border-radius: 13px;\n    background: #ffffff;\n    box-shadow: 0 3px 12px rgba(15,23,42,0.05);\n  }\n\n  .torch-benefit-icon {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #fff0e3;\n    font-size: 21px;\n  }\n\n  .torch-benefit-title {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--torch-dark);\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .torch-benefit-text {\n    display: block;\n    color: var(--torch-muted);\n    font-size: 13.5px;\n    line-height: 1.4;\n  }\n\n  .torch-info-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 13px;\n  }\n\n  .torch-info-box {\n    padding: 18px;\n    border: 1px solid #e5e7eb;\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .torch-info-title {\n    margin: 0 0 12px;\n    color: var(--torch-dark-orange);\n    font-size: 17px;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .torch-info-list {\n    display: grid;\n    gap: 7px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    color: #475569;\n    font-size: 14px;\n  }\n\n  .torch-note {\n    margin-top: 13px;\n    padding: 14px 15px;\n    border-left: 4px solid var(--torch-orange);\n    border-radius: 0 10px 10px 0;\n    background: #fff7ed;\n    color: #7c2d12;\n    font-size: 13.5px;\n    line-height: 1.5;\n  }\n\n  .torch-sale {\n    padding: 29px 18px;\n    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);\n    text-align: center;\n  }\n\n  .torch-sale-title {\n    margin: 0 0 7px;\n    color: #c2410c;\n    font-size: 26px;\n    font-weight: 900;\n    line-height: 1.15;\n    text-transform: uppercase;\n  }\n\n  .torch-sale-text {\n    max-width: 600px;\n    margin: 0 auto 18px;\n    color: var(--torch-text);\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.5;\n  }\n\n  .torch-sale-image {\n    overflow: hidden;\n    margin-bottom: 13px;\n    border-radius: 12px;\n  }\n\n  .torch-cta-title {\n    margin: 20px 0 14px;\n    color: var(--torch-dark);\n    font-size: 21px;\n    font-weight: 900;\n    line-height: 1.25;\n    text-transform: uppercase;\n  }\n\n  .torch-trust {\n    padding: 28px 18px;\n    background: #111827;\n    color: #ffffff;\n  }\n\n  .torch-trust-title {\n    margin: 0 0 13px;\n    color: var(--torch-yellow);\n    font-size: 20px;\n    font-weight: 900;\n    text-align: center;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .torch-trust-image {\n    overflow: hidden;\n    margin-bottom: 22px;\n    border-radius: 8px;\n  }\n\n  .torch-shipping-box {\n    margin-bottom: 25px;\n    padding: 14px;\n    border-left: 4px solid var(--torch-yellow);\n    border-radius: 0 8px 8px 0;\n    background: rgba(255,255,255,0.06);\n    color: #f3f4f6;\n    font-size: 14.5px;\n    font-weight: 700;\n    line-height: 1.65;\n  }\n\n  .torch-why-list {\n    display: grid;\n    gap: 8px;\n    margin: 0 0 26px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .torch-why-list li {\n    position: relative;\n    padding: 11px 12px 11px 38px;\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 9px;\n    background: rgba(255,255,255,0.04);\n    color: #f3f4f6;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .torch-why-list li::before {\n    position: absolute;\n    top: 10px;\n    left: 13px;\n    color: #fbbf24;\n    content: \"✓\";\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .torch-guarantees {\n    display: grid;\n    gap: 9px;\n  }\n\n  .torch-guarantee {\n    padding: 14px;\n    border: 1px solid rgba(255,255,255,0.09);\n    border-radius: 9px;\n    background: rgba(255,255,255,0.05);\n    color: #e5e7eb;\n    font-size: 13.5px;\n    line-height: 1.55;\n  }\n\n  .torch-guarantee strong {\n    color: #ffffff;\n  }\n\n  .torch-footer {\n    padding: 34px 18px;\n    background:\n      radial-gradient(circle at top right, rgba(249,115,22,0.30), transparent 40%),\n      linear-gradient(145deg, #1a222c 0%, #111827 100%);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .torch-footer-title {\n    margin: 0 0 10px;\n    color: #ffffff;\n    font-size: 27px;\n    font-weight: 900;\n    line-height: 1.16;\n  }\n\n  .torch-footer-text {\n    max-width: 610px;\n    margin: 0 auto 20px;\n    color: #e5e7eb;\n    font-size: 15.5px;\n    font-weight: 600;\n    line-height: 1.55;\n  }\n\n  .torch-button {\n    display: inline-block;\n    width: 100%;\n    max-width: 520px;\n    padding: 18px 25px;\n    border-radius: 50px;\n    background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);\n    box-shadow: 0 10px 23px rgba(0,0,0,0.35);\n    color: #111827 !important;\n    font-size: 18px;\n    font-weight: 900;\n    letter-spacing: 0.4px;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .torch-button:hover {\n    transform: translateY(-1px);\n  }\n\n  .torch-footer-features {\n    margin: 19px auto 0;\n    padding: 13px;\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 10px;\n    background: rgba(0,0,0,0.20);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  @media (max-width: 600px) {\n    .torch-section {\n      padding: 22px 13px;\n    }\n\n    .torch-title {\n      margin-bottom: 7px;\n      font-size: 24px;\n      line-height: 1.18;\n    }\n\n    .torch-subtitle {\n      margin-bottom: 14px;\n      font-size: 14.5px;\n      line-height: 1.48;\n    }\n\n    .torch-card-grid {\n      grid-template-columns: 1fr;\n      gap: 8px;\n      margin-top: 13px;\n    }\n\n    .torch-card {\n      display: grid;\n      grid-template-columns: 35px 1fr;\n      padding: 12px;\n      text-align: left;\n    }\n\n    .torch-card-icon {\n      grid-row: 1 \/ span 2;\n      margin: 2px 0 0;\n      font-size: 22px;\n    }\n\n    .torch-card-title {\n      font-size: 14px;\n    }\n\n    .torch-card-text {\n      font-size: 12.5px;\n    }\n\n    .torch-solution {\n      padding: 24px 13px;\n    }\n\n    .torch-gif {\n      margin-top: 14px;\n      border-radius: 12px;\n    }\n\n    .torch-feature-layout {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .torch-copy-title {\n      font-size: 23px;\n      text-align: center;\n    }\n\n    .torch-copy-text {\n      font-size: 14px;\n      text-align: center;\n    }\n\n    .torch-uses {\n      gap: 7px;\n      margin-top: 13px;\n    }\n\n    .torch-use {\n      min-height: 98px;\n      padding: 13px 5px;\n    }\n\n    .torch-use-icon {\n      font-size: 23px;\n    }\n\n    .torch-use-title {\n      font-size: 12px;\n    }\n\n    .torch-benefit {\n      grid-template-columns: 38px 1fr;\n      gap: 10px;\n      padding: 12px;\n    }\n\n    .torch-benefit-icon {\n      width: 38px;\n      height: 38px;\n      font-size: 19px;\n    }\n\n    .torch-benefit-title {\n      font-size: 14px;\n    }\n\n    .torch-benefit-text {\n      font-size: 12.5px;\n    }\n\n    .torch-info-grid {\n      grid-template-columns: 1fr;\n      gap: 9px;\n    }\n\n    .torch-info-box {\n      padding: 15px;\n    }\n\n    .torch-sale {\n      padding: 23px 13px;\n    }\n\n    .torch-sale-title {\n      font-size: 23px;\n    }\n\n    .torch-sale-text {\n      font-size: 14px;\n    }\n\n    .torch-trust {\n      padding: 24px 13px;\n    }\n\n    .torch-footer {\n      padding: 29px 14px;\n    }\n\n    .torch-footer-title {\n      font-size: 24px;\n    }\n\n    .torch-footer-text {\n      font-size: 14px;\n    }\n\n    .torch-button {\n      padding: 17px 15px;\n      font-size: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"torch-lander\"\u003e\n\u003c!-- PAIN POINTS --\u003e\n\u003csection class=\"torch-section torch-section-orange torch-center\"\u003e\n\u003cdiv class=\"torch-kicker\"\u003eA Better Way To Control Weeds\u003c\/div\u003e\n\u003ch2 class=\"torch-title\"\u003eYour Weekend Shouldn’t Be Spent \u003cspan class=\"torch-highlight\"\u003ePulling Weeds\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"torch-subtitle\"\u003ePulling weeds by hand is exhausting, slow, and temporary. Chemical sprays can be harsh on your outdoor space. There’s a simpler way.\u003c\/p\u003e\n\u003cdiv class=\"torch-main-image\"\u003e\u003cimg alt=\"Traditional weed removal problems\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/6688\/0669\/files\/1_fdb6871a-5a74-4ba1-a470-669b6cd7a356.jpg?v=1784291736\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"torch-card-grid\"\u003e\n\u003cdiv class=\"torch-card\"\u003e\n\u003cspan class=\"torch-card-icon\"\u003e🌱\u003c\/span\u003e \u003cstrong class=\"torch-card-title\"\u003eConstant Weed Growth\u003c\/strong\u003e \u003cspan class=\"torch-card-text\"\u003eThey always come back\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-card\"\u003e\n\u003cspan class=\"torch-card-icon\"\u003e😫\u003c\/span\u003e \u003cstrong class=\"torch-card-title\"\u003eHours Of Manual Work\u003c\/strong\u003e \u003cspan class=\"torch-card-text\"\u003eBack-breaking pulling and digging\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-card\"\u003e\n\u003cspan class=\"torch-card-icon\"\u003e🧪\u003c\/span\u003e \u003cstrong class=\"torch-card-title\"\u003eChemical Solutions\u003c\/strong\u003e \u003cspan class=\"torch-card-text\"\u003eA cleaner way to maintain your yard\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-main-image\"\u003e\u003cimg alt=\"Weed removal problems\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/6688\/0669\/files\/2_83ebea7a-d5d7-4875-abe8-f4062aaca43c.jpg?v=1784292342\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SOLUTION --\u003e\n\u003csection class=\"torch-solution\"\u003e\n\u003cdiv class=\"torch-solution-label\"\u003e🔥 Heat-Powered Weed Removal\u003c\/div\u003e\n\u003ch2 class=\"torch-title\"\u003eThere Has To Be A Better Way\u003c\/h2\u003e\n\u003cp class=\"torch-subtitle\"\u003eStop pulling. Stop spraying. Start heating.\u003c\/p\u003e\n\u003cdiv class=\"torch-gif\"\u003e\u003cimg alt=\"Heat-powered weed removal\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/6688\/0669\/files\/gif1_d0e253df-17e7-490e-818f-d9c6d7816b87.gif?v=1784274726\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"torch-section\"\u003e\n\u003cdiv class=\"torch-feature-layout\"\u003e\n\u003cdiv class=\"torch-feature-image\"\u003e\n\u003cdiv class=\"torch-kicker\"\u003eFocused Heat\u003c\/div\u003e\n\u003ch2 class=\"torch-copy-title\"\u003ePowerful Heat.\u003cbr\u003eSimple Weed Control.\u003c\/h2\u003e\n\u003cp class=\"torch-copy-text\"\u003eThe concentrated flame targets unwanted weeds at the root level, helping you clean up driveways, patios, and garden edges without the hassle of pulling or harsh sprays.\u003c\/p\u003e\n\u003cimg alt=\"Powerful flame weed control\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/6688\/0669\/files\/3_4c8682e4-debe-462b-8baf-8de844a99fd4.jpg?v=1784299367\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USE CASES --\u003e\n\u003csection class=\"torch-section torch-section-orange torch-center\"\u003e\n\u003cdiv class=\"torch-kicker\"\u003eOne Tool, Multiple Uses\u003c\/div\u003e\n\u003ch2 class=\"torch-title\"\u003eMore Than A Weed Burner\u003c\/h2\u003e\n\u003cp class=\"torch-subtitle\"\u003eOne powerful torch for your backyard, BBQ, and outdoor adventures.\u003c\/p\u003e\n\u003cdiv class=\"torch-main-image\"\u003e\u003cimg alt=\"Multiple outdoor torch uses\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/6688\/0669\/files\/4_a7f2db2a-25ba-4381-b728-79d641b410b1.jpg?v=1784300076\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"torch-uses\"\u003e\n\u003cdiv class=\"torch-use\"\u003e\n\u003cspan class=\"torch-use-icon\"\u003e🌱\u003c\/span\u003e\n\u003cdiv class=\"torch-use-title\"\u003eBackyard Weed Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-use\"\u003e\n\u003cspan class=\"torch-use-icon\"\u003e🔥\u003c\/span\u003e\n\u003cdiv class=\"torch-use-title\"\u003eOutdoor Fire Starter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-use\"\u003e\n\u003cspan class=\"torch-use-icon\"\u003e🥩\u003c\/span\u003e\n\u003cdiv class=\"torch-use-title\"\u003eBBQ \u0026amp; Culinary Finishing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CORE FEATURES --\u003e\n\u003csection class=\"torch-section torch-section-gray\"\u003e\n\u003cdiv class=\"torch-center\"\u003e\n\u003cdiv class=\"torch-kicker\"\u003eMade For Outdoor Tasks\u003c\/div\u003e\n\u003ch2 class=\"torch-title\"\u003eBuilt For Real Outdoor Work\u003c\/h2\u003e\n\u003cp class=\"torch-subtitle\"\u003eBuilt for power, control, and reliability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-main-image\"\u003e\u003cimg alt=\"Butane torch features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/6688\/0669\/files\/5_d688dae5-6746-4efc-a8b6-ec6585cf3e8d.jpg?v=1784299428\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"torch-benefits\"\u003e\n\u003cdiv class=\"torch-benefit\"\u003e\n\u003cdiv class=\"torch-benefit-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong class=\"torch-benefit-title\"\u003e High-Power Precision Flame \u003c\/strong\u003e \u003cspan class=\"torch-benefit-text\"\u003e A concentrated blue flame delivers powerful heat exactly where you need it. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-benefit\"\u003e\n\u003cdiv class=\"torch-benefit-icon\"\u003e🎛️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong class=\"torch-benefit-title\"\u003e Adjustable Flame Control \u003c\/strong\u003e \u003cspan class=\"torch-benefit-text\"\u003e Adjust the flame intensity easily for different outdoor tasks. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-benefit\"\u003e\n\u003cdiv class=\"torch-benefit-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong class=\"torch-benefit-title\"\u003e Heat-Resistant Alloy Nozzle \u003c\/strong\u003e \u003cspan class=\"torch-benefit-text\"\u003e Durable materials designed for repeated outdoor use. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"torch-section\"\u003e\n\u003cdiv class=\"torch-info-grid\"\u003e\n\u003cdiv class=\"torch-info-box\"\u003e\n\u003ch3 class=\"torch-info-title\"\u003eSpecifications\u003c\/h3\u003e\n\u003cul class=\"torch-info-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Black\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 140 × 41 × 200 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutput:\u003c\/strong\u003e 1.11 kW \/ 3809 BTU\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFuel Use:\u003c\/strong\u003e 80 g\/h\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 150 g\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e ABS \u0026amp; Stainless Steel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-info-box\"\u003e\n\u003ch3 class=\"torch-info-title\"\u003ePackage Includes\u003c\/h3\u003e\n\u003cul class=\"torch-info-list\"\u003e\n\u003cli\u003e✓ 1 × Butane Torch\u003c\/li\u003e\n\u003cli\u003e✓ Compact, portable design\u003c\/li\u003e\n\u003cli\u003e✓ Ready for multiple outdoor tasks\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"torch-note\"\u003e\n\u003cstrong\u003eSafety Notice:\u003c\/strong\u003e Avoid using the torch in enclosed spaces. Always direct the flame away from people, animals, dry vegetation, fuel, and anything that may catch fire. Butane canister not included.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- URGENCY --\u003e\n\u003csection class=\"torch-sale\"\u003e\n\u003ch2 class=\"torch-sale-title\"\u003e⚡ Stock Sells Fast! ⚡\u003c\/h2\u003e\n\u003cp class=\"torch-sale-text\"\u003eGet yours today while availability lasts. Make sure you have enough for your backyard, BBQ, and outdoor tasks.\u003c\/p\u003e\n\u003cdiv class=\"torch-sale-image\"\u003e\u003cimg alt=\"Limited availability\" src=\"https:\/\/cdn.techcloudly.com\/image\/8208b06042926e23525e6fbebcbfb4901e524318.gif\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"torch-sale-image\"\u003e\u003cimg alt=\"Current offer information\" src=\"https:\/\/cdn.techcloudly.com\/image\/a9fdc0ce28d5f4e0da27c104189b1ef019d0f2f8.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"torch-cta-title\"\u003eClick “Add To Cart” To Get Yours Now\u003c\/h3\u003e\n\u003cdiv class=\"torch-sale-image\"\u003e\u003cimg alt=\"Add to cart\" src=\"https:\/\/cdn.techcloudly.com\/image\/c655ae390f09b58cdcc1823bc2fe1f0e6f902014.gif\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST --\u003e\n\u003csection class=\"torch-trust\"\u003e\n\u003ch3 class=\"torch-trust-title\"\u003eCertification\u003c\/h3\u003e\n\u003cdiv class=\"torch-trust-image\"\u003e\u003cimg alt=\"Certification and secure checkout\" src=\"https:\/\/cdn.techcloudly.com\/image\/61bc6f6509e368b52178fccc56e31aff3c60d68b.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"torch-trust-title\"\u003e✈ Worldwide Shipping ✈\u003c\/h3\u003e\n\u003cdiv class=\"torch-trust-image\"\u003e\u003cimg alt=\"Worldwide shipping information\" src=\"https:\/\/cdn.techcloudly.com\/image\/f493e2b5d7dcbb002308587a5b4e4afeff8161b2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"torch-shipping-box\"\u003e💖 No extra tax. Shipping is calculated at checkout.\u003cbr\u003e🚢 Worldwide express shipping is available.\u003c\/div\u003e\n\u003ch3 class=\"torch-trust-title\"\u003eWhy Choose Us?\u003c\/h3\u003e\n\u003cul class=\"torch-why-list\"\u003e\n\u003cli\u003eCareful product quality control\u003c\/li\u003e\n\u003cli\u003eCompetitive everyday pricing\u003c\/li\u003e\n\u003cli\u003eResponsive customer support\u003c\/li\u003e\n\u003cli\u003eQuality outdoor products\u003c\/li\u003e\n\u003cli\u003eTrusted by real customers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"torch-trust-title\"\u003eOur Guarantee\u003c\/h3\u003e\n\u003cdiv class=\"torch-guarantees\"\u003e\n\u003cdiv class=\"torch-guarantee\"\u003e📦 \u003cstrong\u003eInsured Worldwide Shipping:\u003c\/strong\u003e Every order includes tracking details and shipping protection.\u003c\/div\u003e\n\u003cdiv class=\"torch-guarantee\"\u003e💰 \u003cstrong\u003eMoney-Back Guarantee:\u003c\/strong\u003e If your item arrives damaged or does not perform as expected, contact us for assistance with a replacement or refund.\u003c\/div\u003e\n\u003cdiv class=\"torch-guarantee\"\u003e✉️ \u003cstrong\u003eCustomer Support:\u003c\/strong\u003e Our support team is ready to answer your questions and assist with your order.\u003c\/div\u003e\n\u003cdiv class=\"torch-guarantee\"\u003e🔒 \u003cstrong\u003eSecure Checkout:\u003c\/strong\u003e SSL encryption helps protect your personal and payment information.\u003c\/div\u003e\n\u003cdiv class=\"torch-guarantee\"\u003e✅ \u003cstrong\u003eRisk-Free Purchase:\u003c\/strong\u003e Contact us if you are not satisfied, and we will work to make it right.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 22px; margin-bottom: 12px;\" class=\"torch-trust-image\"\u003e\u003cimg alt=\"Product trust information\" src=\"https:\/\/cdn.techcloudly.com\/image\/b6a99e1a0c4526355d5c61411e8f5be4669b20ac.jpeg\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 0;\" class=\"torch-trust-image\"\u003e\u003cimg alt=\"Secure purchase information\" src=\"https:\/\/cdn.techcloudly.com\/image\/79620d88cc437605c236450bfbb2b575a621572c.jpg\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\u003cfooter class=\"torch-footer\"\u003e\n\u003ch2 class=\"torch-footer-title\"\u003eOne Powerful Torch.\u003cbr\u003eEndless Outdoor Uses.\u003c\/h2\u003e\n\u003cp class=\"torch-footer-text\"\u003eTackle stubborn weeds, light grills and campfires, and handle everyday outdoor tasks with powerful, adjustable heat.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"torch-button\"\u003e Get Your Torch Today \u003c\/a\u003e\n\u003cdiv class=\"torch-footer-features\"\u003e🔥 Powerful Heat  •  Adjustable Flame  •  Built For Outdoor Use\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"goodsgoo","offers":[{"title":"Buy 1","offer_id":48644325769373,"sku":"KY-PQ*1","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Buy 2","offer_id":48650595467421,"sku":"KY-PQ*2","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Buy 3 get 4","offer_id":48650595500189,"sku":"KY-PQ*4","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Ultimate x6 Bundle","offer_id":48650595532957,"sku":"KY-PQ*6","price":83.83,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/6688\/0669\/files\/4_30ae78aa-88d6-4549-bf5f-5f7b354b5180.png?v=1782469554","url":"https:\/\/unicurts.com\/products\/pq2","provider":"Purio","version":"1.0","type":"link"}