{"product_id":"bug-proof-car-sunshade-screen-rjc","title":"Bug-Proof Car Sunshade Screen","description":" \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🛡️ Ultimate Bug Protection\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🌞 UPF 50+ Sunshade\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🚗 Universal Fit\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eTransform Your Car Into a Bug-Free Oasis\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eBreathe fresh air, enjoy total privacy, and block harmful UV rays without letting a single mosquito inside. The essential upgrade for road trips and car camping.\u003c\/p\u003e\n\n\u003cdiv class=\"img-fluid-container\" style=\"margin-top: 2rem;\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323171320\/638dcef4271fb94197bf258f31bfb4c6.jpg\"\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 referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323171104\/607423ca9e2e7b95c4471b7774d63b09.jpg\"\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\u003eKeep the Bugs Out, Let the Breeze In\u003c\/h2\u003e\n\n\u003cp\u003eFeaturing a high-density micro-mesh structure, this screen acts as an impenetrable fortress against mosquitoes, flies, and other insects.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUncompromised Airflow:\u003c\/strong\u003e Sleep comfortably in your car with cross-ventilation while keeping pests completely locked out.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eTear-Resistant Material:\u003c\/strong\u003e Durable nylon stands up to outdoor elements and daily use.\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 referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323171104\/591759a946153714eb58f19c9bef15d7.jpg\"\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\u003eYour Private Sanctuary on Wheels\u003c\/h2\u003e\n\n\u003cp\u003eBeyond bug protection, the dense black mesh functions as a powerful sunshade and privacy curtain, making it perfect for families.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eBlock Sun Glare:\u003c\/strong\u003e Shield your children and pets from intense heat and blinding sunlight during long drives.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eTotal Privacy:\u003c\/strong\u003e Create a private space for roadside naps, nursing, or camping without prying eyes.\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 referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323171104\/962ab228944a22428ef0b2bcf7331b07.jpg\"\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\u003eSlip On, Drive On (No Tools Required)\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to complicated installations, suction cups that fail, or sticky adhesives that ruin your car paint.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eElastic Envelope Design:\u003c\/strong\u003e Simply stretch the net over your car window frame like a sleeve in seconds.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRoll Down Windows Freely:\u003c\/strong\u003e Because it sits on the exterior frame, you can still roll your windows up and down while the screen is on!\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;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003eEverything you need to know about our premium anti-mosquito car screens.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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\"\u003eHigh-Stretch Breathable Spandex Mesh\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFront Window Size\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e75 x 65 cm (29.5 x 25.6 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eRear Window Size\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e60 x 60 cm (23.6 x 23.6 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWeight\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 Protection Level\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUPF 50+ (Blocks up to 98% of UV rays)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWashing Instructions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMachine washable (Cold water, gentle cycle)\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this while driving?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eFor safety reasons, we recommend using the front window screens only when parked (like when camping or taking a rest). The rear window screens can be safely kept on while driving to protect passengers from sun and bugs.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this fit my specific car model?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes! The highly elastic spandex material is designed to stretch and universally fit the window frames of 95% of standard Sedans, SUVs, and Hatchbacks. (Not suitable for frameless windows or sliding minivan doors).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I roll my windows down while the screen is on?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Because the screen wraps around the entire door frame (not just the glass), you can roll your windows completely down to let the breeze in while the bug-blocking mesh stays securely in place.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newjoyloo","offers":[{"title":"Full Car Set (4-Pack) - Best Value!","offer_id":47908444930260,"sku":"0323-17454517","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Family Set (8-Pack \/ For 2 Cars)","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\/products\/bug-proof-car-sunshade-screen-rjc","provider":"Omurio","version":"1.0","type":"link"}