{"product_id":"keychain-multi-tool-lighter-rjc","title":"Keychain Multi-Tool Lighter","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Outdoor Survival \/ EDC Multitool Lighter\nTarget Audience: Outdoorsmen, Survivalists, Hikers, Boy Scouts, Men looking for reliable gear\nVisual Style: Rugged, Industrial, Tactical, Reliable\nColor Strategy: Tactical Slate (Dark Gray) for extreme durability, Safety Orange accent for fire\/sparks, Light Gray for modern card backgrounds\nShape Strategy: Radius 6px~8px (Industrial, hard edges, sturdy but safe)\nTypography Strategy: Large Type \/ Mobile-first readable \/ Sans-serif for modern tactical feel\nMobile Table Strategy: Card-based (No horizontal scroll, full-width blocks)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    \/* Design System Variables *\/\n    --primary: #c2410c; \/* Tactical Burnt Orange *\/\n    --primary-hover: #9a3412;\n    --bg-body: #ffffff;\n    --bg-card: #f3f4f6; \/* Tactical Light Gray *\/\n    --text-main: #111827; \/* Dark Slate *\/\n    --text-sub: #4b5563; \/* Medium Gray *\/\n    --border-color: #e5e7eb;\n    \n    --radius-md: 6px; \/* Industrial hard edge *\/\n    --radius-lg: 10px;\n    \n    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n  }\n\n  \/* Global Resets \u0026 Typography *\/\n  .product-detail-container {\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    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin-top: 0;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 700;\n    line-height: 1.3;\n    margin-top: 0;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    font-weight: 600;\n    margin-top: 0;\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    margin-top: 0;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Layout Spacing *\/\n  .section-spacing {\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  \/* Image Placeholder Protocol *\/\n  .ai-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: #f8f9fa;\n    border: 2px dashed #9ca3af;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #4b5563;\n    font-size: 1.2rem;\n    font-weight: bold;\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n    padding-top: 2rem;\n  }\n\n  .hero-badges {\n    display: flex;\n    justify-content: center;\n    gap: 1rem;\n    flex-wrap: wrap;\n    margin-bottom: 2rem;\n  }\n\n  .visual-badge {\n    background-color: var(--bg-card);\n    color: var(--text-main);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Feature Mobile Ordering Lock \u0026 Z-Pattern *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile First: Img top, Text bottom *\/\n    gap: clamp(2rem, 4vw, 4rem);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n    align-items: center;\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row; \/* Desktop: Z-Pattern *\/\n    }\n    .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      width: 50%;\n    }\n    .feature-copy {\n      padding: 0 2rem;\n    }\n    .ai-placeholder {\n      aspect-ratio: 1 \/ 1; \/* Squarish for Z-pattern *\/\n    }\n  }\n\n  \/* Specs Table Mobile Card Lock *\/\n  .specs-container {\n    background-color: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 1rem;\n    text-align: left;\n    font-size: clamp(16px, 2vw, 18px);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    background-color: #e5e7eb;\n  }\n\n  @media (max-width: 767px) {\n    \/* Mobile Card-based Table *\/\n    .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none; \/* Hide native header *\/\n    }\n    .specs-table tr {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background: var(--bg-body);\n      padding: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      text-align: right;\n      border-bottom: none;\n      padding: 0.5rem 0;\n    }\n    .specs-table td:not(:last-child) {\n      border-bottom: 1px dashed var(--border-color);\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      text-align: left;\n      padding-right: 1rem;\n      flex-shrink: 0;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-container {\n    background-color: var(--bg-body);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-lg);\n    padding: clamp(2rem, 5vw, 4rem);\n  }\n\n  .faq-item {\n    margin-bottom: 2rem;\n    padding-bottom: 2rem;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .faq-item:last-child {\n    margin-bottom: 0;\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .faq-question {\n    font-size: clamp(18px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.5rem;\n  }\n\n  .faq-answer {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003ch1\u003eMaster the Elements. Your Ultimate EDC Survival Tool.\u003c\/h1\u003e\n\n\u003cp\u003eA rugged keychain, an eternal flint lighter, and a trusty bottle opener—all built into one indestructible pocket powerhouse designed for the true outdoorsman.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e🔥 10,000+ Strikes\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e💧 Weather Resistant\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e⚙️ 3-in-1 Multitool\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"ai-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312155626\/8f26956ad258355a97a9c5413464ad6b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFire, Whenever You Need It\u003c\/h2\u003e\n\n\u003cp\u003eRain, wind, or snow will never stop this permanent flint metal match. Featuring a premium magnesium core striker, it guarantees at least 10,000 strikes. Whether you are starting a campfire in the damp woods or need emergency illumination, you are always prepared for the unpredictable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"ai-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312155626\/09bb1018304fa6855920cf93c016ecc5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTactical Utility in Your Pocket\u003c\/h2\u003e\n\n\u003cp\u003eDeclutter your everyday carry. This cleverly integrated multitool holds your keys securely and pops open your favorite cold beverage with the built-in bottle opener. Form meets ultimate function, ensuring you have the right tools exactly when you need them without the bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"ai-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312155626\/3cdd7e910e35060c65617699b57f50bc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt Like a Tank\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to cheap, disposable matchsticks. Crafted from top-tier metal alloys, this lightweight yet solid 1.6 oz (45.4 g) beast feels incredibly sturdy in your hand. It is not just a survival tool; it is a meticulously engineered piece of tactical art designed to withstand the harshest environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Lock Applied) --\u003e\n\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about your new EDC essential.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Specification\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e2.6\" x 0.7\" (6.6 cm x 1.8 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1.6 oz (45.4 g)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eLifespan\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e10,000+ Strikes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eCore Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium Magnesium \u0026amp; Metal Alloy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFuel Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eLighter Fluid \/ Kerosene (Not Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFunctions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eFlint Match, Bottle Opener, Keychain ring\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-container section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it come with fuel included?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eDue to global airmail safety regulations, the lighter is strictly shipped without fuel. You will need to add a small amount of standard lighter fluid (gasoline or kerosene) prior to your first use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I ignite it for the very first time?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAfter adding fuel into the chamber, allow the internal cotton core to infuse and absorb the liquid for 1-2 minutes. Once saturated, unscrew the match stick and strike it firmly downward against the magnesium flint track on the side of the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill it work if it gets wet?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The match stick acts as a seal for the fuel chamber. When securely tightened, it prevents moisture from entering. The magnesium core striker works exceptionally well even in freezing temperatures or wet conditions, making it a reliable outdoor companion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 1-Pack (Standard)","offer_id":47992015454420,"sku":"0328-14432298","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Save 20%)","offer_id":47992015487188,"sku":"0328-14439442","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🎁 3-Pack (Save 30%)","offer_id":47992015519956,"sku":"0328-14431399","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/8f26956ad258355a97a9c5413464ad6b.jpg?v=1779883642","url":"https:\/\/omurio.com\/products\/keychain-multi-tool-lighter-rjc","provider":"Omurio","version":"1.0","type":"link"}