{"product_id":"intelligent-motion-activated-scent","title":"Intelligent Motion Activated Scent","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：车载智能香薰机\n目标受众：追求品质感、便利性和科技感的车主\n视觉风格：深色高级感、科技光影、金属质感 (Dark Premium Tech)\n配色策略：以深灰\/黑色背景烘托产品金属机身，用青蓝色(Cyan)作为强调色呼应产品灯光。\n模块顺序：Hero (场景+核心卖点) -\u003e Feature 1 (智能启停+可视化控制) -\u003e Feature 2 (材质工艺+续航) -\u003e Feature 3 (套装+安全) -\u003e Compatibility \u0026 Installation (解决适配顾虑) -\u003e Specs -\u003e FAQ\n详情图映射：Hero=image_1.png, Feature1=image_5.png, Feature2=image_2.png, Feature3=image_3.png, Compatibility=image_4.png \u0026 image_6.png\n规格图映射：Specs=image_7.png\n对比模块：未加入（无明确竞品对比需求，核心在于展示自身智能特性）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #00d2ff; \/* 呼应产品蓝光 *\/\n    --text-main: #ffffff;\n    --text-sub: #b0b0b0;\n    --bg-body: #121212;\n    --bg-card: #1e1e1e;\n    --bg-soft: #2a2a2a;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --border-color: #333333;\n    --spacing-section: clamp(3rem, 6vw, 5rem);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 2rem 5%;\n    box-sizing: border-box;\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    line-height: 1.6;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 700;\n    margin: 0 0 1rem 0;\n    line-height: 1.2;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 600;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 600;\n    margin: 0 0 0.5rem 0;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Reusable Components *\/\n  .pd-tag {\n    display: inline-block;\n    padding: 6px 12px;\n    background: var(--bg-soft);\n    color: var(--text-sub);\n    border-radius: 20px;\n    font-size: 14px;\n    margin-right: 8px;\n    margin-bottom: 8px;\n    font-weight: 500;\n  }\n\n  .pd-accent-tag {\n    color: var(--primary);\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    font-size: 14px;\n    display: block;\n    margin-bottom: 0.5rem;\n  }\n\n  \/* Image Utilities *\/\n  .pd-image-placeholder {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 16\/9;\n    background: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-family: monospace;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n  \n  .pd-image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n  }\n\n  \/* Layout Sections *\/\n  .pd-section {\n    margin-bottom: var(--spacing-section);\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto var(--spacing-section) auto;\n  }\n\n  \/* Feature Sections (Z-Pattern) *\/\n  .pd-feature {\n    display: flex;\n    align-items: center;\n    gap: clamp(2rem, 5vw, 4rem);\n  }\n\n  .pd-feature:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n\n  .pd-feature-media, .pd-feature-copy {\n    flex: 1;\n  }\n\n  \/* Specifications Table *\/\n  .pd-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n\n  .pd-specs-table th, .pd-specs-table td {\n    padding: 1rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 16px;\n  }\n\n  .pd-specs-table th {\n    background: var(--bg-soft);\n    color: var(--text-main);\n    font-weight: 600;\n    width: 40%;\n  }\n  \n  .pd-specs-table td {\n      color: var(--text-sub);\n  }\n\n  \/* FAQ *\/\n  .pd-faq-item {\n    background: var(--bg-card);\n    margin-bottom: 1rem;\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n  }\n\n  .pd-faq-item details {\n    padding: 1rem;\n  }\n\n  .pd-faq-item summary {\n    font-weight: 600;\n    cursor: default;\n    font-size: 18px;\n    list-style: none;\n    position: relative;\n    padding-right: 2rem;\n  }\n\n  .pd-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pd-faq-item summary::after {\n    content: '+';\n    position: absolute;\n    right: 0;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 24px;\n    color: var(--primary);\n  }\n\n  .pd-faq-item details[open] summary::after {\n    content: '-';\n  }\n  \n  .pd-faq-item p {\n      margin-bottom: 0;\n      padding-top: 1rem;\n  }\n  \n  \/* Compatibility Grid *\/\n  .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(1rem, 3vw, 2rem);\n      margin-top: 2rem;\n  }\n\n  \/* Mobile Media Queries *\/\n  @media (max-width: 768px) {\n    .pd-hero h1 { font-size: 32px; }\n    \n    .pd-feature, .pd-feature:nth-child(even) {\n      flex-direction: column;\n      text-align: left;\n    }\n\n    .pd-feature-media {\n      margin-bottom: 1.5rem;\n    }\n    \n    .pd-grid-2 {\n        grid-template-columns: 1fr;\n    }\n\n    \/* Mobile Table Stack *\/\n    .pd-specs-table thead { display: none; }\n    .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .pd-specs-table tr { margin-bottom: 1rem; background: var(--bg-card); border-radius: var(--radius-md); overflow: hidden;}\n    .pd-specs-table td {\n      text-align: right;\n      padding-left: 50%;\n      position: relative;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-specs-table td::before {\n      content: attr(data-label);\n      position: absolute;\n      left: 1rem;\n      width: 45%;\n      white-space: nowrap;\n      font-weight: 600;\n      text-align: left;\n      color: var(--text-main);\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-accent-tag\"\u003eSmart Car Aromatherapy\u003c\/span\u003e\n\u003ch1\u003e\u003cspan style=\"color:#ffffff;\"\u003eIntelligent Scent, Effortless Drive.\u003c\/span\u003e\u003c\/h1\u003e\n\n\u003cp\u003eEnhance your driving experience with the smart car diffuser that automatically activates when you drive. Featuring ultrasonic atomization and visible scent modes for consistent, premium fragrance.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img97\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513111629\/d09a5a002687e9b3f913b5836ad0e997.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 1: Smart Control --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img89\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513111138\/bd358d636474e49527bbabede3dfc213.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-accent-tag\"\u003eAuto-Start \u0026amp; Visual Control\u003c\/span\u003e\n\n\u003ch2\u003eIntelligent Operation, Intuitive Feedback.\u003c\/h2\u003e\n\n\u003cp\u003eAdvanced vibration sensors detect your vehicle's movement, automatically turning the diffuser on when you start driving and off when you stop. Easily adjust between three fragrance intensity levels with a single button, clearly indicated by the color-changing LED side light.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"pd-tag\"\u003eAuto Start\/Stop Sensor\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e3 Intensity Modes\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePurple\/Blue\/Green Indicators\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Feature Section 2: Material \u0026 Battery --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img90\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513111138\/67c6c716534a0a881dfa0cee65b7307c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-accent-tag\"\u003ePremium Build \u0026amp; Power\u003c\/span\u003e\n\n\u003ch2\u003eMetal Craftsmanship with Ultra-Long Battery Life.\u003c\/h2\u003e\n\n\u003cp\u003eEncased in durable, sandblasted aluminum alloy, this diffuser blends seamlessly with premium car interiors. The high-capacity battery provides 20 to 45 days of use on a single 60-minute charge, freeing you from frequent charging.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"pd-tag\"\u003eAluminum Alloy Body\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eType-C Rechargeable\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eUp to 45 Days Battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Feature Section 3: Technology \u0026 Kit --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img91\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513111138\/7714ac587462d8df155000b1232e33c0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-accent-tag\"\u003eUltrasonic Technology\u003c\/span\u003e\n\n\u003ch2\u003eNano-Fine Mist \u0026amp; Natural Plant Essences.\u003c\/h2\u003e\n\n\u003cp\u003eUtilizing ultrasonic atomization, it creates a dry, nano-scale mist that disperses fragrance evenly without wetting your car's interior. The kit comes ready-to-use with three bottles of essential oils derived from natural plant extracts.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"pd-tag\"\u003eDry Nano Mist\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eIncludes 3 Essential Oils\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSafe \u0026amp; Natural\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. Compatibility \u0026 Installation Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv style=\"text-align: center; max-width: 800px; margin: 0 auto;\"\u003e\n\u003ch2\u003eUniversal Fit \u0026amp; Easy Installation\u003c\/h2\u003e\n\n\u003cp\u003eDesigned with a sturdy silicone-padded clip to securely attach to most car air conditioning vents. Please check the compatibility guide below before purchasing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cspan style=\"color:#ffffff;\"\u003eVent Compatibility\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img92\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513111138\/4f0df730a276d7d41d0d0a696460b03a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cspan style=\"color:#ffffff;\"\u003e3-Step Setup\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img93\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513111138\/cd87a0ea81a4aafc72bd6a4e2a46f006.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- F. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\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 data-label=\"Feature\"\u003eModel Name\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eA19 Smart Car Fragrance Machine\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMaterials\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eAluminum Alloy (Hardware) + PP\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eDimensions\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e30 x 46 x 61 mm (approx. 1.2 x 1.8 x 2.4 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eWeight\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e55g (approx. 1.94 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eOil Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eAbout 10ml per bottle\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003ePower \/ Input\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e≤1.5W \/ Type-C Port\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- G. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow long does the battery last on a single charge?\u003c\/summary\u003e\n\n\u003cp\u003eThe device features a long-lasting battery that can provide between 20 to 45 days of use on a full charge, depending on the selected spray frequency mode and your driving habits.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWill the spray leave residue or wet my car interior?\u003c\/summary\u003e\n\n\u003cp\u003eNo. The diffuser uses ultrasonic technology to produce a nano-fine, dry mist that evaporates quickly into the air, ensuring it will not wet your dashboard, seats, or leave any oily residue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eCan I use my own essential oils?\u003c\/summary\u003e\n\n\u003cp\u003eWe highly recommend using the essential oils provided or replacements specifically designed for this type of ultrasonic diffuser. Thicker oils or those with impurities may clog the atomizer nozzle over time.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Cologne \/ The Starter Kit (Diffuser + 3 Oils)","offer_id":43510384558139,"sku":"0513-19000094","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Mon Paris \/ The Starter Kit (Diffuser + 3 Oils)","offer_id":43510384590907,"sku":"0513-19001752","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Cologne \/ The Ultimate Drive Set (Diffuser + 6 Oils) - Most Popular","offer_id":43510384623675,"sku":"0513-19001822","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Mon Paris \/ The Ultimate Drive Set (Diffuser + 6 Oils) - Most Popular","offer_id":43510384656443,"sku":"0513-19002642","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Cologne \/ Refills Only (3 Oils - No Diffuser)","offer_id":43510384689211,"sku":"0513-19002313","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Mon Paris \/ Refills Only (3 Oils - No Diffuser)","offer_id":43510384721979,"sku":"0513-19007743","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/d09a5a002687e9b3f913b5836ad0e997_df3b2955-48cd-48d8-8686-3700e150c029.jpg?v=1778670061","url":"https:\/\/autoyunn.com\/products\/intelligent-motion-activated-scent","provider":"AutoYunn","version":"1.0","type":"link"}