{"product_id":"504150538-outside-mirror-compatible-with-iveco-stralis","title":"504150538 outside mirror compatible with IVECO STRALIS","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        \/* Water ripple effect *\/\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        \/* Floating leaf effect *\/\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 styling *\/\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        \/* Photosynthesis effect *\/\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        \/* Data reveal animation *\/\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        \/* Abstract vine growth animation *\/\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        \/* Premium bubble effect *\/\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 effect - module internal *\/\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        \/* Content animations *\/\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 *\/\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\n        \/* IVECO OE highlight (blue) *\/\n        .oe-hl {\n            border:1px solid #005bbb;\n            padding:2px 6px;\n            color:#005bbb;\n            background-color:rgba(0,91,187,0.08);\n            border-radius:6px;\n            white-space:nowrap;\n        }\n\n        .content-fade p { margin: 0 0 14px; }\n        .content-fade img {\n            width: 100%;\n            max-width: 980px;\n            border-radius: 12px;\n            margin: 14px 0 18px;\n            display: block;\n            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);\n        }\n        .content-fade ul, .content-fade ol { margin: 10px 0 0 20px; }\n        .content-fade li { margin: 8px 0; }\n\u003c\/style\u003e\n\u003ch2\u003e504150538 outside mirror – Description\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\u003e504150538 outside mirror\u003c\/strong\u003e is a precision-engineered replacement built for stable cab-side visibility on trucks compatible with IVECO platforms. For ordering accuracy and warehouse picking, reference OE numbers \u003cspan class=\"oe-hl\"\u003e504150538\u003c\/span\u003e, \u003cspan class=\"oe-hl\"\u003e504370048\u003c\/span\u003e, \u003cspan class=\"oe-hl\"\u003e5801765315\u003c\/span\u003e, \u003cspan class=\"oe-hl\"\u003e5801580228\u003c\/span\u003e, \u003cspan class=\"oe-hl\"\u003e5801336285\u003c\/span\u003e, \u003cspan class=\"oe-hl\"\u003e504150536S\u003c\/span\u003e, and \u003cspan class=\"oe-hl\"\u003e504370047S\u003c\/span\u003e when matching your mounting configuration and mirror arm setup.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/example.com\/images\/504150538-outside-mirror-front.jpg\" alt=\"504150538 outside mirror front view\" loading=\"lazy\"\u003e\n\u003cp\u003eDaily operation exposes mirror assemblies to wind load, vibration damage, and road spray. The 504150538 outside mirror is designed around tight dimensional tolerances and an impact-resistant housing concept to help reduce mirror drift during long-haul route operation and repeated depot maneuvering. Common replacement triggers include cracked covers, loosened joints, or reduced reflective clarity after high-mileage service.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/example.com\/images\/504150538-outside-mirror-arm-detail.jpg\" alt=\"504150538 outside mirror arm and mounting detail\" loading=\"lazy\"\u003e\n\u003cp\u003eDuring installation, technicians typically check the stable mounting bracket area, guide pin alignment, and any wiring harness match used on the cab side. This replacement 504150538 outside mirror is intended to fit without modification when the OE reference and mounting interface are confirmed, helping workshops keep vehicles on schedule for regional distribution trucks and mixed-route fleets.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/example.com\/images\/504150538-outside-mirror-installed.jpg\" alt=\"504150538 outside mirror installed on truck cab\" loading=\"lazy\"\u003e\n\u003cp\u003eFor stock control across multiple depots, the 504150538 outside mirror is often managed as a single SKU family with cross references to reduce mis-picks. If your fleet runs multiple series, confirm the arm type, mirror head profile, and any sealed connector interface style before issuing the part to the workshop.\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 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\"\u003e\n\u003cul\u003e\n\u003cli\u003ePackaging reference for planning: packing weight \u003cspan class=\"tech-data\"\u003e9.83\u003c\/span\u003e kg, quantity in box \u003cspan class=\"tech-data\"\u003e1\u003c\/span\u003e, quantity in pallet \u003cspan class=\"tech-data\"\u003e6\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eOE numbers can be printed clearly on cartons to improve warehouse picking accuracy and reduce return cycles.\u003c\/li\u003e\n\u003cli\u003eSupports fleet inventory planning for scheduled maintenance and depot stocking across multiple service points.\u003c\/li\u003e\n\u003cli\u003eSKU consolidation: manage cross references as one family for faster replenishment and cleaner ERP records.\u003c\/li\u003e\n\u003cli\u003eHelps with paired purchasing strategy when mirror variants differ by arm configuration across truck series.\u003c\/li\u003e\n\u003cli\u003eDesigned for stable aftermarket supply planning and repeatable inbound receiving workflows.\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\u003e\n\u003cli\u003ePrepare the vehicle: park on level ground, engage the parking brake, and follow workshop safety procedures.\u003c\/li\u003e\n\u003cli\u003eIf electrical functions are present, disconnect the battery to prevent short circuits during handling.\u003c\/li\u003e\n\u003cli\u003eSupport the mirror assembly to avoid dropping and cab damage.\u003c\/li\u003e\n\u003cli\u003eRemove fasteners from the mounting points and release the mirror head\/arm as designed.\u003c\/li\u003e\n\u003cli\u003eIf applicable, unplug the harness carefully and inspect pins for contamination or burnt connector pins.\u003c\/li\u003e\n\u003cli\u003eClean the mounting surface and check for cracks, corrosion, or misalignment around the bracket.\u003c\/li\u003e\n\u003cli\u003eInstall the replacement using guide pin alignment and tighten fasteners evenly for stable positioning.\u003c\/li\u003e\n\u003cli\u003eVerify seal integrity and moisture ingress protection around any joints or cable routing points.\u003c\/li\u003e\n\u003cli\u003eFunction check: confirm adjustment range and stable visibility before returning to service.\u003c\/li\u003e\n\u003cli\u003eFleet tip: record OE references for the job card to speed repeat ordering and depot picking.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003eNo special tools required in most service scenarios, with plug-and-play compatibility and direct-fit installation when the OE reference and mounting interface are correctly matched.\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 designed for commercial vehicle service replacement with focus on material durability, stable mounting, and consistent visibility performance under typical vibration and weather exposure. The reflective surface alignment and housing structure are engineered for compatibility, without claiming any certification or approval.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial intent: impact-resistant housing concept and weather-resilient construction for daily fleet use.\u003c\/li\u003e\n\u003cli\u003eFit intent: engineered to meet OEM dimensional tolerances when OE reference and mounting configuration are matched.\u003c\/li\u003e\n\u003cli\u003eService intent: supports workshop efficiency with repeatable installation checks and clear OE identification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eCompatible with IVECO Stralis (2002–), Trakker (2004–), Eurofire (1991–), and Eurocargo III (2008–).\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© 2025 Commercial Vehicle Parts Direct | All Rights Reserved\u003c\/div\u003e","brand":"FANCHANTS China Auto Parts Wholesales","offers":[{"title":"Default Title","offer_id":48227455205631,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0637\/7219\/7119\/files\/504150552-complete-mirror-right-_-Compatible-with-IVECO-Eurocargo-FANCHANTS-China-Auto-Parts-Wholesales-88857873.jpg?v=1772256346","url":"https:\/\/www.fanchantsparts.com\/vi\/products\/504150538-outside-mirror-compatible-with-iveco-stralis","provider":"FANCHANTS China Auto Parts Wholesales","version":"1.0","type":"link"}