{"product_id":"carbon-fiber-mirror-visor","title":"Carbon Fiber Mirror Visor","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Exterior Accessories (Rearview Mirror Rain Guard)\nTarget Audience: Car owners, safety-conscious drivers, car enthusiasts\nVisual Style: Technical, Reliable, Sleek, Industrial\nColor Strategy: Deep Carbon Black (--primary) with Slate Gray accents, ensuring high contrast and professional look. \nShape Strategy: Radius 8px (--radius-md) for an industrial yet safe feel, matching automotive curves.\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 38px, Body: 18px).\nMobile Table Strategy: Card-based via data-label, strictly zero horizontal scrolling.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color System *\/\n      --primary: #1A1A1A;\n      --text-main: #2D2D2D;\n      --text-sub: #5A5A5A;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --border-color: #E5E7EB;\n      --accent-warning: #FFF3CD;\n      --text-warning: #856404;\n\n      \/* Shape System *\/\n      --radius-sm: 6px;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n\n      \/* Shadow System *\/\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.08);\n\n      \/* Typography *\/\n      --font-stack: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Base Reset within Container *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: var(--font-stack);\n      color: var(--text-main);\n      background-color: 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    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Scale *\/\n    .pd-h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin: 0 0 1.5rem 0;\n      color: var(--primary);\n      letter-spacing: -0.02em;\n    }\n\n    .pd-h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .pd-h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 600;\n      line-height: 1.4;\n      margin: 0 0 0.8rem 0;\n    }\n\n    .pd-p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .pd-small {\n      font-size: clamp(16px, 1.8vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Image Protocol (Scheme A: Natural Flow) *\/\n    .pd-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Placeholder Styling *\/\n    .pd-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: #F0F2F5;\n      border: 2px dashed #CBD5E1;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #64748B;\n      font-size: 1.2rem;\n      font-weight: 500;\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Layout Spacing *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n\n    \/* Non-interactive Badges *\/\n    .pd-badges {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .pd-badge {\n      background-color: var(--bg-card);\n      color: var(--primary);\n      padding: 0.6rem 1.2rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Alert \/ Notice Box *\/\n    .pd-alert {\n      background-color: var(--accent-warning);\n      color: var(--text-warning);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin: 2rem 0;\n      border-left: 6px solid #FFC107;\n    }\n    \n    .pd-alert-title {\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* Mobile Ordering Lock (Feature List) *\/\n    .pd-feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n      gap: 2rem;\n    }\n\n    .pd-feature-media {\n      width: 100%;\n    }\n\n    .pd-feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Specifications Table (Mobile Card Strategy) *\/\n    .pd-specs-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-table th, \n    .pd-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      background-color: var(--primary);\n      color: #fff;\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-faq-q {\n      font-size: clamp(18px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n\n    .pd-faq-a {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Enhancements (Min-width: 768px) *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* Desktop: Z-Pattern *\/\n        align-items: center;\n        gap: 4rem;\n      }\n      \n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .pd-feature-media,\n      .pd-feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Table Overrides (Max-width: 767px) *\/\n    @media (max-width: 767px) {\n      .pd-table {\n        background: transparent;\n        box-shadow: none;\n      }\n      \n      .pd-table thead {\n        display: none; \/* Hide headers *\/\n      }\n      \n      .pd-table tbody {\n        display: flex;\n        flex-direction: column;\n        gap: 1rem;\n      }\n      \n      .pd-table tr {\n        display: flex;\n        flex-direction: column;\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .pd-table td {\n        display: flex;\n        flex-direction: column;\n        border-bottom: none;\n        padding: 0.5rem 0;\n        font-size: 18px;\n      }\n      \n      .pd-table td::before {\n        content: attr(data-label);\n        font-size: 16px;\n        font-weight: 700;\n        color: var(--text-sub);\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        margin-bottom: 0.2rem;\n      }\n      \n      .pd-table td:not(:last-child) {\n        border-bottom: 1px dashed var(--border-color);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-badges\"\u003e\n\u003cspan class=\"pd-badge\"\u003eWaterproof Design\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eCarbon Fiber Style\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eUniversal Fit*\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eDrive Safer with Crystal Clear Vision\u003c\/h1\u003e\n\n\u003ch2 class=\"pd-h2\"\u003ePremium Carbon Fiber Style Rearview Mirror Rain Guards\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\" style=\"max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 2rem;\"\u003eDon't let bad weather compromise your safety. Shield your side mirrors from rain, sun glare, and scratches with our highly durable, securely mounted visor guards.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260310175248\/3d8888a13fd98ffbcb5227740a39cba3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-alert pd-section\"\u003e\n\u003cdiv class=\"pd-alert-title\"\u003e\n\u003csvg fill=\"none\" height=\"24\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" style=\"margin-right:8px;\" viewbox=\"0 0 24 24\" width=\"24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" x2=\"12\" y1=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" x2=\"12.01\" y1=\"16\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Important Fitment Tip\u003c\/div\u003e\n\n\u003cp class=\"pd-p\" style=\"color: var(--text-warning); margin-bottom: 0;\"\u003ePlease compare the size of your rearview mirror before purchase. The guard requires sufficient space on the upper edge of the rearview mirror housing to mount properly. If there isn't an adequate upper edge gap, it will not fit!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Z-Pattern Feature List --\u003e\n\n\u003cdiv class=\"pd-section pd-feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260310175249\/572bffffaa66192d79331e449e4bda0b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h2\"\u003eUncompromised Safety in the Rain\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eDriving in the rain with obscured mirrors is a significant hidden danger. Our rainproof visors act as an effective shield, deflecting raindrops and allowing you to maintain a clear rear view.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eEnhance your situational awareness and significantly increase your driving safety factor, protecting both your life and the lives of others on the road.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260310175248\/303d1f579e90b9cf490b6f7264d1e1f5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h2\"\u003eHigh-Quality Carbon Fiber Style\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eManufactured from high-grade ABS plastic through strict quality control procedures. The surface features a sleek, sporty carbon fiber texture that seamlessly upgrades your vehicle's exterior aesthetics.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eIt's not just about looks—the material is waterproof, anti-dirt, easy to clean, and designed for long-term, eco-friendly use under harsh weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260310175248\/85e0d374485c2446c3f0db0c01359cc1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h2\"\u003eFirmly Fixed \u0026amp; Multifunctional\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eEngineered for stability. The combination of structural buckles and heavy-duty double-sided adhesive tape ensures the rain eyebrow remains firmly fixed to your mirror, even at highway speeds.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eBeyond rain protection, it effectively prevents scuffs and scratches, provides shade from direct sunlight, and reduces strong light reflections on hot, glaring days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-wrapper\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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\"\u003eDimensions (L x W)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e5.98 in × 1.96 in (15.2 cm × 5.0 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\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\"\u003ePremium ABS Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eSurface Finish\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCarbon Fiber Texture\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eInstallation Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBuckle Clip + Double-sided Adhesive Tape\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eCore Functions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eRainproof, Sun Shade, Anti-scratch, Glare Reduction\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=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWill these guards fall off while driving at high speeds?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eNo, they are designed with a dual-securing system. The combination of physical buckle clips and strong double-sided tape ensures they remain firmly attached under harsh driving conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWill this fit my specific car model?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eThese rain visors feature a universal curve design that fits most vehicles. However, please ensure there is enough clearance space on the upper inner edge of your mirror housing for the guard to slide in and stick properly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eCan they protect against anything besides rain?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eYes! Our multifunctional visors also block intense sun glare during hot days and serve as a physical buffer that protects your mirror covers from minor scuffs and scratches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pair (Left \u0026 Right)","offer_id":45267011371199,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"2 Pairs (For 2 Vehicles) - Save 15%","offer_id":45267011403967,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/99709182c74d3a64318c655e685ef945.jpg?v=1773136479","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/carbon-fiber-mirror-visor","provider":"Bak","version":"1.0","type":"link"}