{"product_id":"solar-engine-car-diffuser","title":"Solar Engine Car Diffuser","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Automotive Accessories \/ Solar Air Freshener\n  Target Audience: Car owners, lovers of industrial\/vintage aesthetics, eco-conscious drivers\n  Visual Style: Industrial Chic meets Modern Tech\n  Color Strategy: Dark Onyx (#1A1A1A) and Crisp White for high contrast, Engine Copper (#D35400) as Accent\n  Shape Strategy: Radius 8px (Masculine, engineered, structural but safe)\n  Typography Strategy: Large Type \/ Mobile-first readable (H1: 38px+, Body: 18px+)\n  Mobile Table Strategy: Card-based (No horizontal scroll, Flexbox rows)\n  Image Mapping: Hero=image_1, Solar=image_2, Engine=image_3, Purification=image_4, Versatile=image_5\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #D35400; \/* Engine Copper\/Amber *\/\n      --primary-hover: #E67E22;\n      --text-main: #1C2833;\n      --text-sub: #566573;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-dark: #1A1A1A;\n      --text-light: #FFFFFF;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 12px rgba(0,0,0,0.05);\n      --shadow-lg: 0 12px 24px rgba(0,0,0,0.08);\n      --border-color: #EAECEE;\n\n      \/* 0) Typography \u0026 Spacing System *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 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      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-detail-container h1 {\n      font-size: clamp(34px, 5vw, 44px);\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      font-weight: 800;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(28px, 4vw, 36px);\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n      font-weight: 700;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(22px, 3vw, 26px);\n      line-height: 1.4;\n      margin: 0 0 0.75rem 0;\n      font-weight: 600;\n      color: var(--primary);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Media Protocol - Image Handling *\/\n    .pd-image-wrapper {\n      width: 100%;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      position: relative;\n    }\n\n    \/* Option A: Natural Flow (Default) *\/\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Placeholder Styling *\/\n    .pd-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: #F4F6F7;\n      border: 2px dashed #BFC9CA;\n      color: #7F8C8D;\n      font-size: 1.2rem;\n      font-weight: bold;\n      border-radius: var(--radius-lg);\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Badges (Non-clickable UI) *\/\n    .pd-badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    .pd-badge {\n      background: var(--bg-card);\n      color: var(--text-main);\n      padding: 0.6rem 1.2rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n    .pd-badge-dark {\n      background: var(--bg-dark);\n      color: var(--text-light);\n      border-color: var(--bg-dark);\n    }\n\n    \/* --- Modules --- *\/\n    \n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n    .pd-hero-social-proof {\n      font-size: 18px;\n      color: var(--primary);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      display: block;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Z-Pattern Features (Mobile Ordering Lock) *\/\n    .pd-features {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(4rem, 10vw, 8rem);\n      margin-bottom: clamp(4rem, 10vw, 8rem);\n    }\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Force Mobile Order: Image (Top) -\u003e Text (Bottom) *\/\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Specs Table (Mobile Card Lock) *\/\n    .pd-specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      margin-bottom: clamp(4rem, 10vw, 8rem);\n    }\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n    .pd-table th,\n    .pd-table td {\n      padding: 1.2rem;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background: rgba(0,0,0,0.03);\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-section {\n      margin-bottom: clamp(4rem, 10vw, 8rem);\n    }\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 2rem 0;\n    }\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n    .pd-faq-q {\n      font-size: 22px;\n      font-weight: 700;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n    .pd-faq-a {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* --- Desktop Enhancements (Z-Pattern \u0026 Table) --- *\/\n    @media (min-width: 768px) {\n      .pd-hero {\n        max-width: 80%;\n        margin-left: auto;\n        margin-right: auto;\n      }\n      .pd-feature-item {\n        flex-direction: row; \/* Z-Pattern Enabled *\/\n        align-items: center;\n      }\n      .pd-feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      \/* Ensure text doesn't touch the image *\/\n      .pd-feature-copy {\n        padding: 0 2rem;\n      }\n    }\n\n    \/* --- Mobile Enhancements (Table Card View) --- *\/\n    @media (max-width: 767px) {\n      \/* Force Card-based Table *\/\n      .pd-table, \n      .pd-table thead, \n      .pd-table tbody, \n      .pd-table tr, \n      .pd-table th, \n      .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none; \/* Hide headers *\/\n      }\n      .pd-table tr {\n        background: #FFF;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1.5rem;\n        padding: 0.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .pd-table td {\n        border-bottom: 1px solid var(--bg-card);\n        display: flex;\n        justify-content: space-between;\n        align-items: baseline;\n        gap: 1rem;\n        padding: 1rem;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        flex-shrink: 0;\n        width: 40%;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cspan class=\"pd-hero-social-proof\"\u003e★ ★ ★ ★ ★ Trusted by 10,000+ Drivers\u003c\/span\u003e\n\u003ch1\u003eHarness the Power of the Sun.\u003cbr\u003e\nDrive with Vintage Elegance.\u003c\/h1\u003e\n\n\u003cp\u003eA distinctive car air freshener engineered to resemble a classic engine. Powered entirely by solar energy, it purifies your vehicle's air with natural plant extracts while elevating your interior aesthetic.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge pd-badge-dark\"\u003eZero Batteries Needed\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003ePlant-Based Aroma\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eAviation-Grade ABS\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319113728\/cd3896b95cd02625cfe26f6bd396a076.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\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319113728\/a610458fc0f1aefa02aa44c9cba5aa7a.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eContinuous Solar-Powered Rotation\u003c\/h3\u003e\n\n\u003ch2\u003eNever Replace a Battery Again\u003c\/h2\u003e\n\n\u003cp\u003eHarness the power of the sun with our advanced aviation-grade solar panels. The internal turbine activates automatically in daylight, rotating smoothly to diffuse fragrance throughout your cabin without ever needing to be plugged in or recharged.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 (Reversed on Desktop) --\u003e\n\n\u003cdiv class=\"pd-feature-item reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319113728\/c3cf70665ce3e20111e1124d73ae249a.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eUnique Engine-Inspired Aesthetics\u003c\/h3\u003e\n\n\u003ch2\u003eIndustrial Sophistication for Your Dashboard\u003c\/h2\u003e\n\n\u003cp\u003eElevate your car's interior with exquisite craftsmanship. Styled to resemble a classic V-type vintage engine, this distinctive diffuser serves as a brilliant conversation piece. Its structural elegance perfectly complements modern and classic vehicle interiors alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319113728\/663555f59b35ee2e434eec5ecebc42b9.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eEfficient Air Purification\u003c\/h3\u003e\n\n\u003ch2\u003eBreathe Nature on Every Journey\u003c\/h2\u003e\n\n\u003cp\u003eExperience cleaner, fresher air during your daily commute. Acting as an active air purifier, it rapidly removes unwanted odors, smoke, and pet smells. We use solid plant-extract scented tablets that are 100% safe, alcohol-free, and perfect for pregnant women and babies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 (Reversed on Desktop) --\u003e\n\n\u003cdiv class=\"pd-feature-item reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319113728\/5baf040de235ec3a706b875b1043176a.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eVersatile Placement Options\u003c\/h3\u003e\n\n\u003ch2\u003eBeyond the Driver's Seat\u003c\/h2\u003e\n\n\u003cp\u003eThanks to its compact architecture and non-slip silicone base, this elegant engine isn't restricted to your dashboard. It brings a touch of vintage charm and fresh air to office desks, bathroom countertops, and small living spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"pd-specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with precision materials to withstand extreme dashboard conditions.\u003c\/p\u003e\n\n\u003ctable class=\"pd-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\"\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eHigh-heat resistant ABS \u0026amp; Premium Silicone base\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMonocrystalline Solar Panel (0 batteries required)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFragrance Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSolid Plant Extract Essential Oil Tablets\u003c\/td\u003e\n\t\t\u003c\/tr\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\"\u003e5.5 cm x 6.5 cm (2.2 in x 2.6 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eNet Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e76 g (2.68 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eOperating Temp\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e-20°C to 75°C (-4°F to 167°F)\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=\"pd-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eDoes it work at night or on cloudy days?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eThe turbine rotation is activated by direct sunlight. However, even without sunlight, the natural plant-extract tablets continue to passively diffuse fragrance, ensuring your car always smells fresh.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWill it melt or get damaged in the summer heat?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolutely not. It is crafted from high-quality aviation-grade ABS and silicone, rigorously tested to withstand dashboard temperatures up to 75°C (167°F) without warping or leaking.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs the fragrance safe for children and pets?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eYes. We use solid fragrance rings derived purely from natural plant extracts. They are completely alcohol-free, non-toxic, and perfectly safe for pregnant women, infants, and pets.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Classic Cologne","offer_id":43293066166331,"sku":"0320-16256140","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Ocean Breeze","offer_id":43293066199099,"sku":"0320-16258341","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Gardenia Blossom","offer_id":43293066231867,"sku":"0320-16257866","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Sweet Osmanthus","offer_id":43293066264635,"sku":"0320-16259911","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Zen Tea","offer_id":43293066297403,"sku":"0320-16252432","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/cd3896b95cd02625cfe26f6bd396a076.jpg?v=1773995218","url":"https:\/\/autoyunn.com\/products\/solar-engine-car-diffuser","provider":"AutoYunn","version":"1.0","type":"link"}