{"product_id":"foldable-uv-blocking-sunshade-rjc","title":"Faltbarer UV-Schutz-Sonnenschirm","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Automotive Accessory (Windshield Sunshade)\n  Target Audience: Car owners, practical buyers seeking convenience \u0026 protection.\n  Visual Style: Modern, automotive-tech, clean, highly readable.\n  Color Strategy: Trustworthy \"UV Shield Blue\" (--primary) with dark slate typography for contrast. High-legibility backgrounds.\n  Shape Strategy: Radius 8px (--radius-md) - Technical, sturdy, but safe.\n  Typography Strategy: Large Type \/ Mobile-first readable (H1: 40px, Body: 18px). Prevent text overflow.\n  Mobile Table Strategy: Card-based (No horizontal scroll, fully responsive flex rows). Metric + Imperial conversions included.\n  Image Mapping: Hero=image_1, Foldable Feature=image_2, UV Feature=image_3, Versatile Fit=image_4\n  Mobile Ordering Lock: Enforced via feature-item column stacking (Image top, Text bottom). Z-pattern on desktop.\n  CTA Constraints: All interactive\/clickable UI removed. Purely informational layout.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1. Design System \u0026 CSS Variables *\/\n    .product-detail-container {\n      --primary: #2563eb;\n      --primary-light: #eff6ff;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --border-color: #e2e8f0;\n      \n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n      \n      --spacing-section: clamp(2rem, 5vw, 4rem);\n      \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      color: var(--text-main);\n      background-color: var(--bg-body);\n      \n      \/* Global Anti-Overflow *\/\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    \/* 2. Typography System (Large Type) *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container p {\n      margin: 0;\n      padding: 0;\n    }\n\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-bottom: 1rem;\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      margin-bottom: 1rem;\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-bottom: 0.75rem;\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-bottom: 1.5rem;\n    }\n\n    .product-detail-container .subtitle {\n      font-size: clamp(20px, 2.5vw, 24px);\n      color: var(--text-sub);\n      margin-bottom: 2rem;\n    }\n\n    \/* 3. Image Protocol (Anti-deformation) *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Placeholder Styling *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background: 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      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* 4. Layout \u0026 Sections *\/\n    .section-spacing {\n      margin-top: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Non-clickable Badges *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 1.5rem;\n    }\n    .static-badge {\n      background: var(--primary-light);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-lg);\n      font-size: 16px;\n      font-weight: 600;\n      display: inline-block;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 2rem;\n    }\n    \n    .hero-social-proof {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--primary);\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 1rem;\n      display: block;\n    }\n\n    \/* Z-Pattern Features (Mobile Ordering Lock) *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile lock: Image top, Text bottom *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    \/* Specs Table *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: var(--spacing-section) clamp(1rem, 3vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1.25rem 1rem;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      border-top: 2px solid var(--border-color);\n      padding-top: var(--spacing-section);\n    }\n\n    .faq-item {\n      margin-bottom: 2rem;\n    }\n\n    .faq-question {\n      display: flex;\n      align-items: flex-start;\n      gap: 1rem;\n      margin-bottom: 0.5rem;\n    }\n\n    .faq-icon {\n      color: var(--primary);\n      font-weight: bold;\n      font-size: 24px;\n      line-height: 1;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Desktop Z-Pattern *\/\n        align-items: center;\n      }\n      \n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        min-width: 0; \/* Prevent flex-item blowouts *\/\n      }\n    }\n\n    \/* Mobile Table Card Conversion *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none; \/* Hide traditional headers *\/\n      }\n\n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem 0;\n        box-shadow: var(--shadow-sm);\n      }\n\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem;\n        text-align: right;\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        text-align: left;\n        padding-right: 1rem;\n        flex-shrink: 0;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cspan class=\"hero-social-proof\"\u003eVertrauen von über 50.000 Fahrern\u003c\/span\u003e\n\u003ch1\u003eUltimativer Schutz, mühelose Aufbewahrung\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eHalten Sie Ihr Auto kühl und makellos mit unserem hochwertigen faltbaren Anti-UV-Windschutzscheibensonnenschutz.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"static-badge\"\u003eSofort einsatzbereit\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003e99 % UV-Schutz\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003eUniverselle Passform\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323172003\/bdb29a9cfba43f8b048185f8ca0d15b9.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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323172003\/f961a1a3274599b9a36de8512198ffa9.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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eLässt sich in Sekunden verstauen\u003c\/h2\u003e\n\n\u003cp\u003eVergessen Sie das Kämpfen mit sperrigen, herkömmlichen Sonnenschutzblenden. Unser intuitives, faltbares Design lässt sich sofort in eine kompakte Tasche zusammenlegen.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eDer Vorteil:\u003c\/strong\u003e Verstauen Sie ihn mühelos in der Türtasche oder im Handschuhfach und halten Sie Ihr Fahrzeug ordentlich, organisiert und frei von Unordnung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Anti-UV --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323172003\/614395f22ffffc7b65a55e98f8a6480f.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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSchützt vor schädlichen UV-Strahlen\u003c\/h2\u003e\n\n\u003cp\u003eAus hochdichten, reflektierenden Materialien gefertigt, wirkt dieser Sonnenschutz als undurchdringliche Barriere gegen sengendes Sonnenlicht und schädliche UV-Strahlen.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eDer Vorteil:\u003c\/strong\u003e Verhindern Sie das Reißen Ihres Armaturenbretts, stoppen Sie das Ausbleichen Ihrer Polsterung und behalten Sie ein kühles, angenehmes Lenkrad, selbst an den heißesten Tagen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatile Use --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323172003\/87c587c71d6f604e55f453856ef9741f.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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFür jeden Fahrer entwickelt\u003c\/h2\u003e\n\n\u003cp\u003eEin vielseitiges, multifunktionales Zubehör, das sowohl für Männer als auch Frauen geeignet ist. Egal ob Sie einen Kompaktwagen, einen Familien-SUV oder einen Arbeitstruck fahren, die großzügige Abdeckung sorgt für eine perfekte Passform.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eDer Vorteil:\u003c\/strong\u003e Genießen Sie zuverlässigen, durchgehenden Schutz und die Gewissheit, dass der Innenraum Ihres Fahrzeugs wie neu aussieht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Format Enforced) --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2\u003eProduktdetails\u003c\/h2\u003e\n\n\u003cp\u003eEntwickelt für maximale Haltbarkeit und täglichen Komfort.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eEigenschaft\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpezifikation\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=\"Dimensions\"\u003e145 cm x 80 cm\u003cbr\u003e\n\t\t\t\u003cspan style=\"color: var(--text-sub); font-size: 16px;\"\u003e(145 cm x 80 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (Fit)\"\u003eUniversal (passt für die meisten Limousinen, SUVs und Trucks)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e350 g\u003cbr\u003e\n\t\t\t\u003cspan style=\"color: var(--text-sub); font-size: 16px;\"\u003e(350 g)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Portability\"\u003eUltraleicht mit mitgeliefertem Aufbewahrungsbeutel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eTitan-Silber-Beschichtung\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Protection Level\"\u003eBlockiert bis zu 99 % der UVA\/UVB-Strahlen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Heat Reduction\"\u003eBis zu 40°C Temperaturabfall\u003cbr\u003e\n\t\t\t\u003cspan style=\"color: var(--text-sub); font-size: 16px;\"\u003e(Temperaturabfall um 40°C)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Interior Effect\"\u003eHält Armaturenbrett und Lenkrad sicher zum Anfassen\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=\"faq-section section-spacing\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eF.\u003c\/span\u003e\n\n\u003ch3\u003ePasst dieser Sonnenschutz zu meinem speziellen Fahrzeug?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"padding-left: 2.5rem;\"\u003eJa! Das flexible, vielseitige Design ist so gefertigt, dass es eine durchgehende Abdeckung für die meisten Standardautos, SUVs und Trucks bietet. Die anpassungsfähigen Stoffränder sorgen für eine passgenaue Abdichtung an der Windschutzscheibe.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eF.\u003c\/span\u003e\n\n\u003ch3\u003eWie schwer ist es, es wieder zusammenzufalten?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"padding-left: 2.5rem;\"\u003eÜberhaupt nicht schwierig. Es verwendet einen einfachen „Dreh- und Falt“-Spannrahmen. Sobald man den Dreh raus hat, lässt es sich in weniger als 5 Sekunden in seinem Aufbewahrungsbeutel verstauen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eF.\u003c\/span\u003e\n\n\u003ch3\u003eVerhindert es wirklich das Reißen des Armaturenbretts?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"padding-left: 2.5rem;\"\u003eAbsolut. Längere Einwirkung von direkter UV-Strahlung und extremer Hitze schädigt Innenraumkunststoffe und Leder. Indem es die Sonne reflektiert, senkt es die Temperatur im Fahrzeuginneren deutlich und verhindert die direkte Einwirkung, die Risse und Ausbleichen verursacht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🛒 1er-Pack (Für 1 Fahrzeug)","offer_id":47992017879252,"sku":"1731517578629124840","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2er-Pack (Haushalt mit 2 Fahrzeugen)","offer_id":47992017912020,"sku":"1732300096949031656","price":22.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/bdb29a9cfba43f8b048185f8ca0d15b9.jpg?v=1779883663","url":"https:\/\/omurio.com\/de\/products\/foldable-uv-blocking-sunshade-rjc","provider":"Omurio","version":"1.0","type":"link"}