{"product_id":"2-in-1-cigarette-case-lighter","title":"2-in-1 Cigarette Case Lighter","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--  AI Design Logic  产品类型：2-in-1 Cigarette Case \u0026 Electronic Lighter  目标受众：需要便携、防风点火和保护香烟的吸烟者  视觉风格：现代、金属质感、坚固、科技感（红色发热点）  配色策略：以深色金属灰为主调 .强调材质感 .白色背景保持干净  --\u003e\u003cstyle type=\"text\/css\"\u003e.product-detail-container {      \/* --- DESIGN SYSTEM VARIABLES --- *\/      --primary: #2C2C2C;       --primary-hover: #000000;      --accent-heat: #D32F2F;       --text-main: #1A1A1A;      --text-sub: #555555;      --bg-body: #FFFFFF;      --bg-soft: #F8F8FA;       --bg-card: #FFFFFF;      --radius-md: 12px;      --radius-lg: 20px;      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);      --border-color: #EAEAEA;      --spacing-section: clamp(4rem, 8vw, 6rem);      --spacing-module: clamp(2rem, 5vw, 3rem);      max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      box-sizing: border-box;      overflow-wrap: break-word;      word-break: break-word;      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;      color: var(--text-main);      line-height: 1.7;      background-color: var(--bg-body);    }    \/* --- TYPOGRAPHY --- *\/    .product-detail-container h1 {      font-size: clamp(36px, 5vw, 48px);      font-weight: 800;      line-height: 1.15;      letter-spacing: -0.02em;      margin: 0 0 1.25rem 0;      color: var(--primary);    }    .product-detail-container h2 {      font-size: clamp(26px, 4vw, 34px);      font-weight: 700;      line-height: 1.25;      letter-spacing: -0.01em;      margin: 0 0 1rem 0;      color: var(--primary);    }    .product-detail-container h3 {      font-size: 20px;      font-weight: 600;      margin: 0 0 0.5rem 0;      color: var(--primary);    }    .product-detail-container p {      font-size: clamp(16px, 1.5vw, 18px);      margin: 0 0 1.5rem 0;      color: var(--text-sub);    }    \/* --- UTILITIES \u0026 MEDIA --- *\/    .pd-image-wrapper {      width: 100%;      border-radius: var(--radius-lg);      overflow: hidden;      box-shadow: var(--shadow-sm);      transition: transform 0.4s ease, box-shadow 0.4s ease;      background-color: var(--bg-soft);    }    .pd-image-wrapper:hover {      transform: translateY(-4px);      box-shadow: var(--shadow-lg);    }    .pd-image-wrapper img {      width: 100%;      height: auto;      display: block;      object-fit: cover;    }    \/* --- MODULE: HERO --- *\/    .pd-hero {      text-align: center;      margin-bottom: var(--spacing-section);      padding-top: var(--spacing-module);    }    .pd-hero__content {      max-width: 800px;      margin: 0 auto 3rem auto;    }    .pd-hero__badge {      display: inline-block;      background: linear-gradient(135deg, var(--primary) 0%, #4A4A4A 100%);      color: #FFFFFF;      padding: 0.6rem 1.2rem;      border-radius: 50px;      font-size: 14px;      font-weight: 600;      letter-spacing: 0.05em;      text-transform: uppercase;      margin-bottom: 1.5rem;      box-shadow: 0 4px 12px rgba(0,0,0,0.1);    }    \/* --- MODULE: FEATURE SECTIONS --- *\/    .pd-feature {      display: flex;      align-items: center;      gap: clamp(3rem, 6vw, 6rem);      margin-bottom: var(--spacing-section);    }    .pd-feature:nth-child(even) {      flex-direction: row-reverse;    }    .pd-feature__media {      flex: 1.2;      min-width: 0;     }    .pd-feature__copy {      flex: 1;      min-width: 0;    }    .pd-feature__tags {      display: flex;      flex-wrap: wrap;      gap: 0.75rem;      margin-top: 1.5rem;    }    .pd-feature__tag {      background-color: var(--bg-soft);      border: 1px solid var(--border-color);      color: var(--text-main);      padding: 0.4rem 1rem;      border-radius: 50px;      font-size: 14px;      font-weight: 500;      transition: background-color 0.2s ease;    }    .pd-feature__tag:hover {      background-color: var(--border-color);    }    @media (max-width: 767px) {      .pd-feature, .pd-feature:nth-child(even) {        flex-direction: column;        text-align: left;        gap: 2rem;      }      .pd-feature__media, .pd-feature__copy {        width: 100%;      }      .pd-feature__media { order: -1; }    }    \/* --- MODULE: SPECIFICATIONS --- *\/    .pd-specs {      background-color: var(--bg-soft);      padding: clamp(2rem, 5vw, 4rem);      border-radius: var(--radius-lg);      margin-bottom: var(--spacing-section);    }    .pd-specs__title {      text-align: center;      margin-bottom: 2.5rem;    }    .pd-specs__table {      width: 100%;      border-collapse: collapse;      background: var(--bg-card);      border-radius: var(--radius-md);      overflow: hidden;      box-shadow: var(--shadow-sm);    }    .pd-specs__table th,    .pd-specs__table td {      padding: 1.25rem 1.5rem;      text-align: left;      border-bottom: 1px solid var(--border-color);      font-size: 16px;    }    .pd-specs__table tbody tr:nth-child(even) {      background-color: #FAFAFA;    }    .pd-specs__table th {      font-weight: 600;      width: 35%;      color: var(--text-main);      border-right: 1px solid var(--border-color);    }    .pd-specs__table td {      color: var(--text-sub);    }    .pd-specs__table tr:last-child th,    .pd-specs__table tr:last-child td {      border-bottom: none;    }    @media (max-width: 767px) {      .pd-specs__table, .pd-specs__table tbody, .pd-specs__table tr, .pd-specs__table th, .pd-specs__table td {        display: block;        width: 100%;      }      .pd-specs__table th { display: none; }      .pd-specs__table tr {         margin-bottom: 0;         border-bottom: 4px solid var(--bg-soft);      }      .pd-specs__table td {        border-bottom: 1px solid var(--border-color);        display: flex;        flex-direction: column;        padding: 1rem 1.25rem;      }      .pd-specs__table td::before {        content: attr(data-label);        font-weight: 600;        color: var(--text-main);        margin-bottom: 0.25rem;        font-size: 14px;        text-transform: uppercase;        letter-spacing: 0.05em;      }      .pd-specs__table td:last-child { border-bottom: none; }    }    \/* --- MODULE: FAQ --- *\/    .pd-faq {      margin-bottom: var(--spacing-section);      max-width: 800px;      margin-left: auto;      margin-right: auto;    }    .pd-faq__title {      text-align: center;      margin-bottom: 3rem;    }    .pd-faq__item {      background: var(--bg-card);      border: 1px solid var(--border-color);      border-radius: var(--radius-md);      padding: 1.5rem 2rem;      margin-bottom: 1rem;      box-shadow: var(--shadow-sm);      transition: box-shadow 0.2s ease;    }    .pd-faq__item:hover {      box-shadow: var(--shadow-lg);    }    .pd-faq__question {      font-weight: 600;      font-size: 18px;      margin-bottom: 0.75rem;      color: var(--text-main);      display: flex;      align-items: flex-start;      gap: 0.75rem;    }    .pd-faq__question::before {      content: \"Q.\";      color: var(--accent-heat);      font-weight: 800;    }    .pd-faq__answer {      margin: 0;      color: var(--text-sub);      padding-left: 2rem; \/* Aligns with text after 'Q.' *\/    }    @media (max-width: 767px) {      .pd-faq__item { padding: 1.25rem; }      .pd-faq__answer { padding-left: 1.5rem; }    }\u003c\/style\u003e\n\u003c!-- MODULE A: INTRO \/ HERO --\u003e\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\u003ch1\u003eStreamline Your Essentials.\u003c\/h1\u003e\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\u003cdiv class=\"pd-hero__media\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE B: FEATURES --\u003e\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eIntegrated Flameless Ignition\u003c\/h2\u003e\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\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\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eHeavy-Duty Hard Shell Protection\u003c\/h2\u003e\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\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\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eUSB Rechargeable \u0026amp; Full Pack Capacity\u003c\/h2\u003e\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\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\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2 class=\"pd-specs__title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"pd-specs__table\"\u003e\t\u003ctbody\u003e\t\t\u003ctr\u003e\t\t\t\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\t\t\t\u003ctd data-label=\"Product Type\"\u003e2-in-1 Cigarette Case \u0026amp; Electronic Lighter\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003cth scope=\"row\"\u003eCapacity\u003c\/th\u003e\t\t\t\u003ctd data-label=\"Capacity\"\u003eApprox. 20 standard cigarettes (or 1 soft pack)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003cth scope=\"row\"\u003eIgnition Type\u003c\/th\u003e\t\t\t\u003ctd data-label=\"Ignition Type\"\u003eFlameless Circular Heating Element (Electronic)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003cth scope=\"row\"\u003ePower Source\u003c\/th\u003e\t\t\t\u003ctd data-label=\"Power Source\"\u003eIntegrated rechargeable battery\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003cth scope=\"row\"\u003eCharging Port\u003c\/th\u003e\t\t\t\u003ctd data-label=\"Charging Port\"\u003eMicro-USB (located on bottom)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003cth scope=\"row\"\u003eMaterial Finish\u003c\/th\u003e\t\t\t\u003ctd data-label=\"Material Finish\"\u003eBrushed Metal Texture with durable frame\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003cth scope=\"row\"\u003eProtection Features\u003c\/th\u003e\t\t\t\u003ctd data-label=\"Protection Features\"\u003eWaterproof, Crush-resistant, Odor-proof seal\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE D: FAQ --\u003e\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2 class=\"pd-faq__title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003ch3 class=\"pd-faq__question\"\u003eHow do I charge the integrated lighter?\u003c\/h3\u003e\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\u003cdiv class=\"pd-faq__item\"\u003e\n\u003ch3 class=\"pd-faq__question\"\u003eIs the electronic ignition windproof?\u003c\/h3\u003e\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\u003cdiv class=\"pd-faq__item\"\u003e\n\u003ch3 class=\"pd-faq__question\"\u003eDoes it hold a full pack of cigarettes?\u003c\/h3\u003e\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","brand":"Bak","offers":[{"title":"Brushed Black","offer_id":47558447759533,"sku":"0624-17116892","price":13.95,"currency_code":"USD","in_stock":true},{"title":"Brushed Gold","offer_id":47558447792301,"sku":"0624-17119330","price":13.95,"currency_code":"USD","in_stock":true},{"title":"Brushed Silver","offer_id":47558447825069,"sku":"0624-17117543","price":13.95,"currency_code":"USD","in_stock":true},{"title":"🔥Surprise Mix (3-Pack)","offer_id":47558447857837,"sku":"0624-17115843","price":35.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2491\/3069\/files\/4e1b0723ddaab025945b5fc0a01aee69_f2ca057d-19a6-4632-83e1-cf0740bd09e5.jpg?v=1789365765","url":"https:\/\/8thgtr-ys.myshopify.com\/pl\/products\/2-in-1-cigarette-case-lighter","provider":"Fantasfeelets","version":"1.0","type":"link"}