{"product_id":"iridescent-reflective-windshield-sunshade","title":"Iridescent Reflective Windshield Sunshade","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Accessory (Windshield Sunshade)\nTarget Audience: Car owners seeking heat protection, ease of use, and a stylish look.\nVisual Style: Modern, sleek, functional (Automotive aesthetic).\nColor Strategy: Deep charcoal (--text-main) for premium feel, Icy Blue\/Cyan (--primary) to evoke \"cooling \u0026 UV reflection\" psychology, clean light gray (--bg-card) for content blocks.\nShape Strategy: Radius 8px~12px (Industrial yet approachable, representing the soft but sturdy steel wire frame).\nTypography Strategy: Large Type \/ Mobile-first readable (H1: up to 44px, Body: 18-20px, Line-height: 1.7).\nMobile Table Strategy: Card-based (No horizontal scroll allowed, converted to stacked blocks).\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4, Material\/Detail=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            \/* Design System \u0026 Variables *\/\n            --primary: #00A8E8;\n            --primary-bg: #E6F6FD;\n            --text-main: #1A1A1A;\n            --text-sub: #475569;\n            --bg-body: #FFFFFF;\n            --bg-card: #F8F9FA;\n            --radius-md: 8px;\n            --radius-lg: 12px;\n            --border-color: #E2E8F0;\n            \n            \/* Responsive Spacing Strategy *\/\n            --space-section: clamp(3rem, 6vw, 5rem);\n            --space-element: clamp(1.5rem, 4vw, 3rem);\n            \n            \/* Root Constraints *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n            color: var(--text-main);\n            box-sizing: border-box;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            line-height: 1.7;\n            background-color: var(--bg-body);\n        }\n\n        .product-detail-container *, \n        .product-detail-container *::before, \n        .product-detail-container *::after {\n            box-sizing: border-box;\n        }\n\n        \/* Typography System *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 5vw, 44px);\n            font-weight: 800;\n            line-height: 1.2;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n        \n        .product-detail-container h2 {\n            font-size: clamp(24px, 4vw, 32px);\n            font-weight: 700;\n            line-height: 1.3;\n            margin: 0 0 1.5rem 0;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 3vw, 24px);\n            font-weight: 700;\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        \/* Static Visual Badge (Non-clickable) *\/\n        .pdp-badge {\n            display: inline-block;\n            background-color: var(--text-main);\n            color: #FFFFFF;\n            font-size: clamp(16px, 1.8vw, 18px);\n            font-weight: 600;\n            padding: 0.5rem 1.2rem;\n            border-radius: 50px;\n            margin-bottom: 1.5rem;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Hero Section *\/\n        .pdp-hero {\n            text-align: center;\n            margin-bottom: var(--space-section);\n            padding-top: var(--space-element);\n        }\n\n        .pdp-social-proof {\n            font-size: clamp(16px, 2vw, 18px);\n            color: var(--text-sub);\n            font-weight: 600;\n            margin-bottom: 2rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.5rem;\n        }\n        .pdp-social-proof span {\n            color: #F59E0B; \/* Star color *\/\n        }\n\n        \/* Image Handling (Plan A) *\/\n        .pdp-img-wrapper {\n            width: 100%;\n            border-radius: var(--radius-lg);\n            overflow: hidden;\n            background-color: var(--bg-card);\n        }\n        \n        .pdp-img-wrapper img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* Placeholder Styles *\/\n        .pdp-placeholder {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background-color: var(--bg-card);\n            border: 2px dashed #CBD5E1;\n            border-radius: var(--radius-lg);\n            color: #64748B;\n            font-weight: bold;\n            font-size: clamp(16px, 2vw, 20px);\n            padding: 1rem;\n            text-align: center;\n        }\n\n        \/* Z-Pattern Features (Mobile Order Lock Enforced) *\/\n        .pdp-features {\n            display: flex;\n            flex-direction: column;\n            gap: var(--space-section);\n            margin-bottom: var(--space-section);\n        }\n\n        .pdp-feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile first: Forces Image top, Text bottom *\/\n            gap: var(--space-element);\n        }\n\n        .pdp-feature-media,\n        .pdp-feature-copy {\n            width: 100%;\n        }\n\n        .pdp-feature-copy {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        \/* Z-Pattern Desktop Enhancement *\/\n        @media (min-width: 768px) {\n            .pdp-feature-item {\n                flex-direction: row;\n                align-items: center;\n            }\n            .pdp-feature-item.pdp-reverse {\n                flex-direction: row-reverse;\n            }\n            .pdp-feature-media,\n            .pdp-feature-copy {\n                width: 50%;\n            }\n        }\n\n        \/* Specifications Table (Strict Mobile Card Pattern) *\/\n        .pdp-specs-section {\n            margin-bottom: var(--space-section);\n            background-color: var(--bg-card);\n            padding: var(--space-element);\n            border-radius: var(--radius-lg);\n        }\n\n        .pdp-specs-section h2 {\n            text-align: center;\n            margin-bottom: var(--space-element);\n        }\n\n        .pdp-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .pdp-specs-table th,\n        .pdp-specs-table td {\n            padding: 1.2rem;\n            font-size: clamp(16px, 2vw, 18px);\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .pdp-specs-table th {\n            font-weight: 700;\n            color: var(--text-main);\n            background-color: rgba(0, 0, 0, 0.03);\n        }\n\n        .pdp-specs-table td {\n            color: var(--text-sub);\n        }\n\n        \/* Mobile Card Conversion (No horizontal scroll) *\/\n        @media (max-width: 767px) {\n            .pdp-specs-table, \n            .pdp-specs-table thead, \n            .pdp-specs-table tbody, \n            .pdp-specs-table tr, \n            .pdp-specs-table th, \n            .pdp-specs-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .pdp-specs-table thead {\n                display: none; \/* Hide native headers *\/\n            }\n            \n            .pdp-specs-table tr {\n                margin-bottom: 1rem;\n                background-color: var(--bg-body);\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n            }\n            \n            .pdp-specs-table td {\n                display: flex;\n                justify-content: space-between;\n                align-items: flex-start;\n                padding: 1rem;\n                border-bottom: 1px solid var(--border-color);\n                text-align: right;\n                gap: 1rem;\n            }\n            \n            .pdp-specs-table td:last-child {\n                border-bottom: none;\n            }\n            \n            .pdp-specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                text-align: left;\n                flex-shrink: 0;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .pdp-faq-section {\n            margin-bottom: var(--space-section);\n        }\n\n        .pdp-faq-section h2 {\n            text-align: center;\n            margin-bottom: var(--space-element);\n        }\n\n        .pdp-faq-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .pdp-faq-item {\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: 1.5rem 2rem;\n            border: 1px solid var(--border-color);\n        }\n\n        .pdp-faq-item h3 {\n            color: var(--primary);\n            margin-bottom: 0.5rem;\n        }\n\n        .pdp-faq-item p {\n            margin-bottom: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pdp-hero\"\u003e\n\u003cdiv class=\"pdp-badge\"\u003eAdvanced Heat Defense\u003c\/div\u003e\n\n\u003ch1\u003eKeep Your Drive Cool \u0026amp; Protected\u003c\/h1\u003e\n\n\u003cp\u003ePremium Iridescent Windshield Sunshade with Superior UV Blocking\u003c\/p\u003e\n\n\u003cdiv class=\"pdp-social-proof\"\u003e\n\u003cspan\u003e★★★★★\u003c\/span\u003e Trusted by over 10,000 drivers\u003c\/div\u003e\n\n\u003cdiv class=\"pdp-img-wrapper\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324141748\/89f5545ea15ec82295c246199b062743.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\n\u003cdiv class=\"pdp-features\"\u003e\n\u003cdiv class=\"pdp-feature-item\"\u003e\n\u003cdiv class=\"pdp-feature-media\"\u003e\n\u003cdiv class=\"pdp-img-wrapper\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324141748\/8f0f0509809ea350959cc6d800fdb73c.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\n\u003cdiv class=\"pdp-feature-copy\"\u003e\n\u003ch3\u003eSuperior Sun \u0026amp; UV Protection\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with a highly reflective iridescent surface, this sunshade aggressively bounces intense sunlight away from your vehicle. It keeps your interior noticeably cooler and actively protects your dashboard and upholstery from cracking or fading caused by harmful UV rays.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pdp-feature-item pdp-reverse\"\u003e\n\u003cdiv class=\"pdp-feature-media\"\u003e\n\u003cdiv class=\"pdp-img-wrapper\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324141748\/0a4892267ee7fec86e1453a438e53869.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\n\u003cdiv class=\"pdp-feature-copy\"\u003e\n\u003ch3\u003eFlawless, Seamless Fit\u003c\/h3\u003e\n\n\u003cp\u003eEngineered with a premium soft steel wire edge, the shade easily conforms to the unique contours of your windshield. It creates a snug, gap-free barrier against the sun, providing true edge-to-edge coverage for most car models.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pdp-feature-item\"\u003e\n\u003cdiv class=\"pdp-feature-media\"\u003e\n\u003cdiv class=\"pdp-img-wrapper\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324141748\/1b3887538c2308be919006fada36ed10.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\n\u003cdiv class=\"pdp-feature-copy\"\u003e\n\u003ch3\u003eCompact Fold \u0026amp; Go Design\u003c\/h3\u003e\n\n\u003cp\u003eMaximum protection shouldn't mean maximum clutter. The flexible steel wire allows the shade to instantly twist and fold down into a compact circle. Tuck it securely into the included storage bag and slide it right into your door pocket or glove box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pdp-feature-item pdp-reverse\"\u003e\n\u003cdiv class=\"pdp-feature-media\"\u003e\n\u003cdiv class=\"pdp-img-wrapper\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324141748\/c4b12981414169c9ebab70c215d65fb3.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\n\u003cdiv class=\"pdp-feature-copy\"\u003e\n\u003ch3\u003eStylish Mirror-Like Exterior\u003c\/h3\u003e\n\n\u003cp\u003eFunction meets stunning aesthetics. The colorful, iridescent exterior not only serves as a massive heat reflector but also gives your car a sleek, modern, and eye-catching look while parked in the hot summer sun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Pattern Enabled) --\u003e\n\n\u003cdiv class=\"pdp-specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pdp-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification Details\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=\"Feature\"\u003eDimensions (Unfolded)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e145 x 80 cm (57.0 x 31.5 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e240 g (8.5 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial Focus\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eHigh-density Iridescent Reflector \u0026amp; Soft Steel Wire\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStorage Bag Size\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e30 x 30 cm (11.8 x 11.8 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCompatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eUniversal fit for most standard Cars, Sedans, and Mid-size SUVs\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=\"pdp-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pdp-faq-grid\"\u003e\n\u003cdiv class=\"pdp-faq-item\"\u003e\n\u003ch3\u003eWhich side should face outward toward the sun?\u003c\/h3\u003e\n\n\u003cp\u003eYou should place the colorful, iridescent mirror-like side facing the glass. This reflective surface is designed to bounce maximum UV rays and heat directly away from your car interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdp-faq-item\"\u003e\n\u003ch3\u003eWill this fit my specific car model?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the soft steel wire design is inherently flexible, allowing it to easily adapt and tuck into the edges of most standard car and SUV windshields securely without leaving gaps.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdp-faq-item\"\u003e\n\u003ch3\u003eIs it difficult to fold back into the storage bag?\u003c\/h3\u003e\n\n\u003cp\u003eNot at all. Grab the shade on both sides, give it a gentle twist in opposite directions, and it will naturally collapse into a small, flat circle that slips perfectly into the provided storage pouch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🚗 Standard (Fits Sedans\/Compact) - 55\" x 27.5\" \/ 🔹 1-Pack (Standard Protection)","offer_id":43312507584571,"sku":"0324-15279532","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🚙 Jumbo (Fits SUVs\/Trucks) - 57\" x 31.5\" \/ 🔹 1-Pack (Standard Protection)","offer_id":43312507617339,"sku":"0324-15278220","price":21.95,"currency_code":"USD","in_stock":true},{"title":"🚗 Standard (Fits Sedans\/Compact) - 55\" x 27.5\" \/ 🔥 2-Pack (His \u0026 Hers - Save 15%)","offer_id":43312507650107,"sku":"0324-15270400","price":34.95,"currency_code":"USD","in_stock":true},{"title":"🚙 Jumbo (Fits SUVs\/Trucks) - 57\" x 31.5\" \/ 🔥 2-Pack (His \u0026 Hers - Save 15%)","offer_id":43312507682875,"sku":"0324-15275355","price":36.95,"currency_code":"USD","in_stock":true},{"title":"🚗 Standard (Fits Sedans\/Compact) - 55\" x 27.5\" \/ 👪 3-Pack (Family Set - Save 25%)","offer_id":43312507715643,"sku":"0324-15278844","price":49.95,"currency_code":"USD","in_stock":true},{"title":"🚙 Jumbo (Fits SUVs\/Trucks) - 57\" x 31.5\" \/ 👪 3-Pack (Family Set - Save 25%)","offer_id":43312507748411,"sku":"0324-15275930","price":51.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/89f5545ea15ec82295c246199b062743.jpg?v=1774337284","url":"https:\/\/autoyunn.com\/products\/iridescent-reflective-windshield-sunshade","provider":"AutoYunn","version":"1.0","type":"link"}