{"rendered_products_top":"\n<div id=\"js-product-list-top\" class=\"row products-selection\">\n    \n        \n            <div class=\"col-md-6 hidden-sm-down-- total-products\">\n                                    \n                                                                                            \n\n                                                                                \n                                                    \n                <h2>Il y a 20 boitier d\u00e9clenchement airbags pour RENAULT M\u00e9gane Classic  disponibles.\n                <\/h2>\n\n                    <\/div>\n        <div class=\"col-md-6\">\n            <div class=\"row sort-by-row\">\n                <div class=\"col-md-6 col-xs-12 wrapper-sort-by\">\n                    \n                                                    <div class=\"products-sort-order dropdown\">\n    <button\n            class=\"btn-unstyle select-title\"\n            rel=\"nofollow\"\n            data-toggle=\"dropdown\"\n            aria-haspopup=\"true\"\n            aria-expanded=\"false\">\n                    Trier par : Pertinence\n                <i class=\"material-icons float-xs-right\">&#xE5C5;<\/i>\n    <\/button>\n    <div class=\"dropdown-menu\">\n                    <span\n                class=\"select-list atc current\"\n                data-atc=\"6373612e656d616e2e746375646f7270443325726564726f463325312d65736168702d63697373616c632d656e6167656d2d3532303431463225746c75616e65722d393538314632256761627269612d746e656d6568636e656c6365642d72656974696f622d353538373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f463325312d65736168702d63697373616c632d656e6167656d2d3532303431463225746c75616e65722d393538314632256761627269612d746e656d6568636e656c6365642d72656974696f622d353538373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f463325312d65736168702d63697373616c632d656e6167656d2d3532303431463225746c75616e65722d393538314632256761627269612d746e656d6568636e656c6365642d72656974696f622d353538373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, d\u00e9croissant\n            <\/span>\n            <\/div>\n<\/div>\n                                            \n\n                                    <\/div>\n                <div class=\"col-md-6 col-xs-12 wrapper-sort-by\">\n                                            <div\n    class=\"products-sort-order dropdown\">\n    <button class=\"btn-unstyle select-title\" rel=\"nofollow\" data-toggle=\"dropdown\" aria-haspopup=\"true\"\n        aria-expanded=\"false\">\n                    Filtre : Neuf + Occasion\n                <i class=\"material-icons float-xs-right\">&#xE5C5;<\/i>\n    <\/button>\n    <div class=\"dropdown-menu\">\n                    <span\n                class=\"select-list atc current\"\n                data-atc=\"312d65736168702d63697373616c632d656e6167656d2d3532303431463225746c75616e65722d393538314632256761627269612d746e656d6568636e656c6365642d72656974696f622d353538373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e44332565707974463325312d65736168702d63697373616c632d656e6167656d2d3532303431463225746c75616e65722d393538314632256761627269612d746e656d6568636e656c6365642d72656974696f622d353538373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f44332565707974463325312d65736168702d63697373616c632d656e6167656d2d3532303431463225746c75616e65722d393538314632256761627269612d746e656d6568636e656c6365642d72656974696f622d353538373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces d&#039;occasion\n            <\/span>\n            <\/div>\n<\/div>                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<script>\n    (function () {\n        function decodeAtc(encodedValue) {\n            if (!encodedValue) {\n                return '';\n            }\n\n            var hex = encodedValue.replace(\/\\s+\/g, '');\n            var reversedEncodedUrl = '';\n\n            for (var i = 0; i < hex.length; i += 2) {\n                reversedEncodedUrl += String.fromCharCode(parseInt(hex.substr(i, 2), 16));\n            }\n\n            var encodedUrl = reversedEncodedUrl.split('').reverse().join('');\n            return decodeURIComponent(encodedUrl);\n        }\n\n        function redirectFromAtc(element, openInNewTab) {\n            var encodedUrl = element.getAttribute('data-atc');\n            var decodedUrl = decodeAtc(encodedUrl);\n            if (!decodedUrl) {\n                return;\n            }\n\n            if (openInNewTab) {\n                var newWindow = window.open(decodedUrl, '_blank');\n                if (newWindow) {\n                    newWindow.focus();\n                }\n            } else {\n                document.location.href = decodedUrl;\n            }\n        }\n\n        document.addEventListener('DOMContentLoaded', function () {\n            var atcLinks = document.getElementsByClassName('atc');\n            for (var i = 0; i < atcLinks.length; i++) {\n                atcLinks[i].addEventListener('click', function (event) {\n                    redirectFromAtc(this, event.ctrlKey || event.metaKey);\n                }, false);\n\n                atcLinks[i].addEventListener('keydown', function (event) {\n                    if (event.key === 'Enter' || event.key === ' ') {\n                        event.preventDefault();\n                        redirectFromAtc(this, event.ctrlKey || event.metaKey);\n                    }\n                }, false);\n            }\n        });\n    })();\n<\/script>\n","rendered_products":"<div id=\"js-product-list\">\n    <div class=\"products\">\n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"16667543\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/16667543-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"38.68\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/16667543-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">RECICLADOS AUTO4,S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            38,68\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/16667543-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"11590691\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11590691-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"38.68\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11590691-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">RECICLADOS AUTO4,S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            38,68\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11590691-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"10861698\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/10861698-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"38.68\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/10861698-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">RECICLADOS AUTO4,S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">1 km<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            38,68\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/10861698-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"43577996\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/43577996-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"35.43\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguaces Gomez Alen, SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/43577996-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguaces Gomez Alen, SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            35,43\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/43577996-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"46265976\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/46265976-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"34.03\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Autodesguaces Alicante S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/46265976-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Autodesguaces Alicante S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            34,03\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/46265976-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"44214262\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n            <meta itemprop=\"sku\" content=\"17855\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214262-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"70.20\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES OLIVARES SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214262-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">DESGUACES OLIVARES SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            70,20\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214262-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"44214555\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n            <meta itemprop=\"sku\" content=\"17855\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214555-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"58.50\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES OLIVARES SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214555-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">DESGUACES OLIVARES SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            58,50\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214555-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"44215384\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n            <meta itemprop=\"sku\" content=\"17855\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44215384-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"63.38\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES OLIVARES SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44215384-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">DESGUACES OLIVARES SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            63,38\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44215384-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"44216502\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n            <meta itemprop=\"sku\" content=\"17855\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44216502-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"63.70\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES OLIVARES SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44216502-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">DESGUACES OLIVARES SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            63,70\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44216502-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"45160227\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n            <meta itemprop=\"sku\" content=\"17855\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/45160227-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"45.56\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES GP - INNOVA RECAMBIOS SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/45160227-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">DESGUACES GP - INNOVA RECAMBIOS SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            45,56\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/45160227-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"39582862\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/39582862-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"59.64\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"CAT SIERRA VERDE S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/39582862-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">CAT SIERRA VERDE S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            59,64\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/39582862-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"41935911\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/41935911-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"83.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/41935911-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                7700418152F - AUTOLIV - 550548400\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            83,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/41935911-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"8245408\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n            <meta itemprop=\"sku\" content=\"AUTOLIV\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/8245408-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"71.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/8245408-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                7700418152D - 7700418152 - 550548400\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            71,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/8245408-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"6449379\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n            <meta itemprop=\"sku\" content=\"AUTOLIV\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/6449379-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"71.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/6449379-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                7700418152D - 7700418152 - 550548400\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">1 km<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            71,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/6449379-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"12755396\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/12755396-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"87.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/12755396-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                7700436418\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            87,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/12755396-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"13166979\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/13166979-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"89.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/13166979-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                AUTOLIV 550548400\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            89,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/13166979-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"11697701\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11697701-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"52.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11697701-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                7700418152f\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            52,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11697701-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"29810951\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/29810951-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"99.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/29810951-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            99,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/29810951-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"17176361\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n            <meta itemprop=\"sku\" content=\"550548400 AUTOLIV\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/17176361-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"71.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/17176361-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                7700418152C - 7700418152 - 550548400\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            71,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/17176361-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"38690965\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1\">\n            <meta itemprop=\"sku\" content=\"550803600\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/38690965-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"77.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/38690965-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">Boitier d\u00e9clenchement airbag d&#039;occasion pour RENAULT M\u00e9gane Classic phase 1<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                7700437475 -- 550803600 AUTOLIV\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            77,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/38690965-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n        \n                                                                                                            <\/div>\n    \n                    \n\n    <nav class=\"pagination-infinite\">\n        <div class=\"row\">\n            <div class=\"col-lg-12\">\n                <a href=\"https:\/\/boutique.francecasse.fr\/module\/fctamponproduct\/listing?id_category=17855&amp;id_category_marque=1859&amp;id_category_modele=14025&amp;ajax=1&amp;action=products&amp;perPage=20&amp;expansion_level=1&amp;page=1&amp;c_exp_1=24\" class=\"show-more-products js-search-link-\">\n                                            Afficher les pi\u00e8ces trouv\u00e9es pour les autres versions de RENAULT\n                                    <\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n            \n\n            \n    \n<\/div>\n","rendered_products_bottom":"<div id=\"js-product-list-bottom\"><\/div>\n","result":{},"label":"Cat\u00e9gorie : Boitier d\u00e9clenchement airbag","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=16667543&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"16667543","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/16667543-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/16667543-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"16667543","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"38,68\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:47:12","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"16667543-82171160","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/16667543-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":38.68,"price_without_reduction":38.68,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"7700418152C - 7700418152 - 550548400","id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"82171159","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/1\/6\/3606116.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"82171160","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/1\/7\/3606117.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"82171161","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/1\/9\/3606119.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"82171162","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/2\/1\/3606121.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"82171159","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/1\/6\/3606116.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":38.68,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"7700418152C - 7700418152 - 550548400","id_feature":"24","position":"22"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"16667543","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"38,68\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7700418152C, 550548400AUTOLIV","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:47:12","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00KKBTH\/5493260","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"","vehicule_ref_id":"VF1LA0N0517574980","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043H2","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A0000001","origin_piece_id":"PS0043H2","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291846","id_modele_parent":"9985","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"16667543-82171160","prix":"38.680000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"17147","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700418152C, 550548400AUTOLIV","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/16667543-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":38.68,"price_without_reduction":38.68,"price_without_reduction_without_tax":38.68,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"7700418152C - 7700418152 - 550548400","id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"82171159","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/1\/6\/3606116.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/0\/82171160-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"82171160","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/1\/7\/3606117.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/1\/82171161-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"82171161","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/1\/9\/3606119.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/6\/2\/82171162-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"82171162","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/2\/1\/3606121.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/2\/1\/7\/1\/1\/5\/9\/82171159-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"82171159","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/3\/6\/0\/6\/1\/1\/6\/3606116.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":38.68,"regular_price_amount":38.68,"regular_price":"38,68\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=11590691&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"11590691","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11590691-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11590691-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"11590691","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"38,68\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:19:28","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"11590691-56510052","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11590691-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":38.68,"price_without_reduction":38.68,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"7700418152D - 7700418152 - 550548400","id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56510051","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/4\/8\/1945048.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56510052","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/4\/9\/1945049.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56510053","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/5\/0\/1945050.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56510054","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/5\/1\/1945051.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56510051","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/4\/8\/1945048.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":38.68,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"7700418152D - 7700418152 - 550548400","id_feature":"24","position":"22"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"11590691","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"38,68\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7700418152D, 550548400, AUTOLIV","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:19:28","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00KCA1R\/4958350","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"","vehicule_ref_id":"VF1LA0F0G17612105","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043H2","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A0000001","origin_piece_id":"PS0043H2","origin_version_id":"","bool_modele_id_corrrige":"1","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291847","id_modele_parent":"9985","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"11590691-56510052","prix":"38.680000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"17148","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700418152D, 550548400, AUTOLIV","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11590691-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":38.68,"price_without_reduction":38.68,"price_without_reduction_without_tax":38.68,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"7700418152D - 7700418152 - 550548400","id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56510051","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/4\/8\/1945048.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/2\/56510052-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56510052","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/4\/9\/1945049.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/3\/56510053-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56510053","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/5\/0\/1945050.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/4\/56510054-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56510054","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/5\/1\/1945051.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/1\/0\/0\/5\/1\/56510051-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56510051","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/9\/4\/5\/0\/4\/8\/1945048.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":38.68,"regular_price_amount":38.68,"regular_price":"38,68\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=10861698&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"10861698","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/10861698-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/10861698-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"10861698","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"38,68\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:04:38","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"10861698-53649493","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/10861698-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":38.68,"price_without_reduction":38.68,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"7700418152D - 7700418152 - 550548400","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"53649492","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/2\/2\/1099422.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"53649493","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/4\/7\/1099447.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"53649494","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/7\/3\/1099473.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"53649495","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/9\/9\/1099499.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"53649492","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/2\/2\/1099422.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":38.68,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"7700418152D - 7700418152 - 550548400","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"10861698","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"38,68\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7700418152D, 550548400, AUTOLIV","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:04:38","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00K80FW\/4216953","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"","vehicule_ref_id":"VF1LA0F0G18018275","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043H2","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A0000001","origin_piece_id":"PS0043H2","origin_version_id":"","bool_modele_id_corrrige":"1","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291848","id_modele_parent":"9985","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"10861698-53649493","prix":"38.680000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"17149","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"1 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700418152D, 550548400, AUTOLIV","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/10861698-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":38.68,"price_without_reduction":38.68,"price_without_reduction_without_tax":38.68,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"7700418152D - 7700418152 - 550548400","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"53649492","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/2\/2\/1099422.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/3\/53649493-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"53649493","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/4\/7\/1099447.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/4\/53649494-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"53649494","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/7\/3\/1099473.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/5\/53649495-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"53649495","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/9\/9\/1099499.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/6\/4\/9\/4\/9\/2\/53649492-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"53649492","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/1\/0\/9\/9\/4\/2\/2\/1099422.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":38.68,"regular_price_amount":38.68,"regular_price":"38,68\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=43577996&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"43577996","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/43577996-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/43577996-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"43577996","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"35,43\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:21:32","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"43577996-149941233","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/43577996-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":35.43,"price_without_reduction":35.43,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149941220","position":"1","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/6\/9\/9\/330699.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149941233","position":"2","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/7\/0\/2\/330702.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149941246","position":"3","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/7\/0\/1\/330701.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149941264","position":"4","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/7\/0\/0\/330700.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149941220","position":"1","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/6\/9\/9\/330699.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":35.43,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"43577996","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"35,43\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7700418152D","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:21:32","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"75:GLH011KYTE\/82672","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"","vehicule_ref_id":"VF1LA0N0517806760","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043H2","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A0000001","origin_piece_id":"PS0043H2","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"75","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291849","id_modele_parent":"9985","id_energie":"0","id_seller":"75","id_country_seller":"6","id_image":"43577996-149941233","prix":"35.430000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"Desguaces Gomez Alen, SL","ordre_affichage":"17150","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700418152D","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/43577996-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":35.43,"price_without_reduction":35.43,"price_without_reduction_without_tax":35.43,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149941220","position":"1","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/6\/9\/9\/330699.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/3\/3\/149941233-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149941233","position":"2","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/7\/0\/2\/330702.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/4\/6\/149941246-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149941246","position":"3","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/7\/0\/1\/330701.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/6\/4\/149941264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149941264","position":"4","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/7\/0\/0\/330700.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/9\/4\/1\/2\/2\/0\/149941220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149941220","position":"1","id_origin":"https:\/\/desguacesgomezalen.com\/img\/p\/3\/3\/0\/6\/9\/9\/330699.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":35.43,"regular_price_amount":35.43,"regular_price":"35,43\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=46265976&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46265976","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/46265976-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/46265976-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46265976","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"34,03\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 19:23:52","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46265976-159111118","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/46265976-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":34.03,"price_without_reduction":34.03,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159111099","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/NT\/xWrkshjvdekrqvdrgzqrtsvxtzpexsff0rr80y-2v0q-444j-9v6q-82q623r8j553_05xi~LNsxag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159111118","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/PT\/xWrkshjvdekrqvdrgzqrtsvxtzpexsrj1frfr4-21yr-4638-rj8f-737j77822697_05xi~LNsxag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159111134","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/1y\/xWrkshjvdekrqvdrgzqrtsvxtzpexs77y541qj-y701-4755-8r6j-34684892308q_05xi~LNsxag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159111148","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/at\/xWrkshjvdekrqvdrgzqrtsvxtzpexs5qy12861-r0j0-4q2v-9rf6-8v68v0q8252f_05xi~LNsxag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159111099","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/NT\/xWrkshjvdekrqvdrgzqrtsvxtzpexsff0rr80y-2v0q-444j-9v6q-82q623r8j553_05xi~LNsxag.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":34.03,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"46265976","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"34,03\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"550548400, 7700418152D","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 19:23:52","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"118:A9H01L5JM8\/417333","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"K7M-702","vehicule_ref_id":"VF1LA0F0G18431996","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A00028T4","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043H2","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A00028T4","origin_piece_id":"PS0043H2","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"118","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291850","id_modele_parent":"9985","id_energie":"0","id_seller":"118","id_country_seller":"6","id_image":"46265976-159111118","prix":"34.030000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"Autodesguaces Alicante S.L.","ordre_affichage":"17151","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp","fdp_incluse":"1","code_moteur":"K7M-702","reference_constructeur":"550548400, 7700418152D","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/46265976-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":34.03,"price_without_reduction":34.03,"price_without_reduction_without_tax":34.03,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159111099","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/NT\/xWrkshjvdekrqvdrgzqrtsvxtzpexsff0rr80y-2v0q-444j-9v6q-82q623r8j553_05xi~LNsxag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/1\/8\/159111118-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159111118","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/PT\/xWrkshjvdekrqvdrgzqrtsvxtzpexsrj1frfr4-21yr-4638-rj8f-737j77822697_05xi~LNsxag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/3\/4\/159111134-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159111134","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/1y\/xWrkshjvdekrqvdrgzqrtsvxtzpexs77y541qj-y701-4755-8r6j-34684892308q_05xi~LNsxag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/1\/4\/8\/159111148-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159111148","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/at\/xWrkshjvdekrqvdrgzqrtsvxtzpexs5qy12861-r0j0-4q2v-9rf6-8v68v0q8252f_05xi~LNsxag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/1\/1\/1\/0\/9\/9\/159111099-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159111099","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/A9\/NT\/xWrkshjvdekrqvdrgzqrtsvxtzpexsff0rr80y-2v0q-444j-9v6q-82q623r8j553_05xi~LNsxag.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":34.03,"regular_price_amount":34.03,"regular_price":"34,03\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44214262&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44214262","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214262-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214262-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44214262","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"70,20\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 12:40:18","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44214262-152140200","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214262-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":70.2,"price_without_reduction":70.2,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152140182","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/7\/5\/9\/7\/0\/175970.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140200","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/7\/5\/9\/7\/1\/175971.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140217","position":"3","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/7\/5\/9\/7\/2\/175972.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152140182","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/7\/5\/9\/7\/0\/175970.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":70.2,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"17855","grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44214262","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"70,20\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","supplier_reference":"550548400","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 12:40:18","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"108:525054","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"SM51178","vehicule_origin_id":"108:SM51178","code_moteur_field":"F9Q A 734","vehicule_ref_id":"VF1LA0N0518819570","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"MEGANE I CLASSIC (LA0)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boitier d\u00e9clenchement airbag","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"108","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291851","id_modele_parent":"9985","id_energie":"0","id_seller":"108","id_country_seller":"6","id_image":"44214262-152140200","prix":"70.200000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"DESGUACES OLIVARES SL","ordre_affichage":"17152","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp","fdp_incluse":"1","code_moteur":"F9Q A 734","reference_constructeur":"550548400","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214262-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":70.2,"price_without_reduction":70.2,"price_without_reduction_without_tax":70.2,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152140182","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/7\/5\/9\/7\/0\/175970.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/0\/0\/152140200-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140200","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/7\/5\/9\/7\/1\/175971.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/2\/1\/7\/152140217-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140217","position":"3","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/7\/5\/9\/7\/2\/175972.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/1\/8\/2\/152140182-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152140182","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/7\/5\/9\/7\/0\/175970.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":70.2,"regular_price_amount":70.2,"regular_price":"70,20\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44214555&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44214555","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214555-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214555-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44214555","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"58,50\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 12:40:26","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44214555-152140879","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214555-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":58.5,"price_without_reduction":58.5,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152140860","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/4\/8\/6\/8\/274868.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140879","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/5\/5\/2\/2\/7\/55227.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140892","position":"3","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/5\/5\/2\/3\/2\/55232.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140905","position":"4","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/5\/5\/2\/3\/7\/55237.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152140860","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/4\/8\/6\/8\/274868.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":58.5,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"17855","grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44214555","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"58,50\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","supplier_reference":"550803600","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 12:40:26","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"108:785168","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"8829CZP","vehicule_origin_id":"108:8829CZP","code_moteur_field":"","vehicule_ref_id":"VF1KA040521276905","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"MEGANE I CLASSIC (LA0)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boitier d\u00e9clenchement airbag","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"108","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291852","id_modele_parent":"9985","id_energie":"0","id_seller":"108","id_country_seller":"6","id_image":"44214555-152140879","prix":"58.500000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"DESGUACES OLIVARES SL","ordre_affichage":"17153","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"550803600","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44214555-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":58.5,"price_without_reduction":58.5,"price_without_reduction_without_tax":58.5,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152140860","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/4\/8\/6\/8\/274868.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/7\/9\/152140879-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140879","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/5\/5\/2\/2\/7\/55227.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/9\/2\/152140892-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140892","position":"3","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/5\/5\/2\/3\/2\/55232.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/9\/0\/5\/152140905-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152140905","position":"4","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/5\/5\/2\/3\/7\/55237.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/0\/8\/6\/0\/152140860-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152140860","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/4\/8\/6\/8\/274868.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":58.5,"regular_price_amount":58.5,"regular_price":"58,50\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44215384&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44215384","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44215384-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44215384-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44215384","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"63,38\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 12:40:52","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44215384-152143021","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44215384-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":63.375,"price_without_reduction":63.375,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152142999","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/4\/8\/6\/7\/274867.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143021","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/7\/7\/85377.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143041","position":"3","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/7\/8\/85378.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143055","position":"4","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/7\/9\/85379.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143069","position":"5","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/8\/0\/85380.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143083","position":"6","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/8\/1\/85381.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143095","position":"7","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/8\/2\/85382.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152142999","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/4\/8\/6\/7\/274867.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":63.38,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"17855","grouped_features":{"Couleur":{"name":"Couleur","value":null,"id_feature":"2","position":"1"},"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44215384","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"63,38\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","supplier_reference":"550548400","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 12:40:52","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"108:1201588","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"SE0219DD","vehicule_origin_id":"108:SE0219DD","code_moteur_field":"","vehicule_ref_id":"VF1BA0F0G18535950","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"MEGANE I CLASSIC (LA0)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boitier d\u00e9clenchement airbag","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"108","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291853","id_modele_parent":"9985","id_energie":"0","id_seller":"108","id_country_seller":"6","id_image":"44215384-152143021","prix":"63.375000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"DESGUACES OLIVARES SL","ordre_affichage":"17154","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"550548400","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44215384-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":63.375,"price_without_reduction":63.375,"price_without_reduction_without_tax":63.375,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152142999","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/4\/8\/6\/7\/274867.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/2\/1\/152143021-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143021","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/7\/7\/85377.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/4\/1\/152143041-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143041","position":"3","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/7\/8\/85378.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/5\/5\/152143055-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143055","position":"4","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/7\/9\/85379.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/6\/9\/152143069-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143069","position":"5","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/8\/0\/85380.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/8\/3\/152143083-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143083","position":"6","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/8\/1\/85381.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/3\/0\/9\/5\/152143095-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152143095","position":"7","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/8\/5\/3\/8\/2\/85382.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/2\/9\/9\/9\/152142999-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152142999","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/4\/8\/6\/7\/274867.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":63.38,"regular_price_amount":63.38,"regular_price":"63,38\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44216502&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44216502","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44216502-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44216502-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44216502","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"63,70\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 12:41:22","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44216502-152146350","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44216502-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":63.7,"price_without_reduction":63.7,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152146331","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/6\/8\/6\/8\/6\/168686.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152146350","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/6\/8\/6\/8\/7\/168687.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152146365","position":"3","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/6\/8\/6\/8\/8\/168688.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152146331","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/6\/8\/6\/8\/6\/168686.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":63.7,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"17855","grouped_features":{"Couleur":{"name":"Couleur","value":null,"id_feature":"2","position":"1"},"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44216502","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"63,70\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","supplier_reference":"550803600","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 12:41:22","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"108:1462804","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"SE0659DU","vehicule_origin_id":"108:SE0659DU","code_moteur_field":"F8Q622","vehicule_ref_id":"VF1LA0R0521645312","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"MEGANE I FASE 2 GANDTOUR","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boitier d\u00e9clenchement airbag","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"108","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291854","id_modele_parent":"9985","id_energie":"0","id_seller":"108","id_country_seller":"6","id_image":"44216502-152146350","prix":"63.700000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"DESGUACES OLIVARES SL","ordre_affichage":"17155","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp","fdp_incluse":"1","code_moteur":"F8Q622","reference_constructeur":"550803600","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/44216502-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":63.7,"price_without_reduction":63.7,"price_without_reduction_without_tax":63.7,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152146331","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/6\/8\/6\/8\/6\/168686.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/5\/0\/152146350-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152146350","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/6\/8\/6\/8\/7\/168687.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/6\/5\/152146365-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152146365","position":"3","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/6\/8\/6\/8\/8\/168688.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/6\/3\/3\/1\/152146331-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152146331","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/1\/6\/8\/6\/8\/6\/168686.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":63.7,"regular_price_amount":63.7,"regular_price":"63,70\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=45160227&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45160227","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/45160227-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/45160227-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45160227","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"45,56\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 14:10:47","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45160227-154787744","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/45160227-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":45.559,"price_without_reduction":45.559,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"7700418152F - AUTOLIV - 550548400","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"154787722","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325073738.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"154787744","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325076202.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"154787760","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325080348.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"154787774","position":"4","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325084382.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"154787722","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325073738.JPG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":45.56,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"17855","grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"7700418152F - AUTOLIV - 550548400","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"45160227","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"45,56\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17855","supplier_reference":"7700418152F","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.500000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-07-01 14:10:47","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"113:2540401","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"BA2058AB","vehicule_origin_id":"113:BA2058AB","code_moteur_field":"F8Q","vehicule_ref_id":"VF1LA0A0E18905277","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"MEGANE I Classic (LA0\/1_)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boitier d\u00e9clenchement airbag","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"113","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291855","id_modele_parent":"9985","id_energie":"0","id_seller":"113","id_country_seller":"6","id_image":"45160227-154787744","prix":"45.559000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"DESGUACES GP - INNOVA RECAMBIOS SL","ordre_affichage":"17156","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp","fdp_incluse":"1","code_moteur":"F8Q","reference_constructeur":"7700418152F","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/45160227-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":45.559,"price_without_reduction":45.559,"price_without_reduction_without_tax":45.559,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"7700418152F - AUTOLIV - 550548400","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"154787722","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325073738.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/4\/4\/154787744-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"154787744","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325076202.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/6\/0\/154787760-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"154787760","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325080348.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/7\/4\/154787774-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"154787774","position":"4","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325084382.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/7\/8\/7\/7\/2\/2\/154787722-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"154787722","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2540401\/395_CENTRALITA_AIRBAG_BA2058AB_1776325073738.JPG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":45.56,"regular_price_amount":45.56,"regular_price":"45,56\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=39582862&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"39582862","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/39582862-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/39582862-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"39582862","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"59,64\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:12:25","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"39582862-139201147","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/39582862-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":59.64,"price_without_reduction":59.64,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"conexion AMARILLA 550548400 7700418152D","id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139201132","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191755.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201147","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191751.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201157","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191757.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201171","position":"4","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191753.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201183","position":"5","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191749.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201198","position":"6","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191747.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139201132","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191755.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":59.64,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"conexion AMARILLA 550548400 7700418152D","id_feature":"24","position":"22"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"39582862","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"59,64\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7700418152D","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-30 22:12:25","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"46:M6H00MC7T9\/575835","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"","vehicule_ref_id":"VF1LA0F0G18098001","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043H2","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A0000001","origin_piece_id":"PS0043H2","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"46","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291856","id_modele_parent":"9985","id_energie":"0","id_seller":"46","id_country_seller":"8","id_image":"39582862-139201147","prix":"59.640000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"CAT SIERRA VERDE S.L.","ordre_affichage":"17157","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700418152D","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/39582862-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":59.64,"price_without_reduction":59.64,"price_without_reduction_without_tax":59.64,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"conexion AMARILLA 550548400 7700418152D","id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139201132","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191755.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/4\/7\/139201147-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201147","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191751.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/5\/7\/139201157-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201157","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191757.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/7\/1\/139201171-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201171","position":"4","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191753.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/8\/3\/139201183-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201183","position":"5","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191749.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/9\/8\/139201198-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139201198","position":"6","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191747.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/2\/0\/1\/1\/3\/2\/139201132-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139201132","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/575835\/000000191755.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":59.64,"regular_price_amount":59.64,"regular_price":"59,64\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=41935911&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41935911","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/41935911-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/41935911-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41935911","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"83,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-04-28 16:00:07","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"7700418152F - AUTOLIV - 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41935911-145432000","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/41935911-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":83,"price_without_reduction":83,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"145431991","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/mD-LZ8HNTwxg?publicKey=casse&accessToken=451a38d1b870ac9266f1e32a1d9a3bf8b62aea5f21bfac278d72f24fc107c168","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145432000","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/I_qPPhuPPy3g?publicKey=casse&accessToken=7634617a58e4f6fbab2bc45d2aa906cf8812d8f2a20a56e3caf2bbd26ef0edd5","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145432007","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/ESq3UjV5US-s?publicKey=casse&accessToken=58e2c9ecb61df9645734aa25208b73d3942fb6889fd673b89b89f42a915a10d8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145432018","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/g0ya0TrF_ZOj?publicKey=casse&accessToken=260b8b01a785df135a2bff969c0fe8ab037659fc1ea947f080a3bd756f3a572c","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"145431991","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/mD-LZ8HNTwxg?publicKey=casse&accessToken=451a38d1b870ac9266f1e32a1d9a3bf8b62aea5f21bfac278d72f24fc107c168","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":83,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"41935911","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"83,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7700418152F","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-04-28 16:00:07","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:innrp2540401","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:innrv3333","code_moteur_field":"","vehicule_ref_id":"VF1LA0A0E18905277","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"189316","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"93","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"189316","origin_piece_id":"93","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"7700418152F - AUTOLIV - 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291857","id_modele_parent":"9985","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"41935911-145432000","prix":"83.000000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"USED WORLD PARTS","ordre_affichage":"17158","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700418152F","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/41935911-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":83,"price_without_reduction":83,"price_without_reduction_without_tax":83,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"145431991","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/mD-LZ8HNTwxg?publicKey=casse&accessToken=451a38d1b870ac9266f1e32a1d9a3bf8b62aea5f21bfac278d72f24fc107c168","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/0\/145432000-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145432000","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/I_qPPhuPPy3g?publicKey=casse&accessToken=7634617a58e4f6fbab2bc45d2aa906cf8812d8f2a20a56e3caf2bbd26ef0edd5","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/0\/7\/145432007-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145432007","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/ESq3UjV5US-s?publicKey=casse&accessToken=58e2c9ecb61df9645734aa25208b73d3942fb6889fd673b89b89f42a915a10d8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/2\/0\/1\/8\/145432018-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145432018","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/g0ya0TrF_ZOj?publicKey=casse&accessToken=260b8b01a785df135a2bff969c0fe8ab037659fc1ea947f080a3bd756f3a572c","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/4\/3\/1\/9\/9\/1\/145431991-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"145431991","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/mD-LZ8HNTwxg?publicKey=casse&accessToken=451a38d1b870ac9266f1e32a1d9a3bf8b62aea5f21bfac278d72f24fc107c168","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":83,"regular_price_amount":83,"regular_price":"83,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=8245408&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"8245408","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/8245408-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/8245408-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"8245408","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"71,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"AUTOLIV","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-10 19:15:09","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"7700418152D - 7700418152 - 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"8245408-44392224","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/8245408-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":71,"price_without_reduction":71,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"44392223","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/5x30Q_ToInum?publicKey=casse&accessToken=390f36aaa2122980654f73dacfd2cc1380db4a76fc4a9cbf5c5e7cd85d173842","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44392224","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/qtVUh03M7BF3?publicKey=casse&accessToken=4df1e2c58e745a7dc8495542638d31f93e7b1f6739f534392d0bf1e9e2e4773d","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44392225","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/8CVJSy-MGLm_?publicKey=casse&accessToken=ab75147cecaef2b92a05fea797a92d784f16f68cc4454facfae5d6c74d62e1d7","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44392226","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/ygRvty540ZIT?publicKey=casse&accessToken=3550add6d2519d0b16fc51da28ae85baf4fbb48771d629fc2bc5968804cf0f44","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"44392223","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/5x30Q_ToInum?publicKey=casse&accessToken=390f36aaa2122980654f73dacfd2cc1380db4a76fc4a9cbf5c5e7cd85d173842","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":71,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"AUTOLIV","grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"8245408","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"71,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"AUTOLIV","supplier_reference":"7700418152D","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"5.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-10 19:15:09","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:rectp4958350","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:rectv17551","code_moteur_field":"","vehicule_ref_id":"VF1LA0F0G17612105","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"189316","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"93","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"189316","origin_piece_id":"93","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"7700418152D - 7700418152 - 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291858","id_modele_parent":"9985","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"8245408-44392224","prix":"71.000000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"USED WORLD PARTS","ordre_affichage":"17159","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700418152D","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/8245408-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":71,"price_without_reduction":71,"price_without_reduction_without_tax":71,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"44392223","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/5x30Q_ToInum?publicKey=casse&accessToken=390f36aaa2122980654f73dacfd2cc1380db4a76fc4a9cbf5c5e7cd85d173842","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/4\/44392224-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44392224","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/qtVUh03M7BF3?publicKey=casse&accessToken=4df1e2c58e745a7dc8495542638d31f93e7b1f6739f534392d0bf1e9e2e4773d","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/5\/44392225-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44392225","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/8CVJSy-MGLm_?publicKey=casse&accessToken=ab75147cecaef2b92a05fea797a92d784f16f68cc4454facfae5d6c74d62e1d7","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/6\/44392226-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44392226","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/ygRvty540ZIT?publicKey=casse&accessToken=3550add6d2519d0b16fc51da28ae85baf4fbb48771d629fc2bc5968804cf0f44","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/3\/9\/2\/2\/2\/3\/44392223-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"44392223","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/5x30Q_ToInum?publicKey=casse&accessToken=390f36aaa2122980654f73dacfd2cc1380db4a76fc4a9cbf5c5e7cd85d173842","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":71,"regular_price_amount":71,"regular_price":"71,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=6449379&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"6449379","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/6449379-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/6449379-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"6449379","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"71,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"AUTOLIV","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-11 10:15:02","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"7700418152D - 7700418152 - 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"6449379-35318756","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/6449379-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":71,"price_without_reduction":71,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"35318755","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/y97q_BSzScxz?publicKey=casse&accessToken=425c928c860adde65261780b268304ed2f77e338f2001ce6478c235752e36a05","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"35318756","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/Pm4KPJyXBMC5?publicKey=casse&accessToken=fa6dcfc786f52f164d20f9d70ffe1130feaee72d0577926d0f7757cd901b1fa1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"35318757","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/eMnNaCDL3mF7?publicKey=casse&accessToken=7d2fffeccd76e85704ab87be318682c94fca86fcc449e8f196b268e34bb8beb8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"35318758","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/b_SqF7_sflYM?publicKey=casse&accessToken=0fb11db9e392ded2759241bc3403e5c0cf31346d7c70b2b9fd1fee35d6ba8de6","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"35318755","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/y97q_BSzScxz?publicKey=casse&accessToken=425c928c860adde65261780b268304ed2f77e338f2001ce6478c235752e36a05","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":71,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"AUTOLIV","grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"6449379","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"71,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"AUTOLIV","supplier_reference":"7700418152D","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"5.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-11 10:15:02","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:rectp4216953","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:rectv14491","code_moteur_field":"","vehicule_ref_id":"VF1LA0F0G18018275","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"189316","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"93","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"189316","origin_piece_id":"93","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"7700418152D - 7700418152 - 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291859","id_modele_parent":"9985","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"6449379-35318756","prix":"71.000000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"USED WORLD PARTS","ordre_affichage":"17160","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"1 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700418152D","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/6449379-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":71,"price_without_reduction":71,"price_without_reduction_without_tax":71,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"35318755","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/y97q_BSzScxz?publicKey=casse&accessToken=425c928c860adde65261780b268304ed2f77e338f2001ce6478c235752e36a05","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/6\/35318756-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"35318756","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/Pm4KPJyXBMC5?publicKey=casse&accessToken=fa6dcfc786f52f164d20f9d70ffe1130feaee72d0577926d0f7757cd901b1fa1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/7\/35318757-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"35318757","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/eMnNaCDL3mF7?publicKey=casse&accessToken=7d2fffeccd76e85704ab87be318682c94fca86fcc449e8f196b268e34bb8beb8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/8\/35318758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"35318758","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/b_SqF7_sflYM?publicKey=casse&accessToken=0fb11db9e392ded2759241bc3403e5c0cf31346d7c70b2b9fd1fee35d6ba8de6","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/3\/5\/3\/1\/8\/7\/5\/5\/35318755-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"35318755","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/y97q_BSzScxz?publicKey=casse&accessToken=425c928c860adde65261780b268304ed2f77e338f2001ce6478c235752e36a05","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":71,"regular_price_amount":71,"regular_price":"71,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=12755396&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"12755396","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/12755396-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/12755396-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"12755396","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"87,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2025-10-14 12:07:43","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"7700436418","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"12755396-60564731","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/12755396-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":87,"price_without_reduction":87,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"60564730","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/becerri\/images\/18Q-PnRHsDuZ?publicKey=casse&accessToken=c38cab3edb89e80883cd946adc83543a931298a63a975316d5ac0e029db84134","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"60564731","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/becerri\/images\/nk7xickx8pnW?publicKey=casse&accessToken=e761ad39707059d6e34d2e53ff52478486c30d65fc7c95bd5c1dfb0edbc4aaf9","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"60564730","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/becerri\/images\/18Q-PnRHsDuZ?publicKey=casse&accessToken=c38cab3edb89e80883cd946adc83543a931298a63a975316d5ac0e029db84134","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":87,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"12755396","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"87,00\u00a0\u20ac","old_price_octobre_2025":"87.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"550548400","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2025-10-14 12:07:43","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:becip1954224","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:beciv7929","code_moteur_field":"K7M","vehicule_ref_id":"VF1LA0LLG19489371","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"297182","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"93","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"297182","origin_piece_id":"93","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":null,"frais_port_ttc":null,"origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"7700436418","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291860","id_modele_parent":"9985","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"12755396-60564731","prix":"87.000000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"USED WORLD PARTS","ordre_affichage":"17161","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp","fdp_incluse":"1","code_moteur":"K7M","reference_constructeur":"550548400","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/12755396-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":87,"price_without_reduction":87,"price_without_reduction_without_tax":87,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"60564730","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/becerri\/images\/18Q-PnRHsDuZ?publicKey=casse&accessToken=c38cab3edb89e80883cd946adc83543a931298a63a975316d5ac0e029db84134","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/1\/60564731-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"60564731","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/becerri\/images\/nk7xickx8pnW?publicKey=casse&accessToken=e761ad39707059d6e34d2e53ff52478486c30d65fc7c95bd5c1dfb0edbc4aaf9","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/0\/5\/6\/4\/7\/3\/0\/60564730-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"60564730","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/becerri\/images\/18Q-PnRHsDuZ?publicKey=casse&accessToken=c38cab3edb89e80883cd946adc83543a931298a63a975316d5ac0e029db84134","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":87,"regular_price_amount":87,"regular_price":"87,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=13166979&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"13166979","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/13166979-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/13166979-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":false,"delivery_information":"","embedded_attributes":{"id_product":"13166979","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"89,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"0","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-04-01 22:01:16","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"AUTOLIV 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"13166979-98151658","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/13166979-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":89,"price_without_reduction":89,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"98151657","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/f8SONNYzOctx?publicKey=casse&accessToken=9558c5cdf12a36f30443f3fb93c6fafe51dbbfe3c8b02ce6f3f179a7c4ec1e5e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"98151658","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/BzCvOo4SnmF9?publicKey=casse&accessToken=e192772ccfba26cef771014d1017f6ec71e957532c2f6e12b4a6643e9b9bcbc7","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"98151657","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/f8SONNYzOctx?publicKey=casse&accessToken=9558c5cdf12a36f30443f3fb93c6fafe51dbbfe3c8b02ce6f3f179a7c4ec1e5e","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":89,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"13166979","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"89,00\u00a0\u20ac","old_price_octobre_2025":"74.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7700418152D","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"0","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-04-01 22:01:16","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:innrp242905","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:innrv268","code_moteur_field":"K7M720","vehicule_ref_id":"VF1LA0L0G18383574","vehicule_ktype":"","vehicule_ref_etat":"3","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"297182","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"93","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14003","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"297182","origin_piece_id":"93","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"AUTOLIV 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291861","id_modele_parent":"9985","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"13166979-98151658","prix":"89.000000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"USED WORLD PARTS","ordre_affichage":"17162","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp","fdp_incluse":"1","code_moteur":"K7M720","reference_constructeur":"7700418152D","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/13166979-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":89,"price_without_reduction":89,"price_without_reduction_without_tax":89,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"98151657","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/f8SONNYzOctx?publicKey=casse&accessToken=9558c5cdf12a36f30443f3fb93c6fafe51dbbfe3c8b02ce6f3f179a7c4ec1e5e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/8\/98151658-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"98151658","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/BzCvOo4SnmF9?publicKey=casse&accessToken=e192772ccfba26cef771014d1017f6ec71e957532c2f6e12b4a6643e9b9bcbc7","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/8\/1\/5\/1\/6\/5\/7\/98151657-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"98151657","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/innovar\/images\/f8SONNYzOctx?publicKey=casse&accessToken=9558c5cdf12a36f30443f3fb93c6fafe51dbbfe3c8b02ce6f3f179a7c4ec1e5e","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":89,"regular_price_amount":89,"regular_price":"89,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=11697701&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"11697701","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11697701-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11697701-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"11697701","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"52,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-11 13:02:00","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"7700418152f","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"11697701-56541834","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11697701-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":52,"price_without_reduction":52,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56541832","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/dj1t672GEf8h?publicKey=casse&accessToken=0ebebb3f220606aca56069dec277d44fc1edc4384ed34ff131ef17a8bd5204a8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541834","position":"2","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/xjhc8OE4KVzc?publicKey=casse&accessToken=905e0d6d0a473af063ac15ae9ac8d0a3bcfaa427540f411d8b5c413bf84b921e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541836","position":"3","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/zeTTD0vhyZnz?publicKey=casse&accessToken=fc5ae7647a5571066da73311685403200b02461470eb0017e087ea3cdf7811fe","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541838","position":"4","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/YAB9mZtw7kqq?publicKey=casse&accessToken=b24597f95dae97faff085a223cdb0defabca12630bfb615328608779b53189e9","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541840","position":"5","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/7VsCOfeJLO6s?publicKey=casse&accessToken=0edae1ff01bb5e1c9f1755a15d2f350ce80369133d9b536cf1438ab0e9d04def","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541842","position":"6","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/3ejVulY4cmOK?publicKey=casse&accessToken=050d71502e6db62951c7f734695f18fc62d696573a7b4166974e71e11f425f25","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541844","position":"7","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/YTNKXJhr-DLp?publicKey=casse&accessToken=ce56b851b54913b30d5e89e1484fa5a6fa41d66fbae5027bd18d33c23a1c0ac0","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56541832","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/dj1t672GEf8h?publicKey=casse&accessToken=0ebebb3f220606aca56069dec277d44fc1edc4384ed34ff131ef17a8bd5204a8","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":52,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"11697701","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"52,00\u00a0\u20ac","old_price_octobre_2025":"42.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7700418152F","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-11 13:02:00","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:drexp427995","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:drexv1608","code_moteur_field":"F9Q","vehicule_ref_id":"VF1LA0NL519227969","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"854711","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"93","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"854711","origin_piece_id":"93","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"7700418152f","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291862","id_modele_parent":"9985","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"11697701-56541834","prix":"52.000000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"USED WORLD PARTS","ordre_affichage":"17163","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp","fdp_incluse":"1","code_moteur":"F9Q","reference_constructeur":"7700418152F","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/11697701-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":52,"price_without_reduction":52,"price_without_reduction_without_tax":52,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56541832","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/dj1t672GEf8h?publicKey=casse&accessToken=0ebebb3f220606aca56069dec277d44fc1edc4384ed34ff131ef17a8bd5204a8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/4\/56541834-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541834","position":"2","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/xjhc8OE4KVzc?publicKey=casse&accessToken=905e0d6d0a473af063ac15ae9ac8d0a3bcfaa427540f411d8b5c413bf84b921e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/6\/56541836-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541836","position":"3","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/zeTTD0vhyZnz?publicKey=casse&accessToken=fc5ae7647a5571066da73311685403200b02461470eb0017e087ea3cdf7811fe","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/8\/56541838-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541838","position":"4","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/YAB9mZtw7kqq?publicKey=casse&accessToken=b24597f95dae97faff085a223cdb0defabca12630bfb615328608779b53189e9","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/0\/56541840-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541840","position":"5","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/7VsCOfeJLO6s?publicKey=casse&accessToken=0edae1ff01bb5e1c9f1755a15d2f350ce80369133d9b536cf1438ab0e9d04def","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/2\/56541842-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541842","position":"6","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/3ejVulY4cmOK?publicKey=casse&accessToken=050d71502e6db62951c7f734695f18fc62d696573a7b4166974e71e11f425f25","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/4\/4\/56541844-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56541844","position":"7","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/YTNKXJhr-DLp?publicKey=casse&accessToken=ce56b851b54913b30d5e89e1484fa5a6fa41d66fbae5027bd18d33c23a1c0ac0","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/5\/4\/1\/8\/3\/2\/56541832-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56541832","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/dresoex\/images\/dj1t672GEf8h?publicKey=casse&accessToken=0ebebb3f220606aca56069dec277d44fc1edc4384ed34ff131ef17a8bd5204a8","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":52,"regular_price_amount":52,"regular_price":"52,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=29810951&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"29810951","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/29810951-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/29810951-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"29810951","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"99,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2025-10-14 09:22:22","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"29810951-109722365","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/29810951-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":99,"price_without_reduction":99,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"109722364","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/nztruck\/images\/6aBlJOgdELt3?publicKey=casse&accessToken=46134ea64075157917e254c0eb21d520624e28e52f2e2216fa13cab4d5f91f84","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"109722365","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/nztruck\/images\/Jq6nu75H6n9h?publicKey=casse&accessToken=ec32dcb23ea47b5d32177858205f968c3ab0e9cd3ff3b83aa27df696a4903cb0","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"109722366","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/nztruck\/images\/KBRaxecFlKmb?publicKey=casse&accessToken=e2f2271cad82125cad2ad6bef1c96dfecf9bd6c1bca8918c715139d2ab6f2d48","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"109722364","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/nztruck\/images\/6aBlJOgdELt3?publicKey=casse&accessToken=46134ea64075157917e254c0eb21d520624e28e52f2e2216fa13cab4d5f91f84","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":99,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"29810951","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"99,00\u00a0\u20ac","old_price_octobre_2025":"93.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7700423184A","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"5.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2025-10-14 09:22:22","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:nztkp996663","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:nztkv0","code_moteur_field":"","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"311023","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"93","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"311023","origin_piece_id":"93","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":null,"frais_port_ttc":null,"origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291863","id_modele_parent":"9985","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"29810951-109722365","prix":"99.000000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"USED WORLD PARTS","ordre_affichage":"17164","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700423184A","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/29810951-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":99,"price_without_reduction":99,"price_without_reduction_without_tax":99,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"109722364","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/nztruck\/images\/6aBlJOgdELt3?publicKey=casse&accessToken=46134ea64075157917e254c0eb21d520624e28e52f2e2216fa13cab4d5f91f84","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/5\/109722365-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"109722365","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/nztruck\/images\/Jq6nu75H6n9h?publicKey=casse&accessToken=ec32dcb23ea47b5d32177858205f968c3ab0e9cd3ff3b83aa27df696a4903cb0","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/6\/109722366-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"109722366","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/nztruck\/images\/KBRaxecFlKmb?publicKey=casse&accessToken=e2f2271cad82125cad2ad6bef1c96dfecf9bd6c1bca8918c715139d2ab6f2d48","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/9\/7\/2\/2\/3\/6\/4\/109722364-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"109722364","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/nztruck\/images\/6aBlJOgdELt3?publicKey=casse&accessToken=46134ea64075157917e254c0eb21d520624e28e52f2e2216fa13cab4d5f91f84","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":99,"regular_price_amount":99,"regular_price":"99,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=17176361&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"17176361","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/17176361-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/17176361-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"17176361","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"71,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"550548400 AUTOLIV","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-10 22:15:56","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"7700418152C - 7700418152 - 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"17176361-86023771","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/17176361-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":71,"price_without_reduction":71,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"86023770","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/1QnxfuHlv9ic?publicKey=casse&accessToken=3e275b5ea2de59ccfa98dedb0232af06b467fc71a904face235306aa2e4f0101","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"86023771","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/vXQho7TNdb0f?publicKey=casse&accessToken=d319681d27da1da8b32970f6df1cc22d9d753f08565eece2016e8d28326a6dcd","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"86023772","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/HoryZ_0FGpYI?publicKey=casse&accessToken=9041984c12f6374cad7d8c1fd2a3b939ef2fe656c52cd9be615d9484ba5b5c3a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"86023773","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/01xfgDsNQGA5?publicKey=casse&accessToken=2ef8526a8615a1f593d9303f2c949572ed4ba3c65f5e2b87bd68fd66d702d501","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"86023770","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/1QnxfuHlv9ic?publicKey=casse&accessToken=3e275b5ea2de59ccfa98dedb0232af06b467fc71a904face235306aa2e4f0101","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":71,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"550548400 AUTOLIV","grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"17176361","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"71,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"550548400 AUTOLIV","supplier_reference":"7700418152C","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"5.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-06-10 22:15:56","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:rectp5493260","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:rectv19805","code_moteur_field":"","vehicule_ref_id":"VF1LA0N0517574980","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"189316","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"93","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"14025","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"189316","origin_piece_id":"93","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"7700418152C - 7700418152 - 550548400","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291864","id_modele_parent":"9985","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"17176361-86023771","prix":"71.000000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"USED WORLD PARTS","ordre_affichage":"17165","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7700418152C","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/17176361-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":71,"price_without_reduction":71,"price_without_reduction_without_tax":71,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"86023770","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/1QnxfuHlv9ic?publicKey=casse&accessToken=3e275b5ea2de59ccfa98dedb0232af06b467fc71a904face235306aa2e4f0101","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/1\/86023771-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"86023771","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/vXQho7TNdb0f?publicKey=casse&accessToken=d319681d27da1da8b32970f6df1cc22d9d753f08565eece2016e8d28326a6dcd","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/2\/86023772-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"86023772","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/HoryZ_0FGpYI?publicKey=casse&accessToken=9041984c12f6374cad7d8c1fd2a3b939ef2fe656c52cd9be615d9484ba5b5c3a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/3\/86023773-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"86023773","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/01xfgDsNQGA5?publicKey=casse&accessToken=2ef8526a8615a1f593d9303f2c949572ed4ba3c65f5e2b87bd68fd66d702d501","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/6\/0\/2\/3\/7\/7\/0\/86023770-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"86023770","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/1QnxfuHlv9ic?publicKey=casse&accessToken=3e275b5ea2de59ccfa98dedb0232af06b467fc71a904face235306aa2e4f0101","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":71,"regular_price_amount":71,"regular_price":"71,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=38690965&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"38690965","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/38690965-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/38690965-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"38690965","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"77,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"550803600","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-05-19 19:16:56","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"7700437475 -- 550803600 AUTOLIV","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"38690965-135398373","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/38690965-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":77,"price_without_reduction":77,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"135398357","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/lgXhPHlzwBhL?publicKey=casse&accessToken=0a5b96a212799a12b091651dd19374e3b44511f89d45886a25fca15863765e68","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135398373","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/dQJWki49cFX9?publicKey=casse&accessToken=7663969217e59c6477f102d0d485a0ef9ebb2fa55f64701079db2b86bddbc865","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135398381","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/7GLBkGKbYcZS?publicKey=casse&accessToken=b527e22cd871af6ab71120710433ae1ee49d8800b66f2e3ebca46e435e5b781a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135398389","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/XdAWCaiNgcZg?publicKey=casse&accessToken=53aaa03c4d2302cc7310d94c48fe46e6229405ba8a5c404cb35f7c76f90f4540","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"135398357","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/lgXhPHlzwBhL?publicKey=casse&accessToken=0a5b96a212799a12b091651dd19374e3b44511f89d45886a25fca15863765e68","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":77,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"550803600","grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"38690965","id_supplier":"1","id_manufacturer":"0","id_category_default":"17855","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"77,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"550803600","supplier_reference":"7700437475","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"5.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-01 07:04:49","date_upd":"2026-05-19 19:16:56","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:rectp5887890","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:rectv22759","code_moteur_field":"F8Q","vehicule_ref_id":"VF1LA0R0521010075","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"189316","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"93","id_category_piece":"17855","id_category_marque":"1859","id_category_modele":"14025","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"189316","origin_piece_id":"93","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"7700437475 -- 550803600 AUTOLIV","link_rewrite":"boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"1291865","id_modele_parent":"9985","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"38690965-135398373","prix":"77.000000","energie":"","libelle":"Boitier d\u00e9clenchement airbag d'occasion pour RENAULT M\u00e9gane Classic phase 1","seller_name":"USED WORLD PARTS","ordre_affichage":"17166","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp","fdp_incluse":"1","code_moteur":"F8Q","reference_constructeur":"7700437475","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boitier-declenchement-airbag","category_name":"Boitier d\u00e9clenchement airbag","link":"https:\/\/boutique.francecasse.fr\/boitier-declenchement-airbag\/38690965-boitier-declenchement-airbag-d-occasion-pour-renault-megane-classic-phase-1.html","attribute_price":0,"price_tax_exc":77,"price_without_reduction":77,"price_without_reduction_without_tax":77,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"135398357","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/lgXhPHlzwBhL?publicKey=casse&accessToken=0a5b96a212799a12b091651dd19374e3b44511f89d45886a25fca15863765e68","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/7\/3\/135398373-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135398373","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/dQJWki49cFX9?publicKey=casse&accessToken=7663969217e59c6477f102d0d485a0ef9ebb2fa55f64701079db2b86bddbc865","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/1\/135398381-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135398381","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/7GLBkGKbYcZS?publicKey=casse&accessToken=b527e22cd871af6ab71120710433ae1ee49d8800b66f2e3ebca46e435e5b781a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/8\/9\/135398389-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135398389","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/XdAWCaiNgcZg?publicKey=casse&accessToken=53aaa03c4d2302cc7310d94c48fe46e6229405ba8a5c404cb35f7c76f90f4540","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/3\/9\/8\/3\/5\/7\/135398357-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"135398357","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/lgXhPHlzwBhL?publicKey=casse&accessToken=0a5b96a212799a12b091651dd19374e3b44511f89d45886a25fca15863765e68","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":77,"regular_price_amount":77,"regular_price":"77,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"}],"sort_orders":[{"entity":"product","field":"product.name.asc","direction":"asc","label":"Pertinence","urlParameter":"product.product.name.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/17855-boitier-declenchement-airbag\/1859-renault\/14025-megane-classic-phase-1?order=product.product.name.asc.asc"},{"entity":"product","field":"product.price.asc","direction":"asc","label":"Prix, croissant","urlParameter":"product.product.price.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/17855-boitier-declenchement-airbag\/1859-renault\/14025-megane-classic-phase-1?order=product.product.price.asc.asc"},{"entity":"product","field":"product.price.desc","direction":"asc","label":"Prix, d\u00e9croissant","urlParameter":"product.product.price.desc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/17855-boitier-declenchement-airbag\/1859-renault\/14025-megane-classic-phase-1?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/17855-boitier-declenchement-airbag\/1859-renault\/14025-megane-classic-phase-1","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/17855-boitier-declenchement-airbag\/1859-renault\/14025-megane-classic-phase-1?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/17855-boitier-declenchement-airbag\/1859-renault\/14025-megane-classic-phase-1?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":20,"items_shown_from":1,"items_shown_to":20,"current_page":1,"pages_count":1,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/17855-boitier-declenchement-airbag\/1859-renault\/14025-megane-classic-phase-1"}},"should_be_displayed":false},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/17855-boitier-declenchement-airbag\/1859-renault\/14025-megane-classic-phase-1","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            boitier d\u00e9clenchement airbag occasion M\u00e9gane Classic\n        <\/h1>\n    <\/div>\n"}