{"product_id":"bug-proof-car-sunshade-screen-rjc","title":"Insektensicherer Sonnenschutz für Autoscheiben","description":"\u0026nbsp;\n\u003cdiv class=\"product-detail-container\"\u003e\n\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\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\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-header detail-section\"\u003e\n\u003cdiv class=\"badges-wrapper\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e🛡️ Ultimativer Insektenschutz\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🌞 UPF 50+ Sonnenschutz\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🚗 Universelle Passform\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eVerwandeln Sie Ihr Auto in eine insektenfreie Oase\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eAtmen Sie frische Luft, genießen Sie totale Privatsphäre und blockieren Sie schädliche UV-Strahlen, ohne eine einzige Mücke hereinzulassen. Das unverzichtbare Upgrade für Roadtrips und Autocamping.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 2rem;\" class=\"img-fluid-container\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a02c04eacd72_20260421_b07895fa_20260421_839e63ea_from_url_en_04_638dcef4271fb94197bf258f31bfb4c6.webp?v=1778565202\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a02c03d6aa70_20260421_4290f5eb_20260421_2d6095cd_from_url_en_03_607423ca9e2e7b95c4471b7774d63b09.webp?v=1778565184\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHalten Sie die Insekten draußen, lassen Sie die Brise herein\u003c\/h2\u003e\n\n\u003cp\u003eMit einer hochdichten Mikro-Netzstruktur wirkt dieses Netz wie eine uneinnehmbare Festung gegen Mücken, Fliegen und andere Insekten.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUngehinderte Luftzirkulation:\u003c\/strong\u003e Schlafen Sie bequem im Auto mit Querlüftung, während Sie Insekten komplett draußen halten.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eReißfestes Material:\u003c\/strong\u003e Robustes Nylon hält den Witterungseinflüssen und dem täglichen Gebrauch stand.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\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\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260421_4c596842_20260421_d0a02a2c_from_url_en_07_591759a946153714eb58f19c9bef15d7.jpg?v=1778565257\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIhr privates Refugium auf Rädern\u003c\/h2\u003e\n\n\u003cp\u003eÜber den Insektenschutz hinaus fungiert das dichte schwarze Netz als starker Sonnenschutz und Sichtschutzvorhang – perfekt für Familien.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eSonnenschutz:\u003c\/strong\u003e Schützen Sie Ihre Kinder und Haustiere vor intensiver Hitze und blendendem Sonnenlicht auf langen Fahrten.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eTotale Privatsphäre:\u003c\/strong\u003e Schaffen Sie einen privaten Raum für Pausen am Straßenrand, Stillen oder Camping ohne neugierige Blicke.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\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\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260421_fe12f28d_20260421_a39528a3_from_url_en_08_962ab228944a22428ef0b2bcf7331b07.jpg?v=1778565266\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eÜberziehen, losfahren (Keine Werkzeuge erforderlich)\u003c\/h2\u003e\n\n\u003cp\u003eVerabschieden Sie sich von komplizierten Installationen, Saugnäpfen, die versagen, oder klebrigen Klebestreifen, die den Autolack ruinieren.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eElastisches Umschlag-Design:\u003c\/strong\u003e Einfach das Netz wie eine Hülle in Sekundenschnelle über den Fensterrahmen ziehen.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFenster frei herunterkurbeln:\u003c\/strong\u003e Da es am äußeren Rahmen sitzt, können Sie Ihre Fenster auch mit angebrachtem Netz hoch- und runterkurbeln!\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\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 1rem;\"\u003eTechnische Daten\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003eAlles, was Sie über unsere hochwertigen Anti-Mücken-Autonetze wissen müssen.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpezifikation\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails anzeigen\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=\"Specification\"\u003eMaterial.\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eHoch dehnbares, atmungsaktives Spandex-Netz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGröße vorderes Fenster\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e75 x 65 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGröße hinteres Fenster\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e60 x 60 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e150 g (5,3 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUV-Schutzstufe\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUPF 50+ (Blockiert bis zu 98 % der UV-Strahlen)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWaschanleitung\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMaschinenwaschbar (Kaltwäsche, Schonwaschgang)\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 detail-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKann ich das während der Fahrt verwenden?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAus Sicherheitsgründen empfehlen wir, die vorderen Fensternetze nur im geparkten Zustand zu verwenden (z. B. beim Camping oder Ausruhen). Die hinteren Fensternetze können während der Fahrt sicher angebracht bleiben, um Passagiere vor Sonne und Insekten zu schützen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePasst das an mein spezielles Automodell?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa! Das hoch elastische Spandex-Material ist so konzipiert, dass es sich dehnt und universell auf die Fensterrahmen von 95 % der Standard-Limousinen, SUVs und Kombis passt. (Nicht geeignet für rahmenlose Fenster oder Schiebetüren von Minivans).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKann ich die Fenster herunterkurbeln, während das Netz angebracht ist?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolut. Da das Netz den gesamten Türrahmen umschließt (nicht nur das Glas), können Sie Ihre Fenster komplett herunterkurbeln, um die Brise hereinzulassen, während das insektensichere Netz sicher an seinem Platz bleibt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newjoyloo","offers":[{"title":"Komplettes Auto-Set (4er-Pack) - Bestes Preis-Leistungs-Verhältnis!","offer_id":47908444930260,"sku":"0323-17454517","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Familien-Set (8er-Pack \/ Für 2 Autos)","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\/de\/products\/bug-proof-car-sunshade-screen-rjc","provider":"Omurio","version":"1.0","type":"link"}