{"product_id":"foldable-uv-blocking-sunshade-rjc","title":"Opvouwbare UV-werende zonnescherm","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\"\u003eVertrouwd door meer dan 50.000 bestuurders\u003c\/span\u003e\n\u003ch1\u003eUltieme bescherming, moeiteloze opslag\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eHoud je auto koel en onberispelijk met onze premium opvouwbare anti-UV voorruit zonnescherm.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"static-badge\"\u003eDirect klaar voor gebruik\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003e99% UV-blokkering\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003eUniversele pasvorm\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\u003eVouwt in enkele seconden op\u003c\/h2\u003e\n\n\u003cp\u003eVergeet het worstelen met lompe, traditionele schermen. Ons intuïtieve opvouwbare ontwerp vouwt direct op tot een compact zakje.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eHet voordeel:\u003c\/strong\u003e Berg het moeiteloos op in je deurvak of handschoenenkastje, zodat je voertuig netjes, georganiseerd en opgeruimd blijft.\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\u003eWeerkaats schadelijke UV-stralen\u003c\/h2\u003e\n\n\u003cp\u003eGemaakt met hoogdichte reflecterende materialen, werkt deze zonnescherm als een ondoordringbare barrière tegen verzengend zonlicht en schadelijke UV-stralen.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eHet voordeel:\u003c\/strong\u003e Voorkom dat je dashboard barst, stop het vervagen van je bekleding en houd je stuur koel en comfortabel, zelfs op de heetste dagen.\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\u003eOntworpen voor elke bestuurder\u003c\/h2\u003e\n\n\u003cp\u003eEen veelzijdig, multifunctioneel accessoire, geschikt voor zowel mannen als vrouwen. Of je nu een compacte sedan, een familie-SUV of een werktruck rijdt, de ruime dekking zorgt voor een perfecte pasvorm.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eHet voordeel:\u003c\/strong\u003e Geniet van betrouwbare, rand-tot-rand bescherming en gemoedsrust, wetende dat het interieur van je voertuig er als nieuw uitziet.\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\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor maximale duurzaamheid en dagelijks gebruiksgemak.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecificatie\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)\"\u003eUniverseel (Past op de meeste sedans, SUV's en 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\"\u003eUltralichtgewicht met bijgeleverd opbergzakje\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eTitanium zilver coating\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Protection Level\"\u003eBlokkeert tot 99% van UVA\/UVB-stralen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Heat Reduction\"\u003eTot 40°C temperatuurdaling\u003cbr\u003e\n\t\t\t\u003cspan style=\"color: var(--text-sub); font-size: 16px;\"\u003e(Temperatuurdaling van 40°C)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Interior Effect\"\u003eHoudt dashboard en stuur veilig om aan te raken\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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eV.\u003c\/span\u003e\n\n\u003ch3\u003ePast deze zonnescherm op mijn specifieke voertuig?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"padding-left: 2.5rem;\"\u003eJa! Het flexibele, multifunctionele ontwerp is gemaakt om rand-tot-rand dekking te bieden voor de meeste standaardauto's, SUV's en trucks. De aanpasbare stoffen randen zorgen voor een strakke pasvorm tegen je voorruit.\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\"\u003eV.\u003c\/span\u003e\n\n\u003ch3\u003eHoe moeilijk is het om het weer op te vouwen?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"padding-left: 2.5rem;\"\u003eHelemaal niet moeilijk. Het maakt gebruik van een eenvoudig \"draai en vouw\" spanningsframe. Zodra je de beweging onder de knie hebt, vouw je het in minder dan 5 seconden op in het opbergzakje.\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\"\u003eV.\u003c\/span\u003e\n\n\u003ch3\u003eVoorkomt het echt dat het dashboard barst?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"padding-left: 2.5rem;\"\u003eAbsoluut. Langdurige blootstelling aan directe UV-stralen en extreme hitte tast kunststof en leer in het interieur aan. Door de zon weg te kaatsen, verlaagt het de temperatuur in de cabine aanzienlijk en voorkomt het directe blootstelling die barsten en verkleuring veroorzaakt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🛒 1-Pack (Voor 1 voertuig)","offer_id":47992017879252,"sku":"1731517578629124840","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Voor 2 auto's in huis)","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\/nl\/products\/foldable-uv-blocking-sunshade-rjc","provider":"Omurio","version":"1.0","type":"link"}