{"product_id":"car-backup-camera-rain-shield","title":"Car Camera Rain Shield – Rear \u0026 Side Lens Sun Visor Cover","description":"\u003cstyle\u003e     .product-cro-page {       container-type: inline-size;       font-family: inherit;       color: #17222b;       line-height: 1.6;       max-width: 820px;       margin: 0 auto;       padding: 12px 4px;       box-sizing: border-box;     }     .product-cro-page *, .product-cro-page *::before, .product-cro-page *::after {       box-sizing: border-box;     }      \/* 顶部 Banner *\/     .product-cro-page .hero-banner {       background: #faf8f5;       border: 1px solid #ebe6df;       border-radius: 16px;       padding: 24px 20px;       text-align: center;       margin-bottom: 24px;     }     .product-cro-page .hero-banner h1 {       font-size: 24px;       line-height: 1.3;       margin: 0 0 10px 0;       color: #17222b;       font-weight: 800;     }     .product-cro-page .hero-banner p {       font-size: 16px;       color: #5a6470;       margin: 0;       line-height: 1.5;     }      \/* 2x2 + 1 卖点导航 *\/     .product-cro-page .nav-header {       display: flex;       justify-content: flex-end;       align-items: center;       margin-bottom: 8px;     }     .product-cro-page .nav-header span {       font-size: 13px;       color: #7b8591;       font-weight: 500;     }     .product-cro-page .feature-nav-grid {       display: grid;       grid-template-columns: repeat(2, 1fr);       gap: 10px;       margin-bottom: 28px;     }     .product-cro-page .feature-nav-card {       background: #ffffff;       border: 1px solid #ebe6df;       border-radius: 14px;       padding: 14px;       text-decoration: none;       color: inherit;       display: flex;       flex-direction: column;       justify-content: space-between;       position: relative;       transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;       box-shadow: 0 2px 5px rgba(0,0,0,0.02);       animation: pulse-border 3.5s infinite ease-in-out;     }     .product-cro-page .feature-nav-card.wide-card {       grid-column: span 2;       flex-direction: row;       align-items: center;       padding: 12px 16px;     }     .product-cro-page .feature-nav-card:hover {       transform: translateY(-2px);       border-color: #17222b;       box-shadow: 0 4px 10px rgba(0,0,0,0.06);     }     .product-cro-page .feature-nav-card:active {       transform: scale(0.98);     }     .product-cro-page .card-main-info {       display: flex;       flex-direction: column;       gap: 4px;     }     .product-cro-page .wide-card .card-main-info {       flex-direction: row;       align-items: center;       gap: 12px;     }     .product-cro-page .card-icon-title {       display: flex;       align-items: center;       gap: 6px;       font-weight: 700;       font-size: 15px;       color: #17222b;     }     .product-cro-page .card-benefit {       font-size: 13px;       color: #5a6470;       line-height: 1.35;       margin: 0;     }     .product-cro-page .nav-arrow {       align-self: flex-end;       font-size: 16px;       color: #8b95a2;       font-weight: 700;       display: inline-block;       animation: bounce-x 1.8s infinite;       margin-top: 4px;     }     .product-cro-page .wide-card .nav-arrow {       align-self: center;       margin-top: 0;       margin-left: auto;     }      @keyframes bounce-x {       0%, 100% { transform: translateX(0); }       50% { transform: translateX(3px); }     }     @keyframes pulse-border {       0%, 100% { border-color: #ebe6df; }       50% { border-color: #d1c8bd; }     }      \/* 卖点独立展示卡片 *\/     .product-cro-page .feature-card {       background: #ffffff;       border: 1px solid #ebe6df;       border-radius: 16px;       padding: 20px;       margin-bottom: 24px;       scroll-margin-top: 24px;     }     .product-cro-page .feature-header {       margin-bottom: 12px;     }     .product-cro-page .feature-tag {       display: inline-block;       font-size: 13px;       font-weight: 700;       color: #5a6470;       background: #f4f1eb;       padding: 2px 8px;       border-radius: 6px;       margin-bottom: 6px;     }     .product-cro-page .feature-card h2 {       font-size: 19px;       margin: 4px 0 6px 0;       font-weight: 700;       color: #17222b;       line-height: 1.3;     }     .product-cro-page .feature-card p.feature-desc {       font-size: 16px;       color: #4a5460;       margin: 0 0 14px 0;       line-height: 1.5;     }     .product-cro-page .feature-card img {       width: 100%;       height: auto;       display: block;       border-radius: 12px;       margin: 0;     }      \/* 规格表格 (已精确按给定的 CSS 设置) *\/     .product-cro-page .section-title {       font-size: 20px;       font-weight: 700;       margin: 32px 0 14px 0;       color: #17222b;     }     .product-cro-page .spec-table {       width: 100%;       border-collapse: collapse;       border: 1px solid #ebe6df;       border-radius: 14px;       overflow: hidden;       font-size: 16px;       line-height: 1.6;       margin-bottom: 28px;     }     .product-cro-page .spec-table th, .product-cro-page .spec-table td {       text-align: left;       padding: 13px 16px;       border-bottom: 1px solid #ebe6df;       vertical-align: top;     }     .product-cro-page .spec-table th {       width: 40%;       background: #faf8f4;       color: #5a6470;       font-weight: 700;     }     .product-cro-page .spec-table td {       width: 60%;       color: #17222b;       font-weight: 600;     }     .product-cro-page .spec-table tr:last-child th, .product-cro-page .spec-table tr:last-child td {       border-bottom: 0;     }      \/* FAQ (原生 Details) *\/     .product-cro-page .faq-container {       margin-bottom: 28px;     }     .product-cro-page details.faq-item {       background: #faf8f5;       border: 1px solid #ebe6df;       border-radius: 12px;       margin-bottom: 10px;       overflow: hidden;       transition: background 0.2s ease;     }     .product-cro-page details.faq-item[open] {       background: #ffffff;     }     .product-cro-page summary.faq-title {       padding: 14px 16px;       font-size: 16px;       font-weight: 700;       color: #17222b;       cursor: pointer;       list-style: none;       display: flex;       justify-content: space-between;       align-items: center;     }     .product-cro-page summary.faq-title::-webkit-details-marker {       display: none;     }     .product-cro-page summary.faq-title::after {       content: '›';       font-size: 20px;       color: #7b8591;       transition: transform 0.2s ease;     }     .product-cro-page details[open] summary.faq-title::after {       transform: rotate(90deg);     }     .product-cro-page .faq-content {       padding: 0 16px 14px 16px;       font-size: 15px;       color: #5a6470;       line-height: 1.5;     }      \/* 3大保证 (固定 3 行) *\/     .product-cro-page .guarantees-wrapper {       background: #fdfbf7;       border: 1px solid #ebe6df;       border-radius: 14px;       padding: 16px;       margin-bottom: 28px;     }     .product-cro-page .guarantee-row {       display: flex;       align-items: flex-start;       gap: 12px;       padding: 10px 0;       border-bottom: 1px solid #eee9e0;     }     .product-cro-page .guarantee-row:last-child {       border-bottom: 0;       padding-bottom: 0;     }     .product-cro-page .guarantee-row:first-child {       padding-top: 0;     }     .product-cro-page .guarantee-icon {       font-size: 20px;       line-height: 1.2;     }     .product-cro-page .guarantee-text h4 {       margin: 0;       font-size: 15px;       font-weight: 700;       color: #17222b;     }     .product-cro-page .guarantee-text p {       margin: 2px 0 0 0;       font-size: 13px;       color: #5a6470;     }      \/* 底部 CTA *\/     .product-cro-page .bottom-cta {       text-align: center;       background: #faf8f5;       border: 1px solid #ebe6df;       border-radius: 16px;       padding: 24px 18px;       margin-bottom: 10px;     }     .product-cro-page .bottom-cta h3 {       font-size: 20px;       font-weight: 700;       margin: 0 0 6px 0;       color: #17222b;     }     .product-cro-page .bottom-cta p {       font-size: 15px;       color: #5a6470;       margin: 0 0 16px 0;     }     .product-cro-page .cta-button {       display: inline-block;       width: 100%;       max-width: 320px;       background: #17222b;       color: #ffffff;       text-decoration: none;       font-size: 16px;       font-weight: 700;       padding: 14px 24px;       border-radius: 30px;       transition: transform 0.2s ease, background-color 0.2s ease;       box-shadow: 0 4px 12px rgba(23,34,43,0.15);     }     .product-cro-page .cta-button:hover {       background: #2a3847;       transform: translateY(-2px);     }     .product-cro-page .cta-button:active {       transform: scale(0.98);     }      \/* 容器查询适配 (当容器 \u003e= 700px 时) *\/     @container (min-width: 700px) {       .product-cro-page .hero-banner h1 { font-size: 28px; }       .product-cro-page .hero-banner p { font-size: 18px; }       .product-cro-page .feature-card h2 { font-size: 22px; }       .product-cro-page .feature-card p.feature-desc { font-size: 18px; }       .product-cro-page .spec-table { font-size: 18px; }       .product-cro-page summary.faq-title { font-size: 18px; }       .product-cro-page .faq-content { font-size: 16px; }       .product-cro-page .guarantee-text h4 { font-size: 16px; }       .product-cro-page .guarantee-text p { font-size: 14px; }       .product-cro-page .bottom-cta h3 { font-size: 22px; }       .product-cro-page .bottom-cta p { font-size: 16px; }       .product-cro-page .cta-button { font-size: 17px; }     }   \u003c\/style\u003e \u003cdiv class=\"product-cro-page\"\u003e \u003cheader class=\"hero-banner\"\u003e \u003ch1\u003eAll-Weather Protection for Clear Reversing\u003c\/h1\u003e \u003cp\u003eShield your camera from rain, glare, and road debris. Keep your view crisp when weather turns bad.\u003c\/p\u003e \u003c\/header\u003e \u003cdiv class=\"nav-header\"\u003e\u003cspan\u003eTap a feature to explore ↓\u003c\/span\u003e\u003c\/div\u003e \u003cnav class=\"feature-nav-grid\"\u003e\u003ca href=\"#feature-1\" class=\"feature-nav-card\"\u003e \u003cdiv class=\"card-main-info\"\u003e \u003cdiv class=\"card-icon-title\"\u003e \u003cspan\u003e🌧️\u003c\/span\u003e Clear Rain Vision\u003c\/div\u003e \u003cp class=\"card-benefit\"\u003eBlocks rain buildup on lens\u003c\/p\u003e \u003c\/div\u003e \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"#feature-2\" class=\"feature-nav-card\"\u003e \u003cdiv class=\"card-main-info\"\u003e \u003cdiv class=\"card-icon-title\"\u003e \u003cspan\u003e☀️\u003c\/span\u003e Rain \u0026amp; Sun Shield\u003c\/div\u003e \u003cp class=\"card-benefit\"\u003eGuards from heat \u0026amp; daily dirt\u003c\/p\u003e \u003c\/div\u003e \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"#feature-3\" class=\"feature-nav-card\"\u003e \u003cdiv class=\"card-main-info\"\u003e \u003cdiv class=\"card-icon-title\"\u003e \u003cspan\u003e🚗\u003c\/span\u003e Dual Compatibility\u003c\/div\u003e \u003cp class=\"card-benefit\"\u003eFits rear \u0026amp; side camera spots\u003c\/p\u003e \u003c\/div\u003e \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"#feature-4\" class=\"feature-nav-card\"\u003e \u003cdiv class=\"card-main-info\"\u003e \u003cdiv class=\"card-icon-title\"\u003e \u003cspan\u003e⚡\u003c\/span\u003e Peel \u0026amp; Stick\u003c\/div\u003e \u003cp class=\"card-benefit\"\u003eSecures in seconds, zero tools\u003c\/p\u003e \u003c\/div\u003e \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\u003c\/a\u003e\u003ca href=\"#feature-5\" class=\"feature-nav-card wide-card\"\u003e \u003cdiv class=\"card-main-info\"\u003e \u003cdiv class=\"card-icon-title\"\u003e \u003cspan\u003e🛡️\u003c\/span\u003e Carbon Fiber Style\u003c\/div\u003e \u003cp class=\"card-benefit\"\u003eDurable PVC with a sleek automotive look\u003c\/p\u003e \u003c\/div\u003e \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\u003c\/a\u003e\u003c\/nav\u003e\u003cmain\u003e \u003csection id=\"feature-1\" class=\"feature-card\"\u003e \u003cdiv class=\"feature-header\"\u003e \u003cspan class=\"feature-tag\"\u003eFeature 01\u003c\/span\u003e \u003ch2\u003eClear Vision In Rain\u003c\/h2\u003e \u003c\/div\u003e \u003cp class=\"feature-desc\"\u003eRain drops can quickly cover your camera lens and blur your rear view. This curved camera shield helps block water buildup, keeping your reversing view clearer during rainy drives.\u003c\/p\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_9_5_12_19_40_1.webp?v=1788582006\" alt=\"Curved camera shield blocking water buildup for clear vision in rain\" loading=\"lazy\"\u003e\u003c\/section\u003e \u003csection id=\"feature-2\" class=\"feature-card\"\u003e \u003cdiv class=\"feature-header\"\u003e \u003cspan class=\"feature-tag\"\u003eFeature 02\u003c\/span\u003e \u003ch2\u003eRain \u0026amp; Sun Protection\u003c\/h2\u003e \u003c\/div\u003e \u003cp class=\"feature-desc\"\u003eDesigned to help protect your camera from rain, sunlight, and daily road exposure. Keep your lens cleaner and your camera ready in changing conditions.\u003c\/p\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_9_5_12_19_40_2.webp?v=1788582006\" alt=\"Protective shield against rain sunlight and road exposure\" loading=\"lazy\"\u003e\u003c\/section\u003e \u003csection id=\"feature-3\" class=\"feature-card\"\u003e \u003cdiv class=\"feature-header\"\u003e \u003cspan class=\"feature-tag\"\u003eFeature 03\u003c\/span\u003e \u003ch2\u003eRear \u0026amp; Side Camera Compatible\u003c\/h2\u003e \u003c\/div\u003e \u003cp class=\"feature-desc\"\u003ePerfect for protecting rear-view cameras and side cameras. Add extra protection wherever your vehicle camera needs it most.\u003c\/p\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_9_5_12_19_41_3.webp?v=1788582006\" alt=\"Compatible with both rear view and side vehicle cameras\" loading=\"lazy\"\u003e\u003c\/section\u003e \u003csection id=\"feature-4\" class=\"feature-card\"\u003e \u003cdiv class=\"feature-header\"\u003e \u003cspan class=\"feature-tag\"\u003eFeature 04\u003c\/span\u003e \u003ch2\u003ePeel. Stick. Protect.\u003c\/h2\u003e \u003c\/div\u003e \u003cp class=\"feature-desc\"\u003eSimply clean the camera area, peel the adhesive backing, and attach the shield in seconds. Upgrade your camera protection without drilling or modifications.\u003c\/p\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_9_5_12_19_41_4.webp?v=1788582006\" alt=\"Tool-free installation with peel and stick adhesive backing\" loading=\"lazy\"\u003e\u003c\/section\u003e \u003csection id=\"feature-5\" class=\"feature-card\"\u003e \u003cdiv class=\"feature-header\"\u003e \u003cspan class=\"feature-tag\"\u003eFeature 05\u003c\/span\u003e \u003ch2\u003eCarbon Fiber Style Protection\u003c\/h2\u003e \u003c\/div\u003e \u003cp class=\"feature-desc\"\u003eMade from flexible PVC with a carbon fiber texture, adding a sleek automotive style while helping protect your camera from everyday elements.\u003c\/p\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_9_5_12_19_41_5.webp?v=1788582006\" alt=\"Flexible PVC material featuring a sleek carbon fiber style\" loading=\"lazy\"\u003e\u003c\/section\u003e \u003c\/main\u003e \u003ch3 class=\"section-title\"\u003eSpecifications \u0026amp; Features\u003c\/h3\u003e \u003ctable class=\"spec-table\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003cth\u003eMaterial\u003c\/th\u003e \u003ctd\u003eFlexible PVC\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth\u003eTexture \/ Style\u003c\/th\u003e \u003ctd\u003eCarbon Fiber Pattern\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth\u003eMounting Method\u003c\/th\u003e \u003ctd\u003eSelf-Adhesive Backing (Peel \u0026amp; Stick)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth\u003eMounting Compatibility\u003c\/th\u003e \u003ctd\u003eRear-view Cameras \u0026amp; Side Cameras\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth\u003eProtection Type\u003c\/th\u003e \u003ctd\u003eRain Water Buildup \u0026amp; Direct Sunlight Shielding\u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003ch3 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h3\u003e \u003cdiv class=\"faq-container\"\u003e \u003cdetails class=\"faq-item\"\u003e \u003csummary class=\"faq-title\"\u003eDoes this require drilling or tools to install?\u003c\/summary\u003e \u003cdiv class=\"faq-content\"\u003eNo tools or modifications are needed. It comes with an adhesive backing—simply clean the camera area, peel the backing, and press it on.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"faq-item\"\u003e \u003csummary class=\"faq-title\"\u003eCan I use this on side cameras as well as the backup camera?\u003c\/summary\u003e \u003cdiv class=\"faq-content\"\u003eYes, this shield is designed to be compatible with both rear-view backup cameras and vehicle side cameras.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"faq-item\"\u003e \u003csummary class=\"faq-title\"\u003eWhat is the shield made of?\u003c\/summary\u003e \u003cdiv class=\"faq-content\"\u003eIt is crafted from flexible PVC material finished with a premium carbon fiber texture for durability and automotive styling.\u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003cdiv class=\"guarantees-wrapper\"\u003e \u003cdiv class=\"guarantee-row\"\u003e \u003cspan class=\"guarantee-icon\"\u003e📦\u003c\/span\u003e \u003cdiv class=\"guarantee-text\"\u003e \u003ch4\u003eSecurely Packed\u003c\/h4\u003e \u003cp\u003eEach camera shield is carefully packed to arrive in pristine condition.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"guarantee-row\"\u003e \u003cspan class=\"guarantee-icon\"\u003e🔍\u003c\/span\u003e \u003cdiv class=\"guarantee-text\"\u003e \u003ch4\u003eQuality Checked\u003c\/h4\u003e \u003cp\u003eInspected for clean finish, flexible fit, and adhesive readiness before shipping.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"guarantee-row\"\u003e \u003cspan class=\"guarantee-icon\"\u003e💬\u003c\/span\u003e \u003cdiv class=\"guarantee-text\"\u003e \u003ch4\u003eCustomer Support\u003c\/h4\u003e \u003cp\u003eHave questions about fitment or installation? Our support team is here to assist.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003csection class=\"bottom-cta\"\u003e \u003ch3\u003eDrive with Clear Visibility\u003c\/h3\u003e \u003cp\u003eProtect your camera lenses in rain and harsh sunlight in seconds.\u003c\/p\u003e \u003ca href=\"#\" class=\"cta-button\"\u003eShop Now\u003c\/a\u003e\u003c\/section\u003e \u003c\/div\u003e","brand":"FJY01","offers":[{"title":"4 PCS","offer_id":49578764632323,"sku":"NC02482609051305-碳纹防雨罩单个*4","price":19.99,"currency_code":"USD","in_stock":true},{"title":"8 PCS","offer_id":49578764665091,"sku":"NC02482609051305-碳纹防雨罩单个*8","price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/ChatGPTImage2026_9_5_12_19_40_1.webp?v=1788772973","url":"https:\/\/cyrarise.com\/zh\/products\/car-backup-camera-rain-shield","provider":"cyrarise","version":"1.0","type":"link"}