{"product_id":"distressed-metal-windproof-lighter","title":"Distressed Metal Windproof Lighter","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #fcd116; \/* Vault Yellow *\/\n      --primary-hover: #e5bd10;\n      --bg-body: #0a1b2d; \/* Vault Deep Blue *\/\n      --bg-card: #0f253e; \/* Accent Card Blue *\/\n      --bg-soft: #163252;\n      --text-main: #fbf8f3;\n      --text-sub: #a5b4fc;\n      --border-color: #2a4365;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 24px 16px;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      margin: 0 0 16px 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .trust-badge {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Trust Pill \/ Badge *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 20px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary) !important;\n      border: 1px solid var(--primary);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 600 !important;\n    }\n\n    .tag {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main) !important;\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500 !important;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Image Rules - Flush, uncropped, fit original *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n      border-radius: var(--radius-md);\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      background-color: transparent;\n      border: none;\n      padding: 0;\n      margin: 0;\n      display: block;\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      display: grid;\n      grid-template-columns: minmax(115px, 35%) minmax(0, 1fr);\n      gap: 16px;\n      width: 100%;\n      box-sizing: border-box;\n      padding: 16px 0;\n      align-items: start;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .spec-table td::before {\n      content: attr(data-label);\n      display: block;\n      min-width: 0;\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--primary);\n      line-height: 1.5;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .spec-table .spec-value {\n      display: block;\n      min-width: 0;\n      max-width: 100%;\n      font-size: 18px;\n      color: var(--text-main) !important;\n      line-height: 1.5;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      color: var(--primary) !important;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Responsive Behaviors *\/\n    @media (min-width: 768px) {\n      .product-detail-container {\n        padding: 40px;\n      }\n\n      .hero-block {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 32px;\n        align-items: center;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .spec-table td {\n        grid-template-columns: 200px 1fr;\n        padding: 16px 8px;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Vintage Windproof Metal Lighter\n  Target Audience: Fallout game fans, collectors, retro enthusiasts\n  Visual Style: Rugged, post-apocalyptic, retro-industrial\n  Color Strategy: Vault-Tec deep blue, vault yellow, vintage rust-brown, and dark metal accents\n  Module Order: Hero -\u003e Feature 1 -\u003e Feature 2 -\u003e Feature 3 -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_4, Feature1=detail_3, Feature2=detail_5, Feature3=detail_1\n  Specification Data Source: detail_1, detail_4 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (no reliable comparison data provided in the sources)\n  Information Boundary: Only facts verified from the product analysis report, supplementary info, and detail images are included. No unverified specifications (such as weight, physical dimensions, or package contents) have been fabricated.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"product-detail-section hero-block\"\u003e\n\u003cdiv class=\"hero-copy-wrap\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003eExclusive Fallout Vault-Tec Design\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eVault-Tec Style: A Timeless Classic For Collectors\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eStep into the post-apocalyptic wasteland with a retro windproof lighter built to last. Perfectly combining rugged durability with legendary sci-fi aesthetics, this timeless piece makes the ultimate collectible for Fallout fans and outdoor travelers alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media-wrap\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918153046\/e1a990d4e2d572bc452910f313350dda.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918153046\/423c202f47be0da66f5b7f71951d96b6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eNew Blue Shell Distressed Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eFeatures a high-quality distressed metal casing crafted with a stunning blue-shell theme. Realistic paint-peeling effects and strategic artificial rust patterns accurately recreate a weathered post-war aesthetic without compromising structural integrity.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003ePost-War Finish\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWasteland Aesthetic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\u003c!-- Feature 2 (Reverse Layout on Desktop) --\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918153046\/ff856ef9e2734f919f90aa5d208eeb92.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eClassic Flip-Top Refillable Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEngineered with a traditional flip-top lid that opens with a satisfying mechanical click. Built for daily utility or showcase displays, the internal fuel system is completely refillable, providing standard sparks and reliable operation.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eRefillable Valve\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDurable Metal Build\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918153046\/1422f3827204d3f22815b3eec43a3001.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eWind-Resistant Flame System\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe protective internal chimney features a multi-hole ventilation design, delivering high-performance wind resistance. Enjoy a steadier flame and consistent ignition outdoors or in demanding conditions.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eWindproof Chimney\u003c\/span\u003e \u003cspan class=\"tag\"\u003eReliable Ignition\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Theme\"\u003e\u003cspan class=\"spec-value\"\u003eVault-Tec Industries (Retro-Wasteland)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Construction\"\u003e\u003cspan class=\"spec-value\"\u003eDurable Vintage Metal Shell\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Exterior Finish\"\u003e\u003cspan class=\"spec-value\"\u003eDistressed Blue with Custom Yellow Graphics \u0026amp; Rust Effects\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ignition Method\"\u003e\u003cspan class=\"spec-value\"\u003eClassic Friction Wheel with Flint \u0026amp; Spark\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Flame Features\"\u003e\u003cspan class=\"spec-value\"\u003eRefillable Yellow Flame with Windproof Multi-Hole Chimney\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!-- D. FAQ --\u003e\n\n\u003csection class=\"product-detail-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Does this lighter come pre-filled with fuel?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. To ensure safe transport and handling, the lighter is shipped completely empty. You will need to add standard lighter fluid before its first ignition.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Is the rust and wear on the casing real damage?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, it is not structural damage. The exterior of the rugged blue shell is finished with a deliberate distressed paint technique to replicate a retro-apocalyptic theme. The underlying metal shell remains strong and intact.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How windproof is the design?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe lighter features a traditional protective chimney structure lined with ventilation holes. This design keeps the flame steady under outdoor breezes, making it more wind-resistant than standard open-flame lighters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Wasteland Edition)","offer_id":46230624698559,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep One, Gift One - 10% OFF)","offer_id":46230624731327,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Vault Survivor Pack - 15% OFF)","offer_id":46230624764095,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/e1a990d4e2d572bc452910f313350dda.jpg?v=1789716886","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/distressed-metal-windproof-lighter","provider":"Bak","version":"1.0","type":"link"}