{"product_id":"2-in-1-cigarette-case-lighter","title":"2-in-1 Cigarette Case Lighter","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：2-in-1 Cigarette Case \u0026 Electronic Lighter\n  目标受众：需要便携、防风点火和保护香烟的吸烟者\n  视觉风格：现代、金属质感、坚固、科技感（红色发热点）\n  配色策略：以深色金属灰为主调，强调材质感，白色背景保持干净\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* --- DESIGN SYSTEM VARIABLES --- *\/\n      --primary: #2C2C2C; \n      --primary-hover: #000000;\n      --accent-heat: #D32F2F; \n      --text-main: #1A1A1A;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F8F8FA; \n      --bg-card: #FFFFFF;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n      --border-color: #EAEAEA;\n      --spacing-section: clamp(4rem, 8vw, 6rem);\n      --spacing-module: clamp(2rem, 5vw, 3rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      background-color: var(--bg-body);\n    }\n\n    \/* --- TYPOGRAPHY --- *\/\n    .product-detail-container h1 {\n      font-size: clamp(36px, 5vw, 48px);\n      font-weight: 800;\n      line-height: 1.15;\n      letter-spacing: -0.02em;\n      margin: 0 0 1.25rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 34px);\n      font-weight: 700;\n      line-height: 1.25;\n      letter-spacing: -0.01em;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 0.5rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* --- UTILITIES \u0026 MEDIA --- *\/\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n      background-color: var(--bg-soft);\n    }\n\n    .pd-image-wrapper:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-lg);\n    }\n\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: cover;\n    }\n\n    \/* --- MODULE: HERO --- *\/\n    .pd-hero {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding-top: var(--spacing-module);\n    }\n\n    .pd-hero__content {\n      max-width: 800px;\n      margin: 0 auto 3rem auto;\n    }\n\n    .pd-hero__badge {\n      display: inline-block;\n      background: linear-gradient(135deg, var(--primary) 0%, #4A4A4A 100%);\n      color: #FFFFFF;\n      padding: 0.6rem 1.2rem;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 600;\n      letter-spacing: 0.05em;\n      text-transform: uppercase;\n      margin-bottom: 1.5rem;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    }\n\n    \/* --- MODULE: FEATURE SECTIONS --- *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(3rem, 6vw, 6rem);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature__media {\n      flex: 1.2;\n      min-width: 0; \n    }\n\n    .pd-feature__copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .pd-feature__tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .pd-feature__tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      color: var(--text-main);\n      padding: 0.4rem 1rem;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 500;\n      transition: background-color 0.2s ease;\n    }\n\n    .pd-feature__tag:hover {\n      background-color: var(--border-color);\n    }\n\n    @media (max-width: 767px) {\n      .pd-feature, .pd-feature:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n        gap: 2rem;\n      }\n      .pd-feature__media, .pd-feature__copy {\n        width: 100%;\n      }\n      .pd-feature__media { order: -1; }\n    }\n\n    \/* --- MODULE: SPECIFICATIONS --- *\/\n    .pd-specs {\n      background-color: var(--bg-soft);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-specs__title {\n      text-align: center;\n      margin-bottom: 2.5rem;\n    }\n\n    .pd-specs__table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-specs__table th,\n    .pd-specs__table td {\n      padding: 1.25rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .pd-specs__table tbody tr:nth-child(even) {\n      background-color: #FAFAFA;\n    }\n\n    .pd-specs__table th {\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n      border-right: 1px solid var(--border-color);\n    }\n\n    .pd-specs__table td {\n      color: var(--text-sub);\n    }\n\n    .pd-specs__table tr:last-child th,\n    .pd-specs__table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs__table, .pd-specs__table tbody, .pd-specs__table tr, .pd-specs__table th, .pd-specs__table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs__table th { display: none; }\n      .pd-specs__table tr { \n        margin-bottom: 0; \n        border-bottom: 4px solid var(--bg-soft);\n      }\n      .pd-specs__table td {\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        flex-direction: column;\n        padding: 1rem 1.25rem;\n      }\n      .pd-specs__table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-bottom: 0.25rem;\n        font-size: 14px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n      .pd-specs__table td:last-child { border-bottom: none; }\n    }\n\n    \/* --- MODULE: FAQ --- *\/\n    .pd-faq {\n      margin-bottom: var(--spacing-section);\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-faq__title {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .pd-faq__item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem 2rem;\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n      transition: box-shadow 0.2s ease;\n    }\n\n    .pd-faq__item:hover {\n      box-shadow: var(--shadow-lg);\n    }\n\n    .pd-faq__question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: flex-start;\n      gap: 0.75rem;\n    }\n\n    .pd-faq__question::before {\n      content: \"Q.\";\n      color: var(--accent-heat);\n      font-weight: 800;\n    }\n\n    .pd-faq__answer {\n      margin: 0;\n      color: var(--text-sub);\n      padding-left: 2rem; \/* Aligns with text after 'Q.' *\/\n    }\n\n    @media (max-width: 767px) {\n      .pd-faq__item { padding: 1.25rem; }\n      .pd-faq__answer { padding-left: 1.5rem; }\n    }\n\u003c\/style\u003e\n\u003c!-- MODULE A: INTRO \/ HERO --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero__content\"\u003e\n\u003cspan class=\"pd-hero__badge\"\u003eThe Ultimate Everyday Carry\u003c\/span\u003e\n\u003ch1\u003eStreamline Your Essentials.\u003c\/h1\u003e\n\n\u003cp\u003eA premium hard-shell cigarette case seamlessly integrated with a windproof rechargeable electronic lighter. Carry less, do more.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero__media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"2-in-1 Cigarette Case \u0026amp; Electronic Lighter\" cke-id=\"img107\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624170003\/4e1b0723ddaab025945b5fc0a01aee69.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE B: FEATURES --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Integrated Flameless Ignition\" cke-id=\"img103\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624165747\/7b6539a837075e23c2fc4bcc01913309.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eIntegrated Flameless Ignition\u003c\/h2\u003e\n\n\u003cp\u003eForget carrying separate lighters or worrying about running out of fuel. The built-in electronic circular heating element provides instant, windproof ignition at the touch of a finger. It's safer, reliable, and always ready whenever you need it, even in windy outdoor conditions.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature__tags\"\u003e\n\u003cspan class=\"pd-feature__tag\"\u003eWindproof Technology\u003c\/span\u003e \u003cspan class=\"pd-feature__tag\"\u003eNo Fuel Needed\u003c\/span\u003e \u003cspan class=\"pd-feature__tag\"\u003eInstant Heat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Heavy-Duty Hard Shell Protection\" cke-id=\"img104\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624165747\/70b80d4493c61bf259ea5dcb9fa80d55.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eHeavy-Duty Hard Shell Protection\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with a rugged, sealed construction to keep your cigarettes safe from the elements. This case is waterproof, crush-resistant, and odor-proof, ensuring your contents stay fresh, dry, and intact whether you're on an outdoor adventure or just going about your day.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature__tags\"\u003e\n\u003cspan class=\"pd-feature__tag\"\u003eWaterproof Seal\u003c\/span\u003e \u003cspan class=\"pd-feature__tag\"\u003eCrush-Resistant\u003c\/span\u003e \u003cspan class=\"pd-feature__tag\"\u003eOdor-Lock Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"USB Rechargeable \u0026amp; Full Pack Capacity\" cke-id=\"img105\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624165747\/d518e47e9b02bc29f073a83acf02d927.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eUSB Rechargeable \u0026amp; Full Pack Capacity\u003c\/h2\u003e\n\n\u003cp\u003eDitch disposable lighters forever. Easily power up the integrated lighter via the convenient bottom Micro-USB port. The spacious interior is designed to comfortably hold approximately 20 standard cigarettes or a full soft pack, combining all-day capacity with eco-friendly, reusable power.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature__tags\"\u003e\n\u003cspan class=\"pd-feature__tag\"\u003eMicro-USB Charging\u003c\/span\u003e \u003cspan class=\"pd-feature__tag\"\u003eHolds ~20 Cigarettes\u003c\/span\u003e \u003cspan class=\"pd-feature__tag\"\u003eLong-lasting Battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE C: SPECIFICATIONS --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2 class=\"pd-specs__title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs__table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e2-in-1 Cigarette Case \u0026amp; Electronic Lighter\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eCapacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Capacity\"\u003eApprox. 20 standard cigarettes (or 1 soft pack)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eIgnition Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Ignition Type\"\u003eFlameless Circular Heating Element (Electronic)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eIntegrated rechargeable battery\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eCharging Port\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Charging Port\"\u003eMicro-USB (located on bottom)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eMaterial Finish\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material Finish\"\u003eBrushed Metal Texture with durable frame\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eProtection Features\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Protection Features\"\u003eWaterproof, Crush-resistant, Odor-proof seal\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE D: FAQ --\u003e\n\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2 class=\"pd-faq__title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003ch3 class=\"pd-faq__question\"\u003eHow do I charge the integrated lighter?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eSimply plug the provided Micro-USB cable into the port located on the bottom edge of the case and connect it to any standard USB power source (like a computer, wall adapter, or power bank).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003ch3 class=\"pd-faq__question\"\u003eIs the electronic ignition windproof?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eYes. It uses a flameless electronic circular heating element that is highly resistant to wind, making it reliable for outdoor use compared to traditional flame lighters.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003ch3 class=\"pd-faq__question\"\u003eDoes it hold a full pack of cigarettes?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eYes, the case is designed with enough internal volume to hold approximately 20 standard-sized cigarettes or an entire standard soft pack.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Brushed Black","offer_id":63019481366899,"sku":"0624-17116892","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Brushed Gold","offer_id":63019481399667,"sku":"0624-17119330","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Brushed Silver","offer_id":63019481432435,"sku":"0624-17117543","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥Surprise Mix (3-Pack)","offer_id":63019481465203,"sku":"0624-17115843","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/4e1b0723ddaab025945b5fc0a01aee69.jpg?v=1782292443","url":"https:\/\/woyuosn.com\/products\/2-in-1-cigarette-case-lighter","provider":"Woyuosn","version":"1.0","type":"link"}