{"product_id":"3801928-mirror-glass-compatible-with-iveco-daily-iv-v-vi","title":"3801928 mirror glass – compatible with IVECO Daily IV \/ V \/ VI","description":"\u003cstyle\u003e\n        :root {\n            --primary-bg: #0C2D26; \/* Deep Forest Green *\/\n            --primary-text: #E8F1F2; \/* Soft Pearl White *\/\n            --data-module: rgba(58, 80, 107, 0.8); \/* Midnight Blue with transparency *\/\n            --data-text: #E8F1F2;\n            --button-bg: #E8F1F2;\n            --button-text: #0C2D26;\n            --accent: #5AB1BB; \/* Glacier Teal *\/\n            --accent-light: #7ACBD5; \/* Lighter Glacier Teal *\/\n        }\n        body {\n            background: linear-gradient(135deg, var(--primary-bg), #0A1F1A);\n            color: var(--primary-text);\n            font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;\n            margin: 0;\n            padding: 30px;\n            overflow-x: hidden;\n            min-height: 100vh;\n            position: relative;\n        }\n        @keyframes rippleEffect {\n            0% { transform: scale(0); opacity: 0.8; }\n            100% { transform: scale(3); opacity: 0; }\n        }\n        .ripple {\n            position: absolute;\n            border-radius: 50%;\n            border: 1px solid var(--accent-light);\n            animation: rippleEffect 3s linear;\n            pointer-events: none;\n            z-index: 0;\n        }\n        @keyframes leafFloat {\n            0% { transform: translateY(0) rotate(0deg) scale(0.8); opacity: 0; }\n            20% { opacity: 1; transform: scale(1); }\n            80% { opacity: 0.8; }\n            100% { transform: translateY(-60px) rotate(15deg) scale(0.6); opacity: 0; }\n        }\n        .leaf {\n            position: absolute;\n            width: 35px;\n            height: 35px;\n            background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg'  viewBox='0 0 24 24' fill='%235AB1BB'%3E%3Cpath d='M17 8C8 10 5.9 16.4 13 17C9 23 1 18 1 18C1 18 6 9 17 8Z'\/%3E%3C\/svg%3E\");\n            animation: leafFloat 8s infinite cubic-bezier(0.4, 0, 0.2, 1);\n            z-index: 1;\n            filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));\n        }\n        .eco-module {\n            background-color: var(--data-module);\n            color: var(--data-text);\n            border-radius: 16px;\n            padding: 30px;\n            margin-bottom: 35px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);\n            backdrop-filter: blur(8px);\n            border: 1px solid rgba(255, 255, 255, 0.15);\n            z-index: 2;\n            transform: translateY(20px);\n            opacity: 0;\n            animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;\n        }\n        @keyframes fadeInUp {\n            to { transform: translateY(0); opacity: 1; }\n        }\n        .module-title {\n            font-size: 1.6rem;\n            font-weight: 600;\n            margin-bottom: 25px;\n            position: relative;\n            letter-spacing: 0.5px;\n            animation: photosynthesis 5s infinite alternate;\n            color: var(--accent);\n            padding-bottom: 15px;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n        }\n        @keyframes photosynthesis {\n            0% { text-shadow: 0 0 8px rgba(90, 177, 187, 0.3); }\n            100% { text-shadow: 0 0 20px rgba(90, 177, 187, 0.6); }\n        }\n        .tech-data {\n            font-weight: 600;\n            display: inline-block;\n            min-width: 40px;\n            text-align: center;\n            position: relative;\n            color: var(--accent);\n            transform: scale(0);\n            animation: dataReveal 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;\n        }\n        @keyframes dataReveal {\n            to { transform: scale(1); }\n        }\n        .button {\n            display: inline-block;\n            background-color: var(--button-bg);\n            color: var(--button-text);\n            padding: 16px 35px;\n            border: none;\n            border-radius: 10px;\n            cursor: pointer;\n            font-weight: 600;\n            position: relative;\n            overflow: hidden;\n            margin-top: 25px;\n            font-size: 1.1em;\n            letter-spacing: 0.5px;\n            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);\n            z-index: 1;\n            transform: translateY(10px);\n            opacity: 0;\n            animation: buttonAppear 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) forwards;\n        }\n        @keyframes buttonAppear {\n            to { transform: translateY(0); opacity: 1; }\n        }\n        .button:hover {\n            transform: translateY(-5px) scale(1.02);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);\n        }\n        @keyframes abstractGrow {\n            0% { transform: scaleX(0); opacity: 0; }\n            50% { opacity: 1; }\n            100% { transform: scaleX(1); opacity: 0; }\n        }\n        .eco-module::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 6px;\n            background: linear-gradient(90deg, transparent, var(--accent), transparent);\n            transform-origin: left;\n            animation: abstractGrow 8s linear infinite;\n            z-index: 1;\n        }\n        @keyframes bubbleRise {\n            0% { transform: translateY(0) scale(0.8); opacity: 0.6; filter: blur(0px); }\n            50% { opacity: 1; filter: blur(2px); }\n            100% { transform: translateY(-40px) scale(1.5); opacity: 0; filter: blur(4px); }\n        }\n        .bubble {\n            position: absolute;\n            width: 25px;\n            height: 25px;\n            border-radius: 50%;\n            background: radial-gradient(circle, rgba(90, 177, 187, 0.8), rgba(90, 177, 187, 0.3));\n            border: 1px solid rgba(255, 255, 255, 0.5);\n            animation: bubbleRise 5s infinite;\n            z-index: 0;\n            filter: drop-shadow(0 0 8px rgba(90, 177, 187, 0.6));\n        }\n        .water-flow {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            height: 10px;\n            background: linear-gradient(90deg, transparent, var(--accent), transparent);\n            background-size: 200% 100%;\n            animation: flowAnimation 3s linear infinite;\n            z-index: 1;\n            border-radius: 0 0 16px 16px;\n        }\n        @keyframes flowAnimation {\n            0% { background-position: 0% 0%; }\n            100% { background-position: 200% 0%; }\n        }\n        .floating-element {\n            position: absolute;\n            width: 12px;\n            height: 12px;\n            border-radius: 50%;\n            background: rgba(90, 177, 187, 0.4);\n            animation: float 18s infinite linear;\n            z-index: 0;\n            filter: blur(1px);\n        }\n        @keyframes float {\n            0% { transform: translateY(0) translateX(0); }\n            25% { transform: translateY(-30px) translateX(15px); }\n            50% { transform: translateY(-60px) translateX(0); }\n            75% { transform: translateY(-30px) translateX(-15px); }\n            100% { transform: translateY(0) translateX(0); }\n        }\n        .content-fade {\n            opacity: 0;\n            transform: translateY(15px);\n            animation: contentAppear 0.8s 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;\n        }\n        @keyframes contentAppear {\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .footer-container {\n            margin-top: 40px;\n            padding: 20px 0;\n            text-align: center;\n            font-size: 0.9rem;\n            opacity: 0.7;\n        }\n\u003c\/style\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003c!-- Module 1: Description --\u003e\n\u003cdiv class=\"eco-module\"\u003e\n\u003cdiv class=\"module-title\"\u003eDescription\u003c\/div\u003e\n\u003cdiv class=\"content-fade\"\u003e\n\u003cp\u003e\u003cstrong\u003e3801928 mirror glass\u003c\/strong\u003e is a precision-engineered replacement mirror insert designed for vehicles compatible with IVECO Daily IV, compatible with IVECO Daily V, and compatible with IVECO Daily VI used in EU transporter service. Based on OE references \u003cspan style=\"border: 1px solid #5AB1BB; padding: 2px 6px; color: #5ab1bb; background-color: rgba(90,177,187,0.08);\"\u003e3801928\u003c\/span\u003e and \u003cspan style=\"border: 1px solid #5AB1BB; padding: 2px 6px; color: #5ab1bb; background-color: rgba(90,177,187,0.08);\"\u003e03801928\u003c\/span\u003e, this 3801928 mirror glass is selected when the mirror surface is scratched, chipped, delaminated, or no longer provides a clear rearward field of view in rain-spray and night driving.\u003c\/p\u003e\n\u003cp\u003eMirror glass inserts are exposed to temperature cycling, frequent washing, and vibration from daily routes. The 3801928 mirror glass focuses on stable fit to the backing plate and consistent curvature to support confident lane changes, tight yard reversing, and urban loading bay maneuvers. When the housing and arm remain serviceable, replacing only the glass insert is an efficient way to restore visibility while keeping the existing mirror assembly in service.\u003c\/p\u003e\n\u003cp\u003eDuring installation, match the 3801928 mirror glass by shape, attachment method, and carrier plate interface used on the vehicle specification. Typical workshop steps include removing the damaged insert carefully, cleaning the seating area, checking for cracked retainers, and pressing the new insert into place with even pressure. If the mirror system includes wiring, confirm harness routing and connector interface clearance so the insert movement range is not restricted.\u003c\/p\u003e\n\u003cp\u003eFor fleet stocking and parts control, keep OE labels visible on pick lists and bins, including cross reference code \u003cspan style=\"border: 1px solid #5AB1BB; padding: 2px 6px; color: #5ab1bb; background-color: rgba(90,177,187,0.08);\"\u003eZG610060008\u003c\/span\u003e. Packed as 1 unit per box with a packing weight of about 0.31 kg, the 3801928 mirror glass is a practical consumable item for maintenance cycles and accident-damage repairs across vehicles compatible with IVECO Daily platforms.\u003c\/p\u003e\n\u003cimg alt=\"3801928 mirror glass compatible with IVECO Daily IV insert view\" loading=\"lazy\"\u003e \u003cimg alt=\"3801928 mirror glass compatible with IVECO Daily VI fitting interface detail\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"water-flow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Module 2: Bulk Purchase Benefits --\u003e\n\u003cdiv class=\"eco-module\"\u003e\n\u003cdiv class=\"module-title\"\u003eBulk Purchase Benefits\u003c\/div\u003e\n\u003cdiv class=\"content-fade\"\u003ePacking weight: \u003cspan class=\"tech-data\"\u003e0.31\u003c\/span\u003e kg\u003cbr\u003eQuantity in box: \u003cspan class=\"tech-data\"\u003e1\u003c\/span\u003e\u003cbr\u003eQuantity in pallet: \u003cspan class=\"tech-data\"\u003e0\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cul style=\"margin: 0; padding-left: 18px; line-height: 1.8;\"\u003e\n\u003cli\u003eOE-driven SKU control: label bins with \u003cspan style=\"border: 1px solid #5AB1BB; padding: 2px 6px; color: #5ab1bb; background-color: rgba(90,177,187,0.08);\"\u003e3801928\u003c\/span\u003e \/ \u003cspan style=\"border: 1px solid #5AB1BB; padding: 2px 6px; color: #5ab1bb; background-color: rgba(90,177,187,0.08);\"\u003e03801928\u003c\/span\u003e to reduce picking errors across depots.\u003c\/li\u003e\n\u003cli\u003eFast replenishment item for route fleets: mirror glass damage is common in tight yards and urban stops.\u003c\/li\u003e\n\u003cli\u003eProtective single-unit boxing supports cleaner storage and fewer handling marks before installation.\u003c\/li\u003e\n\u003cli\u003eCross-reference visibility: include \u003cspan style=\"border: 1px solid #5AB1BB; padding: 2px 6px; color: #5ab1bb; background-color: rgba(90,177,187,0.08);\"\u003eZG610060008\u003c\/span\u003e on internal lists for easier matching.\u003c\/li\u003e\n\u003cli\u003eStable maintenance planning for vehicles compatible with IVECO Daily IV \/ V \/ VI across mixed-year fleets.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"button\"\u003eRequest Volume Quote\u003c\/button\u003e\n\u003cdiv class=\"water-flow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Module 3: DIY Replacement Guide --\u003e\n\u003cdiv class=\"eco-module\"\u003e\n\u003cdiv class=\"module-title\"\u003eDIY Replacement Guide\u003c\/div\u003e\n\u003cdiv class=\"content-fade\"\u003e\n\u003col style=\"margin: 0; padding-left: 18px; line-height: 1.9;\"\u003e\n\u003cli\u003ePark safely, apply the parking brake, and switch ignition off.\u003c\/li\u003e\n\u003cli\u003eProtect the mirror housing and door paint with a soft cloth; wear gloves and eye protection.\u003c\/li\u003e\n\u003cli\u003eIf the mirror has electrical functions, follow workshop safety procedure before disconnecting any power supply.\u003c\/li\u003e\n\u003cli\u003eRemove the damaged insert: gently release clips or backing plate retention points without cracking the carrier.\u003c\/li\u003e\n\u003cli\u003eInspect the mounting area: check for broken retainers, distorted carrier plate, and debris that can prevent full seating.\u003c\/li\u003e\n\u003cli\u003eClean the contact surface and confirm the replacement insert matches the original by shape and attachment method.\u003c\/li\u003e\n\u003cli\u003eInstall the new insert: align first, then press evenly around the perimeter until fully seated.\u003c\/li\u003e\n\u003cli\u003eCheck seal and movement: confirm there is no interference with mirror adjustment range and no loose rattling points.\u003c\/li\u003e\n\u003cli\u003eFinal test: verify rearward visibility and confirm the insert is secure before returning the vehicle to service.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp style=\"margin-top: 14px;\"\u003eFor best results, match by OE references \u003cspan style=\"border: 1px solid #5AB1BB; padding: 2px 6px; color: #5ab1bb; background-color: rgba(90,177,187,0.08);\"\u003e3801928\u003c\/span\u003e \/ \u003cspan style=\"border: 1px solid #5AB1BB; padding: 2px 6px; color: #5ab1bb; background-color: rgba(90,177,187,0.08);\"\u003e03801928\u003c\/span\u003e and verify the backing plate interface before installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"water-flow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Module 4: Compliance Statement --\u003e\n\u003cdiv class=\"eco-module\"\u003e\n\u003cdiv class=\"module-title\"\u003eCompliance Statement\u003c\/div\u003e\n\u003cdiv class=\"content-fade\"\u003e\n\u003cp\u003eThis product is supplied for commercial vehicle service use with a focus on consistent fit, reliable visibility performance, and secure seating on the mirror carrier interface.\u003c\/p\u003e\n\u003cp\u003eInstallation compatibility depends on mirror insert shape and the mounting configuration used on the vehicle application; verify by OE reference and physical interface before ordering and fitting.\u003c\/p\u003e\n\u003cp\u003eAll part numbers are used for identification and cross reference purposes only.\u003c\/p\u003e\n\u003cp\u003eCompatible with IVECO Daily IV (EU, 2006), compatible with IVECO Daily V (EU, 2011), compatible with IVECO Daily VI (EU, 2014).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"water-flow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-container\"\u003e© 2026 CV Parts Direct | All Rights Reserved\u003c\/div\u003e","brand":"XKLAMP","offers":[{"title":"Default Title","offer_id":51492694851904,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0962\/5875\/2832\/files\/2026-01-30T144255.549.jpg?v=1769755416","url":"https:\/\/xklamp.com\/pt\/products\/3801928-mirror-glass-compatible-with-iveco-daily-iv-v-vi","provider":"XKLAMP","version":"1.0","type":"link"}