{"product_id":"foldable-uv-blocking-sunshade-rjc","title":"Pare-soleil pliable anti-UV","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\"\u003eApprouvé par plus de 50 000 conducteurs\u003c\/span\u003e\n\u003ch1\u003eProtection ultime, rangement facile\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eGardez votre voiture fraîche et impeccable avec notre pare-soleil pliable anti-UV premium.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"static-badge\"\u003eInstallation instantanée\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003eBlocage UV à 99 %\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003eAjustement universel\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\u003eSe range en quelques secondes\u003c\/h2\u003e\n\n\u003cp\u003eOubliez la lutte avec les pare-soleil traditionnels encombrants. Notre design pliable intuitif se replie instantanément dans une pochette compacte.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eL’avantage :\u003c\/strong\u003e Rangez-le facilement dans la poche de votre porte ou la boîte à gants, pour garder votre véhicule propre, organisé et sans encombrement.\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\u003eDéflecte les rayons UV nocifs\u003c\/h2\u003e\n\n\u003cp\u003eConçu avec des matériaux réfléchissants à haute densité, ce pare-soleil agit comme une barrière impénétrable contre la lumière solaire brûlante et les rayons UV destructeurs.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eL’avantage :\u003c\/strong\u003e Empêchez votre tableau de bord de se fissurer, évitez la décoloration de votre sellerie et gardez un volant frais et confortable même lors des journées les plus chaudes.\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\u003eConçu pour tous les conducteurs\u003c\/h2\u003e\n\n\u003cp\u003eUn accessoire polyvalent, adapté aussi bien aux hommes qu’aux femmes. Que vous conduisiez une berline compacte, un SUV familial ou un camion de travail, la couverture étendue garantit un ajustement parfait.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eL’avantage :\u003c\/strong\u003e Profitez d’une protection fiable d’un bord à l’autre et de la tranquillité d’esprit, en sachant que l’intérieur de votre véhicule reste comme neuf.\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\u003eSpécifications du produit\u003c\/h2\u003e\n\n\u003cp\u003eConçu pour une durabilité maximale et une commodité quotidienne.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCaractéristique\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpécifications\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)\"\u003eUniversel (Convient à la plupart des berlines, SUV et camions)\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\"\u003eUltra-léger avec pochette de rangement incluse\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eRevêtement argent titane\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Protection Level\"\u003eBloque jusqu’à 99 % des rayons UVA\/UVB\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Heat Reduction\"\u003eJusqu’à 40°C de baisse\u003cbr\u003e\n\t\t\t\u003cspan style=\"color: var(--text-sub); font-size: 16px;\"\u003e(Baisse de 40°C)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Interior Effect\"\u003eProtège le tableau de bord et le volant au toucher\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\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ.\u003c\/span\u003e\n\n\u003ch3\u003eCette protection solaire convient-elle à mon véhicule spécifique ?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"padding-left: 2.5rem;\"\u003eOui ! Le design flexible et polyvalent est conçu pour offrir une couverture d’un bord à l’autre pour la plupart des voitures, SUV et camions standards. Ses bords en tissu adaptables assurent un ajustement parfait contre votre pare-brise.\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\"\u003eQ.\u003c\/span\u003e\n\n\u003ch3\u003eEst-il difficile de le replier ?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"padding-left: 2.5rem;\"\u003ePas du tout difficile. Il utilise un cadre à tension simple « tourner et plier ». Une fois le geste maîtrisé, il se range dans sa pochette de rangement en moins de 5 secondes.\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\"\u003eQ.\u003c\/span\u003e\n\n\u003ch3\u003eEst-ce que cela empêche vraiment le tableau de bord de se fissurer ?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"padding-left: 2.5rem;\"\u003eAbsolument. Une exposition prolongée aux rayons UV directs et à la chaleur extrême dégrade les plastiques intérieurs et le cuir. En réfléchissant le soleil, il réduit considérablement la température de l’habitacle et élimine l’exposition directe qui cause fissures et décoloration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🛒 Pack de 1 (Pour 1 véhicule)","offer_id":47992017879252,"sku":"1731517578629124840","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 Pack de 2 (Foyer à 2 voitures)","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\/fr\/products\/foldable-uv-blocking-sunshade-rjc","provider":"Omurio","version":"1.0","type":"link"}