{"product_id":"multi-surface-car-interior-cleaner","title":"Multi-Surface Car Interior Cleaner","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Car Interior Cleaner \/ Detailer\nTarget Audience: Car owners, busy professionals, auto enthusiasts looking for fast, effective, and safe cleaning.\nVisual Style: Professional, Sleek, and Trustworthy (Automotive aesthetic).\nColor Strategy: Pristine White background, Deep Slate text for high contrast, and Detailer Blue (--primary) for fresh\/clean accents.\nShape Strategy: Radius 8px-12px (Industrial yet polished, masculine but accessible).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 36px+, Body at 18px+).\nMobile Table Strategy: Card-based (Strictly NO horizontal scroll).\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1. Design System \u0026 Variables *\/\n    .product-detail-container {\n      --primary: #0284c7; \/* Detailer Blue *\/\n      --primary-hover: #0369a1;\n      --text-main: #111827; \/* Deep Slate *\/\n      --text-sub: #4b5563; \/* Medium Gray *\/\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --border-color: #e2e8f0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      \n      \/* 0. Typography \u0026 Spacing System *\/\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      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      line-height: 1.6;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Sizes *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 3vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 600;\n      line-height: 1.4;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n      line-height: 1.7;\n    }\n\n    \/* 2. Image Protocol *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .pd-img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: #f1f5f9;\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #64748b;\n      font-size: 1.125rem;\n      font-weight: bold;\n    }\n\n    \/* 3. Non-Interactive Badges *\/\n    .pd-badge {\n      display: inline-block;\n      background-color: #e0f2fe;\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 700;\n      padding: 8px 16px;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      letter-spacing: 0.05em;\n      text-transform: uppercase;\n    }\n\n    \/* 4. Layout Architecture *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n\n    .pd-hero .pd-hero-copy {\n      max-width: 800px;\n      margin: 0 auto 2rem auto;\n    }\n\n    \/* B) Mobile Ordering Lock (Z-Pattern for Desktop, Column for Mobile) *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n      align-items: center;\n    }\n\n    .pd-feature-media {\n      width: 100%;\n    }\n\n    .pd-feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        gap: 4rem;\n        align-items: center;\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media, \n      .pd-feature-copy {\n        width: 50%;\n        flex: 1;\n      }\n    }\n\n    \/* C) Specs Table - Card Based on Mobile *\/\n    .pd-specs-container {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 4vw, 3rem);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n      font-size: 18px;\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background-color: #f1f5f9;\n    }\n\n    .pd-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .pd-table thead {\n        display: none; \/* Hide headers *\/\n      }\n      .pd-table tr {\n        margin-bottom: 1.5rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background-color: var(--bg-body);\n        padding: 0.5rem 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid #f1f5f9;\n        padding: 12px 0;\n        text-align: right;\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        margin-right: 1rem;\n        text-align: left;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* D) FAQ Section *\/\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .pd-faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n    }\n\n    .pd-faq-answer {\n      margin-bottom: 0;\n      font-size: 18px;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eSafe For All Interiors\u003c\/div\u003e\n\n\u003ch1\u003eRestore Your Car's Interior to Showroom Perfection\u003c\/h1\u003e\n\n\u003cp\u003eProfessional-grade cleaning without the elbow grease. Our advanced interior detailer naturally neutralizes odors, softens stubborn stains instantly, and safeguards your vehicle’s materials during every routine wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313164646\/d7253acba2497cbafaf51772d6f333c6.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-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313164646\/4fe43ed29d94ec8a2462dbefa780d59c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003ePowerful Restoration, Zero Damage\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for high-contact areas like leather seats, steering wheels, and center consoles. The gentle formulation targets embedded grime while ensuring absolutely no harm or drying effect to delicate interior materials. Preserve your car's value with confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313164646\/7b9697df38f8a8fc2164d769f90164ac.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eOne Solution. Ultimate Efficiency.\u003c\/h2\u003e\n\n\u003cp\u003eStop switching between multiple cleaning tools. This multi-purpose dashboard cleaner seamlessly adapts to complex surfaces. It evenly softens dirt upon application, drastically minimizing wiping effort—a perfect time-saving solution for busy individuals always on the move.\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-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313164646\/114ee7a4480f28d1fd592a073fe48db2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eBreathe Easy with a Natural Scent\u003c\/h2\u003e\n\n\u003cp\u003eUnlike harsh chemical sprays, our interior detailer incorporates a natural scent profile designed to permanently neutralize unpleasant odors. It leaves a subtle, refreshing aroma that transforms your daily commute into a comfortable and welcoming environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-container\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about our comprehensive interior cleaner.\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\"\u003eNet Content\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e120 ml \/ 4 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBottle Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e120 g \/ 4 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eApplication Surfaces\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDashboard, Seats, Steering Wheel, Doors\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMaterial Safety\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eLeather, Vinyl, Plastic, Fabric (Color-safe)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eStorage Temp Range\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e5°C - 35°C \/ 41°F - 95°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-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWill this leave a greasy or sticky residue on my dashboard?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNot at all. Our formulation is designed to leave a clean, dry, matte finish that protects against dust buildup without any greasy or sticky feeling.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs it completely safe for genuine leather seats?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes! The gentle, pH-balanced formula lifts dirt and stains while preserving the natural oils of both genuine and synthetic leather, preventing cracking and fading.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eDo I need to dilute the spray before using it?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNo, it comes pre-mixed and ready to use. Simply spray it evenly onto the surface or a microfiber towel, gently wipe, and enjoy immediate results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🚗 Single Bottle","offer_id":43289666814011,"sku":"0318-15043798","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Pack (Save 20%)","offer_id":43289666846779,"sku":"0318-15045070","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🏆 Pro Detailer 3-Pack (Save 30%)","offer_id":43289666879547,"sku":"0318-15041644","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/d7253acba2497cbafaf51772d6f333c6.jpg?v=1773817544","url":"https:\/\/autoyunn.com\/products\/multi-surface-car-interior-cleaner","provider":"AutoYunn","version":"1.0","type":"link"}