Premium Wind-Resistant Torch Lighter
.tl { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; color: #1a1714; width: 100%; -webkit-font-smoothi ng: antialiased; } /* ── Opening line ── */ .tl-opener { font-size: 16px; color: #3a322c; line-height: 1.65; margin-bottom: 20px; font-weight: 400; } /* ── Pills ── */ .tl-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; } .tl-pill { font-size: 12px; font-weight: 500; color: #3a322c; background: transparent; border: 1px solid rgba(26,23,20,0.18); border-radius: 20px; padding: 5px 13px; } /* ── Variant strip ── */ .tl-variants { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 22px; } .tl-variant { border: 1px solid rgba(26,23,20,0.13); border-radius: 10px; padding: 14px 10px; text-align: center; background: transparent; } .tl-variant-dot { width: 22px; height: 22px; border-radius: 50%; margin: 0 auto 8px; border: 2px solid rgba(255,255,255,0.8); box-shadow: 0 1px 4px rgba(0,0,0,0.12); } .tl-variant-name { font-size: 12px; font-weight: 500; color: #1a1714; margin-bottom: 2px; } .tl-variant-tag { font-size: 11px; color: #8a7e76; } /* ── GIF block ── */ .tl-gif-section { margin-bottom: 24px; } .tl-gif-label { font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: #8a7e76; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; } .tl-gif-label::after { content: ''; flex: 1; height: 1px; background: rgba(26,23,20,0.1); } .tl-gif-container { border-radius: 12px; overflow: hidden; border: 1px solid rgba(26,23,20,0.13); background: transparent; max-width: 360px; margin: 0 auto; } .tl-gif-ratio { position: relative; width: 100%; padding-top: 177.78%; overflow: hidden; background: rgba(26,23,20,0.04); } .tl-gif-ratio img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; } .tl-gif-placeholder { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; } .tl-gif-placeholder span:first-child { font-size: 30px; opacity: .2; } .tl-gif-placeholder span:last-child { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #8a7e76; opacity: .45; } .tl-gif-caption { font-size: 12px; color: #8a7e76; text-align: center; padding: 10px 14px; border-top: 1px solid rgba(26,23,20,0.09); } /* ── Big quote block ── */ .tl-quote { background: transparent; border: 1px solid rgba(26,23,20,0.13); border-radius: 10px; padding: 18px 18px; margin-bottom: 22px; text-align: center; } .tl-quote-text { font-size: 16px; color: #2a2018; line-height: 1.6; margin-bottom: 6px; } .tl-quote-sub { font-size: 12px; color: #8a7e76; } /* ── Fun fact row ── */ .tl-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 22px; } .tl-fact { background: transparent; border: 1px solid rgba(26,23,20,0.13); border-radius: 10px; padding: 14px 10px; text-align: center; } .tl-fact-emoji { font-size: 22px; margin-bottom: 6px; display: block; } .tl-fact-val { font-size: 14px; font-weight: 500; color: #1a1714; margin-bottom: 2px; } .tl-fact-lbl { font-size: 11px; color: #8a7e76; } /* ── Reaction list ── */ .tl-reactions { display: flex; flex-direction: column; gap: 0; margin-top: 4px; } .tl-reaction { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(26,23,20,0.08); font-size: 14px; color: #4a3f38; line-height: 1.6; } .tl-reaction:last-child { border-bottom: none; } .tl-reaction-emoji { font-size: 18px; flex-shrink: 0; margin-top: 1px; } /* ── Accordion ── */ .tl-acc { border: 1px solid rgba(26,23,20,0.13); border-radius: 10px; overflow: hidden; margin-bottom: 8px; background: transparent; } .tl-acc summary { display: flex; align-items: center; gap: 10px; padding: 14px 16px; cursor: pointer; list-style: none; user-select: none; background: transparent; transition: background .15s; } .tl-acc summary::-webkit-details-marker { display: none; } .tl-acc summary:hover { background: rgba(26,23,20,0.03); } .tl-acc-emoji { font-size: 15px; flex-shrink: 0; } .tl-acc-label { font-size: 13px; font-weight: 500; color: #1a1714; flex: 1; } .tl-acc-toggle { width: 18px; height: 18px; border: 1px solid rgba(26,23,20,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #8a7e76; font-size: 13px; flex-shrink: 0; transition: transform .2s; background: transparent; } .tl-acc[open] .tl-acc-toggle { transform: rotate(45deg); } .tl-acc-body { padding: 6px 16px 18px; color: #5a524a; font-size: 14px; line-height: 1.75; border-top: 1px solid rgba(26,23,20,0.08); background: transparent; } .tl-acc-body strong { color: #1a1714; font-weight: 500; } /* ── Specs ── */ .tl-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 4px; } .tl-spec { background: transparent; border: 1px solid rgba(26,23,20,0.11); border-radius: 8px; padding: 11px 12px; } .tl-spec-label { font-size: 10px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: #8a7e76; margin-bottom: 2px; } .tl-spec-val { font-size: 13px; color: #3a322c; } .tl-note { background: transparent; border: 1px solid rgba(26,23,20,0.11); border-radius: 8px; padding: 12px 14px; margin-top: 10px; font-size: 13px; color: #5a524a; line-height: 1.65; } /* ── Safety ── */ .tl-safety { list-style: none; margin-top: 4px; } .tl-safety li { display: flex; gap: 10px; padding: 7px 0; border-bottom: 1px solid rgba(26,23,20,0.07); font-size: 13px; color: #5a524a; } .tl-safety li:last-child { border-bottom: none; } .tl-safety-num { font-size: 10px; font-weight: 500; color: #8a7e76; min-width: 20px; padding-top: 2px; flex-shrink: 0; } /* ── Shipping ── */ .tl-ship-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 6px; } .tl-ship-item { background: transparent; border: 1px solid rgba(26,23,20,0.11); border-radius: 8px; padding: 11px 13px; } .tl-ship-label { font-size: 10px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: #8a7e76; margin-bottom: 3px; } .tl-ship-val { font-size: 13px; color: #4a3f38; } /* ── Responsive ── */ @media (max-width: 560px) { .tl-variants, .tl-facts { grid-template-columns: 1fr; } .tl-specs, .tl-ship-grid { grid-template-columns: 1fr; } .tl-gif-container { max-width: 100%; } } You know how some things just make people stop and go "wait — what is that?!" This is one of those things. 🔥 Do not display in a manner that could be mistaken for a real firearm in public 🔫 Pistol shaped 🔥 Torch flame 🎁 Perfect gift ♻️ Refillable 3 colors Pink 🌸 For her Brown 🤎 Gift for him Black 🖤 For anyone See it in action 🔥 🔥 Video coming soon the lighter that turns heads every time 🔫 "I pulled this out at a party and 5 people immediately asked where I got it." 😭🔥 That's the whole point — select your color above 👆 🔫 Pistol shaped unlike anything else 🎁 Gift ready ships ready to give ♻️ Refillable use it forever 😍 Why people are obsessed with this + 😭 It makes people stop mid-conversation. The pistol design is unlike anything else — detailed, bold, and the kind of thing people immediately have to pick up and look at properly. 🌸 The pink one has been all over everyone's feeds for a reason. It's not just a lighter — it's an accessory. An aesthetic statement. A vibe. The people who have it show it off every time. 🎁 It's the gift nobody sees coming but everyone loves. The brown and black variants are what people buy for the guy who has everything — unexpected, cool, and actually useful. 🔥 And yes — it's also a genuinely great lighter. Powerful torch flame, wind-resistant, refillable. The design gets the attention but the function keeps it in rotation every day. 🎁 The perfect gift — here's why + You know that feeling when you find a gift that's genuinely unexpected — something they'd never buy themselves, but the moment they unwrap it they're obsessed? That's this. For smokers. For candle people. For anyone who appreciates things that are a little different. The pink one for her, the brown or black for him — or honestly, any color for anyone. Three options, zero bad choices. Ships ready to give. 🎁 📋 Product details + Design Pistol-shaped novelty torch lighter Flame High-pressure torch — powerful and wind-resistant Colors Pink · Brown · Black Ships Empty for safety — fill with butane on arrival Fuel Any standard butane canister Size Compact — lightweight alloy body 💡 First refill: Grab any standard butane canister from a convenience or hardware store. Fill the valve at the base, wait 30 seconds, light it up. Done in under a minute. ⚠️ Care & safety + 01Ships empty — fill with quality butane before first use. 02Wait 60 seconds after refilling before igniting. 03Use away from face, hair, and flammable materials. 04Keep out of reach of children. Not a toy. 05Do not leave in direct sunlight or expose to prolonged heat. 📦 Shipping & support + Delivery 8–14 business days worldwide Ships empty Safety-compliant — fill on arrival Availability Ships to most countries worldwide Support Message us — we reply fast 💬
More you might like
Related
Wind-Resistant Butane Lighter Torch
Related
Scripto® Torch Flame Wind Resistant Pocket Lighter
Related
Clipper Torch Jet Flame Lighter – Wind Resistant 3pc
Related