{"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 134 amortisseur avant gauche pour AUDI A4  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=\"6373612e656d616e2e746375646f7270443325726564726f4633256465382d322d65736168702d322d65697265732d746e6176612d34612d3537353131463225696475612d3834314632256568637561672d746e6176612d72756573736974726f6d612d313637373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f4633256465382d322d65736168702d322d65697265732d746e6176612d34612d3537353131463225696475612d3834314632256568637561672d746e6176612d72756573736974726f6d612d313637373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f4633256465382d322d65736168702d322d65697265732d746e6176612d34612d3537353131463225696475612d3834314632256568637561672d746e6176612d72756573736974726f6d612d313637373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"6465382d322d65736168702d322d65697265732d746e6176612d34612d3537353131463225696475612d3834314632256568637561672d746e6176612d72756573736974726f6d612d313637373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e443325657079744633256465382d322d65736168702d322d65697265732d746e6176612d34612d3537353131463225696475612d3834314632256568637561672d746e6176612d72756573736974726f6d612d313637373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f443325657079744633256465382d322d65736168702d322d65697265732d746e6176612d34612d3537353131463225696475612d3834314632256568637561672d746e6176612d72756573736974726f6d612d313637373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"49203380\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49203380-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"82.96\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa 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\/amortisseur-avant-gauche\/49203380-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">Desguace Malvarrosa 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                            82,96\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\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49203380-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"49174667\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49174667-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"80.14\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa 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\/amortisseur-avant-gauche\/49174667-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">Desguace Malvarrosa 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                            80,14\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\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49174667-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"49199514\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49199514-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"50.16\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa 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\/amortisseur-avant-gauche\/49199514-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">Desguace Malvarrosa 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                            50,16\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\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49199514-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"49198754\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49198754-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"78.67\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa 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\/amortisseur-avant-gauche\/49198754-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">Desguace Malvarrosa 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                            78,67\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\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49198754-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"34577868\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34577868-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"54.32\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES GERARDO 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\/amortisseur-avant-gauche\/34577868-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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 GERARDO 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                            54,32\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\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34577868-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"33968607\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33968607-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"54.32\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES GERARDO 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\/amortisseur-avant-gauche\/33968607-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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 GERARDO 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                            54,32\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\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33968607-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"11547073\" \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\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/11547073-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"54.31\">\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-08-10\">\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\/amortisseur-avant-gauche\/11547073-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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                            54,31\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\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/11547073-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"45128605\" \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\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n            <meta itemprop=\"sku\" content=\"17761\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45128605-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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.22\">\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-08-10\">\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\/amortisseur-avant-gauche\/45128605-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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            <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\">188906<\/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,22\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\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45128605-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"44373188\" \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\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n            <meta itemprop=\"sku\" content=\"17761\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44373188-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES VIDAURRETA 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\/amortisseur-avant-gauche\/44373188-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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 VIDAURRETA 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\">227229<\/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\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44373188-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"44376875\" \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\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n            <meta itemprop=\"sku\" content=\"17761\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44376875-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"84.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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES VIDAURRETA 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\/amortisseur-avant-gauche\/44376875-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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 VIDAURRETA 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\">151406<\/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                            84,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\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44376875-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"48091993\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n            <meta itemprop=\"sku\" content=\"129353478\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/48091993-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"60.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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"ECO-CASSE\">\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\/amortisseur-avant-gauche\/48091993-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">ECO-CASSE<\/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                            60,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\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/48091993-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"34256241\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n            <meta itemprop=\"sku\" content=\"8E0413031CT\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34256241-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"76.09\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"JG RECOMOTOR, 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\/amortisseur-avant-gauche\/34256241-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">JG RECOMOTOR, S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Essence<\/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                            76,09\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\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34256241-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"45396503\" \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\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45396503-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"86.27\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Autodesguaces Otoniel 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\/amortisseur-avant-gauche\/45396503-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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 Otoniel 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                            86,27\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\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45396503-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"44204650\" \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\/0\/1\/0\/6\/0\/152101060-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n            <meta itemprop=\"sku\" content=\"17761\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44204650-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"54.60\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACE ECO-PIEZAS 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\/amortisseur-avant-gauche\/44204650-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">DESGUACE ECO-PIEZAS 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                            54,60\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\/0\/1\/0\/6\/0\/152101060-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44204650-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"44187972\" \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\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n            <meta itemprop=\"sku\" content=\"17761\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44187972-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"54.60\">\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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACE ECO-PIEZAS 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\/amortisseur-avant-gauche\/44187972-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">DESGUACE ECO-PIEZAS 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            <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\">443000<\/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                            54,60\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\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44187972-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"44327755\" \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\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n            <meta itemprop=\"sku\" content=\"17761\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44327755-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"68.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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACE AZOR 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\/amortisseur-avant-gauche\/44327755-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">DESGUACE AZOR 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                            68,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\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44327755-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"33517508\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33517508-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"40.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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MAZARD PI\u00c8CES AUTO 09\">\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\/amortisseur-avant-gauche\/33517508-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">MAZARD PI\u00c8CES AUTO 09<\/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-code-branch detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Version :<\/strong><\/span>\n        <span class=\"detail-value\">A4 2 AVANT PHASE 1 BREAK 2.5 TDI - 24V V6 TURBO<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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\">291689<\/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                            40,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \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\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33517508-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"19894230\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/19894230-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"40.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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MAZARD PI\u00c8CES AUTO 09\">\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\/amortisseur-avant-gauche\/19894230-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">MAZARD PI\u00c8CES AUTO 09<\/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-code-branch detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Version :<\/strong><\/span>\n        <span class=\"detail-value\">A4 2 PHASE 2 2.0 TDI - 8V TURBO QUATTRO 4X4<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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\">237529<\/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                            40,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \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\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/19894230-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"20061843\" \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\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20061843-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"49.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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SOLUVAL\">\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\/amortisseur-avant-gauche\/20061843-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">SOLUVAL<\/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\">6 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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\">291785<\/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                            49,50\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \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\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20061843-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"20062812\" \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\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20062812-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=\"66.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-08-10\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SOLUVAL\">\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\/amortisseur-avant-gauche\/20062812-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html\">Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)<\/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                Amortisseur avant gauche d&#039;occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)\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\">SOLUVAL<\/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\">6 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-code-branch detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Version :<\/strong><\/span>\n        <span class=\"detail-value\">A4 2 PHASE 2 2.0 TDI - 16V TURBO<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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\">196063<\/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                            66,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \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\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20062812-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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=17761&amp;id_category_marque=148&amp;id_category_modele=11575&amp;ajax=1&amp;action=products&amp;perPage=20&amp;page=2\" class=\"show-more-products js-search-link-\">\n                                            Afficher plus de pi\u00e8ces\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 : Amortisseur avant gauche","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=49203380&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"49203380","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49203380-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49203380-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"49203380","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"82,96\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-08-01 06:00:55","date_upd":"2026-08-02 21:21:33","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"49203380-169022894","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49203380-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":82.96,"price_without_reduction":82.96,"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":"SIN Referencia MLV17127249","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\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169022879","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/yp\/xm6xs5xs7xs5xs2xs7xs657527xi~F1Apag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169022894","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/eM\/xm6xs5xs7xs5xs6xs3xs657563xi~F1Apag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169022908","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/Qw\/xm6xs5xs7xs6xs0xs1xs657601xi~F1Apag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169022879","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/yp\/xm6xs5xs7xs5xs2xs7xs657527xi~F1Apag.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":82.96,"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":"SIN Referencia MLV17127249","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":"49203380","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"82,96\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":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 21:21:33","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00MZP06\/17127249","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":"AWX","vehicule_ref_id":"WAUZZZ8E32A057854","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1H","origin_modele":"A0003I2V","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043HR","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1H","origin_modele_id":"A0003I2V","origin_piece_id":"PS0043HR","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":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458565","id_modele_parent":"9068","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"49203380-169022894","prix":"82.960000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"8665","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp","fdp_incluse":"1","code_moteur":"AWX","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49203380-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":82.96,"price_without_reduction":82.96,"price_without_reduction_without_tax":82.96,"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":"SIN Referencia MLV17127249","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\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169022879","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/yp\/xm6xs5xs7xs5xs2xs7xs657527xi~F1Apag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/9\/4\/169022894-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169022894","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/eM\/xm6xs5xs7xs5xs6xs3xs657563xi~F1Apag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/9\/0\/8\/169022908-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169022908","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/Qw\/xm6xs5xs7xs6xs0xs1xs657601xi~F1Apag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/0\/2\/2\/8\/7\/9\/169022879-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169022879","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/yp\/xm6xs5xs7xs5xs2xs7xs657527xi~F1Apag.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":82.96,"regular_price_amount":82.96,"regular_price":"82,96\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=49174667&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"49174667","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49174667-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49174667-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"49174667","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"80,14\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-08-01 06:00:55","date_upd":"2026-08-02 21:08:39","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"49174667-168868127","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49174667-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":80.14,"price_without_reduction":80.14,"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":"[BL760] MLV13196368 8E0413031CC","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\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168868113","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/fu\/xm6xs6xs3xs8xs7xs7xs663877xi~bq3waQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168868127","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/XI\/xm6xs6xs3xs9xs0xs9xs663909xi~bq3waQ.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168868113","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/fu\/xm6xs6xs3xs8xs7xs7xs663877xi~bq3waQ.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":80.14,"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":"[BL760] MLV13196368 8E0413031CC","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":"49174667","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"80,14\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":"8E0413031CC","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 21:08:39","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00MYR9S\/13196368","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":"ASN","vehicule_ref_id":"WAUZZZ8E32A151328","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1H","origin_modele":"A0003I0E","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043HR","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1H","origin_modele_id":"A0003I0E","origin_piece_id":"PS0043HR","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":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458566","id_modele_parent":"9068","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"49174667-168868127","prix":"80.140000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"8666","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp","fdp_incluse":"1","code_moteur":"ASN","reference_constructeur":"8E0413031CC","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49174667-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":80.14,"price_without_reduction":80.14,"price_without_reduction_without_tax":80.14,"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":"[BL760] MLV13196368 8E0413031CC","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\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168868113","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/fu\/xm6xs6xs3xs8xs7xs7xs663877xi~bq3waQ.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/2\/7\/168868127-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168868127","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/XI\/xm6xs6xs3xs9xs0xs9xs663909xi~bq3waQ.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/8\/6\/8\/1\/1\/3\/168868113-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168868113","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/fu\/xm6xs6xs3xs8xs7xs7xs663877xi~bq3waQ.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":80.14,"regular_price_amount":80.14,"regular_price":"80,14\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=49199514&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"49199514","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49199514-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49199514-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"49199514","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"50,16\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-08-01 06:00:55","date_upd":"2026-08-02 21:19:46","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"49199514-168998307","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49199514-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":50.16,"price_without_reduction":50.16,"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":"PROCEDE DE COCHE INGL\u00c9S MLV16653336 8E0413031CT","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\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168998297","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/8A\/xm8xs5xs4xs6xs5xs0xs854650xi~fNBUag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168998307","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/xQ\/xm8xs5xs4xs6xs6xs6xs854666xi~fNBUag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168998323","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/iq\/xm8xs5xs4xs6xs8xs2xs854682xi~fNBUag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168998297","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/8A\/xm8xs5xs4xs6xs5xs0xs854650xi~fNBUag.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":50.16,"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":"PROCEDE DE COCHE INGL\u00c9S MLV16653336 8E0413031CT","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":"49199514","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"50,16\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":"8E0413031CT","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 21:19:46","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00MZL75\/16653336","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":"ALT","vehicule_ref_id":"WAUZZZ8E37A179668","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1H","origin_modele":"A0001HOS","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043HR","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1H","origin_modele_id":"A0001HOS","origin_piece_id":"PS0043HR","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":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458567","id_modele_parent":"9068","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"49199514-168998307","prix":"50.160000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"8667","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp","fdp_incluse":"1","code_moteur":"ALT","reference_constructeur":"8E0413031CT","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49199514-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":50.16,"price_without_reduction":50.16,"price_without_reduction_without_tax":50.16,"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":"PROCEDE DE COCHE INGL\u00c9S MLV16653336 8E0413031CT","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\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168998297","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/8A\/xm8xs5xs4xs6xs5xs0xs854650xi~fNBUag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/0\/7\/168998307-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168998307","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/xQ\/xm8xs5xs4xs6xs6xs6xs854666xi~fNBUag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/3\/2\/3\/168998323-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168998323","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/iq\/xm8xs5xs4xs6xs8xs2xs854682xi~fNBUag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/9\/9\/8\/2\/9\/7\/168998297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168998297","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/8A\/xm8xs5xs4xs6xs5xs0xs854650xi~fNBUag.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":50.16,"regular_price_amount":50.16,"regular_price":"50,16\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=49198754&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"49198754","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49198754-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49198754-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"49198754","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"78,67\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-08-01 06:00:55","date_upd":"2026-08-02 21:19:34","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"49198754-168253520","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49198754-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":78.67,"price_without_reduction":78.67,"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":"MLV16238550 8E0413031DA","id_feature":"24","position":"22"},{"name":"Moteur","value":"BKN","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\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168253505","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/40\/xm4xs6xs1xs2xs8xs0xs461280xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168253520","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/Lo\/xm4xs6xs1xs3xs1xs5xs461315xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168253539","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/vH\/xm4xs6xs1xs3xs5xs2xs461352xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168663823","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/40\/xm4xs6xs1xs2xs8xs0xs461280xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168663833","position":"5","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/Lo\/xm4xs6xs1xs3xs1xs5xs461315xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168663846","position":"6","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/vH\/xm4xs6xs1xs3xs5xs2xs461352xi~W35Yag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168253505","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/40\/xm4xs6xs1xs2xs8xs0xs461280xi~W35Yag.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":78.67,"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":"MLV16238550 8E0413031DA","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":"BKN","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":"49198754","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"78,67\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":"8E0413031DA","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 21:19:34","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00MZKDM\/16238550","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":"BKN","vehicule_ref_id":"WAUZZZ8E35A494788","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1H","origin_modele":"A0001HRC","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043HR","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1H","origin_modele_id":"A0001HRC","origin_piece_id":"PS0043HR","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":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458568","id_modele_parent":"9068","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"49198754-168253520","prix":"78.670000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"8668","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp","fdp_incluse":"1","code_moteur":"BKN","reference_constructeur":"8E0413031DA","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/49198754-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":78.67,"price_without_reduction":78.67,"price_without_reduction_without_tax":78.67,"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":"MLV16238550 8E0413031DA","id_feature":"24","position":"22"},{"name":"Moteur","value":"BKN","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\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168253505","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/40\/xm4xs6xs1xs2xs8xs0xs461280xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/2\/0\/168253520-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168253520","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/Lo\/xm4xs6xs1xs3xs1xs5xs461315xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/3\/9\/168253539-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168253539","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/vH\/xm4xs6xs1xs3xs5xs2xs461352xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/2\/3\/168663823-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168663823","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/40\/xm4xs6xs1xs2xs8xs0xs461280xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/3\/3\/168663833-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168663833","position":"5","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/Lo\/xm4xs6xs1xs3xs1xs5xs461315xi~W35Yag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/6\/6\/3\/8\/4\/6\/168663846-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"168663846","position":"6","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/vH\/xm4xs6xs1xs3xs5xs2xs461352xi~W35Yag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/2\/5\/3\/5\/0\/5\/168253505-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168253505","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/MA\/40\/xm4xs6xs1xs2xs8xs0xs461280xi~W35Yag.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":78.67,"regular_price_amount":78.67,"regular_price":"78,67\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=34577868&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34577868","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34577868-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34577868-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34577868","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,32\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-08-01 06:00:55","date_upd":"2026-08-02 19:24:02","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34577868-125918919","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34577868-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.32,"price_without_reduction":54.32,"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":"AMORTISSEUR OU ABSORBEUR DE CHOC AVANT GAUCHE Audi A4 Berlina (8E)(12.2001-&gt;) 2.5 TDI (114 kW) [2,5 Ltr. - 114 kW V6 24V TDI CAT (AYM)] AYM .","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\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"125918905","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/73\/8f\/091673\/738f3a32-444b-45c6-989f-a2040e8b5e55.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125918919","position":"2","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/01\/b7\/091673\/01b75e67-1ad3-4a63-aa9a-5a6e19c0e9e7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125918932","position":"3","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/db\/5b\/091673\/db5b4e2b-62f3-4762-9c43-daaff5fd8332.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125918955","position":"4","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/2d\/b3\/091673\/2db3c7ad-93d4-4443-a845-c73abdeadf67.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125918966","position":"5","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/a7\/54\/091673\/a754f9b4-f943-45bd-860b-4604ec394bae.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612021","position":"6","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/73\/8f\/091673\/738f3a32-444b-45c6-989f-a2040e8b5e55.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612036","position":"7","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/01\/b7\/091673\/01b75e67-1ad3-4a63-aa9a-5a6e19c0e9e7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612048","position":"8","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/db\/5b\/091673\/db5b4e2b-62f3-4762-9c43-daaff5fd8332.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612074","position":"9","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/2d\/b3\/091673\/2db3c7ad-93d4-4443-a845-c73abdeadf67.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612087","position":"10","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/a7\/54\/091673\/a754f9b4-f943-45bd-860b-4604ec394bae.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"125918905","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/73\/8f\/091673\/738f3a32-444b-45c6-989f-a2040e8b5e55.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":54.32,"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":"AMORTISSEUR OU ABSORBEUR DE CHOC AVANT GAUCHE Audi A4 Berlina (8E)(12.2001-&gt;) 2.5 TDI (114 kW) [2,5 Ltr. - 114 kW V6 24V TDI CAT (AYM)] AYM .","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":"34577868","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,32\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":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 19:24:02","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"59:GFH00KXCU3\/91673","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":"AYM","vehicule_ref_id":"WAUZZZ8E82A022758","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1H","origin_modele":"A0001HN7","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043HR","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"11575","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1H","origin_modele_id":"A0001HN7","origin_piece_id":"PS0043HR","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":"59","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458570","id_modele_parent":"9068","id_energie":"0","id_seller":"59","id_country_seller":"6","id_image":"34577868-125918919","prix":"54.320000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"DESGUACES GERARDO S.L.","ordre_affichage":"8670","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp","fdp_incluse":"1","code_moteur":"AYM","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34577868-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.32,"price_without_reduction":54.32,"price_without_reduction_without_tax":54.32,"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":"AMORTISSEUR OU ABSORBEUR DE CHOC AVANT GAUCHE Audi A4 Berlina (8E)(12.2001-&gt;) 2.5 TDI (114 kW) [2,5 Ltr. - 114 kW V6 24V TDI CAT (AYM)] AYM .","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\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"125918905","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/73\/8f\/091673\/738f3a32-444b-45c6-989f-a2040e8b5e55.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/1\/9\/125918919-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125918919","position":"2","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/01\/b7\/091673\/01b75e67-1ad3-4a63-aa9a-5a6e19c0e9e7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/3\/2\/125918932-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125918932","position":"3","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/db\/5b\/091673\/db5b4e2b-62f3-4762-9c43-daaff5fd8332.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/5\/5\/125918955-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125918955","position":"4","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/2d\/b3\/091673\/2db3c7ad-93d4-4443-a845-c73abdeadf67.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/6\/6\/125918966-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125918966","position":"5","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/a7\/54\/091673\/a754f9b4-f943-45bd-860b-4604ec394bae.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/2\/1\/126612021-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612021","position":"6","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/73\/8f\/091673\/738f3a32-444b-45c6-989f-a2040e8b5e55.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/3\/6\/126612036-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612036","position":"7","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/01\/b7\/091673\/01b75e67-1ad3-4a63-aa9a-5a6e19c0e9e7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/4\/8\/126612048-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612048","position":"8","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/db\/5b\/091673\/db5b4e2b-62f3-4762-9c43-daaff5fd8332.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/7\/4\/126612074-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612074","position":"9","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/2d\/b3\/091673\/2db3c7ad-93d4-4443-a845-c73abdeadf67.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/6\/1\/2\/0\/8\/7\/126612087-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126612087","position":"10","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/a7\/54\/091673\/a754f9b4-f943-45bd-860b-4604ec394bae.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/9\/1\/8\/9\/0\/5\/125918905-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"125918905","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/73\/8f\/091673\/738f3a32-444b-45c6-989f-a2040e8b5e55.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":54.32,"regular_price_amount":54.32,"regular_price":"54,32\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=33968607&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"33968607","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33968607-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33968607-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"33968607","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,32\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-08-01 06:00:55","date_upd":"2026-08-02 19:31:53","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"33968607-120480004","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33968607-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.32,"price_without_reduction":54.32,"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":"184521 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"AMORTISSEUR OU ABSORBEUR DE CHOC AVANT GAUCHE Audi A4 Berlina (8E)(12.2001-&gt;) 1.8 T [1,8 Ltr. - 120 kW 20V TURBOCOMPRESSEUR] BFB .","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\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"120480003","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/9c\/7b\/154506\/9c7b0be0-340f-4649-8abd-8b9dcde77720.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"120480004","position":"2","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/f6\/da\/154506\/f6da77eb-86bc-475c-9633-24f73202859a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"120480005","position":"3","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/cc\/fc\/154506\/ccfc4f6f-a79d-41fc-bc99-009d9cf4941f.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"120480006","position":"4","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/8a\/e6\/154506\/8ae650c6-f8d4-48fb-b3b2-066b5d3da56e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"120480007","position":"5","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/4f\/c1\/154506\/4fc1d120-dc85-4308-96f4-88ba33d54116.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"120480003","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/9c\/7b\/154506\/9c7b0be0-340f-4649-8abd-8b9dcde77720.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":54.32,"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":"184521 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"AMORTISSEUR OU ABSORBEUR DE CHOC AVANT GAUCHE Audi A4 Berlina (8E)(12.2001-&gt;) 1.8 T [1,8 Ltr. - 120 kW 20V TURBOCOMPRESSEUR] BFB .","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":"33968607","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,32\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":"8E0413031CK","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 19:31:53","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"59:GFH0185BP3\/154506","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":"WAUZZZ8E34A169167","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1H","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043HR","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"11575","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1H","origin_modele_id":"A0000001","origin_piece_id":"PS0043HR","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":"59","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458571","id_modele_parent":"9068","id_energie":"0","id_seller":"59","id_country_seller":"6","id_image":"33968607-120480004","prix":"54.320000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"DESGUACES GERARDO S.L.","ordre_affichage":"8671","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"8E0413031CK","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33968607-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.32,"price_without_reduction":54.32,"price_without_reduction_without_tax":54.32,"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":"184521 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"AMORTISSEUR OU ABSORBEUR DE CHOC AVANT GAUCHE Audi A4 Berlina (8E)(12.2001-&gt;) 1.8 T [1,8 Ltr. - 120 kW 20V TURBOCOMPRESSEUR] BFB .","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\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"120480003","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/9c\/7b\/154506\/9c7b0be0-340f-4649-8abd-8b9dcde77720.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/4\/120480004-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"120480004","position":"2","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/f6\/da\/154506\/f6da77eb-86bc-475c-9633-24f73202859a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/5\/120480005-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"120480005","position":"3","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/cc\/fc\/154506\/ccfc4f6f-a79d-41fc-bc99-009d9cf4941f.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/6\/120480006-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"120480006","position":"4","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/8a\/e6\/154506\/8ae650c6-f8d4-48fb-b3b2-066b5d3da56e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/7\/120480007-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"120480007","position":"5","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/4f\/c1\/154506\/4fc1d120-dc85-4308-96f4-88ba33d54116.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/0\/4\/8\/0\/0\/0\/3\/120480003-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"120480003","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/9c\/7b\/154506\/9c7b0be0-340f-4649-8abd-8b9dcde77720.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":54.32,"regular_price_amount":54.32,"regular_price":"54,32\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=11547073&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"11547073","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/11547073-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/11547073-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"11547073","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,31\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-08-01 06:00:55","date_upd":"2026-08-02 22:04:32","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"11547073-56188123","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/11547073-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.31,"price_without_reduction":54.31,"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":"8E0413031AK -- 814903557373 4 MARCAS: 2 ROSAS 1 VERDE 1 AMARILLA\n\nSACHS","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\/6\/1\/8\/8\/1\/2\/2\/56188122-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56188122","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/7\/1\/759171.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56188123","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/8\/0\/759180.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56188124","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/8\/7\/759187.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56188125","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/9\/1\/759191.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56188122","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/7\/1\/759171.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":54.31,"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":"8E0413031AK -- 814903557373 4 MARCAS: 2 ROSAS 1 VERDE 1 AMARILLA\n\nSACHS","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":"11547073","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,31\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":"8E0413031AK, 814903557373, SACHS","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 22:04:32","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00K6SMD\/3008349","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":"ALT","vehicule_ref_id":"WAUZZZ8EZ1A004860","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1H","origin_modele":"A0001HML","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043HR","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"11590","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1H","origin_modele_id":"A0001HML","origin_piece_id":"PS0043HR","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":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458572","id_modele_parent":"9068","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"11547073-56188123","prix":"54.310000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"8672","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"1 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp","fdp_incluse":"1","code_moteur":"ALT","reference_constructeur":"8E0413031AK, 814903557373, SACHS","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/11547073-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.31,"price_without_reduction":54.31,"price_without_reduction_without_tax":54.31,"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":"8E0413031AK -- 814903557373 4 MARCAS: 2 ROSAS 1 VERDE 1 AMARILLA\n\nSACHS","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\/6\/1\/8\/8\/1\/2\/2\/56188122-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56188122","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/7\/1\/759171.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/3\/56188123-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56188123","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/8\/0\/759180.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/4\/56188124-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56188124","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/8\/7\/759187.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/5\/56188125-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"56188125","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/9\/1\/759191.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/6\/1\/8\/8\/1\/2\/2\/56188122-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"56188122","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/7\/5\/9\/1\/7\/1\/759171.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":54.31,"regular_price_amount":54.31,"regular_price":"54,31\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=45128605&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45128605","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45128605-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45128605-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45128605","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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,22\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","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-08-01 06:00:55","date_upd":"2026-08-02 14:21:21","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45128605-154691291","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45128605-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":70.2235,"price_without_reduction":70.2235,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"2.0 TDI 16V 2004-2008","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":"188906","id_feature":"19","position":"17"},{"name":"Remarques","value":"E2053  B2C09   MONROE  ExternalId:2204943","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\/6\/9\/1\/0\/9\/5\/154691095-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"154691095","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2204943\/000001034290.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"154691291","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2204943\/000001034288.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"154691095","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2204943\/000001034290.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":70.22,"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":"17761","grouped_features":{"Version":{"name":"Version","value":"2.0 TDI 16V 2004-2008","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":"188906","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"E2053  B2C09   MONROE  ExternalId:2204943","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":"45128605","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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,22\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"10.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-08-01 06:00:55","date_upd":"2026-08-02 14:21:21","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"113:2204943","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":"0709DHN","vehicule_origin_id":"113:0709DHN","code_moteur_field":"BLB","vehicule_ref_id":"WAUZZZ8E85A497850","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 B7 (8EC)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","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":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458573","id_modele_parent":"9068","id_energie":"0","id_seller":"113","id_country_seller":"6","id_image":"45128605-154691291","prix":"70.223500","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"DESGUACES GP - INNOVA RECAMBIOS SL","ordre_affichage":"8673","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"188906\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp","fdp_incluse":"1","code_moteur":"BLB","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45128605-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":70.2235,"price_without_reduction":70.2235,"price_without_reduction_without_tax":70.2235,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"2.0 TDI 16V 2004-2008","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":"188906","id_feature":"19","position":"17"},{"name":"Remarques","value":"E2053  B2C09   MONROE  ExternalId:2204943","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\/6\/9\/1\/0\/9\/5\/154691095-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"154691095","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2204943\/000001034290.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/2\/9\/1\/154691291-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"154691291","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2204943\/000001034288.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/4\/6\/9\/1\/0\/9\/5\/154691095-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"154691095","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/desguacesgp\/Despiece\/2204943\/000001034290.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":70.22,"regular_price_amount":70.22,"regular_price":"70,22\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=44373188&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44373188","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44373188-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44373188-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44373188","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"17761","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-08-01 06:00:55","date_upd":"2026-08-02 13:09:22","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44373188-152253211","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44373188-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":77,"price_without_reduction":77,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"2.5 TDI (114kW) 2001-2002","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":"227229","id_feature":"19","position":"17"},{"name":"Remarques","value":"  ExternalId:1340840","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\/2\/2\/5\/3\/1\/9\/7\/152253197-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152253197","position":"1","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/7\/3\/5\/5\/6\/0\/735560.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152253211","position":"2","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/7\/3\/5\/5\/6\/2\/735562.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152253240","position":"3","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/7\/3\/5\/5\/6\/3\/735563.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152253197","position":"1","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/7\/3\/5\/5\/6\/0\/735560.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":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":"17761","grouped_features":{"Version":{"name":"Version","value":"2.5 TDI (114kW) 2001-2002","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":"227229","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"  ExternalId:1340840","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":"44373188","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"17761","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"10.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-08-01 06:00:55","date_upd":"2026-08-02 13:09:22","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"110:1340840","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":"7710BVP","vehicule_origin_id":"110:7710BVP","code_moteur_field":"AYM","vehicule_ref_id":"WAUZZZ8E12A279390","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 AVANT (8E)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","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":"110","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458574","id_modele_parent":"9068","id_energie":"0","id_seller":"110","id_country_seller":"6","id_image":"44373188-152253211","prix":"77.000000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"DESGUACES VIDAURRETA S.L.","ordre_affichage":"8674","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"227229\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp","fdp_incluse":"1","code_moteur":"AYM","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44373188-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.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":"Version","value":"2.5 TDI (114kW) 2001-2002","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":"227229","id_feature":"19","position":"17"},{"name":"Remarques","value":"  ExternalId:1340840","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\/2\/2\/5\/3\/1\/9\/7\/152253197-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152253197","position":"1","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/7\/3\/5\/5\/6\/0\/735560.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/1\/1\/152253211-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152253211","position":"2","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/7\/3\/5\/5\/6\/2\/735562.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/2\/4\/0\/152253240-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152253240","position":"3","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/7\/3\/5\/5\/6\/3\/735563.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/5\/3\/1\/9\/7\/152253197-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152253197","position":"1","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/7\/3\/5\/5\/6\/0\/735560.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":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"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44376875&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44376875","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44376875-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44376875-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44376875","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"84,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","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-08-01 06:00:55","date_upd":"2026-08-02 13:13:20","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44376875-152265906","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44376875-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":84,"price_without_reduction":84,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"2.0 TDI 2004-2008","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":"151406","id_feature":"19","position":"17"},{"name":"Remarques","value":"  ExternalId:1561383","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\/2\/2\/6\/5\/8\/8\/8\/152265888-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152265888","position":"1","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/2\/849662.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152265906","position":"2","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/3\/849663.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152265922","position":"3","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/4\/849664.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152265936","position":"4","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/5\/849665.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152265888","position":"1","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/2\/849662.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":84,"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":"17761","grouped_features":{"Version":{"name":"Version","value":"2.0 TDI 2004-2008","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":"151406","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"  ExternalId:1561383","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":"44376875","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"84,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","supplier_reference":"8E0413031CT","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"10.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-08-01 06:00:55","date_upd":"2026-08-02 13:13:20","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"110:1561383","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":"8982FJS","vehicule_origin_id":"110:8982FJS","code_moteur_field":"BRE","vehicule_ref_id":"WAUZZZ8E07A145932","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 AVANT (8E)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","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":"110","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458575","id_modele_parent":"9068","id_energie":"0","id_seller":"110","id_country_seller":"6","id_image":"44376875-152265906","prix":"84.000000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"DESGUACES VIDAURRETA S.L.","ordre_affichage":"8675","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"151406\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp","fdp_incluse":"1","code_moteur":"BRE","reference_constructeur":"8E0413031CT","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44376875-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":84,"price_without_reduction":84,"price_without_reduction_without_tax":84,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"2.0 TDI 2004-2008","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":"151406","id_feature":"19","position":"17"},{"name":"Remarques","value":"  ExternalId:1561383","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\/2\/2\/6\/5\/8\/8\/8\/152265888-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152265888","position":"1","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/2\/849662.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/0\/6\/152265906-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152265906","position":"2","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/3\/849663.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/2\/2\/152265922-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152265922","position":"3","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/4\/849664.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/9\/3\/6\/152265936-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152265936","position":"4","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/5\/849665.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/2\/6\/5\/8\/8\/8\/152265888-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152265888","position":"1","id_origin":"https:\/\/desguacesvidaurreta.com\/img\/p\/8\/4\/9\/6\/6\/2\/849662.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":84,"regular_price_amount":84,"regular_price":"84,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=48091993&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"48091993","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/48091993-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/48091993-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"48091993","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"60,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"129353478","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-08-01 06:00:55","date_upd":"2026-08-02 23:12:49","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48091993-165481096","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/48091993-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":60,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"141982","id_feature":"19","position":"17"},{"name":"Remarques","value":"avant gauche\n\n\u2705 Pr\u00e9paration sous 72h.\n\n","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\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165481081","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/6690042-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481096","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/6690043-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481110","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/6690044-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481123","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/6690045-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481139","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/6690046-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481151","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/6690047-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481169","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/6690048-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481183","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/6690049-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481200","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/6690050-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481212","position":"10","id_origin":"https:\/\/www.ecocasse.fr\/6690051-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481227","position":"11","id_origin":"https:\/\/www.ecocasse.fr\/6690052-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481243","position":"12","id_origin":"https:\/\/www.ecocasse.fr\/6690053-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165481081","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/6690042-large_default\/amortisseur-avant-gauche-audi-a4-2.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":60,"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":"129353478","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"141982","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"avant gauche\n\n\u2705 Pr\u00e9paration sous 72h.\n\n","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":"48091993","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"60,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"129353478","supplier_reference":"8E0413031CK","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 23:12:49","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"85:307432","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":"85:WAUZZZ8EZ1A034963","code_moteur_field":"AWX","vehicule_ref_id":"WAUZZZ8EZ1A034963","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 2 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","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":"40.000000","frais_port_ttc":"20.000000","origin_id_prefix":"85","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458576","id_modele_parent":"9068","id_energie":"0","id_seller":"85","id_country_seller":"8","id_image":"48091993-165481096","prix":"60.000000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"ECO-CASSE","ordre_affichage":"8676","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp","fdp_incluse":"1","code_moteur":"AWX","reference_constructeur":"8E0413031CK","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/48091993-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":60,"price_without_reduction_without_tax":60,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"141982","id_feature":"19","position":"17"},{"name":"Remarques","value":"avant gauche\n\n\u2705 Pr\u00e9paration sous 72h.\n\n","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\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165481081","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/6690042-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/9\/6\/165481096-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481096","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/6690043-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/1\/0\/165481110-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481110","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/6690044-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/2\/3\/165481123-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481123","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/6690045-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/3\/9\/165481139-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481139","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/6690046-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/5\/1\/165481151-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481151","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/6690047-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/6\/9\/165481169-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481169","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/6690048-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/1\/8\/3\/165481183-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481183","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/6690049-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/0\/0\/165481200-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481200","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/6690050-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/1\/2\/165481212-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481212","position":"10","id_origin":"https:\/\/www.ecocasse.fr\/6690051-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/2\/7\/165481227-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481227","position":"11","id_origin":"https:\/\/www.ecocasse.fr\/6690052-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/2\/4\/3\/165481243-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165481243","position":"12","id_origin":"https:\/\/www.ecocasse.fr\/6690053-large_default\/amortisseur-avant-gauche-audi-a4-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/4\/8\/1\/0\/8\/1\/165481081-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165481081","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/6690042-large_default\/amortisseur-avant-gauche-audi-a4-2.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":60,"regular_price_amount":60,"regular_price":"60,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=34256241&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34256241","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34256241-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34256241-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34256241","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"76,09\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"8E0413031CT","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-08-01 06:00:55","date_upd":"2026-08-02 03:08:34","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34256241-121817459","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34256241-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":76.09,"price_without_reduction":76.09,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"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\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"121817458","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1283DTG\/610307\/293_AMORTIGUADOR_DELANTERO_IZQUIERDO_1283DTG_1734424013436.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121817459","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1283DTG\/610307\/293_AMORTIGUADOR_DELANTERO_IZQUIERDO_1283DTG_1734424063293.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121817460","position":"3","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1283DTG\/610307\/293_AMORTIGUADOR_DELANTERO_IZQUIERDO_1283DTG_1734424014233.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"121817458","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1283DTG\/610307\/293_AMORTIGUADOR_DELANTERO_IZQUIERDO_1283DTG_1734424013436.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":76.09,"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":"8E0413031CT","grouped_features":{"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Remarques":{"name":"Remarques","value":null,"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":"34256241","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"76,09\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"8E0413031CT","supplier_reference":"8E0413031CT","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"10.800000","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-08-01 06:00:55","date_upd":"2026-08-02 03:08:34","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"89:610307","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":"[{\"id\":\"43019043\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"89:1283DTG","code_moteur_field":"","vehicule_ref_id":"WAUZZZ8E06A109382","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 AVANT 8E","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"AMORTISSEUR AVANT GAUCHE","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"11575","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":"89","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458577","id_modele_parent":"9068","id_energie":"16532","id_seller":"89","id_country_seller":"6","id_image":"34256241-121817459","prix":"76.090000","energie":"Essence","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"JG RECOMOTOR, S.L.","ordre_affichage":"8677","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"8E0413031CT","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/34256241-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":76.09,"price_without_reduction":76.09,"price_without_reduction_without_tax":76.09,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"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\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"121817458","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1283DTG\/610307\/293_AMORTIGUADOR_DELANTERO_IZQUIERDO_1283DTG_1734424013436.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/9\/121817459-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121817459","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1283DTG\/610307\/293_AMORTIGUADOR_DELANTERO_IZQUIERDO_1283DTG_1734424063293.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/6\/0\/121817460-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"121817460","position":"3","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1283DTG\/610307\/293_AMORTIGUADOR_DELANTERO_IZQUIERDO_1283DTG_1734424014233.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/1\/8\/1\/7\/4\/5\/8\/121817458-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"121817458","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/1283DTG\/610307\/293_AMORTIGUADOR_DELANTERO_IZQUIERDO_1283DTG_1734424013436.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":76.09,"regular_price_amount":76.09,"regular_price":"76,09\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=45396503&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45396503","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45396503-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45396503-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45396503","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"86,27\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-08-01 06:00:55","date_upd":"2026-08-02 22:00:10","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45396503-156276695","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45396503-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":86.27,"price_without_reduction":86.27,"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":"215212 km","id_feature":"19","position":"17"},{"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\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156276297","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/4\/3\/6\/275436.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156276695","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/2\/1\/4\/275214.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156276712","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/2\/6\/7\/275267.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156276727","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/3\/2\/4\/275324.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156276750","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/3\/8\/1\/275381.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156276297","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/4\/3\/6\/275436.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":86.27,"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":"215212 km","id_feature":"19","position":"17"},"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":"45396503","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"86,27\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":"8E0413031BE","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 22:00:10","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"80:O4H01QTG81\/947285","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":"AWX","vehicule_ref_id":"WAUZZZ8E62A291115","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1H","origin_modele":"A0003I2V","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043HR","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1H","origin_modele_id":"A0003I2V","origin_piece_id":"PS0043HR","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":"80","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458578","id_modele_parent":"9068","id_energie":"0","id_seller":"80","id_country_seller":"6","id_image":"45396503-156276695","prix":"86.270000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"Autodesguaces Otoniel SL","ordre_affichage":"8678","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp","fdp_incluse":"1","code_moteur":"AWX","reference_constructeur":"8E0413031BE","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/45396503-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":86.27,"price_without_reduction":86.27,"price_without_reduction_without_tax":86.27,"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":"215212 km","id_feature":"19","position":"17"},{"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\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156276297","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/4\/3\/6\/275436.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/6\/9\/5\/156276695-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156276695","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/2\/1\/4\/275214.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/1\/2\/156276712-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156276712","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/2\/6\/7\/275267.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/2\/7\/156276727-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156276727","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/3\/2\/4\/275324.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/7\/5\/0\/156276750-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156276750","position":"5","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/3\/8\/1\/275381.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/2\/7\/6\/2\/9\/7\/156276297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156276297","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/2\/7\/5\/4\/3\/6\/275436.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":86.27,"regular_price_amount":86.27,"regular_price":"86,27\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=44204650&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44204650","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44204650-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44204650-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44204650","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,60\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","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-08-01 06:00:55","date_upd":"2026-08-02 13:18:03","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44204650-152101073","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44204650-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.6,"price_without_reduction":54.6,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Version","value":"1.9 TDI 2000-2004","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":"286000","id_feature":"19","position":"17"},{"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\/0\/1\/0\/6\/0\/152101060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152101060","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/0\/1037760.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152101073","position":"2","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/1\/1037761.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152101090","position":"3","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/2\/1037762.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152101104","position":"4","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/3\/1037763.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152101060","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/0\/1037760.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":54.6,"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":"17761","grouped_features":{"Couleur":{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"1.9 TDI 2000-2004","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":"286000","id_feature":"19","position":"17"},"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":"44204650","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,60\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","supplier_reference":"8E0413031CC","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"10.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-08-01 06:00:55","date_upd":"2026-08-02 13:18:03","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"105:2126580","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":"0070CWX","vehicule_origin_id":"105:0070CWX","code_moteur_field":"AVF","vehicule_ref_id":"WAUZZZ8E64A283549","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 B6 (8E2)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","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":"105","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458579","id_modele_parent":"9068","id_energie":"0","id_seller":"105","id_country_seller":"6","id_image":"44204650-152101073","prix":"54.600000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"DESGUACE ECO-PIEZAS SL","ordre_affichage":"8679","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-home_default.webp","fdp_incluse":"1","code_moteur":"AVF","reference_constructeur":"8E0413031CC","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44204650-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.6,"price_without_reduction":54.6,"price_without_reduction_without_tax":54.6,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Version","value":"1.9 TDI 2000-2004","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":"286000","id_feature":"19","position":"17"},{"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\/0\/1\/0\/6\/0\/152101060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152101060","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/0\/1037760.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/7\/3\/152101073-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152101073","position":"2","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/1\/1037761.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/9\/0\/152101090-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152101090","position":"3","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/2\/1037762.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/1\/0\/4\/152101104-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152101104","position":"4","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/3\/1037763.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/0\/1\/0\/6\/0\/152101060-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152101060","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/7\/7\/6\/0\/1037760.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":54.6,"regular_price_amount":54.6,"regular_price":"54,60\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=44187972&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44187972","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44187972-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44187972-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44187972","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,60\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","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-08-01 06:00:55","date_upd":"2026-08-02 12:59:27","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44187972-152030835","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44187972-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.6,"price_without_reduction":54.6,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Version","value":"2.5 TDI 2004-2006","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":"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\/0\/3\/0\/8\/2\/4\/152030824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152030824","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/0\/0\/8\/6\/1030086.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152030835","position":"2","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/1\/2\/2\/7\/0\/812270.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152030849","position":"3","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/0\/0\/8\/7\/1030087.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152030859","position":"4","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/0\/0\/8\/8\/1030088.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152030824","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/0\/0\/8\/6\/1030086.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":54.6,"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":"17761","grouped_features":{"Couleur":{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"2.5 TDI 2004-2006","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"},"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":"44187972","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"54,60\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","supplier_reference":"8E0413031DA","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"10.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-08-01 06:00:55","date_upd":"2026-08-02 12:59:27","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"105:1695757","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":"2337DML","vehicule_origin_id":"105:2337DML","code_moteur_field":"BDG","vehicule_ref_id":"WAUZZZ8E65A574862","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 B7 Avant (8ED)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","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":"105","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458580","id_modele_parent":"9068","id_energie":"0","id_seller":"105","id_country_seller":"6","id_image":"44187972-152030835","prix":"54.600000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"DESGUACE ECO-PIEZAS SL","ordre_affichage":"8680","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"443000\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp","fdp_incluse":"1","code_moteur":"BDG","reference_constructeur":"8E0413031DA","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44187972-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":54.6,"price_without_reduction":54.6,"price_without_reduction_without_tax":54.6,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Version","value":"2.5 TDI 2004-2006","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":"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\/0\/3\/0\/8\/2\/4\/152030824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152030824","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/0\/0\/8\/6\/1030086.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/3\/5\/152030835-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152030835","position":"2","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/1\/2\/2\/7\/0\/812270.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/4\/9\/152030849-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152030849","position":"3","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/0\/0\/8\/7\/1030087.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/5\/9\/152030859-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152030859","position":"4","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/0\/0\/8\/8\/1030088.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/0\/8\/2\/4\/152030824-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152030824","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/3\/0\/0\/8\/6\/1030086.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":54.6,"regular_price_amount":54.6,"regular_price":"54,60\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=44327755&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44327755","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44327755-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44327755-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44327755","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"68,64\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","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-08-01 06:00:55","date_upd":"2026-08-02 13:44:28","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44327755-153979729","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44327755-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":68.64,"price_without_reduction":68.64,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"2.0 TDI 2004-2007","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":"Remarques","value":"2.0 TDI 140 CV.","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\/3\/9\/7\/9\/7\/2\/9\/153979729-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"153979729","position":"1","id_origin":"https:\/\/desguacesazor.com\/img\/p\/4\/4\/7\/7\/9\/2\/447792.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"153979729","position":"1","id_origin":"https:\/\/desguacesazor.com\/img\/p\/4\/4\/7\/7\/9\/2\/447792.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":68.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":"17761","grouped_features":{"Version":{"name":"Version","value":"2.0 TDI 2004-2007","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"},"Remarques":{"name":"Remarques","value":"2.0 TDI 140 CV.","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":"44327755","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"68,64\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17761","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"7.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-08-01 06:00:55","date_upd":"2026-08-02 13:44:28","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"109:2562225","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":"2959DRS","vehicule_origin_id":"109:2959DRS","code_moteur_field":"BLB","vehicule_ref_id":"WAUZZZ8E66A092071","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 BERLINA (8E)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","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":"109","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458581","id_modele_parent":"9068","id_energie":"0","id_seller":"109","id_country_seller":"6","id_image":"44327755-153979729","prix":"68.640000","energie":"","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"DESGUACE AZOR SL","ordre_affichage":"8681","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp","fdp_incluse":"1","code_moteur":"BLB","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/44327755-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":68.64,"price_without_reduction":68.64,"price_without_reduction_without_tax":68.64,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"2.0 TDI 2004-2007","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":"Remarques","value":"2.0 TDI 140 CV.","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\/3\/9\/7\/9\/7\/2\/9\/153979729-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"153979729","position":"1","id_origin":"https:\/\/desguacesazor.com\/img\/p\/4\/4\/7\/7\/9\/2\/447792.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/9\/7\/2\/9\/153979729-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"153979729","position":"1","id_origin":"https:\/\/desguacesazor.com\/img\/p\/4\/4\/7\/7\/9\/2\/447792.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":68.64,"regular_price_amount":68.64,"regular_price":"68,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=33517508&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"33517508","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33517508-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33517508-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"33517508","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"40,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-08-01 06:00:55","date_upd":"2026-08-03 02:01:29","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"33517508-118334260","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33517508-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"A4 2 AVANT PHASE 1 BREAK 2.5 TDI - 24V V6 TURBO","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"291689","id_feature":"19","position":"17"},{"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\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"118334259","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-ac55eb6a-baeb-4af4-aad9-e7eb00298b68-Piece-afcdca7b1be848c2c298ad70361acd4cb6ad88006f57eecb27b1c776b8862908_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334260","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-3a25b9e9-74ab-48b2-a295-65cf2def3489-Piece-ce74f866db8e6435d528dabae0a98f7401ebfd58c825046460b3c80fcd22dee3_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334261","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-f43614eb-fc1f-4b35-a6ee-c7078b42bc4b-Piece-245c12cd3fe91a1a81e559626144c4a3fb193508c2f10acd79645fb1f6702f1e_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334262","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-d26e6bfe-ecfa-4f2d-9272-3f347ec956cc-Piece-7c83916b0a7c3946e949aacf1663622779e6db822d718084cf177d166bbc627d_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334263","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-126d0183-7e4e-4faa-9441-70a0bd779a3b-Piece-59fce1ae1a3d4935dae35aa0ffc0ba163a5dc9e3ab6b3ac811aacab72f94c629_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334264","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-43b480fc-4ba6-4d31-8e83-8fd280a83bda-Piece-c04513c35acc267866639fb2b2f3e656ae7a842169d474af8f2004688aae04f7_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334265","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-d7e66f50-f556-41f5-8cec-2a9abd608c74-Piece-09167bdff12ce0865306b07e61f8cb7dffac12a5f9272fe8b485527fecef83d6_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"118334259","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-ac55eb6a-baeb-4af4-aad9-e7eb00298b68-Piece-afcdca7b1be848c2c298ad70361acd4cb6ad88006f57eecb27b1c776b8862908_o.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":40,"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":{"Version":{"name":"Version","value":"A4 2 AVANT PHASE 1 BREAK 2.5 TDI - 24V V6 TURBO","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"291689","id_feature":"19","position":"17"},"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":"33517508","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"40,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":"8E0413031CL","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-03 02:01:29","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"79:115392690","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":"[{\"id\":\"33387308\"},{\"id\":\"33387309\"},{\"id\":\"33387310\"},{\"id\":\"33387311\"},{\"id\":\"33387312\"},{\"id\":\"33387313\"},{\"id\":\"33387314\"},{\"id\":\"33387315\"},{\"id\":\"33387316\"},{\"id\":\"33387317\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"79:WAUZZZ8EX3A232800","code_moteur_field":"BFC","vehicule_ref_id":"WAUZZZ8EX3A232800","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"11575","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":"79","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458582","id_modele_parent":"9068","id_energie":"16523","id_seller":"79","id_country_seller":"8","id_image":"33517508-118334260","prix":"40.000000","energie":"Diesel","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"MAZARD PI\u00c8CES AUTO 09","ordre_affichage":"8682","snipet":"[{\"value\":\"A4 2 AVANT PHASE 1 BREAK 2.5 TDI - 24V V6 TURBO\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"291689\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp","fdp_incluse":"0","code_moteur":"BFC","reference_constructeur":"8E0413031CL","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/33517508-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"price_without_reduction_without_tax":40,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"A4 2 AVANT PHASE 1 BREAK 2.5 TDI - 24V V6 TURBO","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"291689","id_feature":"19","position":"17"},{"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\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"118334259","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-ac55eb6a-baeb-4af4-aad9-e7eb00298b68-Piece-afcdca7b1be848c2c298ad70361acd4cb6ad88006f57eecb27b1c776b8862908_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/0\/118334260-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334260","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-3a25b9e9-74ab-48b2-a295-65cf2def3489-Piece-ce74f866db8e6435d528dabae0a98f7401ebfd58c825046460b3c80fcd22dee3_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/1\/118334261-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334261","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-f43614eb-fc1f-4b35-a6ee-c7078b42bc4b-Piece-245c12cd3fe91a1a81e559626144c4a3fb193508c2f10acd79645fb1f6702f1e_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/2\/118334262-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334262","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-d26e6bfe-ecfa-4f2d-9272-3f347ec956cc-Piece-7c83916b0a7c3946e949aacf1663622779e6db822d718084cf177d166bbc627d_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/3\/118334263-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334263","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-126d0183-7e4e-4faa-9441-70a0bd779a3b-Piece-59fce1ae1a3d4935dae35aa0ffc0ba163a5dc9e3ab6b3ac811aacab72f94c629_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/4\/118334264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334264","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-43b480fc-4ba6-4d31-8e83-8fd280a83bda-Piece-c04513c35acc267866639fb2b2f3e656ae7a842169d474af8f2004688aae04f7_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/6\/5\/118334265-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"118334265","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-d7e66f50-f556-41f5-8cec-2a9abd608c74-Piece-09167bdff12ce0865306b07e61f8cb7dffac12a5f9272fe8b485527fecef83d6_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/8\/3\/3\/4\/2\/5\/9\/118334259-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"118334259","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/11\/115392690-ac55eb6a-baeb-4af4-aad9-e7eb00298b68-Piece-afcdca7b1be848c2c298ad70361acd4cb6ad88006f57eecb27b1c776b8862908_o.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":40,"regular_price_amount":40,"regular_price":"40,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=19894230&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"19894230","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/19894230-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/19894230-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"19894230","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"40,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-08-01 06:00:55","date_upd":"2026-08-03 01:49:23","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"19894230-97961876","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/19894230-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"A4 2 PHASE 2 2.0 TDI - 8V TURBO QUATTRO 4X4","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"237529","id_feature":"19","position":"17"},{"name":"Remarques","value":"Ref : 8E0413031DA","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\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97961875","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-198cfb63-699d-4b5c-a743-9c730f74ffc1-Piece-AUDI-afffe9f73fead0926d5638fac78d274df658ccea25039e3107b93e639ade6ecf_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961876","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-4dd3d3df-fadd-4638-a391-a2a3342e3473-Piece-AUDI-d8d24798e2392124e29d2f72005f2173b3298e7c4f7fe369860f81aa69eacbd2_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961878","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-05fe852f-013e-4b24-8df3-2fdfc61a44aa-Piece-AUDI-e3c0af364f5de22ba26606d5a2ad9da78c09c8567205f48d9948007accfd31d8_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961880","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-7bcc26c3-dbec-4258-9455-4ba09e73e5d9-Piece-AUDI-a082b16227c686598a05cb876ee4fa13f49d7eabad4f012697c914076459f1c0_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961881","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-9348ce04-10af-44b2-9727-5e78884edc7d-Piece-AUDI-7ebd1613baf94fb2fb45af25ab3c68b2b40e028c98777ce2f6dd4d3677c97a0b_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961883","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-b28f6ba2-8be2-483e-8b70-f9e95800d5d9-Piece-AUDI-32051680f33d11f0e9ba65410ca652a91f037bdff47cefb0778bb1c6b07f9781_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961884","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-41d37f19-9671-48eb-b147-c6030d8089ac-Piece-AUDI-621fec36e1054d149f8de54a89c69e643ef8f56c01acca57221cab7b6d999635_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961886","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-d6c789df-6dcc-46e6-9113-15cf693904ba-Piece-AUDI-8627926ac175baabee519a77f0fa74141cab4bb2829c7dc0a1bcce43b999c948_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97961875","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-198cfb63-699d-4b5c-a743-9c730f74ffc1-Piece-AUDI-afffe9f73fead0926d5638fac78d274df658ccea25039e3107b93e639ade6ecf_o.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":40,"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":{"Version":{"name":"Version","value":"A4 2 PHASE 2 2.0 TDI - 8V TURBO QUATTRO 4X4","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"237529","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Ref : 8E0413031DA","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":"19894230","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"40,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":"8E0413031DA","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-03 01:49:23","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"79:96042394","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":"[{\"id\":\"3532076\"},{\"id\":\"3532077\"},{\"id\":\"3532078\"},{\"id\":\"3532079\"},{\"id\":\"3532080\"},{\"id\":\"3532081\"},{\"id\":\"3532082\"},{\"id\":\"3532083\"},{\"id\":\"3532084\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"79:WAUZZZ8E67A063123","code_moteur_field":"BPW","vehicule_ref_id":"WAUZZZ8E67A063123","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"11575","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":"79","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458583","id_modele_parent":"9068","id_energie":"16523","id_seller":"79","id_country_seller":"8","id_image":"19894230-97961876","prix":"40.000000","energie":"Diesel","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"MAZARD PI\u00c8CES AUTO 09","ordre_affichage":"8683","snipet":"[{\"value\":\"A4 2 PHASE 2 2.0 TDI - 8V TURBO QUATTRO 4X4\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"237529\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp","fdp_incluse":"0","code_moteur":"BPW","reference_constructeur":"8E0413031DA","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/19894230-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"price_without_reduction_without_tax":40,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"A4 2 PHASE 2 2.0 TDI - 8V TURBO QUATTRO 4X4","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"237529","id_feature":"19","position":"17"},{"name":"Remarques","value":"Ref : 8E0413031DA","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\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97961875","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-198cfb63-699d-4b5c-a743-9c730f74ffc1-Piece-AUDI-afffe9f73fead0926d5638fac78d274df658ccea25039e3107b93e639ade6ecf_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/6\/97961876-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961876","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-4dd3d3df-fadd-4638-a391-a2a3342e3473-Piece-AUDI-d8d24798e2392124e29d2f72005f2173b3298e7c4f7fe369860f81aa69eacbd2_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/8\/97961878-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961878","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-05fe852f-013e-4b24-8df3-2fdfc61a44aa-Piece-AUDI-e3c0af364f5de22ba26606d5a2ad9da78c09c8567205f48d9948007accfd31d8_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/0\/97961880-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961880","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-7bcc26c3-dbec-4258-9455-4ba09e73e5d9-Piece-AUDI-a082b16227c686598a05cb876ee4fa13f49d7eabad4f012697c914076459f1c0_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/1\/97961881-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961881","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-9348ce04-10af-44b2-9727-5e78884edc7d-Piece-AUDI-7ebd1613baf94fb2fb45af25ab3c68b2b40e028c98777ce2f6dd4d3677c97a0b_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/3\/97961883-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961883","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-b28f6ba2-8be2-483e-8b70-f9e95800d5d9-Piece-AUDI-32051680f33d11f0e9ba65410ca652a91f037bdff47cefb0778bb1c6b07f9781_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/4\/97961884-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961884","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-41d37f19-9671-48eb-b147-c6030d8089ac-Piece-AUDI-621fec36e1054d149f8de54a89c69e643ef8f56c01acca57221cab7b6d999635_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/8\/6\/97961886-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97961886","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-d6c789df-6dcc-46e6-9113-15cf693904ba-Piece-AUDI-8627926ac175baabee519a77f0fa74141cab4bb2829c7dc0a1bcce43b999c948_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/9\/6\/1\/8\/7\/5\/97961875-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97961875","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2024\/11\/96042394-198cfb63-699d-4b5c-a743-9c730f74ffc1-Piece-AUDI-afffe9f73fead0926d5638fac78d274df658ccea25039e3107b93e639ade6ecf_o.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":40,"regular_price_amount":40,"regular_price":"40,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=20061843&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"20061843","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20061843-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20061843-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"20061843","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"49,50\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-08-01 06:00:55","date_upd":"2026-08-02 22:27:14","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"20061843-108026319","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20061843-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":44.9999,"price_without_reduction":49.49989,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"291785","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108026318","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-377542bb2bea85a9c54f71dfa4b4aa9a989cbbf702af5fbd59fe79feb3ce5c1f_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026319","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-7b15ae93921febd474fafddb69f8551b0f54daf986669497b5791f9aba341ed0_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026321","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-c45179eb0b939c592849aae526df0b3e45bcb23a2ae6fc128751ecfc5d9dd2fb_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026322","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-fd9b1ef0cd0379fa4f0170e3cf2cf2ec5177f2caf60bc236d9e1ea538629b8e1_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026396","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-0b3321228cf3f6055433ea034768fa84e35c5750cbb52095c8c82bdda57b0555_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026397","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/12014977-9f43e720a9a31a320512cebd073e596bf5f338dc0634385cce51e083242ec9cd_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026399","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/12014977-30b38b5cc4c85c0bd04ce2ea4619ad30b34f74f3bdd8c622e9e642dde0a669be_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026402","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-c648186ffacc40844a9cb27a44b4253cd60d9138e4815124c89b87bde390be18_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026404","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-959cfdaa929f918b7deb8c356d657449f01f0f7d0e461feb064ac30f33db1c44_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026413","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-c97738a538c87280ad94ffae30c88a683fbb96cb834f84b951d0767cfc490b93_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026415","position":"11","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-033008c6ad819a430812561987c677a28d29257cef855042afe4e51fcd45f947_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026416","position":"12","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-924133b425122fff11fd8c23a5e599531018efb5b41ac945b0fccd424846e354_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026418","position":"13","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-6df2795a238fe84efbc061d049512e976ed08dd7f1277d332bfbe694ef064c5e_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026420","position":"14","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-58ef37d82cf7d2a3a4a18642ef2b0455ba4b0269bef1e95d01f2701dd3a3e600_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026422","position":"15","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-c0ae436164b792207d86e0fe067cf44698f8b682982ce56f7cf1b66691e30e7d_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026425","position":"16","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-8c5de37d85a97940a66033fd41ccbd69038a5cb72dd6b99343b7b602b4dd6a92_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026426","position":"17","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-ee57c532a0a113a690e04ea2320ef60bf0596624f0add3ce29d441fe812d5f18_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026428","position":"18","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/12014977-d225f45c7d887e675a4b5ab25041788a086abd27696b2e0f36ee697babd24439_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026457","position":"19","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-2ffb4c69132e94211126206f617be4e5493a5836ab28dd64ef465f0cc2095d73_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108026318","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-377542bb2bea85a9c54f71dfa4b4aa9a989cbbf702af5fbd59fe79feb3ce5c1f_mtn.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":49.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":null,"grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"291785","id_feature":"19","position":"17"},"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":"20061843","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"2","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"49,50\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":"8E0413031CC","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 22:27:14","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"78:76908526","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":"78:WAUZZZ8E13A308453","code_moteur_field":"1.9L  AWX","vehicule_ref_id":"WAUZZZ8E13A308453","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 2 PHASE 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"11575","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":"10.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":"78","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458584","id_modele_parent":"9068","id_energie":"16523","id_seller":"78","id_country_seller":"8","id_image":"20061843-108026319","prix":"49.499890","energie":"Diesel","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"SOLUVAL","ordre_affichage":"8684","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"},{\"value\":\"291785\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp","fdp_incluse":"0","code_moteur":"1.9L  AWX","reference_constructeur":"8E0413031CC","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20061843-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":44.9999,"price_without_reduction":49.49989,"price_without_reduction_without_tax":44.9999,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"291785","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108026318","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-377542bb2bea85a9c54f71dfa4b4aa9a989cbbf702af5fbd59fe79feb3ce5c1f_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/9\/108026319-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026319","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-7b15ae93921febd474fafddb69f8551b0f54daf986669497b5791f9aba341ed0_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/1\/108026321-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026321","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-c45179eb0b939c592849aae526df0b3e45bcb23a2ae6fc128751ecfc5d9dd2fb_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/2\/2\/108026322-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026322","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-fd9b1ef0cd0379fa4f0170e3cf2cf2ec5177f2caf60bc236d9e1ea538629b8e1_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/6\/108026396-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026396","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-0b3321228cf3f6055433ea034768fa84e35c5750cbb52095c8c82bdda57b0555_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/7\/108026397-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026397","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/12014977-9f43e720a9a31a320512cebd073e596bf5f338dc0634385cce51e083242ec9cd_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/9\/9\/108026399-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026399","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/12014977-30b38b5cc4c85c0bd04ce2ea4619ad30b34f74f3bdd8c622e9e642dde0a669be_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/2\/108026402-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026402","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-c648186ffacc40844a9cb27a44b4253cd60d9138e4815124c89b87bde390be18_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/0\/4\/108026404-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026404","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-959cfdaa929f918b7deb8c356d657449f01f0f7d0e461feb064ac30f33db1c44_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/3\/108026413-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026413","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-c97738a538c87280ad94ffae30c88a683fbb96cb834f84b951d0767cfc490b93_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/5\/108026415-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026415","position":"11","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-033008c6ad819a430812561987c677a28d29257cef855042afe4e51fcd45f947_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/6\/108026416-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026416","position":"12","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-924133b425122fff11fd8c23a5e599531018efb5b41ac945b0fccd424846e354_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/1\/8\/108026418-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026418","position":"13","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-6df2795a238fe84efbc061d049512e976ed08dd7f1277d332bfbe694ef064c5e_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/0\/108026420-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026420","position":"14","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-58ef37d82cf7d2a3a4a18642ef2b0455ba4b0269bef1e95d01f2701dd3a3e600_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/2\/108026422-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026422","position":"15","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-c0ae436164b792207d86e0fe067cf44698f8b682982ce56f7cf1b66691e30e7d_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/5\/108026425-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026425","position":"16","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-8c5de37d85a97940a66033fd41ccbd69038a5cb72dd6b99343b7b602b4dd6a92_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/6\/108026426-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026426","position":"17","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/12014977-ee57c532a0a113a690e04ea2320ef60bf0596624f0add3ce29d441fe812d5f18_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/2\/8\/108026428-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026428","position":"18","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/12014977-d225f45c7d887e675a4b5ab25041788a086abd27696b2e0f36ee697babd24439_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/4\/5\/7\/108026457-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108026457","position":"19","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-2ffb4c69132e94211126206f617be4e5493a5836ab28dd64ef465f0cc2095d73_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/2\/6\/3\/1\/8\/108026318-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108026318","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_11\/76908526-377542bb2bea85a9c54f71dfa4b4aa9a989cbbf702af5fbd59fe79feb3ce5c1f_mtn.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":49.5,"regular_price_amount":49.5,"regular_price":"49,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=20062812&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"20062812","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20062812-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","canonical_url":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20062812-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"20062812","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","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":"66,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-08-01 06:00:55","date_upd":"2026-08-02 22:27:31","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"20062812-108052821","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20062812-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":59.99994,"price_without_reduction":65.999934,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"196063","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108052819","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-a244b860ba5f46e8ecae29700c8d9ca7a7fee9147879b8d41f63c8b813390d45_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052821","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-386eea41839392a9b6c073dee49d108b56e5b77469d0920bb39a6e9fcef53ae2_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052824","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-eaba5cc3091c795d33c2bda06a9867703cb8d95a6b902644e6dc88cb9691e12e_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052826","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-c7a119a9c965f36750e54d7fa62899731412c9b9c16419e9655040d2ade1ae74_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052830","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-8b5989c0e2008d32a92bc95694c615e8f48eff552055a6800f3e0cfc3bb6234b_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052833","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-8a3c5c33de078744d8b3e6226157d9151a423c43019dca1e9b79ec1dbfd1541a_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052835","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-cc099d8463ce248a2d97eb29d0b5e5cc71214d4e63083be768f274225427a044_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052837","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-db6cc674dc2aa9d0a5c43a4004bd25c7fe852433893b969950f450b59ba2a338_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052839","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-c2bc2700e3d5e9ef4db559c49194b935a00751cd0296bee8535c9a0d707e38a5_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052841","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-24722f2976546d00f6f8c61d2f906e61cb3b7720894cc6e9ad9b628474dccb58_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052844","position":"11","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/11860948-4a9ea815f52eb7e756bb9fc825af37e004cfe516ddb5d71f0e71c04a5c47ce59_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052846","position":"12","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/11860948-459a5d1dfb515f67b28e078866aa46f982079a1aae0207443cb5eb8566a9dc99_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052848","position":"13","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/11860948-2c98753ab9e1b056f1ced51d16ed7f7b5587192fbb6e0517c9f5c11d1a669fe4_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052850","position":"14","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-d9ac45fce8db7e333f8f3b868550630ce3b86192ecc12df4bf0e2ac6fe48f996_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108052819","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-a244b860ba5f46e8ecae29700c8d9ca7a7fee9147879b8d41f63c8b813390d45_mtn.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":66,"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":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"196063","id_feature":"19","position":"17"},"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":"20062812","id_supplier":"1","id_manufacturer":"0","id_category_default":"17761","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"2","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"66,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":"8E0413031CT","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.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-08-01 06:00:55","date_upd":"2026-08-02 22:27:31","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"78:75475847","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":"78:WAUZZZ8E77A248104","code_moteur_field":"BRE","vehicule_ref_id":"WAUZZZ8E77A248104","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"AUDI","origin_modele":"A4 2 PHASE 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Amortisseur avant gauche","id_category_piece":"17761","id_category_marque":"148","id_category_modele":"11575","id_category_version":"11575","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":"10.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":"78","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","link_rewrite":"amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"458585","id_modele_parent":"9068","id_energie":"16523","id_seller":"78","id_country_seller":"8","id_image":"20062812-108052821","prix":"65.999934","energie":"Diesel","libelle":"Amortisseur avant gauche d'occasion pour AUDI A4 Avant Serie 2 Phase 2 (8ED)","seller_name":"SOLUVAL","ordre_affichage":"8685","snipet":"[{\"value\":\"A4 2 PHASE 2 2.0 TDI - 16V TURBO\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"},{\"value\":\"196063\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp","fdp_incluse":"0","code_moteur":"BRE","reference_constructeur":"8E0413031CT","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"amortisseur-avant-gauche","category_name":"Amortisseur avant gauche","link":"https:\/\/boutique.francecasse.fr\/amortisseur-avant-gauche\/20062812-amortisseur-avant-gauche-d-occasion-pour-audi-a4-avant-serie-2-phase-2-8ed.html","attribute_price":0,"price_tax_exc":59.99994,"price_without_reduction":65.999934,"price_without_reduction_without_tax":59.99994,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"196063","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108052819","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-a244b860ba5f46e8ecae29700c8d9ca7a7fee9147879b8d41f63c8b813390d45_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/1\/108052821-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052821","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-386eea41839392a9b6c073dee49d108b56e5b77469d0920bb39a6e9fcef53ae2_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/4\/108052824-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052824","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-eaba5cc3091c795d33c2bda06a9867703cb8d95a6b902644e6dc88cb9691e12e_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/2\/6\/108052826-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052826","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-c7a119a9c965f36750e54d7fa62899731412c9b9c16419e9655040d2ade1ae74_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/0\/108052830-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052830","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-8b5989c0e2008d32a92bc95694c615e8f48eff552055a6800f3e0cfc3bb6234b_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/3\/108052833-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052833","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-8a3c5c33de078744d8b3e6226157d9151a423c43019dca1e9b79ec1dbfd1541a_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/5\/108052835-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052835","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-cc099d8463ce248a2d97eb29d0b5e5cc71214d4e63083be768f274225427a044_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/7\/108052837-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052837","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-db6cc674dc2aa9d0a5c43a4004bd25c7fe852433893b969950f450b59ba2a338_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/3\/9\/108052839-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052839","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-c2bc2700e3d5e9ef4db559c49194b935a00751cd0296bee8535c9a0d707e38a5_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/1\/108052841-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052841","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-24722f2976546d00f6f8c61d2f906e61cb3b7720894cc6e9ad9b628474dccb58_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/4\/108052844-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052844","position":"11","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/11860948-4a9ea815f52eb7e756bb9fc825af37e004cfe516ddb5d71f0e71c04a5c47ce59_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/6\/108052846-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052846","position":"12","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/11860948-459a5d1dfb515f67b28e078866aa46f982079a1aae0207443cb5eb8566a9dc99_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/4\/8\/108052848-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052848","position":"13","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/11860948-2c98753ab9e1b056f1ced51d16ed7f7b5587192fbb6e0517c9f5c11d1a669fe4_mtn.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/5\/0\/108052850-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108052850","position":"14","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_9\/11860948-d9ac45fce8db7e333f8f3b868550630ce3b86192ecc12df4bf0e2ac6fe48f996_mtn.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/0\/5\/2\/8\/1\/9\/108052819-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108052819","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4672\/2023_10\/75475847-a244b860ba5f46e8ecae29700c8d9ca7a7fee9147879b8d41f63c8b813390d45_mtn.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":66,"regular_price_amount":66,"regular_price":"66,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\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed?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\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed?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\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":134,"items_shown_from":1,"items_shown_to":20,"current_page":1,"pages_count":7,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed"},"2":{"type":"page","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed?page=2"},"3":{"type":"page","page":3,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed?page=3"},"4":{"type":"spacer","page":null,"clickable":false,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed"},"5":{"type":"page","page":7,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed?page=7"},"6":{"type":"next","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed?page=2"}},"should_be_displayed":true},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/17761-amortisseur-avant-gauche\/148-audi\/11575-a4-avant-serie-2-phase-2-8ed","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            amortisseur avant gauche occasion A4\n        <\/h1>\n    <\/div>\n"}