{"product_id":"bug-proof-car-sunshade-screen-rjc","title":"Pare-soleil anti-insectes pour voiture","description":"\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n[AI Design Logic]\nProduct Type: Car Anti-Mosquito Screen\/Net\nTarget Audience: Drivers, Campers, Parents traveling with kids, Outdoor enthusiasts\nVisual Style: Automotive, Functional, Protective, Breathable\nColor Strategy: Dark Charcoal (--text-main) for automotive feel, Soft Blue (--primary) for trust and cooling effect, Light Gray (--bg-card) for contrast.\nShape Strategy: Radius 12px (smooth, safe, non-abrasive, matching car window curves)\nTypography Strategy: Large Type (H1: 36-44px, Body: 18-20px) \/ Mobile-first readable\nMobile Table Strategy: Card-based (No horizontal scroll, full visibility)\nImage Mapping: Hero=image_1, Detail\/Bug-proof=image_2, Sunshade\/Privacy=image_3, Installation=image_4\n--\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 Variables *\/\n  .product-detail-container {\n    --primary: #2C4A73;       \/* Automotive Trust Blue *\/\n    --primary-light: #EBF1F6; \/* Soft Breathable Blue *\/\n    --accent: #E07A5F;        \/* Sunset Orange *\/\n    --text-main: #1D1D2C;     \/* Deep Charcoal *\/\n    --text-sub: #5A5A66;      \/* Cool Gray *\/\n    --bg-body: #FFFFFF;\n    --bg-card: #F7F9FA;\n    --border-color: #E2E4E8;\n    \n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: var(--bg-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* 2) Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(34px, 5vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin-top: 0;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(26px, 4vw, 36px);\n    font-weight: 700;\n    line-height: 1.3;\n    margin-top: 0;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 600;\n    line-height: 1.4;\n    margin-bottom: 0.75rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin-top: 0;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* 3) Global Layout \u0026 Image Protocols *\/\n  .detail-section {\n    padding: clamp(2rem, 5vw, 4rem) 0;\n  }\n\n  .img-fluid-container {\n    width: 100%;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    position: relative;\n    border: 1px solid var(--border-color);\n  }\n\n  .img-fluid-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n  }\n\n  .placeholder-img {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bg-card);\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: bold;\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n  }\n\n  \/* 4) Hero Section *\/\n  .hero-header {\n    text-align: center;\n    padding-top: clamp(1.5rem, 4vw, 3rem);\n    padding-bottom: clamp(2rem, 5vw, 4rem);\n  }\n\n  .hero-subtitle {\n    font-size: clamp(20px, 2.5vw, 24px);\n    color: var(--text-sub);\n    max-width: 800px;\n    margin: 0 auto 2rem auto;\n  }\n\n  .badges-wrapper {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    justify-content: center;\n    margin-bottom: 2rem;\n  }\n\n  .visual-badge {\n    display: inline-flex;\n    align-items: center;\n    background: var(--primary-light);\n    color: var(--primary);\n    padding: 0.75rem 1.25rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n  }\n\n  \/* 5) Features Layout (Mobile Order Lock + Z-Pattern) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(3rem, 6vw, 6rem);\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  .feature-copy ul {\n    padding-left: 1.5rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .feature-copy li {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 0.75rem;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n  }\n\n  \/* 6) Specifications Table (Strict Mobile Card) *\/\n  .specs-section {\n    background: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n    margin-bottom: clamp(3rem, 6vw, 6rem);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 1.25rem;\n    text-align: left;\n    font-size: 18px;\n  }\n\n  .specs-table th {\n    background: var(--primary-light);\n    color: var(--primary);\n    font-weight: 700;\n  }\n\n  .specs-table tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  \/* Mobile Specs Table -\u003e Cards *\/\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none; \/* Hide headers *\/\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: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-start;\n      padding: 0.75rem 0;\n      border-bottom: 1px dashed var(--border-color);\n      text-align: right;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-right: 1rem;\n      text-align: left;\n      flex-shrink: 0;\n    }\n  }\n\n  \/* 7) FAQ Section *\/\n  .faq-section {\n    margin-bottom: clamp(3rem, 6vw, 6rem);\n  }\n\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n\n  .faq-question {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .faq-answer {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-header detail-section\"\u003e\n\u003cdiv class=\"badges-wrapper\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e🛡️ Protection ultime contre les insectes\u003c\/div\u003e\n\u003cdiv class=\"visual-badge\"\u003e🌞 Pare-soleil UPF 50+\u003c\/div\u003e\n\u003cdiv class=\"visual-badge\"\u003e🚗 Adaptation universelle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch1\u003eTransformez votre voiture en oasis sans insectes\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eRespirez de l'air frais, profitez d'une intimité totale et bloquez les rayons UV nocifs sans laisser entrer un seul moustique. L'amélioration essentielle pour les road trips et le camping en voiture.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 2rem;\" class=\"img-fluid-container\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a02c1219cc11_20260421_b6412a8b_20260421_839e63ea_from_url_en_04_638dcef4271fb94197bf258f31bfb4c6.webp?v=1778565413\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260421_5976771e_20260421_c66389a5_from_url_en_06_607423ca9e2e7b95c4471b7774d63b09.jpg?v=1778565445\" style=\"width: 427px; max-width: 100%; height: 427px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGardez les insectes dehors, laissez entrer la brise\u003c\/h2\u003e\n\u003cp\u003eDoté d'une structure en micro-maille haute densité, cet écran agit comme une forteresse impénétrable contre moustiques, mouches et autres insectes.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eCirculation d'air optimale :\u003c\/strong\u003e Dormez confortablement dans votre voiture avec une ventilation croisée tout en gardant les nuisibles complètement à l'extérieur.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMatériau résistant aux déchirures :\u003c\/strong\u003e Le nylon durable résiste aux éléments extérieurs et à l'usage quotidien.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260421_4e0a70e5_20260421_d0a02a2c_from_url_en_07_591759a946153714eb58f19c9bef15d7.png?v=1778565461\" style=\"width: 376px; max-width: 100%; height: 376px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVotre sanctuaire privé sur roues\u003c\/h2\u003e\n\u003cp\u003eAu-delà de la protection contre les insectes, la maille noire dense sert de puissant pare-soleil et de rideau d'intimité, parfait pour les familles.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eBloquez l'éblouissement du soleil :\u003c\/strong\u003e Protégez vos enfants et animaux de compagnie de la chaleur intense et de la lumière aveuglante lors de longs trajets.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eIntimité totale :\u003c\/strong\u003e Créez un espace privé pour faire une sieste au bord de la route, allaiter ou camper sans regards indiscrets.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a02c0e319d42_20260421_c5ca4b0a_20260421_a494cb1d_from_url_en_00_962ab228944a22428ef0b2bcf7331b07.webp?v=1778565350\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGlissez-le, conduisez (aucun outil nécessaire)\u003c\/h2\u003e\n\u003cp\u003eDites adieu aux installations compliquées, aux ventouses qui ne tiennent pas ou aux adhésifs collants qui abîment la peinture de votre voiture.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eDesign enveloppant élastique :\u003c\/strong\u003e Étirez simplement le filet sur le cadre de la fenêtre de votre voiture comme une manche en quelques secondes.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBaissez librement vos fenêtres :\u003c\/strong\u003e Parce qu'il se place sur le cadre extérieur, vous pouvez toujours monter et descendre vos fenêtres même avec l'écran installé !\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 1rem;\"\u003eSpécifications techniques\u003c\/h2\u003e\n\u003cp style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003eTout ce que vous devez savoir sur nos écrans anti-moustiques premium pour voiture.\u003c\/p\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpécifications\u003c\/th\u003e\n\u003cth\u003eDétails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003eMatériau\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eMaille en spandex respirante et très extensible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003eTaille de la fenêtre avant\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e75 x 65 cm (29,5 x 25,6 pouces)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003eTaille de la fenêtre arrière\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e60 x 60 cm (23,6 x 23,6 pouces)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003ePoids\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e150 g (5,3 oz)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003eNiveau de protection UV\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eUPF 50+ (Bloque jusqu'à 98 % des rayons UV)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003eInstructions de lavage\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eLavable en machine (eau froide, cycle délicat)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003cdiv class=\"faq-section detail-section\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePuis-je utiliser cela en conduisant ?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003ePour des raisons de sécurité, nous recommandons d'utiliser les écrans de fenêtres avant uniquement lorsque le véhicule est à l'arrêt (comme lors du camping ou d'une pause). Les écrans des fenêtres arrière peuvent être laissés en place en toute sécurité pendant la conduite pour protéger les passagers du soleil et des insectes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eEst-ce que cela convient à mon modèle de voiture spécifique ?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eOui ! Le matériau en spandex très élastique est conçu pour s'étirer et s'adapter universellement aux cadres de fenêtres de 95 % des berlines, SUV et hayons standards. (Non adapté aux fenêtres sans cadre ou aux portes coulissantes de minivan).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePuis-je baisser mes fenêtres lorsque l'écran est installé ?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolument. Parce que l'écran enveloppe tout le cadre de la porte (pas seulement le verre), vous pouvez baisser complètement vos fenêtres pour laisser entrer la brise tout en gardant la moustiquaire bien en place.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newjoyloo","offers":[{"title":"Ensemble complet de voiture (4 pièces) - Meilleur rapport qualité-prix !","offer_id":47908444930260,"sku":"0323-17454517","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Ensemble familial (8 pièces \/ Pour 2 voitures)","offer_id":47908444963028,"sku":"0323-17458246","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/962ab228944a22428ef0b2bcf7331b07.jpg?v=1778307685","url":"https:\/\/omurio.com\/fr\/products\/bug-proof-car-sunshade-screen-rjc","provider":"Omurio","version":"1.0","type":"link"}