{"product_id":"scratch-free-5-finger-wash-mitt-rjc","title":"Kratzfreier 5-Finger-Waschhandschuh Rjc","description":"\u0026nbsp;\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive \/ Detailing Accessory (Microfiber Wash Mitt)\nTarget Audience: Car Enthusiasts, Professional Detailers, Homeowners\nVisual Style: Professional, Clean, Trustworthy, Performance-Driven\nColor Strategy: Deep Automotive Blue (Primary) with Vibrant Orange Accent (Dynamic contrast)\nShape Strategy: Radius 16px (Balances industrial utility with soft microfiber tactile feel)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 34-44px, Body: 18-20px)\nMobile Table Strategy: Card-based, strictly NO horizontal scroll\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* === 1. DESIGN SYSTEM \u0026 VARIABLES === *\/\n        .product-detail-container {\n            --primary: #0f4c81; \/* Deep Professional Blue *\/\n            --primary-light: #e6f0fa;\n            --accent: #ff7f50; \/* Energetic Coral\/Orange *\/\n            --text-main: #1c2833;\n            --text-sub: #566573;\n            --bg-body: #ffffff;\n            --bg-card: #f8f9fc;\n            --radius-md: 10px;\n            --radius-lg: 16px;\n            --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n            --shadow-lg: 0 12px 32px rgba(15, 76, 129, 0.08);\n            --border-color: #eaeded;\n            \n            \/* Spacing Strategy *\/\n            --gap-section: clamp(3rem, 6vw, 5rem);\n            --gap-module: clamp(2rem, 5vw, 4rem);\n            \n            \/* Core Container Setup *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            box-sizing: border-box;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: var(--bg-body);\n            color: var(--text-main);\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: border-box;\n        }\n\n        \/* === 2. TYPOGRAPHY SYSTEM === *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            font-weight: 800;\n            line-height: 1.2;\n            color: var(--text-main);\n            margin: 0 0 1.5rem 0;\n            letter-spacing: -0.02em;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3.5vw, 32px);\n            font-weight: 700;\n            line-height: 1.3;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\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            color: var(--primary);\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container 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        .product-detail-container .aux-text {\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n            font-weight: 500;\n        }\n\n        \/* === 3. IMAGE \u0026 MEDIA PROTOCOL === *\/\n        \/* SCHEME A: Fluid Natural Images - NO STRETCHING *\/\n        .product-detail-container .fluid-img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-lg);\n            box-shadow: var(--shadow-sm);\n        }\n\n        \/* Strict Placeholder Styles *\/\n        .product-detail-container .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-lg);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: #888;\n            font-weight: bold;\n            text-align: center;\n            padding: 1rem;\n        }\n\n        \/* === 4. LAYOUT ARCHITECTURE === *\/\n        \n        \/* Hero Section *\/\n        .pd-hero {\n            display: flex;\n            flex-direction: column;\n            gap: var(--gap-module);\n            margin-bottom: var(--gap-section);\n            padding-top: 2rem;\n        }\n        \n        .pd-hero-content {\n            text-align: center;\n        }\n\n        .pd-badge {\n            display: inline-block;\n            background-color: var(--primary-light);\n            color: var(--primary);\n            padding: 0.6rem 1.2rem;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            margin-bottom: 1.5rem;\n        }\n\n        .pd-social-proof {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.8rem;\n            margin-top: 1.5rem;\n            padding: 1.5rem;\n            background: var(--bg-card);\n            border-radius: var(--radius-md);\n        }\n\n        .pd-social-proof-stars {\n            color: var(--accent);\n            font-size: 24px;\n            letter-spacing: 2px;\n        }\n\n        \/* Features Strategy (Z-Pattern \u0026 Mobile Ordering Lock) *\/\n        .pd-features {\n            display: flex;\n            flex-direction: column;\n            gap: var(--gap-section);\n            margin-bottom: var(--gap-section);\n        }\n\n        .pd-feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile Lock: Column strictly enforced *\/\n            gap: var(--gap-module);\n            align-items: center;\n        }\n\n        .pd-feature-media,\n        .pd-feature-copy {\n            width: 100%;\n        }\n\n        .pd-feature-copy {\n            padding: 1rem 0;\n        }\n\n        \/* Desktop Enhancement for Features (Z-Pattern) *\/\n        @media (min-width: 768px) {\n            .pd-hero {\n                flex-direction: column;\n                text-align: center;\n            }\n            .pd-hero-content {\n                max-width: 800px;\n                margin: 0 auto;\n            }\n            .pd-feature-item {\n                flex-direction: row; \/* Desktop unlocks row *\/\n            }\n            .pd-feature-item:nth-child(even) {\n                flex-direction: row-reverse; \/* Z-Pattern alternating *\/\n            }\n            .pd-feature-media,\n            .pd-feature-copy {\n                width: 50%;\n            }\n            .pd-feature-copy {\n                padding: 0 3rem; \/* Breathing room for text *\/\n            }\n        }\n\n        \/* === 5. SPECS TABLE (MOBILE CARD BASED) === *\/\n        .pd-specs-wrapper {\n            margin-bottom: var(--gap-section);\n        }\n\n        .pd-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background-color: var(--bg-body);\n        }\n\n        .pd-specs-table th,\n        .pd-specs-table td {\n            padding: 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .pd-specs-table th {\n            font-size: clamp(18px, 2vw, 20px);\n            font-weight: 700;\n            color: var(--text-main);\n            background-color: var(--bg-card);\n        }\n\n        .pd-specs-table td {\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n        }\n\n        \/* Mobile Anti-Scroll Card Conversion *\/\n        @media (max-width: 767px) {\n            .pd-specs-table, \n            .pd-specs-table thead, \n            .pd-specs-table tbody, \n            .pd-specs-table tr, \n            .pd-specs-table th, \n            .pd-specs-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .pd-specs-table thead {\n                display: none; \/* Hide native header *\/\n            }\n            \n            .pd-specs-table tr {\n                background-color: var(--bg-card);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                padding: 1rem;\n                border: 1px solid var(--border-color);\n            }\n            \n            .pd-specs-table td {\n                border: none;\n                padding: 0.8rem 0;\n                display: flex;\n                flex-direction: column;\n                gap: 0.4rem;\n                border-bottom: 1px dashed var(--border-color);\n            }\n            \n            .pd-specs-table td:last-child {\n                border-bottom: none;\n            }\n\n            .pd-specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                font-size: 16px;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n            }\n        }\n\n        \/* === 6. FAQ SECTION === *\/\n        .pd-faq {\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: var(--gap-module);\n            margin-bottom: var(--gap-section);\n        }\n\n        .pd-faq h2 {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .pd-faq-item {\n            margin-bottom: 2rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .pd-faq-item:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .pd-faq-q {\n            font-size: clamp(20px, 2.5vw, 24px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 0.8rem;\n            display: flex;\n            gap: 1rem;\n        }\n\n        .pd-faq-q::before {\n            content: \"Q.\";\n            color: var(--primary);\n        }\n\n        .pd-faq-a {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            color: var(--text-sub);\n            padding-left: 2.5rem; \/* Aligns with text after 'Q.' *\/\n        }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eDie Wahl professioneller Detailer\u003c\/div\u003e\n\n\u003ch1\u003eDer ultimative kratzfreie Glanz.\u003c\/h1\u003e\n\n\u003cp\u003eErleben Sie eine sicherere, schnellere und effizientere Autowäsche. Unsere Premium 5-Finger-Chenille-Mikrofaserhandschuhe sind so entwickelt, dass sie starken Schmutz tief in ultraweichen Fasern aufnehmen und so Ihren empfindlichen Lack vor Wirbeln und Kratzern schützen.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan class=\"pd-social-proof-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"aux-text\"\u003eVertraut von über 10.000 Auto-Detailern weltweit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003c!-- SCHEME A: Replace placeholder with your image --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260514_28a260e7_20260514_eab8cdd4_from_url_en_06_68d831a300f32058c9b1e50c45e087c7.jpg?v=1778741375\" width=\"642\" height=\"642\" style=\"width: 642px; min-width: 642px; max-width: 642px; height: 642px; min-height: 642px; max-height: 642px;\"\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=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260514_29cd9882_20260514_6a78c567_from_url_en_07_97191d418a9a094ee0e2fdcf1aa7b312.png?v=1778741381\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eMaximaler Schaum \u0026amp; Schmierung\u003c\/h3\u003e\n\n\u003ch2\u003eNimmt mehr Seife auf für eine sichere Wäsche\u003c\/h2\u003e\n\n\u003cp\u003eDichte, ultraabsorbierende Mikrofaserfasern saugen eine enorme Menge Wasser und Seife auf. Das sorgt für überlegene Schmierung auf der Fahrzeugoberfläche, gleitet mühelos über Schmutz und hält den Klarlack komplett wirbelfrei.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260514_16e3eeb0_20260514_87ba29d0_from_url_en_08_9d4b7d0b42e00308f34d35a153bac3d2.png?v=1778741387\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eUnvergleichliche Detailkontrolle\u003c\/h3\u003e\n\n\u003ch2\u003ePräzises 5-Finger-Design\u003c\/h2\u003e\n\n\u003cp\u003eStandard-Flachhandschuhe übersehen Details. Unser innovatives 5-Finger-Layout kombiniert mit doppelt dicker Innenpolsterung gibt Ihnen die Geschicklichkeit, mühelos in komplexe Kühlergrills, Felgenspeichen, hinter Auspuffrohre und um enge Kurven zu gelangen.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260514_f4ddd7b1_20260514_e43e81ed_from_url_en_09_152578a8f27be50d67ea9b85c40a14fb.png?v=1778741394\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eMehr als nur für Autos\u003c\/h3\u003e\n\n\u003ch2\u003eSicher auf allen empfindlichen Oberflächen\u003c\/h2\u003e\n\n\u003cp\u003eDie sanfte Reinigungskraft ist nicht nur für Autolacke geeignet. Diese vielseitigen Handschuhe schützen brillant Glas, polierten Chrom und weiche Kunststoffe. Perfekt für LKWs, Motorräder, Wohnmobile, Haushaltsfenster und angenehm genug, um Ihrem Haustier ein beruhigendes Bad zu geben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260514_d693d9fe_20260514_94914f72_from_url_en_04_d2699f504f187645d62620029cf5c0d8.png?v=1778741400\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eFür Langlebigkeit gebaut\u003c\/h3\u003e\n\n\u003ch2\u003eMaschinenwaschbar \u0026amp; wiederverwendbar\u003c\/h2\u003e\n\n\u003cp\u003eGefertigt mit langlebigen Innennähten, die für den harten Einsatz im professionellen Detailbereich ausgelegt sind. Einfach nach starkem Gebrauch in die Waschmaschine geben. Sie kommen perfekt weich heraus und behalten ihre Spitzenleistung Waschgang für Waschgang.\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-wrapper\"\u003e\n\u003ch2\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\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=\"Feature\"\u003eMaterialaufbau\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003ePremium ultraweiche Chenille-Mikrofaser\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAbmessungen (pro Handschuh)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e30,5 x 15,2 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGewicht (trocken)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e150,0 g\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaximale Waschtemperatur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e40 °C – Kein Bleichmittel oder Weichspüler verwenden\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLieferumfang\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eSet mit 2 Premium 5-Finger-Waschhandschuhen\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\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWird dieser Handschuh den Klarlack oder die Keramikbeschichtung meines Autos zerkratzen?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAuf keinen Fall. Die ultraweiche Chenille-Mikrofaser ist speziell entwickelt, um Schmutzpartikel tief in ihren dichten Fasern einzufangen. So wird verhindert, dass Schmutz über die Oberfläche gezogen wird, was ein komplett kratz- und wirbelfreies Finish auf allen Lacken und Keramikbeschichtungen garantiert.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWie reinige und pflege ich diese Waschhandschuhe?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eSie sind zu 100 % maschinenwaschbar. Für die beste Langlebigkeit waschen Sie sie mit normalem Flüssigwaschmittel in warmem Wasser bis zu 40 °C. Wichtig: \u003cstrong\u003eVerwenden Sie niemals Weichspüler oder Bleichmittel\u003c\/strong\u003e, da diese die Mikrofaser verstopfen und die Saugfähigkeit ruinieren. Im Trockner bei niedriger Temperatur trocknen oder an der Luft trocknen lassen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIst das 5-Finger-Design Einheitsgröße?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eJa! Das Innenfutter verfügt über doppelt dicke Polsterung und ein flexibles Innenfutter, das sich bequem an fast alle Handgrößen anpasst. Das Fingerdesign bietet außergewöhnlichen Halt und verhindert, dass der Waschhandschuh abrutscht, wenn er schwer von seifigem Wasser ist.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 2er-Pack (Starter-Kit)","offer_id":47908444831956,"sku":"0325-14423473","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 4er-Pack (20 % sparen)","offer_id":47908444864724,"sku":"0325-14422003","price":19.95,"currency_code":"USD","in_stock":true},{"title":"📦 6er-Pack (Ultimativer Wert)","offer_id":47908444897492,"sku":"0325-14420542","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/68d831a300f32058c9b1e50c45e087c7.jpg?v=1778307684","url":"https:\/\/omurio.com\/de\/products\/scratch-free-5-finger-wash-mitt-rjc","provider":"Omurio","version":"1.0","type":"link"}