{"product_id":"instant-car-rubber-restorer","title":"Instant Car Rubber Restorer","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #222222;\n    --primary-hover: #000000;\n    --text-main: #333333;\n    --text-sub: #666666;\n    --bg-body: #ffffff;\n    --bg-card: #f8f9fa;\n    --bg-soft: #e9ecef;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);\n    --shadow-md: 0 8px 24px rgba(0,0,0,0.08);\n    --border-color: #e0e0e0;\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 2rem 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 { font-size: clamp(32px, 4vw, 44px); font-weight: 800; line-height: 1.25; margin: 0 0 1.2rem 0; color: var(--primary); letter-spacing: -0.5px; }\n  .product-detail-container h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 700; margin: 0 0 1rem 0; color: var(--primary); line-height: 1.3; }\n  .product-detail-container h3 { font-size: 20px; font-weight: 600; margin: 0 0 0.75rem 0; color: var(--primary); }\n  .product-detail-container p { font-size: 18px; margin: 0 0 1.5rem 0; color: var(--text-sub); }\n\n  \/* Layout Utilities *\/\n  .pd-section { margin-bottom: clamp(3rem, 8vw, 5rem); }\n  .pd-grid-2 { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3rem); align-items: center; }\n  \n  \/* Components *\/\n  .pd-tag-list { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }\n  .pd-tag { background: var(--bg-body); color: var(--text-main); padding: 0.4rem 1.2rem; border-radius: 2rem; font-size: 15px; font-weight: 600; border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); }\n  .pd-trust-badge { display: inline-block; background: var(--primary); color: #ffffff; padding: 0.5rem 1.2rem; border-radius: 6px; font-weight: 600; font-size: 14px; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 1px; }\n\n  \/* Image Styling *\/\n  .pd-image-wrapper { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); background: var(--bg-soft); font-size: 0; }\n  .pd-image-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; transition: transform 0.3s ease; }\n  .feature-card:hover .pd-image-wrapper img { transform: scale(1.02); }\n\n  \/* Specific Sections *\/\n  .hero-section { text-align: center; }\n  .hero-content { max-width: 800px; margin: 0 auto clamp(2rem, 4vw, 3rem); }\n  \n  .feature-card { background: var(--bg-card); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow 0.3s ease; border: 1px solid transparent; }\n  .feature-card:hover { box-shadow: var(--shadow-md); border-color: var(--border-color); }\n  .feature-copy { padding: clamp(1.5rem, 4vw, 3rem); }\n\n  \/* Specifications Table *\/\n  .specs-section h2 { text-align: center; margin-bottom: 2rem; }\n  .specs-table { width: 100%; border-collapse: collapse; background: var(--bg-card); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }\n  .specs-table th, .specs-table td { padding: 1.2rem 1.5rem; text-align: left; border-bottom: 1px solid var(--border-color); font-size: 17px; }\n  .specs-table th { background: var(--bg-soft); font-weight: 600; width: 35%; color: var(--primary); }\n  .specs-table tr:last-child td, .specs-table tr:last-child th { border-bottom: none; }\n\n  \/* Mobile Table Optimization *\/\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td { display: block; width: 100%; box-sizing: border-box; }\n    .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n    .specs-table th { background: var(--bg-soft); border-bottom: none; padding-bottom: 0.5rem; }\n    .specs-table td { padding-top: 0.5rem; border-bottom: none; }\n    .specs-table tr:last-child { margin-bottom: 0; }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section h2 { text-align: center; margin-bottom: 2rem; }\n  .faq-item { margin-bottom: 1.5rem; border-bottom: 1px solid var(--border-color); padding-bottom: 1.5rem; }\n  .faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n  .faq-question { font-size: 20px; font-weight: 600; color: var(--primary); margin-bottom: 0.75rem; display: flex; align-items: flex-start; line-height: 1.4; }\n  .faq-question::before { content: \"Q.\"; margin-right: 0.75rem; color: var(--text-sub); font-weight: 800; }\n  .faq-answer { font-size: 17px; color: var(--text-sub); padding-left: 2rem; margin: 0; }\n\n  \/* Desktop Optimization *\/\n  @media (min-width: 768px) {\n    .pd-grid-2 { grid-template-columns: 1fr 1fr; gap: 0; }\n    .feature-copy { padding: 3rem; }\n    \/* Alternate Layout Logic *\/\n    .feature-section.reverse .feature-media { order: 2; }\n    .feature-section.reverse .feature-copy { order: 1; }\n    \n    .hero-section { text-align: left; }\n    .hero-content { margin: 0; padding-right: 2rem; }\n    .hero-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-wrapper\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003eInstant Restoration \u0026amp; Protection\u003c\/span\u003e\n\u003ch1\u003eBring Your Car's Rubber Seals Back to Life in Seconds\u003c\/h1\u003e\n\n\u003cp\u003eRestore faded, whitened rubber trim to a deep black gloss. Our all-in-one formula with a built-in applicator sponge makes maintenance effortless and mess-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Hero Image: Before and After Restoration\" cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617112710\/6342a833b5cb74a7dbce21d27e9fa271.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature 1: Mess-Free Application --\u003e\n\n\u003csection class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-card pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Built-in Sponge Applicator\" cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617111933\/73d3d3a5ba236a2ef0f84ff8c7ad5b1c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMess-Free Application, No Extra Tools Needed\u003c\/h2\u003e\n\n\u003cp\u003eForget messy sprays and separate rags. Our innovative bottle design features a built-in high-density sponge head. Simply shake, press to release the liquid directly onto the sponge, and wipe evenly along narrow rubber strips for precise control.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-list\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBuilt-in Sponge\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePrecise Control\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eQuick \u0026amp; Clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Versatility \u0026 Use Cases (Reversed Layout on Desktop) --\u003e\n\n\u003csection class=\"pd-section feature-section reverse\"\u003e\n\u003cdiv class=\"feature-card pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Versatile Application on Car Seals\" cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617111933\/eaf9a1bde29e96bdc0873e0bfab0f9e0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eComplete Protection for Every Rubber Seal\u003c\/h2\u003e\n\n\u003cp\u003eWeather and sunlight degrade rubber everywhere on your vehicle. This versatile formula is perfect for reviving window trims, windshield seals, trunk gaskets, and sunroof edges, helping to prevent leaks and reduce wind noise caused by dried-out seals.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-list\"\u003e\n\u003cspan class=\"pd-tag\"\u003eWindows \u0026amp; Doors\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSunroof Seals\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTrunk Gaskets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Formula Benefits --\u003e\n\n\u003csection class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-card pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Deep Conditioning Formula\" cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617111933\/5370945268dcdedaa0d2bd8724cfb3b0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDeep Conditioning that Prevents Aging\u003c\/h2\u003e\n\n\u003cp\u003eIt doesn't just cover up the fade with a temporary shine. The formula penetrates deep into the rubber to soften it and create a durable barrier against UV rays and oxidation, significantly extending the life of your car's seals. The gentle formula is safe to use.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-list\"\u003e\n\u003cspan class=\"pd-tag\"\u003eRestores Elasticity\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePrevents Cracking\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eUV Protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003csection class=\"pd-section specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eRubber Protective Agent\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eNet Volume\u003c\/th\u003e\n\t\t\t\u003ctd\u003e100ml\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eApplicator\u003c\/th\u003e\n\t\t\t\u003ctd\u003eBuilt-in integrated sponge head\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eApplication Areas\u003c\/th\u003e\n\t\t\t\u003ctd\u003eCar window strips, sunroof seals, trunk gaskets, windshield trim\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this leave a greasy residue or attract dust?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. Once dried, it leaves a smooth, satin-like finish that is non-greasy and does not readily attract dust or dirt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I use the sponge applicator correctly?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eFirst, shake the bottle well. Then, invert the bottle and press the sponge head gently against the rubber surface until the liquid seeps into the sponge. Finally, wipe evenly along the strip.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this on tires or hard plastics?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis product is primarily formulated for soft rubber sealing strips. While it may work on some plastics, we recommend testing a small, inconspicuous area first. It is not designed for large tire sidewalls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Bottle (Try It Out)","offer_id":53336008950060,"sku":"0617-11332251","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Bottles (Full Car Coverage - 20% Off)","offer_id":53336008982828,"sku":"0617-11333548","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3 Bottles (Stock Up \u0026 Save - 30% Off)","offer_id":53336009015596,"sku":"0617-11331936","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/6342a833b5cb74a7dbce21d27e9fa271.jpg?v=1781667257","url":"https:\/\/newzyhoome.com\/products\/instant-car-rubber-restorer","provider":"Newzyhoome","version":"1.0","type":"link"}