{"product_id":"synthetic-lithium-auto-grease","title":"Synthetic Lithium Auto Grease","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Maintenance \/ Synthetic Lithium Grease\nTarget Audience: Car owners, mechanics, auto DIY enthusiasts\nVisual Style: Industrial, reliable, high-performance\nColor Strategy: Deep Automotive Blue (--primary) with technical dark grays, conveying trust and synthetic engineering.\nShape Strategy: Radius 8px (sturdy, industrial, yet modern)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 up to 44px, body 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive via data-label)\nImage Mapping: Hero=image_1, Features=image_2\/3\/4\/5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Typography System *\/\n      --font-stack: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      --text-main: #1C1D1F;\n      --text-sub: #4A4D52;\n      \n      \/* Color System *\/\n      --primary: #0A369D;\n      --bg-body: #FFFFFF;\n      --bg-card: #F4F6F8;\n      --bg-light: #EBF0FA;\n      --border-color: #DDE2E8;\n      \n      \/* Shapes \u0026 Shadows *\/\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n      \n      \/* Spacing *\/\n      --section-gap: clamp(3rem, 6vw, 5rem);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: var(--font-stack);\n      color: var(--text-main);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Classes *\/\n    .pd-h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .pd-h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n    }\n\n    .pd-h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .pd-p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Media Protocol *\/\n    .pd-img-fluid {\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: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: bold;\n    }\n\n    \/* Non-interactive Badges *\/\n    .pd-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 2rem;\n    }\n\n    .pd-badge {\n      background-color: var(--bg-light);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      padding-top: var(--section-gap);\n      padding-bottom: var(--section-gap);\n      text-align: center;\n    }\n    \n    .pd-hero-copy {\n      max-width: 800px;\n      margin: 0 auto 2.5rem;\n    }\n\n    \/* Z-Pattern Features *\/\n    .pd-features {\n      display: flex;\n      flex-direction: column;\n      gap: var(--section-gap);\n      padding-bottom: var(--section-gap);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-section {\n      padding-bottom: var(--section-gap);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\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      font-size: 18px;\n    }\n\n    .pd-table th {\n      background-color: var(--bg-card);\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-section {\n      padding-bottom: var(--section-gap);\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 1rem;\n    }\n\n    .pd-faq-q {\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 12px;\n      color: var(--primary);\n    }\n\n    .pd-faq-a {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 4rem;\n        align-items: center;\n      }\n\n      \/* Alternate reverse for Z-Pattern *\/\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Table Overrides (Card-based strategy) *\/\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      }\n      \n      .pd-table thead {\n        display: none; \/* Hide default headers *\/\n      }\n      \n      .pd-table tr {\n        background-color: var(--bg-card);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 12px;\n      }\n      \n      .pd-table td {\n        border-bottom: none;\n        display: flex;\n        justify-content: space-between;\n        padding: 8px 4px;\n        font-size: 16px;\n        align-items: center;\n      }\n      \n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        flex-basis: 40%;\n        padding-right: 10px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badges\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"pd-badge\"\u003eWaterproof Formula\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eExtreme Temp Ready\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eFriction Reduction\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eRestore Flawless, Silent Sunroof Operation\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eAdvanced synthetic lithium grease engineered to eliminate creaking, prevent rust, and ensure buttery-smooth glides for all automotive tracks and hinges, no matter the weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320094939\/900d69571962d27a76a8fce58200d612.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-features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320094939\/341aa179942f6894d59a401f87d0b035.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eWhisper-Quiet Driving Experience\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eSay goodbye to annoying squeaks and rattling. Crafted with a distinctive molecular structure, this advanced grease perfectly reduces the friction coefficient between tracks and sliders. The result is a serene, comfortable in-car environment every time you open your sunroof.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320094939\/71cb96f7a9a9170ac86a584a365bf2a8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eUnbreakable Weather Barrier\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eEngineered with strong waterproof and dustproof properties, it creates a dependable shield that tightly adheres to metal surfaces. By effectively blocking out rain, dirt, and moisture, it guarantees excellent sealing and stops rust dead in its tracks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320094939\/cfc7bcb8692a50912963faa2acb889b4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eReliable in Extreme Temperatures\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eNever worry about freezing mechanisms or melting grease. From harsh winters to scorching summers, this heavy-duty lithium formulation maintains perfect viscosity. It prevents track solidification in sub-zero environments, ensuring flexible hinge operation all year round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320094939\/0f4207083cd7ad584eeabc78088a1c3c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eUniversal Automotive Application\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eFar more than just a sunroof lubricant. Its highly efficient synthetic base oil formula makes it the ideal solution for car door hinges, seat tracks, hood latches, and wiping mechanisms across all types of vehicles.\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-specs-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProperty\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification (Metric)\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification (Imperial)\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=\"Property\"\u003eBase Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003eSynthetic Base Oil \u0026amp; Lithium\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003eSynthetic Base Oil \u0026amp; Lithium\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eNet Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e100 g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e3.5 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eOperating Temp Range\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e-30 °C to +120 °C\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e-22 °F to +248 °F\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003ePackage Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e15 cm x 5 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e5.9 in x 2.0 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eWater Resistance\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003eHigh\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003eHigh\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 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWhere can I apply this grease on my vehicle?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eIt is perfect for sunroof tracks, door hinges, trunk latches, seat adjustment rails, and hood hinges. The formula adheres securely to metal parts without dripping.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWill it wash off easily in a high-pressure car wash?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eNo. Once applied, the grease forms a highly adhesive, waterproof barrier that withstands rain, standard car washes, and road splash, keeping the mechanism protected from rust.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHow often do I need to reapply it?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eFor standard daily driving, we recommend inspecting and wiping down your sunroof tracks and door hinges once a year, applying a fresh, thin layer of grease for optimal, squeak-free performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"📦 1-Pack (Standard)","offer_id":43321109282875,"sku":"0327-20033709","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Pack","offer_id":43321109315643,"sku":"0327-20035712","price":16.95,"currency_code":"USD","in_stock":true},{"title":"👨‍🔧 Mechanic's 4-Pack (Best Value)","offer_id":43321109348411,"sku":"0327-20033678","price":21.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/dc4021eccc4184a175ffb1dfe2d93ba1.jpg?v=1774613022","url":"https:\/\/autoyunn.com\/products\/synthetic-lithium-auto-grease","provider":"AutoYunn","version":"1.0","type":"link"}